Contents

products(named:)

The list of products matching the given names.

Declaration

func products(named productNames: [String]) throws -> [any Product]

Discussion

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

See Also

Inspecting Package Products