Re: [swift-corelibs-dev] [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (swift 3.0) #302

2016-09-24 Thread Daniel Dunbar via swift-corelibs-dev
> On Sep 24, 2016, at 9:33 PM, Michael Gottesman wrote: > > >> On Sep 24, 2016, at 8:15 PM, Daniel Dunbar > > wrote: >> >> Alternately, we could change their build scripts to generate llbuild >> manifest files

Re: [swift-dev] Mirror behavior

2016-09-24 Thread Will Stanton via swift-dev
Hello Enrico, Thank you for the reply! If the goal of `Mirror` is reflection, wouldn’t the full structure of a type need to be exposed by its `Mirror`? And even if the goal is a more limited form of inspection, wouldn’t it still be necessary to make the default implementation, which exposes

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (swift 3.0) #302

2016-09-24 Thread Michael Gottesman via swift-dev
> On Sep 24, 2016, at 8:15 PM, Daniel Dunbar > wrote: > > Alternately, we could change their build scripts to generate llbuild manifest > files and build using llbuild (which tracks the Swift compiler version > automatically as a

Re: [swift-dev] Major SwiftPM compile time regression

2016-09-24 Thread Daniel Dunbar via swift-dev
I'm assuming its the type checker based on how it manifests (and we haven't changed anything interesting in the module that is slow to build), but I haven't looked at any samples. - Daniel > On Sep 24, 2016, at 9:23 PM, Ted Kremenek wrote: > > Does this look related to

Re: [swift-dev] Major SwiftPM compile time regression

2016-09-24 Thread Ted Kremenek via swift-dev
Does this look related to the type checker (I saw Mark’s comments in the SR) or something else? > On Sep 24, 2016, at 3:23 PM, Daniel Dunbar via swift-dev > wrote: > > Swift TOT is currently taking a very long time (and upwards of 8GB) to build > SwiftPM. I filed: >

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (swift 3.0) #302

2016-09-24 Thread Michael Gottesman via swift-dev
> On Sep 23, 2016, at 10:02 AM, Jordan Rose via swift-dev > wrote: > >> Foundation/NSData.swift:19:8: error: module file was created by an older >> version of the compiler; rebuild 'Dispatch' and try again: >>

[swift-dev] Android: wrong ld (linker) keeps being invoked

2016-09-24 Thread Eric Wing via swift-dev
I'm being hit by the problem where the wrong linker is being invoked when trying to build a program with swiftc for Android. The problem seems to already be known and reported here, but the solutions/workarounds don't fully work for me: https://bugs.swift.org/browse/SR-1264 The only way I can

[swift-dev] Major SwiftPM compile time regression

2016-09-24 Thread Daniel Dunbar via swift-dev
Swift TOT is currently taking a very long time (and upwards of 8GB) to build SwiftPM. I filed: https://bugs.swift.org/browse/SR-2754 can someone on the compiler take a look? This makes it hard to develop with TOT. - Daniel ___ swift-dev mailing