Hive Hive
Sign in

CLI 4.196.0

Metadata
Source
GitHub
Version
4.196.0
Published
Jun 05, 2026 · 15:28 UTC
Repository
tuist/tuist
Update

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 build also 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.