Contents

targets(named:)

The list of targets matching the given names.

Declaration

func targets(named targetNames: [String]) throws -> [any Target]

Discussion

Throws an error if any of the targets cannot be found.

See Also

Inspecting Package Targets