Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #662

2017-11-10 Thread Pavel Yaskevich via swift-dev
stdlib/ModelIO.swift failure once again on iphonesimulator. > On Nov 10, 2017, at 11:31 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-osx [#662] > > Build URL:https://ci.swift.org/job/oss-swift-package-osx/662/ >

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #662

2017-11-10 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-osx [#662] Build URL:https://ci.swift.org/job/oss-swift-package-osx/662/ Project:oss-swift-package-osx Date of build:Fri, 10 Nov 2017 23:29:38 -0600 Build duration:2 hr 1 min Identified problems:Regression test fai

Re: [swift-dev] [swift-evolution] Re-pitch: Deriving collections of enum cases

2017-11-10 Thread Xiaodi Wu via swift-dev
On Sat, Nov 11, 2017 at 12:15 AM, Brent Royal-Gordon via swift-evolution < swift-evolut...@swift.org> wrote: > > Personally I like the flexibility provided by the associatedtype, but I > also recognize it won't be incredibly useful for enums — more so if we > wanted to provide e.g. UInt8.allValues

Re: [swift-dev] Re-pitch: Deriving collections of enum cases

2017-11-10 Thread Brent Royal-Gordon via swift-dev
> Personally I like the flexibility provided by the associatedtype, but I also > recognize it won't be incredibly useful for enums — more so if we wanted to > provide e.g. UInt8.allValues, whose ideal implementation might be "return > 0...UInt8.max". So I could see allowing allValues to be any s

Re: [swift-dev] deprecating -Ounchecked

2017-11-10 Thread Chris Lattner via swift-dev
> On Nov 4, 2017, at 9:52 PM, Erik Eckstein wrote: >>> Are compiler flags within the scope of the evolution process? -Osize has no >>> effect on source compatibility or any other user-visible aspect of the >>> language itself. >> >> I don’t think there is an official policy, but IMO, all major

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #660

2017-11-10 Thread Pavel Yaskevich via swift-dev
PR https://github.com/apple/swift/pull/12869 should resolve this problem. > On Nov 10, 2017, at 5:52 PM, Pavel Yaskevich wrote: > > Huon is working on resolving this, not all of the tests for conditional > conformances were supposed to be run on 32-b

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #660

2017-11-10 Thread Pavel Yaskevich via swift-dev
Huon is working on resolving this, not all of the tests for conditional conformances were supposed to be run on 32-bit platforms. > On Nov 10, 2017, at 5:44 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-osx [#660] > > Build URL:https://ci.swift.org/job/

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #660

2017-11-10 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-osx [#660] Build URL:https://ci.swift.org/job/oss-swift-package-osx/660/ Project:oss-swift-package-osx Date of build:Fri, 10 Nov 2017 18:01:50 -0600 Build duration:1 hr 42 min Identified problems:Regression test fa

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
This is a failure in one of the Foundation tests (seems like one off, lets see what is going to happen to the next build): TestFoundation/TestURLSession.swift:288: error: TestURLSession.test_taskTimeout : XCTAssertNil failed: "URLError(_nsError: The operation could not be completed)" - error =

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
That’s right Adrian, we keep having problems with libdispatch compilation. > On Nov 10, 2017, at 3:35 PM, Adrian Prantl wrote: > > It seems very unlikely that this was caused by my commit, but it is the only > one in the blamelist. > > -- adrian > >> On Nov 10, 2017, at 3:32 PM, no-re...@swif

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

2017-11-10 Thread Adrian Prantl via swift-dev
It seems very unlikely that this was caused by my commit, but it is the only one in the blamelist. -- adrian > On Nov 10, 2017, at 3:32 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1413] > > Build URL: > https://ci.swift.or

Re: [swift-dev] Zero-cost 'Service Provider Interface'/Signature Packages

2017-11-10 Thread Erik Eckstein via swift-dev
> On Nov 10, 2017, at 3:05 PM, Joe Groff wrote: > > > >> On Nov 8, 2017, at 9:59 PM, Erik Eckstein via swift-dev >> wrote: >> >> >> >>> On Nov 8, 2017, at 5:27 PM, Johannes Weiß via swift-dev >>> wrote: >>> >>> Hi Daniel, >>> On 2 Nov 2017, at 8:15 pm, Daniel Dunbar wrote:

Re: [swift-dev] Zero-cost 'Service Provider Interface'/Signature Packages

2017-11-10 Thread Joe Groff via swift-dev
> On Nov 8, 2017, at 9:59 PM, Erik Eckstein via swift-dev > wrote: > > > >> On Nov 8, 2017, at 5:27 PM, Johannes Weiß via swift-dev >> wrote: >> >> Hi Daniel, >> >>> On 2 Nov 2017, at 8:15 pm, Daniel Dunbar wrote: >>> >>> My personal preference is to: >>> 1. Do nothing for now, but enc

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (swift 4.1) #137

2017-11-10 Thread Pavel Yaskevich via swift-dev
Same problem as with Linux build, going to create a radar about this. > On Nov 10, 2017, at 2:25 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-4.1-package-osx [#137] > > Build URL:https://ci.swift.org/job/oss-swift-4.1-package-osx/137/ >

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
Sorry stdlib/ModelIO.swift is failing. > On Nov 10, 2017, at 2:27 PM, Pavel Yaskevich wrote: > > ModuleIO is still failing. > >> On Nov 10, 2017, at 2:26 PM, no-re...@swift.org >> wrote: >> >> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1412] >> >> Bui

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
ModuleIO is still failing. > On Nov 10, 2017, at 2:26 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1412] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/1412/ >

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (swift 4.1) #137

2017-11-10 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-4.1-package-osx [#137] Build URL:https://ci.swift.org/job/oss-swift-4.1-package-osx/137/ Project:oss-swift-4.1-package-osx Date of build:Fri, 10 Nov 2017 14:24:56 -0600 Build duration:1 hr 59 min Identified problems:Regres

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

2017-11-10 Thread Pavel Yaskevich via swift-dev
:0: error: cannot open file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swift-corelibs-libdispatch/private/module.modulemap': No such file or directory Mishal, do you know anybody from libdispatch team we would contact to take a look at this recurring problem

Re: [swift-dev] Re-pitch: Deriving collections of enum cases

2017-11-10 Thread Robert Widmann via swift-dev
> On Nov 6, 2017, at 2:54 AM, Jacob Bandes-Storch via swift-dev > wrote: > > Over a year ago, we discussed adding a magic "allValues"/"allCases" static > property on enums with a compiler-derived implementation. The original > proposal PR ha

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #654

2017-11-10 Thread Pavel Yaskevich via swift-dev
> On Nov 10, 2017, at 12:05 PM, Michael Gottesman wrote: > > Was this addressed to me? I believe this is from the transition to the new > Xcode if you look at the history. Built #650 is when the failure started and > if I am correct, #649 was the job Mishal killed to start the Xcode update.

Re: [swift-dev] [Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (swift 4.1) #20

2017-11-10 Thread Pavel Yaskevich via swift-dev
I’ve merged changes required to make it all compile again to 4.1 branch, everything is be back to stable soon. > On Nov 10, 2017, at 3:52 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-4.1-incremental-ASAN-RA-osx [#20] > > Build URL: > https://ci.swift.org/job/oss-swift-4.1-increment

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #654

2017-11-10 Thread Pavel Yaskevich via swift-dev
Can you please take a look at the problem with ModelIO? > On Nov 10, 2017, at 12:50 AM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-package-osx [#654] > > Build URL:https://ci.swift.org/job/oss-swift-package-osx/654/ >

[swift-dev] Cross compiling for iphoneos (armv7)

2017-11-10 Thread Philipp Seibel via swift-dev
I’m trying to cross-compile libsyntax (llvm, clang, swift) for iphoneos armv7 on my macos machine Any help with the build-script parameters is welcome. My current setup is:  swift/utils/build-script -R -i --cross-compile-hosts iphoneos-armv7 --no-llvm-assertions --no-swift-assertions --no-swif

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #654

2017-11-10 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-osx [#654] Build URL:https://ci.swift.org/job/oss-swift-package-osx/654/ Project:oss-swift-package-osx Date of build:Fri, 10 Nov 2017 00:55:15 -0600 Build duration:1 hr 54 min Identified problems:Regression test fa