Português (Portuguese)
Português (Portuguese)
Appearance
Português (Portuguese)
Português (Portuguese)
Appearance
ENUM
Package.Requirement
Contents
upToNextMajor(from:)
upToNextMinor(from:)
range(from:to:)
exact(_:)
branch(_:)
revision(_:)
public enum Requirement: Codable, Equatable, Sendable
upToNextMajor(from:)
case upToNextMajor(from: Version)
upToNextMinor(from:)
case upToNextMinor(from: Version)
range(from:to:)
case range(from: Version, to: Version)
exact(_:)
case exact(Version)
branch(_:)
case branch(String)
revision(_:)
case revision(String)