Contents

targets

The targets that directly comprise the product, in the order in which they are declared in the package manifest.

Declaration

let targets: [any Target]

Discussion

The product contains the transitive closure of the these targets and their dependencies. For an ExecutableProduct, exactly one of the targets in this list must be an ExecutableTarget.

See Also

Inspecting an Executable Target