Definitions for handling Bazel repositories used by the Swift rules.

Macros and Functions

swift_rules_dependencies

Fetches repositories that are dependencies of rules_swift.

Users should call this macro in their WORKSPACE to ensure that all of the dependencies of the Swift rules are downloaded and that they are isolated from changes to those dependencies.

Example usage (generated)

load("@rules_swift//swift:repositories.bzl", "swift_rules_dependencies")

swift_rules_dependencies(
)