I'm currently working with Swift package manager with all of my dependencies. Each time I'm switching between branches SPM is fetching all of the dependencies.
(It takes about 5 - 10 min each time).
My question is whether it is possible to configure the SPM to stop fetching each time? Thanks!