apple / swift-nio

Event-driven network application framework for high performance protocol servers & clients, non-blocking.
https://swiftpackageindex.com/apple/swift-nio/documentation
Apache License 2.0
7.85k stars 633 forks source link

Update availability guard on tests #2739

Closed gjcairo closed 3 weeks ago

gjcairo commented 3 weeks ago

Some tests are currently broken because of unavailable APIs

Motivation:

We want tests to build.

Modifications:

Update availability guard

Result:

Tests build on all platforms

glbrntt commented 3 weeks ago

@swift-server-bot test this please