-
-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose new Parallelization setting through Tuist #6827
Comments
I created a new project in Xcode 16 with Swift Testing, created a manual
Parallelization off in Xcode -> @fortmarek @pepicrft any pointers on how would you work from the TestingOptions enums to mapping this? Keen to give it a go! |
Hey @kelvinharron 👋 Sorry for taking a bit longer to respond here. I'm aligned with the outlined potential solution (addition of I'd first focus on fixing the current behavior. To do that, you should be able to change this line to write When adding the new option for To compare how the value behaves in the
Let me know if you need any other pointers! |
Thank you for the guidance @fortmarek , I've put together a draft PR with your recommended changes. Let me know what I'm missing. |
What problem or need do you have?
Xcode 16 has introduced a new
Parallelization
option that Tuist needs to handle through thetestingOptions
. The Tuist setting forparallelizable
incorrectly sets it to Swift Testing Only.Potential solution
The option of
parallelizable
is represented in Xcode 16 as Swift Testing Only. We should be able to update Tuist to:testingOption
for Swift Testing Only.testingOption
parallelizable
to correctly setEnabled (if Possible)
macOS version
15.0.1
Tuist version
4.28.2
Xcode version
16.0
The text was updated successfully, but these errors were encountered: