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 5273039 commit 8d9231aCopy full SHA for 8d9231a
Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
@@ -77,7 +77,7 @@ extension SwiftSDKError: CustomStringConvertible {
77
78
case .checksumNotProvided(let url):
79
return """
80
- Bundles installed from remote URLs (such as \(url)) require their checksum passed via `--checksum` option.
+ Bundles installed from remote URLs (`\(url)`) require their checksum passed via `--checksum` option.
81
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
"""
0 commit comments