Home Articles
Modernizing Your Tests: A Practical Guide to Swift Testing Framework

Learn how to migrate from XCTest to the new Swift Testing framework using macros, traits, and Swifty syntax. This guide covers best practices, actionable failures, custom traits, and how both frameworks can coexist during transition.

Traits, Suites & Concurrency: Unlocking Swift Testing’s Full Potential

Explore advanced features in Swift Testing like traits for customizing test behavior, suites for grouping tests, and tools for managing concurrency. Learn how to write safer, more scalable tests using modern Swift-first approaches.

AI-Powered Pull Requests: Building Smarter Workflows with Claude & OpenAI

Explore how Claude and OpenAI can revolutionize your pull request workflow. From review automation to better diffs, learn how to use AI to streamline code reviews and boost developer productivity.

PR Review with Cursor: Mastering Local, Interactive, and YOLO Modes

Enhance your pull request workflow with Cursor’s versatile modes. Learn how to efficiently review code using Local scripts, Interactive rules, and the autonomous YOLO mode.

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

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.

PR Review Using Copilot: Smarter Reviews, Faster Merges

Struggling with slow code reviews? Discover how GitHub Copilot can transform your PR process with AI-powered suggestions and smart code insights.

PR Review Using CodeRabbit: Your AI-Powered Code Review Buddy

Want faster code reviews without missing important details? Learn how CodeRabbit uses AI to review your pull requests, line by line.

Swift Testing Right Swipe Left Swipe

Explore Swift Testing, the next evolution in iOS app testing. Learn its features, benefits over XCTest, and how it improves testing workflows. Perfect for developers aiming to enhance their testing practices.

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

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.