Swift Package Manager Basics

With the arrival of Swift on the server, one of the first questions that was asked in our team was: “But what about dependency package… Read more

Similar

Approaches to Type Erasure in Swift

Protocols bring a lot of power and flexibility to our code. Some might say that this is the most important feature of Swift, especially since Apple described it as “Protocol oriented programming language”. But every once in a while, things don’t work as e... (more…)

Read more »