[swift-dev] Update on the Swift Project Lead

2017-01-10 Thread Chris Lattner via swift-dev
Since Apple launched Swift at WWDC 2014, the Swift team has worked closely with our developer community. When we made Swift open source and launched Swift.org we put a lot of effort into defining a strong community structure. This structure has enabled Apple and the amazingly vibrant Swift co

[swift-dev] Nightly builds?

2017-01-10 Thread Erica Sadun via swift-dev
Are there still nightly builds that are easy to pull and install? I got a fixed JIRA I'd like to test. Thanks! -- Erica ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] Nightly builds?

2017-01-10 Thread mishal_shah via swift-dev
Hi Erica, Snapshots are available on https://swift.org/download/#snapshots Thanks, Mishal Shah > On Jan 10, 2017, at 10:48 AM, Erica Sadun via swift-dev > wrote: > > Are there still nightly builds that are easy to pull and install? I got a > fixed JIRA I'd like to test. > > Thanks! -- Eri

Re: [swift-dev] Nightly builds?

2017-01-10 Thread Jacob Bandes-Storch via swift-dev
I suppose you probably found this already, but the Snapshots section here has a build from Jan 5: https://swift.org/download/#snapshots On Tue, Jan 10, 2017 at 10:48 AM, Erica Sadun via swift-dev < swift-dev@swift.org> wrote: > Are there still nightly builds that are easy to pull and install? I

Re: [swift-dev] Nightly builds?

2017-01-10 Thread Jordan Rose via swift-dev
For context, builds that don't pass all the tests aren't ever posted as snapshots, which is why there's sometimes a big gap between snapshots. Jordan > On Jan 10, 2017, at 10:57, Jacob Bandes-Storch via swift-dev > wrote: > > I suppose you probably found this already, but the Snapshots sectio

Re: [swift-dev] Nightly builds?

2017-01-10 Thread Erica Sadun via swift-dev
I just got the JIRA yesterday, so that build is probably going to be too early. I thought Ankit Aggarwal had set one up a while ago. -- E > On Jan 10, 2017, at 11:57 AM, Jacob Bandes-Storch wrote: > > I suppose you probably found this already, but the Snapshots section here has > a build fro

Re: [swift-dev] Nightly builds?

2017-01-10 Thread Ankit Agarwal via swift-dev
On Wed, Jan 11, 2017 at 12:35 AM, Erica Sadun wrote: > I just got the JIRA yesterday, so that build is probably going to be too > early. > I thought Ankit Aggarwal had set one up a while ago. > > I shut it down because Swift.org started nightly builds — which is more secure and official place to

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

2017-01-10 Thread Jordan Rose via swift-dev
Alex, I think this was revealed by your commit, but it seems like it should have always been a problem for swift-corelibs-libdispatch. Any ideas? Jordan > On Jan 10, 2017, at 14:29, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04-long-test [#505] > > Build U

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

2017-01-10 Thread David P Grove via swift-dev
Normally when we build dispatch, we use the version of clang that is being built along with the swift compiler (not the clang on the build machine). This is done in build-script-impl by setting CC, CXX, etc before invoking configure. with_pushd "${LIBDISPATCH_BUILD_DIR}" \

Re: [swift-dev] Swift CI outage - Jan 10th 2016 5pm PST

2017-01-10 Thread mishal_shah via swift-dev
Swift CI is available again! Thanks, Mishal Shah > On Jan 9, 2017, at 7:12 PM, mishal_shah wrote: > > Swift CI (ci.swift.org) will be down on Jan 10th 2016 at 5pm PST for few > hours. > > Thanks, > Mishal Shah ___ swift-dev mailing list swift-de