Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

chore: add message about swift_bazel #210

Merged
merged 1 commit into from
Jan 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Swift Package Manager Rules for Bazel

## `swift_bazel` is replacing `rules_spm`

2023-01-10: The [swift_bazel](https://github.com/cgrindel/swift_bazel) project, the successor for
`rules_spm`, is now ready for testing. In addition to managing external Swift package
dependencies, it also provides functionality for generating Bazel build files for your Swift
project. If you have used `rules_spm` for your projects or if you are just looking for a way to
manage external Swift packages in your Bazel workspace, I encourage you to check out
[swift_bazel](https://github.com/cgrindel/swift_bazel) and provide your feedback.

## Important Message for iOS Developers

2022-11-28: There are some [known issues](https://github.com/cgrindel/rules_spm/discussions/157)
Expand Down