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

Re: [swift-users] Documentation for #selector

2016-06-20 Thread Brent Royal-Gordon via swift-users
> Help - I've been trying to find documentation for #selector but drawn a > complete blank ... would appreciate if someone could point me towards > anything which may be available ... The Swift 3 beta version of "The Swift Programming Language" touches on it in the "Language Reference" section.

[swift-users] Embedded Swift - supporting Cortex M architecture

2016-06-20 Thread Nicholas Outram via swift-users
Hi This is a general suggestion, but one I’ve pondered about for quite a long time. In short, it would be great if the Swift compiler could target embedded systems, and specifically the ARM Cortex M4 architecture (or later). Rationale: To date, Swift is ported to x86 and ARM Cortex A architect

Re: [swift-users] SPM - point dependcies to branches

2016-06-20 Thread Daniel Dunbar via swift-users
As you have noticed, we don't have support for this yet. Most requests of this nature are currently in our bug tracker, for example: https://bugs.swift.org/browse/SR-666 - Daniel > On Jun 20, 2016, at 6:14 AM, Anindha Parthy via swift-users > wrote: > > Hi, > > I want to be able to point

[swift-users] Documentation for #selector

2016-06-20 Thread Henderson, Roy via swift-users
Hi, Help - I've been trying to find documentation for #selector but drawn a complete blank ... would appreciate if someone could point me towards anything which may be available ... Thanks, Roy This message may contain confidential and privileged information. If it has been sent to you in err

Re: [swift-users] Static linking

2016-06-20 Thread David Beck via swift-users
This morning I used the DYLD_PRINT_STATISTICS environment variable that was recommended in the session (I couldn’t get it to work on an iOS device, so these are numbers from the simulator). “Cold” refers to launching the app after a restart to make sure that the libraries aren’t already in memor

Re: [swift-users] See documentation comment for discussion

2016-06-20 Thread Maury Markowitz via swift-users
On Jun 19, 2016, at 10:45 PM, Marco S Hyman wrote: > As for your subscript... in the code "mystring[0...1]” [0...1] is not a > Range, it is a CountableClosedRange. But that doesn't explain why it works fine under Swift 2.2, which is the basis of the question. The change does not appear to be t

[swift-users] SPM - point dependcies to branches

2016-06-20 Thread Anindha Parthy via swift-users
Hi, I want to be able to point dependencies to branches or hashes. The open source dependencies for my project don't have a tagged version that builds for developer preview 1. It would save time to point at a branch. Sorry if this point had been covered already, I wasn't quite sure where to find