Enumerationswift-package-manager 6.0.3PackageModel
SigningEntity
RegistryReleaseMetadata.swift:109enum SigningEntity
enum SigningEntity
s12PackageModel23RegistryReleaseMetadataV13SigningEntityO
What are these?8PDXM
import PackageModel
struct RegistryReleaseMetadata
case recognized(type: String, commonName: String?, organization: String?, identity: String?)
case unrecognized(commonName: String?, organization: String?)
init(source: RegistryReleaseMetadata.Source, metadata: RegistryReleaseMetadata.Metadata, signature: RegistrySignature?)
let metadata: Metadata
let signature: RegistrySignature?
let source: Source
struct Metadata
Metadata of the given release, provided by the registry.
struct RegistrySignature
Information from the signing certificate.
enum Source
Information about the source of the release.
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
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 Sendable
init(from decoder: any Decoder) throws
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.