Re: [swift-users] Undefined symbols preventing build

2015-12-08 Thread Max Howell via swift-users
If you report the bug I can get the relevant people involved in solving this: https://bugs.swift.org Otherwise from what I can see the Swift standard library is not being linked. I can’t say why. It may help if you run `swift build -v` and also which OS X is this? > On Dec 8, 2015, at 12:36 PM

[swift-users] Undefined symbols preventing build

2015-12-08 Thread Kilian Koeltzsch via swift-users
Hello all, I've tried using the Swift 2.2 compiler from swift.org to compile a simple sample project locally on OS X containing nothing besides a hello-world example and a basic Package.swift but am failing to do so due to several "Undefined symbols for architecture x86_64". The sample project i