Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 14.04 (master) #1899

2016-08-12 Thread Tony Parker via swift-dev
Jim, this looks like it might be related to your recent commits in this file? 7981be5 : (5 hours ago) Jim Ingham : Test that the presence of a private == operator doesn't interfere with other == operators. (HEAD -> master, origin/master, origin/HEAD) 5a0a89c : (5 hours ago) Jim Ingham : Add a t

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

2016-08-12 Thread Tony Parker via swift-dev
It looks like swiftpm may have adopted ProcessInfo API between the time we staged this change and the time we landed it. I’ll push a fix for it. /home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swiftpm/Sources/Utility/Git.swift:128:120: error: cannot call value of non-

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

2016-08-12 Thread Jean-Pierre Simard via swift-dev
Made a PR to update the SwiftPM side of things: https://github.com/apple/swift-package-manager/pull/601 On Fri, 12 Aug 2016 at 18:33 wrote: > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#7280] > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7280/ >

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 14.04 (master) #1892

2016-08-12 Thread Daniel Dunbar via swift-dev
Thanks Tony! - Daniel > On Aug 12, 2016, at 3:34 PM, Tony Parker wrote: > > This has been failing for too long, so I filed a JIRA and will shortly push a > commit to disable the test. > > https://bugs.swift.org/browse/SR-2332 > > - Tony > >> On Aug 1

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 14.04 (master) #1892

2016-08-12 Thread Tony Parker via swift-dev
This has been failing for too long, so I filed a JIRA and will shortly push a commit to disable the test. https://bugs.swift.org/browse/SR-2332 - Tony > On Aug 12, 2016, at 9:26 AM, Daniel Dunbar wrote: > > Anyone know who/what is tracking this: > > --

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - Ubuntu 14.04 (master) #1892

2016-08-12 Thread Daniel Dunbar via swift-dev
Anyone know who/what is tracking this: -- Testing: 19 tests, 12 threads -- FAIL: SwiftXCTestFunctionalTests :: Asynchronous/Predicates/Expectations/main.swift (10 of 19) <> TEST 'SwiftXCTestFunctionalTests :: Asynchronous/Predicates/Expectations/main.swift' FAILED **

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

2016-08-12 Thread Ryan Lovelett via swift-dev
> The header is not currently bundled with Xcode because it is not > considered a supported stable API. > The toolchain snapshots from swift.org do not make any promises about > stable APIs so we include it with those. Thank you for the response. It seems that you do a lot of the management/develo