News, analysis and comment from the Financial Times, the worldʼs leading global business publication... (more…)
Read more »
swift-evolution - This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. (more…)
Read more »
While working on a Swift project, I didn’t find any tool that would allow Swift
to run inside Nix builds. Even thought you can run Swift, the real
problem arises when using the package manager. It has many of the same problems
that other package managers ... (more…)
Read more »
In 2015, Apple introduced a new concept - Protocol Oriented Programming. I encourage you to watch the whole 50 minutes of the WWDC video. One of the conference's speekers laid down all new awesome Swift features and how protocols can help write a better, ... (more…)
Read more »
Every macOS/iOS developer uses tools such as fastlane and SwiftLint to automate tasks as much as possible: in this article we’re going to dive into how we can build our own tools using Swift. (more…)
Read more »