Enumerationswift-package-manager 6.0.1Workspace
Keychain
Workspace+Configuration.swift:408enum Keychain
Cases
Other members in extension
Types
Type members
Instance members
var keychain: Keychain
var netrc: Netrc
func makeAuthorizationProvider(fileSystem: FileSystem, observabilityScope: ObservabilityScope
) throws -> AuthorizationProvider? func makeRegistryAuthorizationProvider(fileSystem: FileSystem, observabilityScope: ObservabilityScope
) throws -> AuthorizationProvider?
Citizens in Workspace
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.