Hive Hive
Sign in

Xcode cache daemon now respects the TUIST_CACHE_ENDPOINT override

Metadata
Source
GitHub
Version
4.202.0-canary.3
Domains
Published
Jun 25, 2026 · 18:31 UTC
Repository
tuist/tuist
Update

Fixed an issue where the Xcode compilation cache daemon could ignore the TUIST_CACHE_ENDPOINT environment override. When running in environments such as a runner that dispatches a private cache endpoint, the daemon now uses that same private endpoint instead of resolving the public one. This keeps the CAS cache aligned with the module cache and avoids the performance regression where the Xcode cache could be slower than a full rebuild.