Hive Hive
Sign in

Allow scheme code coverage targets from external projects

Metadata
Source
GitHub
Version
4.202.0-canary.31
Published
Jul 02, 2026 · 15:28 UTC
Repository
tuist/tuist
Update

Project schemes can now include code coverage targets from any project in the workspace, including Swift Package Manager packages, by referencing them with an explicit TargetReference(projectPath:target:). Previously, Tuist rejected these configurations during project linting and tuist generate failed, even though Xcode supported them natively. Local target validation is preserved (typo detection still works), and invalid cross-project references are still caught by workspace-level graph validation.