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

Upper-bound swift-docc-plugin dependency version #456

Closed clintonpi closed 3 weeks ago

clintonpi commented 3 weeks ago

Motivation:

Building swift-nio-http2 with Swift 5.8 fails due to a compiler error when building swift-docc-plugin (https://github.com/swiftlang/swift-docc-plugin/issues/94).

Modifications:

Result:

Building swift-nio-http2 with Swift 5.8 will now be successful.