Initializerswift-package-manager 6.0.1PackageRegistry
init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s15PackageRegistry0B13ConfigurationV8SecurityV7SigningV4fromAGs7Decoder_p_tKcfc
What are these?1Q9QE
import PackageRegistry
struct Signing
struct RegistryConfiguration
struct Security
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init()
var includeDefaultTrustedRootCertificates: Bool?
var onUnsigned: OnUnsignedAction?
var onUntrustedCertificate: OnUntrustedCertificateAction?
var trustedRootCertificatesPath: String?
var validationChecks: ValidationChecks?
enum OnUnsignedAction
enum OnUntrustedCertificateAction
struct ValidationChecks