Skip to content

Commit 5e85b76

Browse files
authored
Merge pull request #2602 from kateinoigakukun/patch-1
SE0450: Mention about `swift test`
2 parents e6f34b7 + 225d14f commit 5e85b76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/0450-swiftpm-package-traits.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,9 @@ default traits or adding a new default trait it is important to consider that
474474
removing a default trait is a **SemVer-incompatible** change since it can potentially
475475
remove APIs.
476476

477-
### Trait specific command line options for `swift build/run`
477+
### Trait specific command line options for `swift test/build/run`
478478

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
480480
traits for the root package are enabled:
481481

482482
- `--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
614614
combinations. A new option `--all-trait-combinations` could be added to
615615
`swift test/build/run` make testing all combinations easy as possible.
616616

617-
### Surface traits in documentation
617+
### Surface traits in documentation
618618

619619
If the compiler gains knowledge about package traits in the future, we could
620620
extract information if a public API is guarded by a trait and surface this in

0 commit comments

Comments
 (0)