This release improves cache reliability when using focused generation with binary caching.
- Stable cache hashes for focused generate: When running
tuist generate <target>with binary cache enabled, the cache keys now match the ones produced bytuist hash cacheand cache warming. The CLI hashes the normalized graph before focus/tree-shaking is applied, while still generating only the focused subset of targets. This reduces unnecessary cache misses when you work with a fixed set of targets. - Scoped cache fetches: Binary cache lookups are limited to the targets in the current focused graph, so the CLI no longer fetches or reports artifacts for targets that are not part of the generation.