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/wesprint-io/swift-syntax-prebuilt/releases/download/x.x.x/swift-syntax-x.x.x.tar.gz"],
)- Run the build-publish action.