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 5b76d86 commit 4e878faCopy full SHA for 4e878fa
Sources/PackageGraph/ModulesGraph+Loading.swift
@@ -51,7 +51,7 @@ extension ModulesGraph {
51
manifestMap[manifest.key] = (manifest.value, fileSystem)
52
}
53
54
- // Construct the root root dependencies set.
+ // Construct the root dependencies set.
55
let rootDependencies = Set(root.dependencies.compactMap {
56
manifestMap[$0.identity]?.manifest
57
})
0 commit comments