jpsim / Yams

A Sweet and Swifty YAML parser.
https://jpsim.com/Yams
MIT License
1.11k stars 141 forks source link

Import Bionic module that's part of the new Android overlay #421

Closed finagolfin closed 3 months ago

finagolfin commented 3 months ago

This new overlay was recently added to trunk in swiftlang/swift#72161 and swiftlang/swift#72634, then to 6.0 in swiftlang/swift#74758. I've been building it with this patch on my daily Android CI since the trunk addition, finagolfin/swift-android-sdk#151, and natively on Android too.

@jpsim, an easy review.

finagolfin commented 3 months ago

Hold on, may be a way to scope this more tightly, will check and let you know.

finagolfin commented 3 months ago

Alright, updated to use the new Bionic module instead, ready for review.