This repository is designed to provide pre-built Bazel compatible targets for the apple/swift-syntax repository.
Update your MODULE.bazel
file to override the swift-syntax
repository with this one.
See the releases page for available versions.
bazel_dep(
name = "swift-syntax",
version = "x.x.x",
)
archive_override(
module_name = "swift-syntax",
urls = ["https://github.com/square/swift-syntax-prebuilt/releases/download/x.x.x/swift-syntax-x.x.x.tar.gz"],
)
- File an issue if the version you want is not available.
- Maintainer will run the build-publish action.