Swift Dependency Graph

Start to type the name of a package in the search bar and select from the menu to display a package and its dependencies. Click on a node in the graph to make that the top node. Click on the top node to toggle between displaying a package's dependencies and displaying the packages dependent on it.

The arrow in the background indicates whether you are displaying dependents or dependencies. The arrow always points in the direction of the parent or dependent package.

The swift dependency graph uses the Swift Package catalog from the Swift Package Index setup by Dave Verwer. The graph is written by Adam Fowler.