kingfisher
Asked on 2025-08-27
1 search
It seems like you're asking about "kingfisher," which doesn't directly relate to the content presented by Apple at WWDC. However, if you're interested in learning about Swift concurrency or any other topics covered at WWDC, feel free to ask! For example, you might be interested in sessions like "Code-along: Elevate an app with Swift concurrency" or "Explore concurrency in SwiftUI," which delve into Swift's concurrency features. Let me know if there's anything specific you'd like to know about these sessions!

Track model changes with SwiftData history
Reveal the history of your model’s changes with SwiftData! Use the history API to understand when data store changes occurred, and learn how to use this information to build features like remote server sync and out-of-process change handing in your app. We’ll also cover how you can build support for the history API into a custom data store.

A Swift Tour: Explore Swift’s features and design
Learn the essential features and design philosophy of the Swift programming language. We’ll explore how to model data, handle errors, use protocols, write concurrent code, and more while building up a Swift package that has a library, an HTTP server, and a command line client. Whether you’re just beginning your Swift journey or have been with us from the start, this talk will help you get the most out of the language.

Code-along: Elevate an app with Swift concurrency
Learn how to optimize your app’s user experience with Swift concurrency as we update an existing sample app. We’ll start with a main-actor app, then gradually introduce asynchronous code as we need to. We’ll use tasks to optimize code running on the main actor, and discover how to parallelize code by offloading work to the background. We’ll explore what data-race safety provides, and work through interpreting and fixing data-race safety errors. Finally, we’ll show how you can make the most out of structured concurrency in the context of an app.