Skip to content
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

ContainerRegistry: Remove backported async URLSession functions #12

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

euanh
Copy link
Collaborator

@euanh euanh commented Oct 3, 2024

Motivation

As of Swift 6.0, Foundation includes these async URLSession functions on Linux so backports are no longer necessary.

Modifications

Remove the extension which backported async upload() and data() to URLSession on Linux.

Result

No functional change.

Test Plan

Unit and integration tests continue to pass.

@euanh euanh merged commit dd38050 into apple:main Oct 3, 2024
13 checks passed
@euanh euanh deleted the remove-urlsession-async-functions branch October 3, 2024 13:43
@euanh euanh added the semver/none No version bump required. label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant