checksum

    The checksum for the archive file that contains the referenced binary artifact.

    Target.swift:216
    SwiftPM
    5.3+
    var checksum: String?

    If you make a remote binary framework available as a Swift package, declare a remote, or URL-based, binary target in your package manifest with binaryTarget(name:url:checksum:). Always run swift package compute-checksum path/to/MyFramework.zip at the command line to make sure you create a correct SHA256 checksum.

    For more information, see doc:distributing-binary-frameworks-as-swift-packages.

    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