When using tuist setup cache, the background Xcode compilation cache daemon now receives the same TUIST_FEATURE_FLAG_* environment variables as the rest of the CLI. This lets the daemon resolve private-network cache endpoints when the corresponding feature flags are enabled, avoiding unnecessary round trips over the public internet.
Hive