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 Simulatorinto concrete simulators before enumerating tests, preventing failures when only a platform is provided. - Running sharded tests on a project without a
fullHandlenow 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.