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

2016-06-14 Thread Austin Zheng via swift-dev
I don't think the failure was caused by my change? I can spin up a VM and try running the test suite there. ``` TEST 'Swift :: AutolinkExtract/import_archive.swift' FAILED Script: -- (...) Exit Code: 254 Command Output (stderr): -- <>clang-3.9: error:

[swift-dev] CI Upgrade complete

2016-06-14 Thread Nicole Jacque via swift-dev
The CI upgrade is now complete; master is unlocked, and CI is fully up and functioning. Thanks! Nicole ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

[swift-dev] CI upgrade still in progress

2016-06-14 Thread Nicole Jacque via swift-dev
Hello All- The CI upgrade and source push-back is taking longer than expected as we work through a couple issues. We hope to have things sorted out soon, but I do not have an exact ETA for when things will be back up. I will send a status update to the list if it looks like this will stretch

Re: [swift-dev] Standard shared libraries with executable stack

2016-06-14 Thread Sangjin Han via swift-dev
Hi, Kim. I have the WSL on Windows Preview. Could you show the test source/command ? -Han Sangjin 2016-06-14 21:10 GMT+09:00 Ryan Lovelett via swift-dev : > On Mon, Jun 13, 2016, at 11:33 PM, Dmitri Gribenko via swift-dev wrote: > > On Sat, Jun 11, 2016 at 8:12 AM, 김종수 via swift-dev > > wrot

[swift-dev] Help swift-clang on Windows crashes (2016-06-06)

2016-06-14 Thread Sangjin Han via swift-dev
Hi, everyone. I built clang compiler on Windows (MSVC) from apple/swift-clang and apple/swift-llvm of github. That worked fine when used the tag 'swift-DEVELOPMENT-SNAPSHOT-2016-05-09-a'. But, in case of recent snapshots of 2016-05-31, 2016-06-06, the compiler couldn't compile even the standard h

Re: [swift-dev] Open-source toolchains for Playgrounds (iOS, Xcode 8)

2016-06-14 Thread Kate Stone via swift-dev
> On Jun 13, 2016, at 5:41 PM, Karl via swift-dev wrote: > > Wow, Xcode 8 looks like a really great release. Very impressed by the memory > debugger, but it seems to have lots of really nice improvements all-around. It's always exciting to be able to share what everyone has been working on. >

[swift-dev] Reminder: CI upgrade today

2016-06-14 Thread Nicole Jacque via swift-dev
Hello All- Just a reminder that we will be bringing down the CI starting today at noon, California time, to upgrade to Xcode 8 and the associated SDKs. We will also be locking master during the upgrade as we will be pushing back changes for both Swift 3 and Swift 2.3. We have staged as much o

Re: [swift-dev] Standard shared libraries with executable stack

2016-06-14 Thread Ryan Lovelett via swift-dev
On Mon, Jun 13, 2016, at 11:33 PM, Dmitri Gribenko via swift-dev wrote: > On Sat, Jun 11, 2016 at 8:12 AM, 김종수 via swift-dev > wrote: > > I am testing Swift in "Windows Subsystem for Linux" which is a new feature > > of Windows 10 Anniversary Update scheduled in this year. WSL is Ubuntu LTS > > 14

[swift-dev] Problem in parsing SIL

2016-06-14 Thread Mikio Takeuchi via swift-dev
Hi, I am learning SIL and trying to compile SIL generated by the Swift compiler. I succeeded in doing so with a simple Swift program for just printing "hi", but I got errors with another simple program which includes a declaration of a trivial class. I am running swift-3.0-preview-1 bundled with