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: wwdc2016-412
$eventId
ID of event: wwdc2016
$eventContentId
ID of session without event part: 412
$eventShortId
Shortened ID of event: wwdc16
$year
Year of session: 2016
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2016] [Session 412] Thread Sani...

WWDC16 • Session 412

Thread Sanitizer and Static Analysis

Developer Tools • iOS, macOS, tvOS, watchOS • 33:20

Xcode 8 makes it easier to find several new categories of bugs with improvements in Runtime Sanitization and the Clang Static Analyzer. The Thread Sanitizer will help you find data races and other concurrency bugs. The static analyzer has been extended to search for localizability issues, check nullability, and find memory leaks in MRR code.

Speakers: Anna Zaks, Devin Coughlin

Unlisted on Apple Developer site