Hive Hive
Sign in

Module cache now supports static and dynamic library products

Metadata
Source
GitHub
Version
4.201.0-canary.12
Published
Jun 18, 2026 · 15:56 UTC
Repository
tuist/tuist
Update

Static and dynamic library targets can now be cached as binary XCFrameworks through the module cache, alongside frameworks. Cache warm produces library XCFrameworks with xcodebuild -create-xcframework -library, preserves public headers, and restores the Swift module directories and header search paths that generated targets need to compile against them. Mixed framework and library graphs can now reuse cached binaries across local and CI builds.