File tree 1 file changed +7
-7
lines changed
Sources/OpenAPIURLSession
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ import HTTPTypes
17
17
import Foundation
18
18
#else
19
19
@preconcurrency import struct Foundation. URL
20
- @ preconcurrency import struct Foundation. URLComponents
21
- @ preconcurrency import struct Foundation. Data
22
- @ preconcurrency import protocol Foundation. LocalizedError
23
- @ preconcurrency import class Foundation. FileHandle
20
+ import struct Foundation. URLComponents
21
+ import struct Foundation. Data
22
+ import protocol Foundation. LocalizedError
23
+ import class Foundation. FileHandle
24
24
#if canImport(FoundationNetworking)
25
25
@preconcurrency import struct FoundationNetworking. URLRequest
26
- @ preconcurrency import class FoundationNetworking. URLSession
27
- @ preconcurrency import class FoundationNetworking. URLResponse
28
- @ preconcurrency import class FoundationNetworking. HTTPURLResponse
26
+ import class FoundationNetworking. URLSession
27
+ import class FoundationNetworking. URLResponse
28
+ import class FoundationNetworking. HTTPURLResponse
29
29
#endif
30
30
#endif
31
31
You can’t perform that action at this time.
0 commit comments