-
Notifications
You must be signed in to change notification settings - Fork 185
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
Cannot import Foundation in REPL #87
Comments
Doing some research, it looks like this issue has been researched and "resolved" here: https://bugs.swift.org/browse/SR-5686. So What do we need to do to update the documentation / Dockerfile to get this to work? |
Resolved this issue, but we should update documentation to reflect the need to add to the search path. The following works properly from within the container:
|
@jeremyblalock a PR to the readme would be much appreciated :) |
It's not entirely clear to me if/how they've fixed the issue in the Swift project. However, we definitely need a note to be added about this. |
BTW, this work around also solved my problem of having import SwiftGlibc fail. |
Still present (Linux Mint 18.3 (U 16.04 based)) so added alias to my .zshrc
But given that virtually everything I tried that relied on it didn't work ... I'd say this is not ready on Linux. I might look again in 2019. |
@jeremyblalock We are moving Swift Docker issues to https://bugs.swift.org Component: Docker. Can you please file your issue on bugs.swift.org? We are planning on closing GitHub swift-docker issues on Dec 20th, 2018 (PST). |
This issue is very old - please reopen if it's still a problem. |
Using the instructions found in #9 I have successfully run a REPL, but when trying to import Foundation, I get the following error:
Is this expected? Should I be able to import Foundation, or am I required to create a separate image and install Foundation there?
The text was updated successfully, but these errors were encountered: