Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2022-110364
$eventId
ID of event: wwdc2022
$eventContentId
ID of session without event part: 110364
$eventShortId
Shortened ID of event: wwdc22
$year
Year of session: 2022
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2022] [Session 110364] Demystif...

WWDC22 • Session 110364

Demystify parallelization in Xcode builds

Developer Tools • iOS, macOS, tvOS, watchOS • 25:14

Learn how the Xcode build system extracts maximum parallelism from your builds. We'll explore how you can structure your project to improve build efficiency, take you through the process for resolving relationships between targets’ build phases in Xcode, and share how you can take full advantage of available hardware resources when compiling in Swift. We'll also introduce you to Build Timeline — a powerful tool to help you monitor your build efficiency and performance.

Speakers: Ben Herzog, Artem Chikin

Open in Apple Developer site