Author
RegistryReleaseMetadata.swift:55struct Author
struct Author
import PackageModel
struct Metadata
Metadata of the given release, provided by the registry.
struct RegistryReleaseMetadata
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 Organization
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(name: String, emailAddress: String? = nil, description: String? = nil, url: URL? = nil, organization: RegistryReleaseMetadata.Metadata.Organization?)
let description: String?
let emailAddress: String?
let name: String
let organization: Organization?
let url: URL?
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.