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