We’re delighted to announce ArgumentParser, a new open-source library that makes it straightforward — even enjoyable! — to parse command-line arguments in Swift. (more…)
Read more »
Toy3D is a simple 3D engine built using Swift, Metal and MetalKit.
Toy3D is not intended to be a high performance 3D engine or even used in any real application, it doesn’t have any fancy optimizations or a large feature set. (more…)
Read more »
Swift doesn’t have a built-in type for fixed-size, stack-allocated arrays. The standard library uses code generation to work around this limitation for internal use. (more…)
Read more »
Swift 5.4 is now officially released! This release contains a variety of language and tooling improvements. (more…)
Read more »
Maybe this is not the place to ask since is Apple specific but I'm sure a lot of folks are wondering: will the async features be backwards deployable or only work on the new OSs? (more…)
Read more »