recursiveTargetDependencies

The transitive closure of all the targets on which the receiver depends, ordered such that every dependency appears before any other target that depends on it (i.e. in “topological sort order”).

Utilities.swift:53
var recursiveTargetDependencies: [Target] { get }