File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -474,9 +474,9 @@ default traits or adding a new default trait it is important to consider that
474
474
removing a default trait is a ** SemVer-incompatible** change since it can potentially
475
475
remove APIs.
476
476
477
- ### Trait specific command line options for ` swift build/run `
477
+ ### Trait specific command line options for ` swift test/ build/run `
478
478
479
- When executing one of ` swift build/run ` options can be passed to control which
479
+ When executing one of ` swift test/ build/run ` options can be passed to control which
480
480
traits for the root package are enabled:
481
481
482
482
- ` --traits ` _ TRAITS_ : Enables the passed traits of the package. Multiple traits
@@ -614,7 +614,7 @@ it would be helpful to offer package authors tooling to build and test all
614
614
combinations. A new option ` --all-trait-combinations ` could be added to
615
615
` swift test/build/run ` make testing all combinations easy as possible.
616
616
617
- ### Surface traits in documentation
617
+ ### Surface traits in documentation
618
618
619
619
If the compiler gains knowledge about package traits in the future, we could
620
620
extract information if a public API is guarded by a trait and surface this in
You can’t perform that action at this time.
0 commit comments