Hive Hive
Sign in

Suite-level test sharding now runs Swift Testing suites instead of skipping them

Metadata
Source
GitHub
Version
4.201.0-rc.2
Domains
Published
Jun 24, 2026 · 18:23 UTC
Repository
tuist/tuist
Update

Suite-granularity test sharding now passes -only-testing identifiers to xcodebuild instead of writing them into the .xctestrun as OnlyTestIdentifiers. Because OnlyTestIdentifiers only filters XCTest and silently matches zero Swift Testing tests, this fixes the false-green bug where sharded Swift Testing acceptance suites reported success while running nothing.