Instance Propertyswift-package-manager 6.0.1PackageRegistry
scopedRegistries
RegistryConfiguration.swift:33var scopedRegistries: [PackageIdentity.Scope : Registry]
var scopedRegistries: [PackageIdentity.Scope : Registry]
s15PackageRegistry0B13ConfigurationV16scopedRegistriesSDy0A5Model0A8IdentityV5ScopeVAE0B0VGvp
What are these?G71N
import PackageRegistry
struct RegistryConfiguration
struct PackageIdentity
The canonical identifier for a package, based on its source location.
struct Scope
Provides a namespace for related packages within a package registry.
struct Registry
init()
init(from decoder: Decoder) throws
static let version: Version
var defaultRegistry: Registry?
var explicitlyConfigured: Bool { get }
var registryAuthentication: [String : Authentication]
var security: Security?
mutating func add(authentication: Authentication, for registryURL: URL) throws
func authentication(for registryURL: URL) throws -> Authentication?
func encode(to encoder: Encoder) throws
mutating func merge(_ other: RegistryConfiguration)
func registry(for scope: PackageIdentity.Scope) -> Registry?
func registry(for package: PackageIdentity) -> Registry?
mutating func removeAuthentication(for registryURL: URL)
func signing(for package: PackageIdentity.RegistryIdentity, registry: Registry) -> Security.Signing
struct Authentication
enum AuthenticationType
struct Security
enum Version