ScopePackageOverride
RegistryConfiguration.swift:283struct ScopePackageOverride
struct ScopePackageOverride
s15PackageRegistry0B13ConfigurationV8SecurityV05ScopeA8OverrideV
What are these?1ESYI
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 Global
struct RegistryOverride
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?
struct Signing
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.