Enumerationswift-package-manager 6.0.3PackageModel
Sanitizer
Available runtime sanitizers.
enum Sanitizer
Available runtime sanitizers.
enum Sanitizer
import PackageModel
case address
case thread
case undefined
case scudo
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.
init?(rawValue: String)
var shortName: String { get }
Return an established short name for a sanitizer, e.g. “asan”.
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)