Hive Hive
Sign in

CLI 4.198.3

Metadata
Source
GitHub
Version
4.198.3
Published
Jun 10, 2026 · 13:04 UTC
Repository
tuist/tuist
Update

This version fixes a performance regression that made tuist generate stall for a long time on projects with large external SwiftPM dependencies.

  • Large SwiftPM packages no longer trigger hundreds of concurrent swift --version checks during graph mapping. The CLI now resolves the Swift version once and shares the result across all targets.
  • Package target name resolution is faster because the target lookup is built once per package instead of repeatedly reconstructed for every target.
  • You should see tuist generate return to previous performance levels for projects with hundreds of external SwiftPM targets, such as those depending on large packages like the AWS SDK for Swift.