evaluateJavaScript

Generated on 7/31/2024

1 search

It seems like you're interested in evaluating JavaScript, but the context provided is focused on various topics from WWDC, such as migrating to Swift 6, debugging in LLDB, and testing in Swift. If you have any questions about these topics or any other content presented at WWDC, feel free to ask!

Here are some relevant sessions mentioned in the context:

  1. Migrate your app to Swift 6
  2. Break into the RealityKit debugger
  3. Run, Break, Inspect: Explore effective debugging in LLDB
  4. Meet Swift Testing
  5. Go further with Swift Testing

If you need specific information or timestamps from these sessions, let me know!

Break into the RealityKit debugger

Break into the RealityKit debugger

Meet the RealityKit debugger and discover how this new tool lets you inspect the entity hierarchy of spatial apps, debug rogue transformations, find missing entities, and detect which parts of your code are causing problems for your systems.

Meet Swift Testing

Meet Swift Testing

Introducing Swift Testing: a new package for testing your code using Swift. Explore the building blocks of its powerful new API, discover how it can be applied in common testing workflows, and learn how it relates to XCTest and open source Swift.

Run, Break, Inspect: Explore effective debugging in LLDB

Run, Break, Inspect: Explore effective debugging in LLDB

Learn how to use LLDB to explore and debug codebases. We’ll show you how to make the most of crashlogs and backtraces, and how to supercharge breakpoints with actions and complex stop conditions. We’ll also explore how the “p” command and the latest features in Swift 6 can enhance your debugging experience.

Migrate your app to Swift 6

Migrate your app to Swift 6

Experience Swift 6 migration in action as we update an existing sample app. Learn how to migrate incrementally, module by module, and how the compiler helps you identify code that’s at risk of data races. Discover different techniques for ensuring clear isolation boundaries and eliminating concurrent access to shared mutable state.

Go further with Swift Testing

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.