Karl Weinmeister shows how Swift on the server with the IBM Swift Sandbox works, and introduces the IBM Cloud Tools for Swift beta app. (more…)
Read more »
Programming languages often prioritize either performance or ergonomics. Swift offers a unique modern type-safe low-ceremony approach taking the best of both... (more…)
Read more »
Many times when designing software, we have to deal with the possible absence of a value. This is especially true when working with third party libraries, APIs, databases, or user input. A user may submit a form without filling it out, or we may not get a...
Read more »
I’m excited to announce a new open-source package and an enhancement to the Swift Evolution process: the Standard Library Preview package! The preview package provides access to functionality that has been accepted into the Swift standard library through ... (more…)
Read more »
iOS 13.4 Xcode Version 11.4 (11E146) Swift 5 Swift-Protobuf 1.8.0 proto2 My iOS app is using generated code from outdated proto files. Since I've compiled the .swift files from the old protos, ... (more…)
Read more »