Instance Propertyswift-package-manager 6.0.3PackageModel
licenseURL
RegistryReleaseMetadata.swift:37let licenseURL: URL?
let licenseURL: URL?
s12PackageModel23RegistryReleaseMetadataV0E0V10licenseURL20FoundationEssentials0G0VSgvp
What are these?4FX0J
import PackageModel
struct Metadata
Metadata of the given release, provided by the registry.
struct RegistryReleaseMetadata
struct URL
A URL is a type that can potentially contain the location of a resource on a remote server, the path of a local file on disk, or even an arbitrary piece of encoded data.
init(author: RegistryReleaseMetadata.Metadata.Author? = nil, description: String? = nil, licenseURL: URL? = nil, readmeURL: URL? = nil, scmRepositoryURLs: [SourceControlURL]?)
let author: Author?
let description: String?
let readmeURL: URL?
let scmRepositoryURLs: [SourceControlURL]?
struct Author
struct Organization