Skip to content

Commit b998131

Browse files
authored
Update 0486-adoption-tooling-for-swift-features.md
1 parent d89189e commit b998131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/0486-adoption-tooling-for-swift-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [SE-0486](0486-adoption-tooling-for-swift-features.md)
44
* Authors: [Anthony Latsis](https://github.com/AnthonyLatsis), [Pavel Yaskevich](https://github.com/xedin)
55
* Review Manager: [Franz Busch](https://github.com/FranzBusch)
6-
* Status: **Active Review (May 26...June 8, 2025)**
6+
* Status: **Implemented (Swift 6.2)**
77
* Implementation: https://github.com/swiftlang/swift-package-manager/pull/8613
88
* Review: [Pitch](https://forums.swift.org/t/pitch-adoption-tooling-for-upcoming-features/77936), [Review](https://forums.swift.org/t/se-0486-migration-tooling-for-swift-features/80121)
99

@@ -172,7 +172,7 @@ The command would accept one or more features that have migration mode enabled a
172172
USAGE: swift package migrate [<options>] --to-feature <to-feature> ...
173173
174174
OPTIONS:
175-
--targets <targets> The targets to migrate to specified set of features or a new language mode.
175+
--target <targets> The targets to migrate to specified set of features or a new language mode.
176176
--to-feature <to-feature>
177177
The Swift language upcoming/experimental feature to migrate to.
178178
-h, --help Show help information.
@@ -181,7 +181,7 @@ OPTIONS:
181181
#### Use case
182182

183183
```
184-
swift package migrate --targets MyTarget,MyTest --to-feature ExistentialAny
184+
swift package migrate --target MyTarget,MyTest --to-feature ExistentialAny
185185
```
186186

187187
This command would attempt to build `MyTarget` and `MyTest` targets with `ExistentialAny:migrate` feature flag, apply any fix-its associated with

0 commit comments

Comments
 (0)