Skip to content

Commit

Permalink
Remove @unchecked Sendable
Browse files Browse the repository at this point in the history
This fixes the warning in a more correct way.
  • Loading branch information
NachoSoto committed Jul 12, 2024
1 parent 89c2f8f commit ae5f8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/General/KFOptionsSetter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public protocol KFOptionSetter {

extension KF.Builder: KFOptionSetter { }

class KFDelegateObserver: @unchecked Sendable {
final class KFDelegateObserver: Sendable {
static let `default` = KFDelegateObserver()
}

Expand Down

0 comments on commit ae5f8c6

Please sign in to comment.