Hive Hive
Sign in

Stabilized focused cache hashes to reduce cache misses

Metadata
Source
GitHub
Version
4.198.1
Published
Jun 09, 2026 · 16:49 UTC
Repository
tuist/tuist
Update

Fixed an issue where focused generation could compute different binary cache hashes than cache warm or cache check, causing unnecessary cache misses when generating a subset of targets. Focused generation now hashes against a normalized, pre-focus graph while still fetching cache artifacts only for the targets you are generating. This makes cache hits more consistent across focused and non-focused workflows.