Skip to content

square/swift-syntax-prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

swift-syntax-prebuilt

This repository is designed to provide pre-built Bazel compatible targets for the apple/swift-syntax repository.

Usage

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"],
)

Adding swift-syntax versions

  • File an issue if the version you want is not available.
  • Maintainer will run the build-publish action.