Hive Hive
Sign in

Test enumeration now discovers top-level Swift Testing @Test functions

Metadata
Source
GitHub
Version
4.202.0-canary.16
Domains
Published
Jun 29, 2026 · 18:11 UTC
Repository
tuist/tuist
Update

The test enumerator now picks up top-level Swift Testing @Test functions, not just @Suite classes. Targets whose tests are free @Test functions (with no enclosing suite) are no longer misclassified as empty during enumeration, so they are included in generated shard plans and actually run.