Cut your build times in a couple of minutes with the Tuist remote cache now working with any Xcode project ![]()
One of the main missions of Tuist has been to enable teams to scale their projects without losing the joy. But that joy or spark of an idea gets quickly lost if you need to wait way too long for your build to finish â be it locally or remote.
Instead of replacing the build system or abstracting away the platform with cross-platform frameworks, weâve long offered module cache â but that required migrating to generated projects. Something that we still believe is worthwhile, but also costly.
However, now you will finally able to optimize your local and CI builds in a couple of minutes with Tuist now officially supporting the remote Xcode compilation cache.
Run tuist setup cache in your project, update your build settings, and cut those build times.
- What is the Xcode compilation cache? This is a new feature introduced in Xcode 26 which builds on similar ideas like other build systems like Bazel or Gradle, such as the content-addressable storage (CAS for short).
- How much can your build times be improved? Depends â as always
weâve benchmarked our solution against real-world open source projects and you can expect to cut your clean build times by 20 to 50 %. And we expect this to get better as the compilation cache improves. - What does this mean for the Tuist module cache? Turns out, the Tuist module cache still outperforms the Xcode compilation cache â moving to generated projects is still a worthwhile investment for quite some time to come and weâll continue actively working on it.
Want to get started? Head over to our docs and as always, feedback is appreciated ![]()