-
Notifications
You must be signed in to change notification settings - Fork 12
feat: Add swift wasm CI targets to DataLoader #26
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
base: main
Are you sure you want to change the base?
feat: Add swift wasm CI targets to DataLoader #26
Conversation
…r NIOCore works as expected.
…or the latest swift-nio dependency.
@@ -13,7 +13,13 @@ let package = Package( | |||
dependencies: [ | |||
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"), | |||
.package(url: "https://github.com/adam-fowler/async-collections", from: "0.0.1"), | |||
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR should NOT be merged until apple/swift-nio#3271 is merged and released.
This needs updated with the latest swift nio version once 3271 is merged and in a release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The nio PR is merged now, but still need a new swift-nio release containing the change. Until then, can't have a new minimum version with correct Package.resolved values.
@@ -1,4 +1,4 @@ | |||
// swift-tools-version:5.8 | |||
// swift-tools-version:5.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note, this is likely a breaking change for users of this repository.
The error for swift 5.8 should pass now that the ci change is merged.
|
NOTE: This is in DRAFT until required supporting changes are merged in swift-nio and GraphQLSwift/ci
Change summary
Added swift wasm as a CI target, to help prevent future breakages to swift wasm builds in DataLoader
Details
Notes
PR Dependencies
The following PR's must be merged before this PR can be merged:
Testing done
Verified new github workflow builds, once required upstream dependencies are patched in swift-nio
See https://github.com/PassiveLogic/DataLoader/actions/runs/15833601501/job/44631947127?pr=1
Remaining work