Swift lockfile i.e., Package.resolved, contains all the pinned direct and transitive dependencies, but the relationship between dependencies is not present in the resolved file. We should use swift package show-dependencies --format json command to get the dependency relationships and store them in graph-swift.deplock file.
Swift lockfile i.e., Package.resolved, contains all the pinned direct and transitive dependencies, but the relationship between dependencies is not present in the resolved file. We should use
swift package show-dependencies --format json
command to get the dependency relationships and store them ingraph-swift.deplock
file.