What’s Changed
- Bump the Bitrise Build Cache CLI to v3.8.0, which stops registering the cache services with launchd/systemd. A supervised proxy competed with the compiler it serves and lost, so the xcodebuild wrapper now forks it and
activate c++starts the ccache storage helper instead. - Fixes two bugs that hit React Native builds directly: the ccache storage helper never detached, so it died with the shell that activated it, and the Go API this step calls never started the helper at all — leaving nothing serving the socket, which makes ccache miss every lookup silently.
- No action needed on upgrade: a launch agent or systemd unit left by an earlier CLI is retired wherever a service is started.