Explanation: Drops use of Atomic<Int> which is giving us some grief in some build environments where the Synchronization module isn't available.
Scope: 6.0 branch
Issue: N/A
Original PR:https://github.com/swiftlang/swift-testing/pull/666Risk: Low
Testing: Existing coverage.
Reviewer: @briancroom @suzannaratcliff @stmontgomery
Explanation: Drops use of
Atomic<Int>
which is giving us some grief in some build environments where the Synchronization module isn't available. Scope: 6.0 branch Issue: N/A Original PR: https://github.com/swiftlang/swift-testing/pull/666 Risk: Low Testing: Existing coverage. Reviewer: @briancroom @suzannaratcliff @stmontgomery