sample code projects from wwdc 25

Asked on 2026-02-09

1 search

At WWDC 2025, Apple provided several sample code projects across different sessions. Here are some notable mentions:

  1. Code-along: Elevate an app with Swift concurrency: This session includes a sample app for composing sticker packs from photos, which you can download to follow along with the session. The app demonstrates Swift concurrency features and techniques. You can find more details in the session Code-along: Elevate an app with Swift concurrency.

  2. Bring your SceneKit project to RealityKit: This session revisits a classic sample game involving a red panda, originally built with SceneKit, and discusses how to transition it to RealityKit. This provides a practical example of using Apple's 3D frameworks. More information can be found in the session Bring your SceneKit project to RealityKit.

  3. What’s new in Swift: This session mentions the availability of examples for embedded projects in the Swift Embedded Examples repository on GitHub. These examples are designed to help developers get started with embedded Swift projects. You can learn more in the session What’s new in Swift.

These sessions provide valuable resources and sample code to help developers explore new features and technologies introduced at WWDC 2025.