Re: [swift-corelibs-dev] Swift compiler errors in clean build.

2016-09-07 Thread Dan Tugendraich via swift-corelibs-dev
olchain. You need to >>> download the latest development snapshot from >>> https://swift.org/download/#snapshots >>> <https://swift.org/download/#snapshots> and then enable it in Xcode >>> (Preferences -> Components -> Toolchains) in order to build the

Re: [swift-corelibs-dev] Swift compiler errors in clean build.

2016-09-06 Thread Dan Tugendraich via swift-corelibs-dev
ble it in Xcode > (Preferences -> Components -> Toolchains) in order to build the most recent > versions of foundation. > > Henry > >> On 6 Sep 2016, at 14:04, Dan Tugendraich via swift-corelibs-dev >> mailto:swift-corelibs-dev@swift.org>> wrote: >> >> &

[swift-corelibs-dev] Swift compiler errors in clean build.

2016-09-06 Thread Dan Tugendraich via swift-corelibs-dev
I have a clean clone of swift-corelibs-foundation. I’m on the master branch. What should I do with the 2 compiler errors? "/Users/tugendraich/Documents/Projects/iOS/swift-source/swift-corelibs-foundation/Foundation/NSTimeZone.swift:212:41: '_StructType' (aka 'Dictionary') is not convertible to

Re: [swift-corelibs-dev] Getting tests to work in xcode for foundation.

2016-09-06 Thread Dan Tugendraich via swift-corelibs-dev
tests, > including whether they passed or failed. That should tell you which test is > failing, > > Can you explain what you mean by "[the test navigator in Xcode] wants me to > add a new target"? Is Xcode prompting you to add a unit test target? > >

[swift-corelibs-dev] Getting tests to work in xcode for foundation.

2016-09-06 Thread Dan Tugendraich via swift-corelibs-dev
I have performed all the getting started steps in; https://github.com/apple/swift-corelibs-foundation/blob/swift-3.0-branch/Docs/GettingStarted.md Everything seems to be working fine, I can build th