Hive Hive
Sign in

Actually run Swift Testing suites in suite-granularity sharding

Metadata
Source
GitHub
Version
4.201.0-rc.6
Domains
Published
Jul 02, 2026 · 15:53 UTC
Repository
tuist/tuist
Update

Suite-granularity test sharding no longer rewrites the test products bundle’s .xctestrun with OnlyTestIdentifiers. It now derives -only-testing Target/Suite identifiers and passes them through xcodebuild test-without-building, which selects both XCTest and Swift Testing tests at the suite level. Previously, every sharded run on Swift Testing test suites completed instantly while running zero tests.