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 018e73d commit 1524b41Copy full SHA for 1524b41
Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift
@@ -218,9 +218,9 @@ public final class SwiftSDKConfigurationStore {
218
guard !updatedProperties.isEmpty else {
219
swiftSDKBundleStore.observabilityScope.emit(
220
error: """
221
- No properties of Swift SDK `\(sdkID)` for target triple `\(targetTriple)` were updated \
222
- since none were specified. Pass `--help` flag to see the list of all available properties.
223
- """
+ No properties of Swift SDK `\(sdkID)` for target triple `\(targetTriple)` were updated \
+ since none were specified. Pass `--help` flag to see the list of all available properties.
+ """
224
)
225
return false
226
}
0 commit comments