hi all, I’ve discovered several stack corruption bugs related to async/await which can be reproduced in simple test programs compiled with recent nightly toolchains. i have confirmed that two three of these bugs are present in the 5.5-RELEASE toolchain. ... (more…)
Read more »
Hello everyone, With the recent introduction of Swift concurrency, and most notably actors to the language, Swift gained powerful and foundational building blocks for expressing thread-safe concurrent programs. This proposal aims to extend Swift's actors... (more…)
Read more »
A comprehensive guide to REST APIs and network requests in iOS with a protocol-oriented architecture and without using large networking libraries. (more…)
Read more »
whats-new-in-swift-4 - An Xcode playground showcasing the new features in Swift 4.0. (more…)
Read more »
Swift 2.0 added the ability to throw errors to the language. Learn how this mechanism works, and how it’s used in this post. (more…)
Read more »