Instance Propertyswift-package-manager 6.0.3PackageModel
scmRepositoryURLs
RegistryReleaseMetadata.swift:39let scmRepositoryURLs: [SourceControlURL]?
let scmRepositoryURLs: [SourceControlURL]?
s12PackageModel23RegistryReleaseMetadataV0E0V17scmRepositoryURLsSay6Basics16SourceControlURLVGSgvp
What are these?8K3XW
import PackageModel
struct Metadata
Metadata of the given release, provided by the registry.
struct RegistryReleaseMetadata
struct SourceControlURL
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?
struct Author
struct Organization