Skip to content

Commit 4baf5fa

Browse files
MahdiBMczechboy0
andauthored
Remove no-longer-needed @preconcurrencys (#35)
See apple/swift-openapi-generator#396. Co-authored-by: Honza Dvorsky <[email protected]>
1 parent c703e84 commit 4baf5fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Sources/OpenAPIURLSession/URLSessionTransport.swift

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ import HTTPTypes
1717
import 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

0 commit comments

Comments
 (0)