Skip to content

Commit ffee97b

Browse files
committed
Revert the compiler version check for the span default trait
1 parent ae4b50f commit ffee97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dep.append(
2121
// Enable SubprocessFoundation by default
2222
var defaultTraits: Set<String> = ["SubprocessFoundation"]
2323

24-
#if compiler(>=6.3) || (compiler(>=6.2) && (os(Linux) || os(Windows) || os(FreeBSD)))
24+
#if compiler(>=6.2)
2525
// Enable SubprocessSpan when Span is available
2626
defaultTraits.insert("SubprocessSpan")
2727
#endif

0 commit comments

Comments
 (0)