[swift-corelibs-dev] Require inputs on CFBoolean

2017-03-02 Thread Nethra Ravindran via swift-corelibs-dev
Hi, I have a CFBoolean object and I want to convert it to NSNumber. So, when I try to use CFBooleanGetValue method to get the value of CFBoolean, it crashes on Linux. Please do provide inputs on how to cast CFBoolean object to Bool. Thank you. -Nethra

Re: [swift-corelibs-dev] Building Foundation

2017-03-02 Thread Mohit Athwani via swift-corelibs-dev
Hi Alex, I can see that all of the tests mentioned in my last mail failed on: SwiftRuntimeTests: /home/mohit/Documents/swift-source/swift/unittests/runtime/Refcounting.cpp:26: void destroyTestObject(swift::HeapObject *): Assertion `object->Addr && "object already deallocated"' failed. I am on th

Re: [swift-corelibs-dev] Building Foundation

2017-03-02 Thread Alex Blewitt via swift-corelibs-dev
> On 2 Mar 2017, at 01:51, Mohit Athwani via swift-corelibs-dev > wrote: > > I am trying to build Foundation on my Ubuntu 16.04 LTS version using: > > swift/utils/build-script --xctest --foundation -t > > And it fails with the following tests failing: OK, what happened when you looked in the