Global
RegistryConfiguration.swift:160struct Global
struct Global
import PackageRegistry
struct Security
struct RegistryConfiguration
init()
init(from decoder: Decoder) throws
var `default`: Global
var packageOverrides: [PackageIdentity.RegistryIdentity : ScopePackageOverride]
var registryOverrides: [String : RegistryOverride]
var scopeOverrides: [PackageIdentity.Scope : ScopePackageOverride]
func encode(to encoder: Encoder) throws
struct RegistryOverride
struct ScopePackageOverride
struct Signing
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
init()
init(from decoder: any Decoder) throws
var signing: Signing?
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.