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
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
> 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