diff --git a/Sources/PackageGraph/ModulesGraph+Loading.swift b/Sources/PackageGraph/ModulesGraph+Loading.swift index 0ea479a0ee1..e91f2d8f0a2 100644 --- a/Sources/PackageGraph/ModulesGraph+Loading.swift +++ b/Sources/PackageGraph/ModulesGraph+Loading.swift @@ -451,7 +451,7 @@ private func createResolvedPackages( package: package.identity.description, identity: dependency.identity, dependencyLocation: dependencyPackageRef.canonicalLocation.description, - otherDependencyLocation: resolvedPackage.package.manifest.canonicalPackageLocation.description, + otherDependencyLocation: resolvedPackage.package.manifest.canonicalPackageLocation.description ) return packageObservabilityScope.emit(error) }