rules_swift_package_manager icon indicating copy to clipboard operation
rules_swift_package_manager copied to clipboard

Ensure target names do not contain spaces.

Open cgrindel opened this issue 1 year ago • 0 comments

Example: @apple_swift_argument_parser//Plugins/GenerateManualPlugin:Generate Manual

The above should be @apple_swift_argument_parser//Plugins/GenerateManualPlugin:Generate_Manual

cgrindel avatar Dec 14 '22 17:12 cgrindel