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.
SwiftBinaryInfo
plugins
1 parent 5bb185c commit fd3c5acCopy full SHA for fd3c5ac
swift/internal/attrs.bzl
@@ -15,7 +15,7 @@
15
"""Common attributes used by multiple Swift build rules."""
16
17
load("@bazel_skylib//lib:dicts.bzl", "dicts")
18
-load("//swift:providers.bzl", "SwiftBinaryInfo", "SwiftInfo")
+load("//swift:providers.bzl", "SwiftInfo")
19
load(":providers.bzl", "SwiftCompilerPluginInfo")
20
21
def swift_common_rule_attrs(
@@ -147,7 +147,7 @@ Swift 5.9+.
147
A list of `swift_compiler_plugin` targets that should be loaded by the compiler
148
when compiling this module and any modules that directly depend on it.
149
""",
150
- providers = [[SwiftBinaryInfo, SwiftCompilerPluginInfo]],
+ providers = [SwiftCompilerPluginInfo],
151
),
152
"srcs": attr.label_list(
153
allow_empty = not requires_srcs,
0 commit comments