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 640b21c commit ec2e9faCopy full SHA for ec2e9fa
.swift-version
@@ -1 +1 @@
1
-6.1.0
+6.2.0
Package.swift
@@ -20,7 +20,8 @@ dep.append(
20
21
// Enable SubprocessFoundation by default
22
var defaultTraits: Set<String> = ["SubprocessFoundation"]
23
-#if compiler(>=6.2)
+
24
+#if compiler(>=6.3) || (compiler(>=6.2) && (os(Linux) || os(Windows) || os(FreeBSD)))
25
// Enable SubprocessSpan when Span is available
26
defaultTraits.insert("SubprocessSpan")
27
#endif
0 commit comments