EnabledSanitizers
A set of enabled runtime sanitizers.
struct EnabledSanitizers
A set of enabled runtime sanitizers.
struct EnabledSanitizers
import PackageModel
protocol Encodable
A type that can encode itself to an external representation.
init(_ sanitizers: Set<Sanitizer> = [])
var isEmpty: Bool { get }
let sanitizers: Set<Sanitizer>
A set of enabled sanitizers.
func compileCFlags() -> [String]
Sanitization flags for the C family compiler (C/C++).
func compileSwiftFlags() -> [String]
Sanitization flags for the Swift compiler.
func encode(to encoder: Encoder) throws
func linkSwiftFlags() -> [String]
Sanitization flags for the Swift linker and compiler are the same so far.