We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0124d9a commit ce594e7Copy full SHA for ce594e7
Sources/Metrics/Metrics.swift
@@ -82,7 +82,7 @@ extension Timer {
82
///
83
/// - Parameters:
84
/// - duration: The `Duration` to record.
85
- @available(macOS 13, iOS 16, tvOS 15, watchOS 8, *)
+ @available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
86
@inlinable
87
public func record(duration: Duration) {
88
// `Duration` doesn't have a nice way to convert it nanoseconds or seconds,
0 commit comments