apple / swift-async-algorithms

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

Use Bionic module from new Android overlay in Swift 6 instead #326

Closed finagolfin closed 3 months ago

finagolfin commented 3 months ago

The new module and overlay were merged into Swift 6 in swiftlang/swift#74758.

I've been building and testing this package natively on Android for some time, but the addition of nullability annotations to Bionic with NDK 26 last year and the new Android overlay in the Swift compiler this summer required these changes.

FranzBusch commented 3 months ago

@swift-ci please test