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 b6f31e7 commit 9fa3a7aCopy full SHA for 9fa3a7a
swift/BUILD
@@ -15,28 +15,6 @@ bzl_library(
15
srcs = ["providers.bzl"],
16
)
17
18
-bzl_library(
19
- name = "swift",
20
- srcs = ["swift.bzl"],
21
- deps = [
22
- ":providers",
23
- ":swift_binary",
24
- ":swift_clang_module_aspect",
25
- ":swift_common",
26
- ":swift_extract_symbol_graph",
27
- ":swift_feature_allowlist",
28
- ":swift_grpc_library",
29
- ":swift_import",
30
- ":swift_interop_hint",
31
- ":swift_library",
32
- ":swift_module_alias",
33
- ":swift_package_configuration",
34
- ":swift_proto_library",
35
- ":swift_symbol_graph_aspect",
36
- ":swift_test",
37
- ],
38
-)
39
-
40
bzl_library(
41
name = "swift_binary",
42
srcs = ["swift_binary.bzl"],
swift/swift.bzl
0 commit comments