ソースを参照

Remove `@unchecked` Sendable

This fixes the warning in a more correct way.
NachoSoto 1 年間 前
コミット
ae5f8c6ea9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Sources/General/KFOptionsSetter.swift

+ 1 - 1
Sources/General/KFOptionsSetter.swift

@@ -44,7 +44,7 @@ public protocol KFOptionSetter {
 
 extension KF.Builder: KFOptionSetter { }
 
-class KFDelegateObserver: @unchecked Sendable {
+final class KFDelegateObserver: Sendable {
     static let `default` = KFDelegateObserver()
 }