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 8c06c4b commit b4ed2d0Copy full SHA for b4ed2d0
Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
@@ -72,7 +72,7 @@ extension SwiftSDKError: CustomStringConvertible {
72
switch self {
73
case let .checksumInvalid(computed, provided):
74
return """
75
- Computed archive checksum `\(computed) does not match the provided checksum `\(provided)`.
+ Computed archive checksum `\(computed)` does not match the provided checksum `\(provided)`.
76
"""
77
78
case .checksumNotProvided(let url):
0 commit comments