You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on something else I realized that the code for
`swift_library_group` was more complex than it needed to be.
Signed-off-by: Brentley Jones <[email protected]>
| <aid="swift_library_group-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
432
-
| <aid="swift_library_group-deps"></a>deps | A list of targets that should be included in the group.<br><br>Allowed kinds of dependencies are:<br><br>*`swift_library` (or anything propagating `SwiftInfo`)<br><br>*`cc_library` (or anything propagating `CcInfo`)<br><br>Additionally, on platforms that support Objective-C interop, `objc_library` targets (or anything propagating the `apple_common.Objc` provider) are allowed as dependencies. On platforms that do not support Objective-C interop (such as Linux), those dependencies will be **ignored.**| <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |`[]`|
432
+
| <aid="swift_library_group-deps"></a>deps | A list of targets that should be included in the group.Allowed kinds of dependencies are:<br><br>*`swift_library` (or anything propagating `SwiftInfo`)<br><br>*`cc_library` (or anything propagating `CcInfo`)<br><br>Additionally, on platforms that support Objective-C interop, `objc_library` targets (or anything propagating the `apple_common.Objc` provider) are allowed as dependencies. On platforms that do not support Objective-C interop (such as Linux), those dependencies will be **ignored.**| <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |`[]`|
0 commit comments