Re: [swift-users] Latest development code fails to build

2016-04-13 Thread Jordan Rose via swift-users
They come out roughly biweekly, although it depends on how stable the build is. If you hadn't seen already, there are older snapshots at the bottom of the page. Jordan > On Apr 13, 2016, at 16:45, Charles Lane wrote: > > Excellent! Thanks, I thou

Re: [swift-users] Latest development code fails to build

2016-04-13 Thread Charles Lane via swift-users
Excellent! Thanks, I thought I was going crazy since I didn’t see any other reports about this. I assume we’ll see a new snapshot posted at some point then? Regards, Chuck Lane ___ swift-users mailing list swift-users@swift.org https://lists.swift.org/

Re: [swift-users] Latest development code fails to build

2016-04-13 Thread Jordan Rose via swift-users
Drat, that's me. I was hoping to get out of the business of knowing UIApplicationMain's exact signature, but I guess that doesn't always work? I'll ask around for a better solution. My apologies, Jordan > On Apr 13, 2016, at 16:15, Charles Lane via swift-users > wrote: > > Actually, you don’

Re: [swift-users] Latest development code fails to build

2016-04-13 Thread Charles Lane via swift-users
Actually, you don’t have to write any code. Just make a new project using a single view application and try to build it. I’ve re-downloaded the developer build and even downloaded Xcode again from the App store. Here is the error that Xcode reports: CompileSwift normal x86_64 /Users/charleslan

Re: [swift-users] Latest development code fails to build

2016-04-13 Thread Joe Groff via swift-users
> On Apr 13, 2016, at 10:27 AM, Charles Lane via swift-users > wrote: > > Every time I try to build any app in Xcode 7.3 with the latest development > snapshot (Apr 12), the build fails with this error: `Command failed due to > signal: Illegal instruction: 4` > Anyone else seeing this? The d

[swift-users] Latest development code fails to build

2016-04-13 Thread Charles Lane via swift-users
Every time I try to build any app in Xcode 7.3 with the latest development snapshot (Apr 12), the build fails with this error: `Command failed due to signal: Illegal instruction: 4` Anyone else seeing this? The default and the 2.2.1 snapshot works fine. Regards, Chuck Lane _