executable(name:targets:)

    Creates an executable package product.

    Product.swift:152
    static func executable(name: String, targets: [String]) -> Product

    Parameters

    name

    The name of the executable product.

    targets

    The targets to bundle into an executable product.

    Returns

    A Product instance.

    See also

    Other members in extension

    Types

    Type members

    Instance members