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 5f41d74 commit 64659acCopy full SHA for 64659ac
Sources/Testing/Events/TimeValue.swift
@@ -81,7 +81,7 @@ extension TimeValue: Codable {}
81
82
extension TimeValue: CustomStringConvertible {
83
var description: String {
84
-#if os(WASI)
+#if os(WASI) && compiler(<6.3)
85
// BUG: https://github.com/swiftlang/swift/issues/72398
86
return String(describing: Duration(self))
87
#else
0 commit comments