Hive Hive
Sign in

Module cache now supports library products

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 can now be cached as binary XCFrameworks alongside framework targets. Cache warm creates library XCFrameworks with xcodebuild -create-xcframework -library and includes public headers, while restore correctly surfaces Swift module directories and public header directories to generated targets, so static and dynamic libraries in mixed graphs can be reused from binary cache across local and CI builds.