What is new in Swift from WWDC 25
Asked on 06/16/2025
2 searches
At WWDC 2025, several new features and improvements were introduced in Swift 6.2. Here are some of the highlights:
-
Strict Memory Safety: A new feature in Swift 6.2 called Strict Memory Safety requires explicit acknowledgment of unsafe API usage in source code. This helps identify parts of the code that need extra security attention. What’s new in Swift
-
Inline Arrays: Swift 6.2 introduces inline arrays, allowing arrays with a fixed size to be stored on the stack or directly inside other types without using heap memory. This enables significant performance optimizations. Platforms State of the Union
-
Span Type: A new span type provides a safe alternative to pointers for fast direct access to contiguous memory, improving communication with unsafe languages like C. Platforms State of the Union
-
Concurrency Improvements: Swift 6.2 makes concurrency more approachable, with features that help achieve peak performance. It also introduces a new language mode designed to make concurrent code safer. What’s new in Swift
-
Embedded Swift: Swift 6.2 expands Embedded Swift, a subset of Swift for writing code targeting constrained environments like firmware for embedded devices. What’s new in Swift
-
Development Workflow Enhancements: Improvements to development workflows, including writing, building, and debugging, are part of Swift 6.2. The Swift extension in VS Code is now officially verified and distributed by Swift.org. What’s new in Swift
These updates aim to enhance performance, safety, and ease of use for Swift developers across various platforms and environments.

Welcome to WWDC25
There’s so much to dive into at WWDC25. Here’s a quick guide to help get you started.

What’s new in Swift
Join us for an update on Swift. We’ll talk about workflow improvements that make you more productive, and new and modernized library APIs for fundamental programming tasks. We’ll show examples of Swift adoption throughout more layers of the software stack. Finally, we’ll explore new language features for both improving approachability of concurrency, and achieving peak performance when you need it.

Platforms State of the Union
Discover the newest advancements on Apple platforms.