Hive Hive
Sign in

Scheme code coverage targets can reference external and SPM projects

Metadata
Source
GitHub
Version
4.202.0-rc.1
Published
Jul 03, 2026 · 09:12 UTC
Repository
tuist/tuist
Update

Project schemes can now include codeCoverageTargets from any project in the workspace, including Swift Package Manager-generated projects, by using an explicit TargetReference(projectPath:target:). Previously this was rejected during linting even though Xcode supports it. Validation against the workspace graph still catches invalid references.