apple / swift-nio-http2

HTTP/2 support for SwiftNIO
https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2
Apache License 2.0
462 stars 82 forks source link

test compiler not language version #440

Closed weissi closed 4 months ago

weissi commented 4 months ago

We should check the compiler and not the language version. Technically it should be the SDK but Async*Stream ship in the standard library so this is fine. Checking the language version is definitely not correct.

https://github.com/apple/swift-nio/issues/2718