We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
SwiftPM.swift
1 parent 4e80788 commit 260624aCopy full SHA for 260624a
Sources/swift-package-manager/SwiftPM.swift
@@ -33,8 +33,7 @@ struct SwiftPM {
33
}
34
35
36
- @discardableResult
37
- private static func main(execName: String?) async -> Bool {
+ private static func main(execName: String?) async {
38
switch execName {
39
case "swift-package":
40
await SwiftPackageCommand.main()
@@ -53,7 +52,5 @@ struct SwiftPM {
53
52
default:
54
fatalError("swift-package-manager launched with unexpected name: \(execName ?? "(unknown)")")
55
56
-
57
- return true
58
59
0 commit comments