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.
Hive