What's Changed
Android support by @marcprux in #3282
This PR adds experimental support for building and testing on Android. It simply involves adding some conditional imports.
Building is contingent on apple/swift-distributed-tracing#163, apple/swift-http-structured-headers#57, swift-server/async-http-client#799, and apple/swift-nio-extras#244, but if you use local snapshots of those packages, you can build with the Android SDK using:
~/Library/Developer/Toolchains/swift-6.0.3-RELEASE.xctoolchain/usr/bin/swift build --swift-sdk aarch64-unknown-linux-android24 --build-tests
This patch was released by @0xTim
Full Changelog: 4.112.1...4.112.2