Skip to content

Commit a2a4123

Browse files
Make APIClient conform to @unchecked Sendable
1 parent d755227 commit a2a4123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Kite/APIClient.swift

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

4-
public class APIClient {
4+
public class APIClient: @unchecked Sendable {
55
private let urlSession: URLSession
66

77
public init(urlSession: URLSession = URLSession.shared) {

0 commit comments

Comments
 (0)