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