Hive Hive
Sign in

Cache warm hashes now match generation, so warmed binaries are reused instead of rebuilt

Metadata
Source
GitHub
Version
4.202.0-canary.30
Domains
Published
Jul 02, 2026 · 15:03 UTC
Repository
tuist/tuist
Update

Targets warmed with tuist cache warm are now correctly reused by tuist generate --cache-profile all-possible and by build/generate cache replacement paths when their logical inputs are unchanged. Previously the warm step hashed a normalized graph that the unfocused generate/build binary-replacement step did not, so warmed wrappers of precompiled dependencies were silently rebuilt even though the project itself had not changed.