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.
incompatible_use_toolchain_transition
1 parent fa9ed47 commit da30f00Copy full SHA for da30f00
swift/internal/swift_toolchain.bzl
@@ -465,6 +465,5 @@ The version of XCTest that the toolchain packages.
465
doc = "Represents a Swift compiler toolchain.",
466
fragments = ["swift"],
467
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
468
- incompatible_use_toolchain_transition = True,
469
implementation = _swift_toolchain_impl,
470
)
swift/internal/xcode_swift_toolchain.bzl
@@ -830,6 +830,5 @@ for incremental compilation using a persistent mode.
830
"swift",
831
],
832
833
834
implementation = _xcode_swift_toolchain_impl,
835
0 commit comments