Package.swift in details

In the last two posts we discovered the theory behind Swift Package Manager and gained knowledge about its core functions: add, edit and update a package. Now the time has … Continue reading “Package.swift in details”

How to add, edit and update package

In the last post, we talked about some theory around Swift Package Manager. Now let’s talk how to actually use it with Xcode. How to add, edit our packages and … Continue reading “How to add, edit and update package”

Swift Package Manager

Swift Package Manager

Finally, Apple native package manager is available on iOS. It’s called Swift package manager and its role is to replace Cocoapods and Cartage.  In the upcoming series of posts, we … Continue reading “Swift Package Manager”

Say Hi to Swift 5! Part 2: Language improvements

On March 25 swift 5 had been released. It marked a major milestone in Swift language evolution, mostly by ABI stability. While this update builds blocks and fundamentals for future … Continue reading “Say Hi to Swift 5! Part 2: Language improvements”

Say Hi to Swift 5! ABI stability and Swift Package Manager

On March 25 Swift 5 was released. It marked a major milestone in Swift language evolution, mostly by ABI stability. This update is more about building blocks and fundamentals for … Continue reading “Say Hi to Swift 5! ABI stability and Swift Package Manager”