SerialExecutor
Asked on 2026-02-25
1 search
The concept of a "SerialExecutor" is not directly mentioned in the provided context from the WWDC sessions. However, the idea of serial execution is touched upon in the context of Swift testing, where tests can be run serially using the serialized trait. This is discussed in the session titled "Go further with Swift Testing" where it is mentioned that tests can be run serially to address dependencies or issues that prevent parallel execution.
For more details on this topic, you can refer to the session Go further with Swift Testing (21:09) which covers parallel and serial testing basics.

Go further with Swift Testing
Learn how to write a sweet set of (test) suites using Swift Testing’s baked-in features. Discover how to take the building blocks further and use them to help expand tests to cover more scenarios, organize your tests across different suites, and optimize your tests to run in parallel.

Get started with MLX for Apple silicon
MLX is a flexible and efficient array framework for numerical computing and machine learning on Apple silicon. We’ll explore fundamental features including unified memory, lazy computation, and function transformations. We’ll also look at more advanced techniques for building and accelerating machine learning models across Apple’s platforms using Swift and Python APIs.

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.
