You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upper-bound swift-docc-plugin dependency version (#456)
Motivation:
Building swift-nio-http2 with Swift 5.8 fails due to a compiler error
when building swift-docc-plugin
(swiftlang/swift-docc-plugin#94).
Modifications:
- Adjust the dependency version of swift-docc-plugin from `from:
"1.0.0"` to `"1.0.0"..<"1.4.0"`.
Result:
Building swift-nio-http2 with Swift 5.8 will now be successful.
0 commit comments