[swift-dev] Swift 3.0.1 Preview 2 branch

2016-09-28 Thread mishal_shah via swift-dev
Swift 3.0.1 Preview 2 branch was just created from following sha. This branch was created from swift-3.0-branch, all changes to swift-3.0.1-preview-2-branch branch needs to be submitted via pull requests. The release manager for the given repository needs to approve and merge the pull request

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

2016-09-28 Thread mishal_shah via swift-dev
Test Case 'ManifestTests.testVersionSpecificLoading' started at 01:23:43.311 <>:0: error: error parsing input file '/tmp/TemporaryFile.aeB1ll' (expected top-level entity) Can't parse Package.swift manifest file because it contains invalid format. Fix Package.swift file format and try again. :0:

Re: [swift-dev] ccache and/or distcc for swift

2016-09-28 Thread Oscar Bonilla via swift-dev
Yeah, speeding up builds from scratch is the case I'm trying to solve. I'm willing to dedicate time to solve the problem but I'm unfamiliar with the swift source base so I would need a lot of guidance ;) I am looking at Xcode + Swift. I'm currently using xcodebuild from the command line for the b

Re: [swift-dev] ccache and/or distcc for swift

2016-09-28 Thread Oscar Bonilla via swift-dev
Oh, thanks for that link. Very useful... I'm still digesting it to understand the implications... -- *Oscar Bonilla* Staff Software Engineer Tools Group oboni...@linkedin.com linkedin.com/in/seeob On Wed, Sep 28, 2016 at 2:10 PM, Jordan Rose wrote: > I just wrote up a document describing wh

Re: [swift-dev] ccache and/or distcc for swift

2016-09-28 Thread Daniel Dunbar via swift-dev
Ah, if you are specifically asking about the case of speeding up builds from scratch using cached results, that *is* somewhat doable, but it is still true that I don't know of an existing system for managing it for you. I want llbuild + swiftc to grow in the direction of being able to solve that

Re: [swift-dev] ccache and/or distcc for swift

2016-09-28 Thread Jordan Rose via swift-dev
I just wrote up a document describing why this is tricky. :-) Check it out: https://github.com/apple/swift/blob/master/docs/Driver.md Jordan > On Sep 28, 2016, at 14:05, Oscar Bonilla via swift-dev > wrote: > > Hi Daniel, > > Thanks for the reply. It seems that maybe this should be a collab

Re: [swift-dev] ccache and/or distcc for swift

2016-09-28 Thread Oscar Bonilla via swift-dev
Hi Daniel, Thanks for the reply. It seems that maybe this should be a collaboration between the swift compiler and the build system. I'm thinking something along the lines of the swift compiler being able to print out a list of file-level dependencies that the build system can use to decide whethe

Re: [swift-dev] ccache and/or distcc for swift

2016-09-28 Thread Oscar Bonilla via swift-dev
Thanks! It seems that is for building swift itself, not for building projects written in swift ;( -- *Oscar Bonilla* Staff Software Engineer Tools Group oboni...@linkedin.com linkedin.com/in/seeob On Tue, Sep 27, 2016 at 12:04 PM, mishal_shah wrote: > Hi Oscar, > > I am not aware any distri

Re: [swift-dev] ccache and/or distcc for swift

2016-09-28 Thread Oscar Bonilla via swift-dev
Primarily many builds from scratch. Specifically for a CI pipeline. That's why I was also wondering about distcc, so the build objects could be cached and shared among many machines. -- *Oscar Bonilla* Staff Software Engineer Tools Group oboni...@linkedin.com linkedin.com/in/seeob On Tue, Sep

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

2016-09-28 Thread mishal_shah via swift-dev
Thanks! > On Sep 28, 2016, at 9:09 AM, Tony Parker wrote: > > I merged the PR. Hopefully that will help quite a bit with these. > > - Tony > >> On Sep 27, 2016, at 10:26 PM, mishal_shah > > wrote: >> >> HI Tony, >> >> Is this PR ready to be merged? It might hel

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

2016-09-28 Thread Tony Parker via swift-dev
I merged the PR. Hopefully that will help quite a bit with these. - Tony > On Sep 27, 2016, at 10:26 PM, mishal_shah wrote: > > HI Tony, > > Is this PR ready to be merged? It might help resolve this failure. > > https://github.com/apple/swift-corelibs-foundation/pull/613 >

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

2016-09-28 Thread rintaro ishizaki via swift-dev
It seems https://restcountries.eu is down now https://github.com/fayder/restcountries/issues/32 2016-09-28 14:26 GMT+09:00 mishal_shah via swift-dev : > HI Tony, > > Is this PR ready to be merged? It might help resolve this failure. > > https://github.com/apple/swift-corelibs-foundation/pull/613