apple / swift-async-algorithms

Async Algorithms for Swift
Apache License 2.0
3.07k stars 151 forks source link

Fix 5.7/5.8 build errors #298

Closed FranzBusch closed 1 year ago

FranzBusch commented 1 year ago

Motivation

Currently, this repo fails to build on Swift 5.7 and 5.8 since we were using clock APIs that were only available on 5.9.

FranzBusch commented 1 year ago

@swift-ci please test