Instance Propertyswift-package-manager 6.0.1PackageRegistry
readmeURL
RegistryClient.swift:2062let readmeURL: URL?
let readmeURL: URL?
s15PackageRegistry0B6ClientC0A15VersionMetadataV9readmeURL20FoundationEssentials0G0VSgvp
What are these?5EM51
import PackageRegistry
struct PackageVersionMetadata
final class RegistryClient
Package registry client. API specification: https://github.com/swiftlang/swift-package-manager/blob/main/Documentation/PackageRegistry/Registry.md
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.
let author: Author?
let description: String?
let licenseURL: URL?
let publishedAt: Date?
let registry: Registry
let repositoryURLs: [SourceControlURL]?
let resources: [Resource]
var sourceArchive: Resource? { get }
struct Author
struct Organization
struct Resource
struct Signing