Enumerationswift-package-manager 6.0.3PackageSigning
SignatureFormat
SignatureProvider.swift:140enum SignatureFormat
enum SignatureFormat
import PackageSigning
case cms_1_0_0
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
init?(rawValue: String)
var signingKeyType: SigningKeyType { get }
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)