bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
307 stars 133 forks source link

Add the `swift_common.use_toolchain()` helper #1257

Closed brentleyjones closed 1 month ago

brentleyjones commented 1 month ago

This function currently returns an empty list so that adding it to the rules/aspects is a no-op. A future change will have it return a list containing the Swift toolchain type, enabling new toolchain resolution.

PiperOrigin-RevId: 471075965 (cherry picked from commit 016604d34a0b3896d5298b49d539bfaef31c4d4d)