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

Add FoundationNetworking imports #35

Merged
merged 1 commit into from Oct 8, 2019

Conversation

nikstar
Copy link
Contributor

@nikstar nikstar commented Sep 13, 2019

Running swift build causes following error on Linux using latest builds:

error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.

URLSession and related APIs were moved into a separate module to remove libcurl dependency from Foundation. More details in Release Notes.

This PR adds now-missing imports.

@ts95
Copy link

ts95 commented Oct 8, 2019

@givip Please merge this. I can't compile the library in a docker container

@givip givip merged commit 622bbbf into givip:master Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants