Hive Hive
Sign in

Cache static and dynamic library targets in the module cache

Metadata
Source
GitHub
Version
4.201.0-canary.14
Published
Jun 19, 2026 · 08:06 UTC
Repository
tuist/tuist
Update

Static and dynamic library targets are now treated as cacheable binary products in the module cache. Cache warm creates library XCFrameworks with xcodebuild -create-xcframework -library and includes public headers when the source target declares them. On restore, the standard HeadersPath from the XCFramework Info.plist is mapped back into header search paths and Swift module directories for generated targets, so static and dynamic library targets can now be reused across local and CI builds alongside frameworks.