File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Sources/OpenAPIURLSession Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ import HTTPTypes
1717import Foundation
1818#else
1919@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
2424#if canImport(FoundationNetworking)
2525@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
2929#endif
3030#endif
3131
You can’t perform that action at this time.
0 commit comments