Instance Methodswift-package-manager 6.0.3PackageRegistry
signing(for:registry:)
RegistryConfiguration.swift:92func signing(for package: PackageIdentity.RegistryIdentity, registry: Registry) -> Security.Signing
func signing(for package: PackageIdentity.RegistryIdentity, registry: Registry) -> Security.Signing
s15PackageRegistry0B13ConfigurationV7signing3for8registryAC8SecurityV7SigningV0A5Model0A8IdentityV0bJ0V_AK0B0VtF
What are these?9VKU2
import PackageRegistry
struct RegistryConfiguration
struct PackageIdentity
The canonical identifier for a package, based on its source location.
struct RegistryIdentity
struct Registry
struct Security
struct Signing
init()
init(from decoder: Decoder) throws
static let version: Version
var defaultRegistry: Registry?
var explicitlyConfigured: Bool { get }
var registryAuthentication: [String : Authentication]
var scopedRegistries: [PackageIdentity.Scope : Registry]
var security: Security?
mutating func add(authentication: Authentication, for registryURL: URL) throws
func authentication(for registryURL: URL) throws -> Authentication?
func encode(to encoder: Encoder) throws
mutating func merge(_ other: RegistryConfiguration)
func registry(for scope: PackageIdentity.Scope) -> Registry?
func registry(for package: PackageIdentity) -> Registry?
mutating func removeAuthentication(for registryURL: URL)
struct Authentication
enum AuthenticationType
enum Version