[swift-corelibs-dev] Broken master-next?

2016-12-05 Thread Alex Blewitt via swift-corelibs-dev
My pull request failed to build: https://github.com/apple/swift-corelibs-foundation/pull/733 The build failure is entirely unrelated to my changes; it looks like whatever point the branch was taken from/built from, the underlying

[swift-corelibs-dev] Why is Array.init(contentsOfURL:) not available?

2016-12-05 Thread Ole Begemann via swift-corelibs-dev
(Apologies if this is not the right list to ask this question. I couldn't decide between swift-corelibs-dev and swift-dev.) I noticed that the NSArray and NSDictionary initializers to create a collection from a property list file are not exposed in the stdlib Array and Dictionary types. The

Re: [swift-corelibs-dev] SwiftXCTest proposals to make it more useful as a framework and for other platforms

2016-12-05 Thread Ilya Laryionau via swift-corelibs-dev
Brian, I appreciate your comments. > You should check out https://bugs.swift.org/browse/SR-710 > . There's been a great deal of > discussion on this topic in the past. I think we left off with the idea that > we should use SourceKit to generate the list