Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
Package Contents
remote(url:requirement:)registry(identifier:requirement:)local(path:)public enum Package: Equatable, Codable, SendableA 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)