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

2016-08-01 Thread Roman Levenstein via swift-dev
> On Aug 1, 2016, at 7:38 PM, Jordan Rose wrote: > > /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: > symbol lookup error: > /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-lin

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

2016-08-01 Thread Jordan Rose via swift-dev
> On Aug 1, 2016, at 19:38, Jordan Rose wrote: > > /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: > symbol lookup error: > /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux

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

2016-08-01 Thread Jordan Rose via swift-dev
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64

Re: [swift-dev] dispatch_block_t is imported wrong, breaks barrier blocks (SR-2246)

2016-08-01 Thread Jordan Rose via swift-dev
I’d suggest putting this over on swift-corelibs-dev, since it’s a Dispatch-specific issue. Jordan > On Aug 1, 2016, at 17:25, Kevin Ballard via swift-dev > wrote: > > For anyone following along, I've submitted a PR to fix this as > https://github.com/apple/swift/pull/3923. > > -Kevin > >

Re: [swift-dev] dispatch_block_t is imported wrong, breaks barrier blocks (SR-2246)

2016-08-01 Thread Kevin Ballard via swift-dev
For anyone following along, I've submitted a PR to fix this as https://github.com/apple/swift/pull/3923. -Kevin On Mon, Aug 1, 2016, at 03:04 PM, Kevin Ballard wrote: > Hmm. The implementation of DispatchQueue.async(execute: DispatchWorkItem) is > as follows: > > public func async(execut

Re: [swift-dev] Is developer snapshot 2016-07-29 broken?

2016-08-01 Thread Joe Groff via swift-dev
> On Jul 31, 2016, at 5:12 AM, Charles Lane via swift-dev > wrote: > > I get a segmentation fault 11 at compile time with the 07/29 toolchain & > Xcode 8 beta 3. Can anyone point me in right direction to fix this? Should be addressed by https://github.com/apple/swift/pull/3918. -Joe > > Me

Re: [swift-dev] dispatch_block_t is imported wrong, breaks barrier blocks (SR-2246)

2016-08-01 Thread Kevin Ballard via swift-dev
Hmm. The implementation of DispatchQueue.async(execute: DispatchWorkItem) is as follows: public func async(execute workItem: DispatchWorkItem) { // _swift_dispatch_async preserves the @convention(block) // for work item blocks. _swift_dispa

[swift-dev] dispatch_block_t is imported wrong, breaks barrier blocks (SR-2246)

2016-08-01 Thread Kevin Ballard via swift-dev
I just filed SR-2246 about how `queue.async(flags: .barrier)` is completely broken, and I think the problem comes down to `dispatch_block_t` is being imported as `() -> ()` instead of as `@convention(block) () -> ()`, and therefore `__dispatch_async` has the type `(DispatchQueue, () -> Void) ->

[swift-dev] CI outage for SDK and source updates

2016-08-01 Thread Nicole Jacque via swift-dev
Hello All- Tomorrow we will be temporarily bringing down the CI, starting around 10 AM, California time, in order to upgrade to the latest beta of Xcode 8 and the associated SDKs. We will also be locking master while we land some source changes in support of the updated SDKs on both master and

Re: [swift-dev] TWISt-shout Newsletter 2016-08-01

2016-08-01 Thread Kenny Leung via swift-dev
Here is your TWISt-shout Newsletter for the last week of July: https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-08-01.md Enjoy! -Kenny ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/sw

[swift-dev] Swift Pull Request: Github Connection issues

2016-08-01 Thread Mishal Shah via swift-dev
If you are seeing pull request failures due to git, its due to Github connection issue. https://status.github.com/messages Thanks, Mishal Shah ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

[swift-dev] Is developer snapshot 2016-07-29 broken?

2016-08-01 Thread Charles Lane via swift-dev
I get a segmentation fault 11 at compile time with the 07/29 toolchain & Xcode 8 beta 3. Can anyone point me in right direction to fix this? MergeSwiftModule normal x86_64 /Users/charleslane/Library/Developer/Xcode/DerivedData/FoodPin-dxwmvlsjauworxcjhxialmqbjmnw/Build/Intermediates/FoodPin.buil

Re: [swift-dev] Is developer snapshot 2016-07-29 broken?

2016-08-01 Thread Jens Persson via swift-dev
I checked the two earlier snapshots (25 and 28 july) and they too have this bug :( I fear that the next development snapshot, which I'm waiting for, will be unusable too, or lack the UnsafeRawPointer API. On Sun, Jul 31, 2016 at 9:45 PM, Jens Persson wrote: > I get the same as Erica Sadun (for