Skip to content

Commit 41b5b04

Browse files
committed
Fixed Apple Watch build
1 parent 7748781 commit 41b5b04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/TimecodeKitCore/Timecode/Source/Timecode Rational CMTime.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ extension CMTime: @unchecked @retroactive Sendable { }
2222
extension CMTime: @unchecked Sendable { }
2323
#endif
2424

25+
@available(macOS 10.7, iOS 4.0, tvOS 9.0, watchOS 6.0, *)
2526
extension CMTime: _TimecodeSource {
2627
package func set(timecode: inout Timecode) throws {
2728
try timecode._setTimecode(exactly: self)

0 commit comments

Comments
 (0)