Home Articles
iOS Swift Mobile Conferences 2025-2026

Conferences are great to up your game! This article lists some of the best Swift Mobile Conferences happening around the world in 2025 and 2026

Swift 6 Unleashed in Xcode 16: Enabling New Features and Strict Concurrency

Enable Swift 6 features, activate strict concurrency, and explore key Swift Evolution Proposals in Xcode 16 for a smoother, safer development experience.

Strict Concurrency in Swift 6 - Part 1

An introduction to Swift Concurrency, it will touch upon basic concepts like async-await , Task , actor , Sendable etc & prepare a roadmap for the migration to Strict Concurrency in Swift 6.

Enabling Strict Concurrency in Swift 6

Wondering how to enable and deal with Strict Concurrency in Swift 6 and How to update your project and Xcode version, this article cover everything and gives you a clean idea

fallthrough and unknown default in Swift

In this beginner article, we discuss control flow in a Swift Switch statement, focused on fallthrough & @unknown default keywords.