Open brentleyjones opened 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.
swift_library_group
swift_compiler_plugin
plugin
This is similar to
swift_library_group
, in that it allows you to group multipleswift_compiler_plugin
targets under a single target. This is needed to support SPM’splugin
products, which support multiple plugin targets under a single product.