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 3687be2 commit 01b9271Copy full SHA for 01b9271
Sources/PackageLoading/ToolsVersionParser.swift
@@ -615,7 +615,7 @@ extension ManifestLoader {
615
regularManifestToolsVersion = .v3
616
}
617
618
- // Find the newest version-specific manifest that is compatible with the the current tools version.
+ // Find the newest version-specific manifest that is compatible with the current tools version.
619
guard let versionSpecificCandidate = versionSpecificManifests.keys.sorted(by: >).first(where: { $0 <= currentToolsVersion }) else {
620
// Otherwise, return the regular manifest.
621
return regularManifest
0 commit comments