diff --git a/Package.swift b/Package.swift index 41bc1e3..d7ad7f1 100644 --- a/Package.swift +++ b/Package.swift @@ -21,8 +21,8 @@ dep.append( // Enable SubprocessFoundation by default var defaultTraits: Set = ["SubprocessFoundation"] -#if compiler(>=6.3) || (compiler(>=6.2) && (os(Linux) || os(Windows) || os(FreeBSD))) -// Enable SubprocessSpan when Span is available +#if compiler(>=6.2) +// Enable SubprocessSpan when Span is available. defaultTraits.insert("SubprocessSpan") #endif