We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b738aa commit f0970b9Copy full SHA for f0970b9
swift/internal/swift_toolchain.bzl
@@ -275,5 +275,6 @@ for incremental compilation using a persistent mode.
275
doc = "Represents a Swift compiler toolchain.",
276
fragments = ["swift"],
277
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
278
+ incompatible_use_toolchain_transition = True,
279
implementation = _swift_toolchain_impl,
280
)
swift/internal/xcode_swift_toolchain.bzl
@@ -692,5 +692,6 @@ for incremental compilation using a persistent mode.
692
"swift",
693
],
694
695
696
implementation = _xcode_swift_toolchain_impl,
697
0 commit comments