Initializerswift-package-manager 6.0.1PackageModel
init(url:supportsAvailability:)
Registry.swift:20init(url: URL, supportsAvailability: Bool)
init(url: URL, supportsAvailability: Bool)
s12PackageModel8RegistryV3url20supportsAvailabilityAC20FoundationEssentials3URLV_Sbtcfc
What are these?5EI20
import PackageModel
struct Registry
struct URL
A URL is a type that can potentially contain the location of a resource on a remote server, the path of a local file on disk, or even an arbitrary piece of encoded data.
@frozen struct Bool
A value type whose instances are either true
or false
.
var description: String { get }
var supportsAvailability: Bool
var url: URL