@@ -30,7 +30,7 @@ extension TimecodeField {
3030 /// Note that the timecode returned in this result may have properties that are different from the input timecode.
3131 /// For this reason, you should accept the timecode returned from this method and not the timecode input into this
3232 /// method.
33- static func validate(
33+ nonisolated static func validate(
3434 pasteResult: Result < Timecode , any Error > ,
3535 localTimecodeProperties: Timecode . Properties ,
3636 pastePolicy: PastePolicy ,
@@ -75,7 +75,7 @@ extension TimecodeField {
7575 /// Note that the timecode returned in this result may have properties that are different from the input timecode.
7676 /// For this reason, you should accept the timecode returned from this method and not the timecode input into this
7777 /// method.
78- public static func validate(
78+ nonisolated public static func validate(
7979 pastedTimecode: Timecode ,
8080 localTimecodeProperties: Timecode . Properties ,
8181 pastePolicy: PastePolicy = . preserveLocalProperties,
@@ -127,7 +127,7 @@ extension TimecodeField {
127127
128128 // MARK: - Private Chaining Handler
129129
130- private static func _validate(
130+ nonisolated private static func _validate(
131131 pastedTimecode: Timecode ,
132132 localTimecodeProperties: Timecode . Properties ,
133133 pastePolicy: PastePolicy ,
0 commit comments