New TabularData Available in Swift on macOS Monterery (et al.)

WWDC 2021 is on this week and many new fun things are being introduced, including some data science-friendly additions to the 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 »

Swift Package Registry Spec

Hello! Last June, Apple and GitHub announced that the GitHub Package Registry will support Swift packages. A few months ago, Bryan Clark started a thread to gather ideas about a standard package registry API that could be implemented by anyone, not only ... (more…)

Read more »