Hive Hive
Sign in

Cache warm hashes align with generation, so warmed binaries get reused

Metadata
Source
GitHub
Version
4.202.0-rc.3
Domains
Published
Jul 03, 2026 · 16:57 UTC
Repository
tuist/tuist
Update

A target warmed by tuist cache warm is now reliably reused by tuist generate –cache-profile all-possible and by build-time cache replacement. Previously, framework search path setup was part of the warm-side hash but not part of the consume-side graph before binary replacement, so warmed artifacts were silently rebuilt for any wrapper dynamic framework. The mapper factory now preserves a normalized hashing graph for build/generate flows, so warm and consume paths derive cache keys from the same state.