-
Notifications
You must be signed in to change notification settings - Fork 226
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
Adds support for rules_swift 2.x. #816
Conversation
f0dd0ab
to
a2d4be7
Compare
Yams 5.1.3 has now been released: https://github.com/jpsim/Yams/releases/tag/5.1.3 |
Thank you! The remaining module would be: https://github.com/drmohundro/SWXMLHash which i think was manually added to the registry as i dont see any bazel files in that repo |
d8c294a
to
49b985e
Compare
49b985e
to
10d32f8
Compare
10d32f8
to
aee6ac9
Compare
This does force users using this version of sourcekitten to also use rules_swift because of the `swift_c_module` removal.
aee6ac9
to
fd7dadd
Compare
@@ -10,7 +10,7 @@ jobs: | |||
MacOS: | |||
strategy: | |||
matrix: | |||
xcode_version: ['14.3.1', '15.2', '15.3'] |
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 14.3.1 job was failing on Bazel because of diff in fixtures. I'm not able to install that version on my OS. If we're okay with bumping this this should be ready now
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.
Yeah that's a fairly old version now, fine to remove from CI
This does force users using this version of sourcekitten to also use rules_swift because of the
swift_c_module
removal.Outstanding issues:
max_compatibility_level
needs to be updated for deps that use rules_swift2.0.0
release before we can move of the release candidateRequires the following: