swift-async-algorithms
swift-async-algorithms copied to clipboard
fix: harmonize debounce availability in test target
This PR applies the same available condition on TestThroughput/test_debounce() than the one on the debounce operator.
My environment is the following:
- macOS Monterey 12.6
- simulator iPhone 14 Pro iOS 16
The test target won't compile with the iOS simulator because of the current available statement.
Remark: the project does not compile since we removed the Task.select function (used by combineLatest()). I guess it is temporary waiting for the new implementation of AsyncCombineLatestSequence.