Release
RegistryClient.swift:2372struct Release
struct Release
s15PackageRegistry0B6ClientC13SerializationO0A8MetadataV7ReleaseV
What are these?9OAJO
import PackageRegistry
struct PackageMetadata
final class RegistryClient
Package registry client. API specification: https://github.com/swiftlang/swift-package-manager/blob/main/Documentation/PackageRegistry/Registry.md
enum Serialization
init(from decoder: any Decoder) throws
init(releases: [String : Release])
let releases: [String : Release]
struct Problem
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
init(from decoder: any Decoder) throws
init(url: String?, problem: Problem? = .none)
var problem: Problem?
var url: String?