Organization
RegistryReleaseMetadata.swift:77struct Organization
struct Organization
s12PackageModel23RegistryReleaseMetadataV0E0V12OrganizationV
What are these?5K7XR
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 Author
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)
let description: String?
let emailAddress: String?
let name: String
let url: URL?
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.