Hive Hive
Sign in

CLI 4.200.2

Metadata
Source
GitHub
Version
4.200.2
Published
Jun 15, 2026 · 12:22 UTC
Repository
tuist/tuist
Update

CLI 4.200.2 fixes binary-cache and test-sharding edge cases.

  • Frameworks that support your tests, including XCTest-backed and Swift Testing-backed helpers, can now be cached. Test bundles themselves remain excluded from the cache.
  • Suite-level test sharding now resolves platform-only destinations like platform=iOS Simulator into concrete simulators before enumerating tests, preventing failures when only a platform is provided.
  • Running sharded tests on a project without a fullHandle now shows a clear message that sharding requires a Tuist project connection, instead of the misleading “Cannot specify both –build-only and –without-building” error.
  • The experimental SwifterPM-based dependency resolver now behaves closer to standard SwiftPM when converting source-control dependencies to registry dependencies.