-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SR-15187] URLSession missing async APIs in Swift 5.5 #3205
Comments
cc @millenomi @swift-ci create |
This package needs for swiftlang/swift-corelibs-foundation#3205 to be closed.
@tomerd could we get a |
done cc @parkera |
I can't add labels 😆 I'll send you a list of issues on Slack to be tagged |
I believe this is related #3036 |
How come this is still not fixed? |
Apple does no longer seem to invest in this library and they rather work on a new library that is missing crucial parts of the existing infrastructure (RunLoops, Streams, etc.) though. I'm trying to get a critical mass of people behind to work on a fork especially for !APPLE platforms. Would that be of any interest? |
Apparently swift-corelibs-foundation is missing async URLSession methods :/ See swiftlang/swift-corelibs-foundation#3205 Unfortunately this change also means swift-log-matrix now has transitive dependencies on the entire NIO stack, which is quite a lot.
This was addressed by #4972 |
Additional Detail from JIRA
md5: 1c0102559301f63efc9e6aedb0765282
is duplicated by:
Issue Description:
I assume from commits like this:
#3036
That it is simply waiting for an implementation but just noting that the new iOS 15/macOS 13 async URLSession APIs are not currently implemented in the open-source FoundationNetworking module, although async/await itself has been implemented.
The text was updated successfully, but these errors were encountered: