Unsafe Swift, WWDC 2020

What exactly makes code “unsafe”? Join the Swift team as we take a look at the programming language’s safety precautions — and when… Read more

Similar

Swift.Unmanaged

In order to work with C APIs, we sometimes need to convert Swift object references to and from raw pointers. Swift's Unmanaged struct is the standard API for handling this. Today, I'd like to talk about what it does and how to use it. (more…)

Read more »