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.
1 parent ec18c25 commit 6ea2c57Copy full SHA for 6ea2c57
.swift-version
@@ -1 +1 @@
1
-6.1.0
+main-snapshot-2025-09-10
Sources/Swiftly/SelfUpdate.swift
@@ -74,8 +74,6 @@ struct SelfUpdate: SwiftlyCommand {
74
}
75
76
if downloadURL == nil {
77
- await ctx.print("Checking for swiftly updates...")
78
-
79
let swiftlyRelease = try await ctx.httpClient.getCurrentSwiftlyRelease()
80
81
guard try swiftlyRelease.swiftlyVersion > SwiftlyCore.version else {
0 commit comments