You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Swift Testing being added to the Swift 6 toolchain and the published images & Xcode already containing it, we should migrate all of our packages towards the modern Swift Testing framework.
Problem
With Swift Testing being added to the Swift 6 toolchain and the published images & Xcode already containing it, we should migrate all of our packages towards the modern Swift Testing framework.
Solution
All unit tests and should migrate from
XCTest
to the new Swift Testing framework included in the Swift 6 toolchain. We can follow the documentation article to migrating a test from XCTest.Contributes working on this issue should first watch the swift-testing WWDC videos:
We should take advantage of test suites, parameterized tests, and parallel testing and optimizing our test suites.
Code of Conduct
The text was updated successfully, but these errors were encountered: