SwiftPM with executable type project

I try to learn and build from Build a Command-line Tool that I encountered some problems?
Swift: 5.10
macOS: 14.6.1
Xcode: 15.4

1)confuse about USAGE: description
2)Can I use SwiftPM cli to generate executable with testing project like swift package init --name MyCLI --type executable?