[go: nahoru, domu]

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

Version 2.2.1 ubuntu 15.10 REPL fails to import Foundation #4

Open
tonystone opened this issue Sep 11, 2017 · 0 comments
Open

Version 2.2.1 ubuntu 15.10 REPL fails to import Foundation #4

tonystone opened this issue Sep 11, 2017 · 0 comments
Labels

Comments

@tonystone
Copy link
Owner

Build "swift-2.2.1-SNAPSHOT-2016-04-23-a-ubuntu15.10"

vagrant@vagrant:~$ swift
Welcome to Swift version 2.2.1-dev (LLVM da67bff217, Clang 81d0486fb2, Swift 82adb8fc96). Type :help for assistance.
  1> import Foundation
/home/vagrant/swift-2.2.1-SNAPSHOT-2016-04-23-a-ubuntu15.10/usr/lib/lldb/clang/include/module.modulemap:1:8: error: redefinition of module '_Builtin_intrinsics'
module _Builtin_intrinsics [system] [extern_c] {
       ^
/home/vagrant/swift-2.2.1-SNAPSHOT-2016-04-23-a-ubuntu15.10/usr/lib/swift/clang/include/module.modulemap:1:8: note: previously defined here
module _Builtin_intrinsics [system] [extern_c] {
       ^
/home/vagrant/swift-2.2.1-SNAPSHOT-2016-04-23-a-ubuntu15.10/usr/lib/lldb/clang/include/module.modulemap:169:8: error: redefinition of module '_Builtin_stddef_max_align_t'
module _Builtin_stddef_max_align_t [system] [extern_c] {
       ^
/home/vagrant/swift-2.2.1-SNAPSHOT-2016-04-23-a-ubuntu15.10/usr/lib/swift/clang/include/module.modulemap:169:8: note: previously defined here
module _Builtin_stddef_max_align_t [system] [extern_c] {
       ^
repl.swift:1:8: error: no such module 'Foundation'
import Foundation
       ^
@tonystone tonystone added the bug label Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant