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

Adds support for rules_swift 2.x. #816

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

luispadron
Copy link
Collaborator

@luispadron luispadron commented Jun 29, 2024

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_swift
  • Need a real 2.0.0 release before we can move of the release candidate

Requires the following:

@luispadron luispadron force-pushed the luis/add-rules_swift-2.x-support branch from f0dd0ab to a2d4be7 Compare July 9, 2024 13:48
@jpsim
Copy link
Owner

jpsim commented Jul 10, 2024

Yams 5.1.3 has now been released: https://github.com/jpsim/Yams/releases/tag/5.1.3

BCR PR: bazelbuild/bazel-central-registry#2404

@luispadron
Copy link
Collaborator Author

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

@luispadron luispadron force-pushed the luis/add-rules_swift-2.x-support branch 2 times, most recently from d8c294a to 49b985e Compare July 10, 2024 18:51
@luispadron luispadron marked this pull request as ready for review July 10, 2024 18:52
@luispadron luispadron force-pushed the luis/add-rules_swift-2.x-support branch from 49b985e to 10d32f8 Compare July 10, 2024 18:55
@luispadron luispadron force-pushed the luis/add-rules_swift-2.x-support branch from 10d32f8 to aee6ac9 Compare July 26, 2024 16:30
This does force users using this version of sourcekitten to also use rules_swift because of the `swift_c_module` removal.
@luispadron luispadron force-pushed the luis/add-rules_swift-2.x-support branch from aee6ac9 to fd7dadd Compare July 26, 2024 16:56
@@ -10,7 +10,7 @@ jobs:
MacOS:
strategy:
matrix:
xcode_version: ['14.3.1', '15.2', '15.3']
Copy link
Collaborator Author

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

Copy link
Owner

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

@jpsim jpsim merged commit 33d6cbf into jpsim:main Jul 27, 2024
17 checks passed
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