Re: [swift-dev] New to building Swift toolchain

2017-09-20 Thread Michael Gottesman via swift-dev
FYI, I haven't forgotten you! I just need to land some code tonight ; ). I want to try to reproduce exactly what you are doing. Michael > On Sep 20, 2017, at 6:08 AM, Maksym Grebenets wrote: > > I tried few more options. > > I tried switching my shell to bash and giving it a go. > This time I

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

2017-09-20 Thread Mishal Shah via swift-dev
Issue resolved, It was infrastructure issue. Thanks, Mishal Shah > On Sep 20, 2017, at 1:52 PM, Mishal Shah wrote: > > + swift-build-dev > > Thanks, > Mishal Shah > >> On Sep 20, 2017, at 1:03 PM, Joe Shajrawi > > wrote: >> >> :0: error: error: accessing build dat

Re: [swift-dev] bugs.swift.org outage

2017-09-20 Thread Mishal Shah via swift-dev
bugs.swift.org is back online. Sorry for any inconvenience. Thanks, Mishal Shah > On Sep 20, 2017, at 3:14 PM, Nicole Jacque via swift-dev > wrote: > > Hi All- > > We are currently experiencing unexpected downtime for bugs.swift.org. We are > investigating, and will be working to bring it

[swift-dev] bugs.swift.org outage

2017-09-20 Thread Nicole Jacque via swift-dev
Hi All- We are currently experiencing unexpected downtime for bugs.swift.org. We are investigating, and will be working to bring it back online as soon as possible. Thanks! Nicole ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org

[swift-dev] [stdlib] Error recovery hook #12025

2017-09-20 Thread John Holdsworth via swift-dev
Hello Swift developers, I’ve raised a rather speculative PR suggesting a hook be added to stdlib that would allow users to experiment with error recovery in their apps. https://github.com/apple/swift/pull/12025 Ultimately it come down to being able to

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

2017-09-20 Thread Mishal Shah via swift-dev
+ swift-build-dev Thanks, Mishal Shah > On Sep 20, 2017, at 1:03 PM, Joe Shajrawi wrote: > > :0: error: error: accessing build database > "/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/swiftpm-linux-x86_64/build.db": > disk I/O error > > M

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

2017-09-20 Thread Joe Shajrawi via swift-dev
:0: error: error: accessing build database "/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/swiftpm-linux-x86_64/build.db": disk I/O error Mishal, can you please take a look? Regards, —Joe |  | 📧 shajr...@apple.com | 📱(+1) 408-930-5203 > O

Re: [swift-dev] [swift-users] Swift 4.0 released!

2017-09-20 Thread Charles Srstka via swift-dev
> On Sep 19, 2017, at 9:06 PM, Ted Kremenek via swift-users > wrote: > > I am pleased to announce that Swift 4.0 has been officially released: > > https://swift.org/blog/swift-4-0-released/ > > > Swift 4 is available in Xcode 9 (which went live o

Re: [swift-dev] New to building Swift toolchain

2017-09-20 Thread Maksym Grebenets via swift-dev
I tried few more options. I tried switching my shell to bash and giving it a go. This time I got some unusual configuration error. The error came from /usr/local/Cellar/cmake/3.9.2/share/cmake/Modules/FindPythonInterp.cmake. Unfortunately the error message was in stderr, while I only captured stdo