SPM Target Graph

Hello, SPM has the command swift package show-dependencies that creates a simple graph for your SPM dependencies. Is there a similar command for your targets? Basically I want a better way to visualize how the target dependencies propagate.
I know that swift package describe exists, but its way too verbose and only shows one level of dependency (unless I am missing some parameters).

2 Likes

related: How can I export a .dot file for dependency graph of Swift package target? - #4 by wakinchan