Swift 6.2 introduced many changes during WWDC 2025, including a new @concurrent attribute we need when working with Swift Concurrency. You might have read that we’ll be able to @MainActor all the things now, which also means we need a way out of the @MainActor for asynchronous functions. For the latter, @concurrent comes into place. … →The post @concurrent explained with code examples appeared first on SwiftLee.