Hive Hive
Sign in

Module cache now supports library products (static and dynamic)

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

Static and dynamic library targets can now be cached alongside frameworks in the module cache. Cache warm builds library XCFrameworks with xcodebuild -create-xcframework -library, including public headers when present. On restore, Tuist exposes cached library Swift module directories and public headers as search paths. Mixed graphs can now reuse library modules from the cache instead of rebuilding them from source. (Requires TuistCacheEE.)