bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
311 stars 136 forks source link

Add `swift_compiler_plugin_group` rule #1178

Open brentleyjones opened 7 months ago

brentleyjones commented 7 months ago

This is similar to swift_library_group, in that it allows you to group multiple swift_compiler_plugin targets under a single target. This is needed to support SPM’s plugin products, which support multiple plugin targets under a single product.