Skip to content

Commit dc245a9

Browse files
committed
Silenced Swift Concurrency warning in InterposeError
1 parent 8fdad1c commit dc245a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)