swiftlang / swift-testing

A modern, expressive testing package for Swift
Apache License 2.0
1.78k stars 76 forks source link

[6.0] Don't use `Synchronization.Atomic` for `deliverExpectationCheckedEvents`. #667

Closed grynspan closed 1 month ago

grynspan commented 2 months ago

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

grynspan commented 1 month ago

@swift-ci please test

grynspan commented 1 month ago

@swift-ci test macOS

grynspan commented 1 month ago

@swift-ci test