Hive Hive
Sign in

Xcode cache daemon inherits client feature flags

Metadata
Source
GitHub
Version
4.202.0-canary.1
Published
Jun 24, 2026 · 17:16 UTC
Repository
tuist/tuist
Update

The Xcode compilation cache (CAS) daemon started by tuist setup cache now runs in the same feature-flagged environment as the rest of the CLI. Client TUIST_FEATURE_FLAG_* values, such as the kura flag that selects the private-network cache endpoint, are forwarded into the launchd agent environment so the daemon resolves the correct cache endpoints. This stops the CAS round-trip from silently using the public endpoint on runners that can reach a private-network cache.