CLI 4.196.0 surfaces the Module Cache breakdown for local Xcode builds, not just for runs started through tuist test or tuist xcodebuild build. When you build a project directly in Xcode after running tuist inspect build, the build run page now shows the same Module Cache insights you already see for Tuist-driven builds.
We reuse the dependency graph that tuist generate already uploaded, so the graph is not sent again with each build. A generation_id links the build back to the most recent generation, and the server resolves that graph to populate the Module Cache tab.
- The Module Cache tab is now visible on local Xcode builds reported via
tuist inspect build. tuist xcodebuild buildalso benefits from the same generation-based linking.- The breakdown is read from the graph uploaded by the last
tuist generate, so no extra graph upload happens per build. - If you edit the project in Xcode after the last generation, the breakdown reflects the generation state, not those manual edits.