-
-
Notifications
You must be signed in to change notification settings - Fork 647
Closed
Description
What problem or need do you have?
Xcode 16 has introduced a new Parallelization
option that Tuist needs to handle through the testingOptions
. The Tuist setting for parallelizable
incorrectly sets it to Swift Testing Only.
return Project(
...
options: .options(
automaticSchemesOptions: .enabled(
targetSchemesGrouping: .notGrouped,
codeCoverageEnabled: true,
testingOptions: .parallelizable
)
),
Potential solution
The option of parallelizable
is represented in Xcode 16 as Swift Testing Only. We should be able to update Tuist to:
- Introduce a new
testingOption
for Swift Testing Only. - Update the
testingOption
parallelizable
to correctly setEnabled (if Possible)
macOS version
15.0.1
Tuist version
4.28.2
Xcode version
16.0
Metadata
Metadata
Assignees
Labels
No labels