Initializerswift-package-manager 6.0.1PackageRegistry
init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s15PackageRegistry0B6ClientC13SerializationO15VersionMetadataV4fromAGs7Decoder_p_tKcfc
What are these?8UNGK
import PackageRegistry
struct VersionMetadata
final class RegistryClient
Package registry client. API specification: https://github.com/swiftlang/swift-package-manager/blob/main/Documentation/PackageRegistry/Registry.md
enum Serialization
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init(id: String, version: String, resources: [Resource], metadata: AdditionalMetadata?, publishedAt: Date?)
let id: String
let metadata: AdditionalMetadata?
let publishedAt: Date?
let resources: [Resource]
let version: String
struct AdditionalMetadata
struct Author
struct Organization
struct Resource
struct Signing