Hive Hive
Sign in

Faster cache warm with parallel XCFramework creation

Metadata
Source
GitHub
Version
4.202.0-canary.1
Published
Jun 24, 2026 · 17:16 UTC
Repository
tuist/tuist
Update

tuist cache warm now creates XCFrameworks concurrently instead of one at a time, with a bounded concurrency limit that scales with the host and is capped at 8. This significantly reduces the “Creating XCFrameworks” phase for projects with many cacheable framework targets, while preserving the order of produced artifacts and the same failure behavior.