Swift 5.4 Released

Swift 5.4 is now officially released! This release contains a variety of language and tooling improvements. Read more

Similar

Default Arguments in Swift

When designing APIs, using default arguments can often let us strike a nice balance between flexibility and ease of use — as they let us add solid, intuitive defaults to many of the configuration options that we’ll end up providing. Let’s take a look at a... (more…)

Read more »