binaryTarget(name:url:checksum:)

    Creates a binary target that references a remote artifact.

    Target.swift:1068
    SwiftPM
    5.3+
    static func binaryTarget(name: String, url: String, checksum: String) -> Target

    Parameters

    name

    The name of the target.

    url

    The URL to the binary artifact. This URL must point to an archive file that contains a binary artifact in its root directory.

    checksum

    The checksum of the archive file that contains the binary artifact.

    Binary targets are only available on Apple platforms.

    See also

    Other members in extension

    Types

    Type members

    Show obsolete interfaces (11)

    Hide obsolete interfaces

    Show system interfaces (1)

    Hide system interfaces

    Instance members