Re: [swift-users] New Swift Snapshots Available!

2016-08-26 Thread Fritz Anderson via swift-users
Are others finding that the necessary developer-installation signature is absent? I’m virtually certain that https://swift.org/builds/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2016-08-25-a/swift-DEVELOPMENT-SNAPSHOT-2016-08-25-a-osx.pkg

[swift-users] New Swift Snapshots Available!

2016-08-25 Thread mishal_shah via swift-users
New Swift Snapshots Available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-08-25-a https://github.com/apple/swift

[swift-users] New Swift Snapshots Available!

2016-08-24 Thread mishal_shah via swift-users
New Swift Snapshots Available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-08-24-a https://github.com/apple/swift

Re: [swift-users] New Swift Snapshots Available!

2016-08-24 Thread Michael Ferenduros via swift-users
> On 24 Aug 2016, at 03:03, mishal_shah via swift-users > wrote: > > New Swift Snapshots Available! > > Download new packages from https://swift.org/download/ > In case anyone else hits an error about "uuid/uuid.h” when they import Foundation, I had to install u

[swift-users] New Swift Snapshots Available!

2016-08-23 Thread mishal_shah via swift-users
New Swift Snapshots Available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-08-23-a https://github.com/apple/swift

[swift-users] New Swift Snapshots Available!

2016-08-18 Thread mishal_shah via swift-users
New Swift Snapshots Available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-08-18-a https://github.com/apple/swift

[swift-users] New Swift Snapshots Available!

2016-08-15 Thread mishal_shah via swift-users
New Swift Snapshots Available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-08-15-a https://github.com/apple/swift

[swift-users] New Swift Snapshots Available!

2016-07-25 Thread Mishal Shah via swift-users
New Swift Snapshots Available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-07-25-a https://github.com/apple/swift

Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Jordan Rose via swift-users
Ah, this issue. A workaround is to set your deployment target to iOS 9. We should have it fixed soon. Jordan > On Jun 21, 2016, at 10:46, Charles Lane via swift-users > wrote: > > This is a little snippet of the error : > > :0: error: invalid version number in '-miphoneos-version-min=10.0.0'

Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Charles Lane via swift-users
Thanks! I was kind of waiting to see if it was just something dumb that I was doing or didn’t do. But apparently you’ve seen it too. Makes me feel better :-) > Thanks Charles! I have created Jira issue to track this bug. > > https://bugs.swift.org/browse/SR-1853 > > Mishal Shah __

Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Mishal Shah via swift-users
Thanks Charles! I have created Jira issue to track this bug. https://bugs.swift.org/browse/SR-1853 Mishal Shah > On Jun 21, 2016, at 10:46 AM, Charles Lane via swift-users > wrote: > > This is a little snippet of the error : > > :0: error: invalid version number in '-miphoneos-version-min=10

Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Charles Lane via swift-users
This is a little snippet of the error : :0: error: invalid version number in '-miphoneos-version-min=10.0.0' Assertion failed: (Maj < 10 && Min < 100 && Rev < 100 && "Invalid version!"), function getDarwinDefines, file /Users/buildnode/jenkins/workspace/oss-swift-package-osx/llvm/tools/clang/lib

Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Charles Lane via swift-users
This is with Xcode 8 beta and the June 20 Development snapshot of swift 3.0. It works fine with the default 3.0 toolchain. > Are you using Xcode 7.3? The new toolchains only support Xcode 8 (because of > SDK requirements and issues with Xcode 7's Clang). > > Jordan > > > > On Jun 21, 2016, a

Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Charles Lane via swift-users
I simply created a new single-view project targeting ios 10. I got the error immediately. > Can you reduce the problem to a small test case? Please file a bug report > onbugs.swift.org(http://bugs.swift.org)for this, and include information on > the last toolchain which worked. > > - Daniel >

Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Jordan Rose via swift-users
Are you using Xcode 7.3? The new toolchains only support Xcode 8 (because of SDK requirements and issues with Xcode 7's Clang). Jordan > On Jun 21, 2016, at 10:17, Daniel Dunbar via swift-users > wrote: > > Can you reduce the problem to a small test case? Please file a bug report on > bugs.

Re: [swift-users] New Swift Snapshots Available!

2016-06-21 Thread Daniel Dunbar via swift-users
Can you reduce the problem to a small test case? Please file a bug report on bugs.swift.org for this, and include information on the last toolchain which worked. - Daniel > On Jun 21, 2016, at 5:16 AM, Charles Lane via swift-users > wrote: > > I’m running macOS Sier

[swift-users] New Swift Snapshots Available!

2016-06-21 Thread Charles Lane via swift-users
I’m running macOS Sierra. When I set ios 10 as the deployment target, I get an error: Command failed due to signal: Illegal instruction: 4 It seems to build ok when using 9.3 or below as the build target. ___ swift-users mailing list swift-users@swift.o

Re: [swift-users] New Swift Snapshots Available!

2016-06-20 Thread Bouke Haarsma via swift-users
This can be filed under "User Error". In Xcode 8.0, should set Command Line Tools to Xcode 8.0 as well. On 2016-06-21 05:59:21 +, Bouke Haarsma via swift-users said: Should it work with El Capitan? I'm getting the following error: swift :0: error: Swift does not support t

Re: [swift-users] New Swift Snapshots Available!

2016-06-20 Thread Bouke Haarsma via swift-users
Should it work with El Capitan? I'm getting the following error: swift :0: error: Swift does not support the SDK 'MacOSX10.11.sdk' On 2016-06-21 01:27:39 +, Mishal Shah via swift-users said: New Swift Snapshots Available! Download new packages from https://swift.org/downl

[swift-users] New Swift Snapshots Available!

2016-06-20 Thread Mishal Shah via swift-users
New Swift Snapshots Available! Download new packages from https://swift.org/download/ Swift Development: (master) Note: Swift Development toolchain now requires Xcode 8.0 beta. Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-06-20-a https://g

[swift-users] New Swift snapshots available!

2016-05-31 Thread Mishal Shah via swift-users
New Swift snapshots available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-05-31-a https://github.com/apple/swift

[swift-users] New Swift snapshots available!

2016-05-09 Thread Mishal Shah via swift-users
New Swift snapshots available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-05-09-a https://github.com/apple/swift

[swift-users] New Swift snapshots available!

2016-05-03 Thread Mishal Shah via swift-users
New Swift snapshots available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a https://github.com/apple/swift

[swift-users] New Swift snapshots available!

2016-04-25 Thread Mishal Shah via swift-users
New Swift snapshots available! Download new packages from https://swift.org/download/ Swift 2.2.x: (swift-2.2-branch) Following repository are tagged with swift-2.2.1-SNAPSHOT-2016-04-23-a https://github.com/apple/swift

[swift-users] New Swift snapshots available!

2016-04-12 Thread Mishal Shah via swift-users
New Swift snapshots available! Download new packages from https://swift.org/download/ Swift 2.2.x: (swift-2.2-branch) Following repository are tagged with swift-2.2.1-SNAPSHOT-2016-04-12-a https://github.com/apple/swift