swiftlang/swift-package-manager

`swift package plugin` to support `--skip-build`

Opened this issue · 0 comments

Description

Would be very nice if swift package plugin supported --skip-build. Sometimes we know that the plugin is already built and up to date, like in some CI steps.

Swift can be pretty slow to build, so this can be a few mins of CI time cut.