Hive Hive
Sign in

Module cache now supports static and dynamic library products

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

Library targets can now be cached and restored as binary XCFrameworks alongside frameworks in the module cache. Cache warming creates library XCFrameworks with the correct public headers and Swift module paths, and restores include the metadata needed for targets to compile against them. This lets projects with static or dynamic libraries reuse cached binaries across local and CI builds instead of rebuilding from source every time.