Hive Hive
Sign in

Cache static and dynamic library targets in the module cache

Metadata
Source
GitHub
Version
4.201.0-canary.16
Published
Jun 19, 2026 · 10:29 UTC
Repository
tuist/tuist
Update

Projects with static and dynamic library targets can now cache those libraries as binary XCFramework products in the module cache, alongside existing framework support. The cache warm path creates library XCFrameworks using xcodebuild -create-xcframework -library, preserves public headers and Swift module metadata, and restores them into the generated project include paths. This removes unnecessary source rebuilds for reusable library modules.