Setting
An individual build setting.
struct Setting
An individual build setting.
struct Setting
import PackageModel
enum TargetBuildSettingDescription
A namespace for target-specific build settings.
enum InteroperabilityMode
enum Kind
The kind of the build setting, with associate configuration
enum Tool
The tool for which a build setting is declared.
protocol Decodable
A type that can decode itself from an external representation.
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 Sendable
init(from decoder: any Decoder) throws
init(tool: Tool, kind: Kind, condition: PackageConditionDescription? = .none)
let condition: PackageConditionDescription?
The condition at which the setting should be applied.
let kind: Kind
The kind of the setting.
let tool: Tool
The tool associated with this setting.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.