Hive Hive
Sign in

Print cache warm summary with remote and local hits and misses

Metadata
Source
GitHub
Version
4.202.0-canary.24
Published
Jul 02, 2026 · 09:42 UTC
Repository
tuist/tuist
Update

tuist cache warm now prints a single, machine-readable summary line at the end of the warm step showing how many targets came from the remote cache, how many from the local cache, and how many missed. For example: Cache warm summary: 42 remote hits, 3 local hits, 12 misses. The line is emitted both after a successful build and store, and in the “All cacheable targets are already cached” early return. Setup scripts and CI logs can now read the cache result locally to compute hit rates (hits / (hits + misses)) without a server round-trip, and the counts stay consistent with what tuist cache-run show and GET /cache-runs report.