We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4b50f commit ffee97bCopy full SHA for ffee97b
Package.swift
@@ -21,7 +21,7 @@ dep.append(
21
// Enable SubprocessFoundation by default
22
var defaultTraits: Set<String> = ["SubprocessFoundation"]
23
24
-#if compiler(>=6.3) || (compiler(>=6.2) && (os(Linux) || os(Windows) || os(FreeBSD)))
+#if compiler(>=6.2)
25
// Enable SubprocessSpan when Span is available
26
defaultTraits.insert("SubprocessSpan")
27
#endif
0 commit comments