We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d362665 commit dd4cac5Copy full SHA for dd4cac5
Sources/Clocks/NonsendingClock.swift
@@ -28,4 +28,7 @@
28
29
@available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
30
extension TestClock: NonsendingClock {}
31
+
32
+ @available(iOS 16, macOS 13, tvOS 16, watchOS 9, *)
33
+ extension UnimplementedClock: NonsendingClock {}
34
#endif
0 commit comments