diff --git a/Sources/PackageGraph/ModulesGraph+Loading.swift b/Sources/PackageGraph/ModulesGraph+Loading.swift index 2ea14951129..a415ada6dc9 100644 --- a/Sources/PackageGraph/ModulesGraph+Loading.swift +++ b/Sources/PackageGraph/ModulesGraph+Loading.swift @@ -51,7 +51,7 @@ extension ModulesGraph { manifestMap[manifest.key] = (manifest.value, fileSystem) } - // Construct the root root dependencies set. + // Construct the root dependencies set. let rootDependencies = Set(root.dependencies.compactMap { manifestMap[$0.identity]?.manifest })