Hive Hive
Sign in

Suite-granularity shard enumeration is reliable

Metadata
Source
GitHub
Version
4.202.0-rc.3
Domains
Published
Jul 03, 2026 · 16:57 UTC
Repository
tuist/tuist
Update

Suite-granularity shard enumeration now reads xcodebuild’s machine-parseable JSON enumeration file (-test-enumeration-format json -test-enumeration-style hierarchical -test-enumeration-output-path) instead of scraping streamed stdout, which was truncating and interleaving under load. The plan is anchored on the deterministic .xctestrun module set with per-target re-enumeration for modules the bulk pass dropped; modules that remain unenumerable throw modulesFailedToEnumerate rather than being silently dropped.