Skip to content

Commit 8bdc8be

Browse files
committed
fix: concurrency warnings by marking executor classes as @unchecked Sendable
1 parent 1702d9d commit 8bdc8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftApiAdapter/Connector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public class ApiExecutionQueue {
140140
}
141141
}
142142

143-
public class ApiSerialExecutor {
143+
public class ApiSerialExecutor: @unchecked Sendable {
144144
var enabled: Bool = false
145145
let queue = ApiExecutionQueue()
146146

0 commit comments

Comments
 (0)