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 08cc012 commit f3cf34dCopy full SHA for f3cf34d
Package.swift
@@ -21,8 +21,8 @@ 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)))
25
-// Enable SubprocessSpan when Span is available
+#if compiler(>=6.2)
+// Enable SubprocessSpan when Span is available.
26
defaultTraits.insert("SubprocessSpan")
27
#endif
28
0 commit comments