-
Notifications
You must be signed in to change notification settings - Fork 56
Build issue on nightly-6.0-amazonlinux2 #61
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
Build issue on nightly-6.0-amazonlinux2 #61
Comments
@jrflat Do you know what’s happening there? |
I believe CoreFoundation is not intended to be part of the x-platform piece of Foundation, and so we probably shouldn't depend on it. This is probably related to re-homing Foundation on swift-foundation. |
I agree. We must never import |
Yeah, we'll probably need to migrate from the cc: @jmschonfeld |
This CoreFoundation dependency is unfortunately unavoidable today unless Foundation URL starts supporting WHATWG parsing. |
Yes |
While I do not advocate for any CF code, the following does still appear to be functional to me on the latest nightly-6.0-amazonlinux2 container:
|
@jmschonfeld If helpful, here is full command I'm running to build:
|
Aha, that
Looks like the CoreFoundation module was removed from the static swift build |
We should consider removing the |
I'm currently experiencing build issues on
nightly-6.0-amazonlinux2
. Appears related to the newFoundation
on nightly:Edit: Full command used to build
The text was updated successfully, but these errors were encountered: