File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
172172USAGE: swift package migrate [<options>] --to-feature <to-feature> ...
173173
174174OPTIONS:
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
187187This command would attempt to build ` MyTarget ` and ` MyTest ` targets with ` ExistentialAny:migrate ` feature flag, apply any fix-its associated with
You can’t perform that action at this time.
0 commit comments