Contents

recursiveTargetDependencies

The transitive closure of all the targets on which the receiver depends.

Declaration

var recursiveTargetDependencies: [any Target] { get }

Discussion

Package manager orders the results such that every dependency appears before any other target that depends on it.

The dependencies are sorted in topological sort order.

See Also

Inspecting a target