Bitrise Build Cache now supports Xcode 26 Compilation Cache, enabling iOS teams to significantly reduce build times by reusing compiled outputs instead of recompiling unchanged code.
Getting up and running with Xcode Compilation Cache in Bitrise Build Cache only takes a few steps:
- Update to Xcode 26 or later
Xcode Compilation Cache is only available from version 26 onwards. - Activate Bitrise Build Cache
Start with a free trial or use your existing subscription. Build Cache connects to your CI/CD pipelines and begins storing and sharing cache outputs automatically. - Add the Build Cache for Xcode step to your workflow
After an initial build, all subsequent builds should benefit from speed improvements thanks to Xcode caching
You can follow the guided setup by going to https://app.bitrise.io/build-cache and clicking the Start 30-day free trial
button if you haven’t started a trial yet, or by clicking the top right + New Connection
button if you already have an active trial or subscription. If you previously used your trial and it already expired please contact us and we’ll restart it for you.
Not using Bitrise CI/CD? No problem. Bitrise Build Cache offers seamless integrations with most CI/CD tools, so you can take advantage of faster builds regardless of your setup.
Read the documentation here.
Read our announcement post here.