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 bf6ea45 commit 6735809Copy full SHA for 6735809
Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift
@@ -169,7 +169,7 @@ public final class SwiftSDKConfigurationStore {
169
if let targetTriple = targetTriple {
170
targetTriples = try [Triple(targetTriple)]
171
} else {
172
- // when target-triple is unspecified, configure every triple for the SDK
+ // when `targetTriple` is unspecified, configure every triple for the SDK
173
let validBundles = try self.swiftSDKs(for: sdkID)
174
targetTriples = validBundles.compactMap(\.targetTriple)
175
if targetTriples.isEmpty {
0 commit comments