-
Since this file is auto-generated every time dependency resolution is performed, is there a reason it should go in version control? |
Beta Was this translation helpful? Give feedback.
Answered by
lmarceau
Aug 8, 2022
Replies: 1 comment
-
We keep it in version control since we want everyone to use the same set of dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lmarceau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We keep it in version control since we want everyone to use the same set of dependencies.
Package.resolved
file records the result of dependency resolution whenever SwiftPM performs it. If the file is already present, SwiftPM will try to resolve to the same versions as recorded in the file.