Skip to content

Commit c9e6dad

Browse files
committed
Silenced Swift Concurrency warning in InterposeError
1 parent 00c1fbd commit c9e6dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/InterposeKit/InterposeError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public enum InterposeError: Error {
3+
public enum InterposeError: Error, @unchecked Sendable {
44

55
/// A hook operation failed and the hook is no longer usable.
66
case hookInFailedState

0 commit comments

Comments
 (0)