Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?
Description
When writing a command plugin that performs a build of the current SwiftPM package, there's no ability to specify the traits that should be explicitly enabled for that build. There's no equivalent to doing something like this at the command-line within the command plugin:
swift build --traits foo,bar
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version ; uname -a)
No response
Is it reproducible with SwiftPM command-line tools:
swift build,swift test,swift packageetc?swift build,swift test,swift packageetc.Description
When writing a command plugin that performs a build of the current SwiftPM package, there's no ability to specify the traits that should be explicitly enabled for that build. There's no equivalent to doing something like this at the command-line within the command plugin:
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version ; uname -a)No response