Structureswift-package-manager 6.0.3Basics
Authorization
Representation of authorization information
struct Authorization
Representation of authorization information
struct Authorization
import Basics
struct Netrc
Representation of Netrc configuration
let machines: [Machine]
Representation of machine
connection settings & default
connection settings. If default
connection settings present, they will be last element.
func authorization(for url: URL) -> Authorization?
Returns auth information
struct Machine
Representation of connection settings
protocol Equatable
A type that can be compared for value equality.
init(login: String, password: String)
let login: String
let password: String
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.