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