Enumerationswift-package-manager 6.0.1PackageModel
BuildConfiguration
The configuration of the build environment.
enum BuildConfiguration
The configuration of the build environment.
enum BuildConfiguration
import PackageModel
case debug
case release
protocol CaseIterable
A type that provides a collection of all of its values.
protocol Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init?(rawValue: String)
var dirname: String { get }
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func encode(to encoder: any Encoder) throws
Encodes this value into the given encoder, when the type’s RawValue
is String
.
func hash(into hasher: inout Hasher)
import XCBuildSupport
var xcbuildName: String { get }