dependencies

Any other targets on which this target depends, in the same order as they are specified in the package manifest. Conditional dependencies that do not apply have already been filtered out.

PackageModel.swift:186
var dependencies: [TargetDependency] { get }

Other requirements

Instance members

  • var directory: Path

    The absolute path of the target directory in the local file system.

  • var id: ID

    Unique identifier for the target.

  • var name: String

    The name of the target, as defined in the package manifest. This name is unique among the targets of the package in which it is defined.