Metadata
Metadata of the given release, provided by the registry.
struct Metadata
Metadata of the given release, provided by the registry.
struct Metadata
import PackageModel
struct RegistryReleaseMetadata
init(source: RegistryReleaseMetadata.Source, metadata: RegistryReleaseMetadata.Metadata, signature: RegistrySignature?)
let metadata: Metadata
let signature: RegistrySignature?
let source: Source
struct RegistrySignature
Information from the signing certificate.
enum SigningEntity
enum Source
Information about the source of the release.
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.
init(author: RegistryReleaseMetadata.Metadata.Author? = nil, description: String? = nil, licenseURL: URL? = nil, readmeURL: URL? = nil, scmRepositoryURLs: [SourceControlURL]?)
let author: Author?
let description: String?
let licenseURL: URL?
let readmeURL: URL?
let scmRepositoryURLs: [SourceControlURL]?
struct Author
struct Organization
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.