[swift-dev] 'SwiftShims': no such file or directory

Daniel Dunbar daniel_dunbar at apple.com
Mon Sep 19 10:33:43 CDT 2016


Are you building within a shared folder? We have heard reports of this happening in such an environment, but we don't have a handle on the exact steps to reproduce. Getting that information would be very useful.

 - Daniel

> On Sep 19, 2016, at 6:53 AM, Eric Wing via swift-dev <swift-dev at swift.org> wrote:
> 
> I've been trying to build Swift for Linux with --installable-package
> to build a swift-package.tar.gz that I can install to another Linux
> machine.
> 
> When I extract my package on the other machine, and try either
> compiling a simple print("hello world") program either with swiftc, or
> doing this in the swift repl, I get the error message:
> opening import file for module 'SwiftShims': No such file or directory
> 
> I don't seem to get this problem on the machine I built Swift on.
> 
> 
> I didn't have this problem with Swift 2.3, but I'm always getting it
> now with Swift 3.
> 
> What am I doing wrong?
> 
> Thanks,
> Eric
> _______________________________________________
> swift-dev mailing list
> swift-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev



More information about the swift-dev mailing list