Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

clintonpi
Copy link
Contributor

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.

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.
@gjcairo gjcairo merged commit ee1d1aa into apple:main Aug 28, 2024
6 of 7 checks passed
@clintonpi clintonpi deleted the upper-bound-docc-plugin-dependency branch August 28, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants