Getting started using C libraries from Swift
February 23, 2015•41 words
For a side project I've been working on, I needed to pull in the CommonCrypto C library. Since I've been working in Swift, this wasn't totally straightforward. I wrote about getting started using C libraries from Swift over at Atomic Spin.