[swift-dev] [swift-3.0-branch] Fix typo in `sourcekitd-test` error handler response

2016-08-09 Thread Ryan Lovelett via swift-dev
I am proposing that https://github.com/apple/swift/pull/4177 be reviewed for acceptance in Swift 3.0. (Not really sure what the format of this e-mail should be, subject or body. Sorry if this is wrong.) Thank you! ___ swift-dev mailing list swift-dev@sw

[swift-dev] [SourceKit] Include sourcekitd.h in distributed toolchain

2016-08-09 Thread Ryan Lovelett via swift-dev
The `soucekitd.framework` that comes bundled with Xcode does not include the headers, specifically `sourcekitd.h` [1]. On the other hand, the toolchains that get downloaded from Swift.org do come with the headers. Is there any particular reason for this? The reason why I ask is that libraries that

[swift-dev] CI outage for SDK and source updates tomorrow

2016-08-09 Thread Nicole Jacque via swift-dev
Hello All- Tomorrow we will be temporarily bringing down the CI, starting around 2 PM, California time, in order to upgrade to the latest beta of Xcode 8 and the associated SDKs. We will also be locking master while we land some source changes in support of the updated SDKs on both master and

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #7227

2016-08-09 Thread Philippe Hausler via swift-dev
I have a fix pending for this; will push shortly > On Aug 9, 2016, at 2:57 PM, Michael Ilseman via swift-dev > wrote: > > > Foundation/NSHTTPCookie.swift:262:36: error: 'init(localeIdentifier:)' has > been renamed to 'init(identifier:)' > > >> On Aug 9, 2016, at 2:54 PM, no-re...@swift.org

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #7227

2016-08-09 Thread Michael Ilseman via swift-dev
Foundation/NSHTTPCookie.swift:262:36: error: 'init(localeIdentifier:)' has been renamed to 'init(identifier:)' > On Aug 9, 2016, at 2:54 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#7227] > > Build URL: > https://ci.swift.

Re: [swift-dev] Build failure on s390x

2016-08-09 Thread Jordan Rose via swift-dev
Hi, Vivian. RuntimeStubs.h (along with the rest of SwiftShims) is a header that gets shipped with the Swift library, so it can’t refer to anything outside of its folder. Since we don’t yet have a good way to annotate things as using the Swift calling convention in the SwiftShims headers, we shou

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #6897

2016-08-09 Thread Ben Langmuir via swift-dev
@itai, this looks like your change based on the commit message. Foundation/NSHTTPCookie.swift:262:36: error: 'init(localeIdentifier:)' has been renamed to 'init(identifier:)' formatter.locale = Locale(localeIdentifier: "en_US_POSIX") ^ Foundation

Re: [swift-dev] swift-corelibs-foundation failing in object conversion when building on Darwin host

2016-08-09 Thread Joe Groff via swift-dev
> On Aug 4, 2016, at 1:21 PM, Philippe Hausler via swift-dev > wrote: > > With a freshly built toolchain from ToT swift, building ToT > swift-corelibs-foundation I am getting some very strange failures in the unit > tests: > > Test Suite 'TestNSKeyedArchiver' started at 13:15:01.843 > Test C

Re: [swift-dev] swift-corelibs-foundation failing in object conversion when building on Darwin host

2016-08-09 Thread Philippe Hausler via swift-dev
Not post facto of pushing it. I could not in good conscience push such a large change without making certain the tests passed. It was extractable but I squash merged back onto master to avoid conflicts. Sent from my iPhone > On Aug 8, 2016, at 10:42 PM, Luke Howard wrote: > > Would it be poss

[swift-dev] Build failure on s390x

2016-08-09 Thread Vivian Kong via swift-dev
After apply this commit, the s390x build started to fail: https://github.com/apple/swift/commit/dc88e51321e0a4f281406c265a91308a06aa517f The commit added 2 new functions in stdlib/public/SwiftShims/RuntimeStubs.h. They are used in stdlib/public/stubs/CommandLine.cpp with SWIFT_CC(swift) macro.