Skip to content

Commit

Permalink
fix: fix mapping of registry SPM dependencies (#5563)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleformichelli committed Nov 19, 2023
1 parent 48f8e8c commit f33d340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public final class SwiftPackageManagerGraphGenerator: SwiftPackageManagerGraphGe
let name = dependency.packageRef.name
let packageFolder: AbsolutePath
switch dependency.packageRef.kind {
case "remote", "remoteSourceControl":
case "registry", "remote", "remoteSourceControl":
packageFolder = checkoutsFolder.appending(component: dependency.subpath)
case "local", "fileSystem", "localSourceControl":
// Depending on the swift version, the information is available either in `path` or in `location`
Expand Down

0 comments on commit f33d340

Please sign in to comment.