Back to Tuist

Module Cache breakdown for local Xcode builds

server/priv/marketing/changelog/2026.06.04-module-cache-local-xcode-builds.md

4.196.0894 B
Original Source

The Module Cache tab on a build run now appears for builds made straight from Xcode and reported with tuist inspect build, not only for tuist test and tuist xcodebuild build. You get the same breakdown of which modules were resolved from the local cache, the remote cache, or missed, together with the overall cache hit rate and each module's hash.

There is nothing new to configure. The breakdown reuses the graph that your last tuist generate already uploaded, so a build reported from Xcode points back at that generation instead of re-uploading anything on every build. The numbers reflect the project as it was generated, which is what you want for an incremental Xcode build.