Hi,
I'm attempting to get the Ubuntu 14.04 binary release running on Debian/jessie.
I've installed the dependencies, and pulled in clang-3.6 from Debian/sid.
I'm attempting to build the following file:
jpepas@debian:~$ cat foo.swift
let a = 1
Using the following command, and I get the following error:
jpepas@debian:~$ swiftc foo.swift
<unknown>:0: error: opening import file for module 'SwiftShims': No
such file or directory
Any ideas?
Thanks,
Jason Pepas