Initializerswift-package-manager 6.0.1PackageRegistry
init(from:)
RegistryConfiguration.swift:429init(from decoder: Decoder) throws
init(from decoder: Decoder) throws
s15PackageRegistry0B13ConfigurationV8SecurityV4fromAEs7Decoder_p_tKcfc
What are these?236VG
import PackageRegistry
struct Security
struct RegistryConfiguration
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init()
var `default`: Global
var packageOverrides: [PackageIdentity.RegistryIdentity : ScopePackageOverride]
var registryOverrides: [String : RegistryOverride]
var scopeOverrides: [PackageIdentity.Scope : ScopePackageOverride]
func encode(to encoder: Encoder) throws
struct Global
struct RegistryOverride
struct ScopePackageOverride
struct Signing