Hive Hive
Sign in

tuist cache warm parallelizes XCFramework creation across cacheable framework targets

Metadata
Source
GitHub
Version
4.202.0-rc.1
Domains
Published
Jul 03, 2026 · 09:12 UTC
Repository
tuist/tuist
Update

Generators with many cached framework targets complete the “Creating XCFrameworks” phase of tuist cache warm substantially faster by running the per-target xcodebuild -create-xcframework calls in parallel (capped at min(activeProcessorCount, 8)). Build ordering, input artifacts, and output ordering are unchanged.