You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new BuildDescription.load API for use in SourceKit-LSP
Build tool plugins need to be built and run as part of the build plan
generation. Rather than relying on clients to do so, add a new API that
does both. This does unfortunately expose much more of the SwiftPM API
than previously, but given it is all required to a generate a
`BuildPlan`, this was really already the case.
Long term this module should be replaced by a long-running BSP server
that can prepare and provide build settings in the one process.
Resolves rdar://102242345.
(cherry picked from commit 4fa0769)
help:"Enables the passed traits of the package. Multiple traits can be specified by providing a space separated list e.g. `--traits Trait1Trait2`. When enabling specific traits the defaults traits need to explictily enabled as well by passing `defaults` to this command."
672
+
help:"Enables the passed traits of the package. Multiple traits can be specified by providing a comma separated list e.g. `--traits Trait1,Trait2`. When enabling specific traits the defaults traits need to explictily enabled as well by passing `defaults` to this command."
0 commit comments