Use Async and Await in Swift

Here’s a way to use experimental concurrency, which is not yet part of Apple’s implementation of Swift. Read more

Similar

Swift Value Types and Reference Types

Value types and reference types are the core concepts in Swift. Let's study what are value and reference semantics; how Swift structs and classes are stored in memory; compare Swift structs and classes performance and suggest when to use what. (more…)

Read more »

Swift Collections

I’m thrilled to announce Swift Collections, a new open-source package focused on extending the set of available Swift data structures. Like the Swift Algorithms and Swift Numerics packages before it, we’re releasing Swift Collections to help incubate new ... (more…)

Read more »