Prune nested Swift Package dependencies
Subtle tip for SPM projects: Only import the package libraries you need for each target to reduce final binary size and optimise build times.
Subtle tip for SPM projects: Only import the package libraries you need for each target to reduce final binary size and optimise build times.