Enumeration Caseswift-package-manager 6.0.1PackageRegistry
processing(statusURL:retryAfter:)
RegistryClient.swift:2140case processing(statusURL: URL, retryAfter: Int?)
case processing(statusURL: URL, retryAfter: Int?)
s15PackageRegistry0B6ClientC13PublishResultO10processingyAE20FoundationEssentials3URLV_SiSgtcAEmF
What are these?78E1X
import PackageRegistry
enum PublishResult
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.
@frozen struct Int
A signed integer value type.
case published(URL?)