Hive Hive
Sign in

Cache static and dynamic library targets as binary XCFrameworks

Metadata
Source
GitHub
Version
4.201.0-rc.2
Domains
Published
Jun 24, 2026 · 18:23 UTC
Repository
tuist/tuist
Update

Static and dynamic library targets can now be cached as binary XCFrameworks in the module cache. Cache warm creates library XCFrameworks with xcodebuild -create-xcframework -library, preserves public headers and Swift module directories, and restores them into the generated project so mixed framework and library graphs reuse the same binary cache pipeline. The Module Cache guide and changelog have been updated with library support details.