Tag
Swift
Every bite filed under Swift, so you can stay close to the exact thread you are following.
March 2026
-
Understanding PreferenceKey in SwiftUI
How PreferenceKey lets child views communicate information back up the view tree.
-
Borrowing and consuming, the ownership of values
Borrowing, consuming, and why Swift's ownership model matters.
-
Actor Isolation Essentials
A practical mental model for protected state and cross-actor calls in Swift.
-
Sendable in Practice
When Swift asks for Sendable and how to satisfy it cleanly.
-
Swift Testing Traits Overview
Use traits deliberately so Swift Testing communicates intent instead of just decorating test code.
-
Task Group Patterns
Running parallel async work in Swift with structured concurrency.
-
Error Handling Patterns in Swift
A compact guide to throws, Result, and typed domain errors.