Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
ENUM
Package
Contents
remote(url:requirement:)
registry(identifier:requirement:)
local(path:)
public enum Package: Equatable, Codable, Sendable
A dependency of a Swift package.
A package dependency can be either: - remote: A Git URL to the source of the package, and a requirement for the version of the package. - local: A relative path to the package.
remote(url:requirement:)
case remote(url: String, requirement: Requirement)
registry(identifier:requirement:)
case registry(identifier: String, requirement: Requirement)
local(path:)
case local(path: Path)