Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Product

mattt edited this page Oct 22, 2020 · 2 revisions

Product

Defines the executables and libraries produced by a package, and makes them visible to other packages.

public struct Product: Equatable

Inheritance

Decodable, Equatable

Initializers

init(from:)

public init(from decoder: Decoder) throws

Properties

`type`

The type of product (library or executable).

let `type`: `Type`

name

The name of the product.

let name: String

targets

The targets that comprise the product.

let targets: [String]