Hi,
My Xcode project has a vast mixture of dependencies and I want to be able to quickly determine why a certain SPM package is a dependency. The following command
swift package show-dependencies
is useful in a single package because it shows me all of it's downstream dependencies. But I would need to run this on each SPM package in my project and manually note down the packages that mention the package I'm interested in.
Unless I'm going about this all wrong?
It would be great to right click on the package and select an option that shows the upstream dependencies that lead to it's presence in my project. Are there any plans to implement this?