Skip to content

Make Darwin targets buildable after merge #586

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

Merged
merged 1 commit into from
Aug 24, 2016

Conversation

phausler
Copy link
Contributor

un-buildable changes were pushed to the project were introduced from URLSession. This broke the builds for Darwin hosts since the Xcode project could no longer build. This adds the URLSession and associated files in as per required for the Xcode project, links libcurl, and renames the nested class which does not work on the latest binary drop of the swift toolchain (the support for which is still pending on master)

…o the project were introduced from URLSession
@phausler
Copy link
Contributor Author

@swift-ci Please test

}
}

fileprivate extension URLSessionTask._EasyHandle {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this pattern causes build failures on Darwin with the latest binary toolchain drops.
We cannot adopt this until the toolchain revs to contain this.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the Swift 3.0 toolchain have it or is it only on master?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it is only master. However I could be mistaken.

@phausler phausler merged commit af4ecf3 into swiftlang:master Aug 24, 2016
kateinoigakukun added a commit to kateinoigakukun/swift-corelibs-foundation that referenced this pull request Oct 11, 2023
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.

2 participants