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.
Hive