Enumeration Caseswift-package-manager 6.0.3PackageRegistry
published(_:)
RegistryClient.swift:2139case published(URL?)
case published(URL?)
s15PackageRegistry0B6ClientC13PublishResultO9publishedyAE20FoundationEssentials3URLVSgcAEmF
What are these?8RIAC
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.
case processing(statusURL: URL, retryAfter: Int?)