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 e8f8b9a commit ac04c37Copy full SHA for ac04c37
Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
@@ -78,7 +78,7 @@ extension SwiftSDKError: CustomStringConvertible {
78
case .checksumNotProvided(let url):
79
return """
80
Bundles installed from remote URLs (such as \(url)) require their checksum passed via `--checksum` option.
81
- The distributor of the bundle must compute it with `swift package compute-checksum` \
+ The distributor of the bundle must compute it with the `swift package compute-checksum` \
82
command and provide it with their Swift SDK installation instructions.
83
"""
84
case .invalidBundleArchive(let archivePath):
0 commit comments