Skip to content

Commit 64659ac

Browse files
committed
Restore the workaround but only for 6.2
1 parent 5f41d74 commit 64659ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Events/TimeValue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extension TimeValue: Codable {}
8181

8282
extension TimeValue: CustomStringConvertible {
8383
var description: String {
84-
#if os(WASI)
84+
#if os(WASI) && compiler(<6.3)
8585
// BUG: https://github.com/swiftlang/swift/issues/72398
8686
return String(describing: Duration(self))
8787
#else

0 commit comments

Comments
 (0)