Skip to content

Commit 109af39

Browse files
authored
Adds What's new in Swift December 2025 Edition blog post. (#1278)
1 parent 23aaf2d commit 109af39

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

_data/authors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,3 +611,8 @@ doug_gregor:
611611
name: Doug Gregor
612612
github: DougGregor
613613
about: "Doug Gregor is a member of the Language Steering Group and works on the Swift compiler and runtime."
614+
615+
timsneath:
616+
name: Tim Sneath
617+
github: timsneath
618+
about: "Tim Sneath works on developer tools and frameworks at Apple."
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
layout: new-layouts/post
3+
published: true
4+
date: 2025-12-19 16:00:00
5+
title: "What's new in Swift: December 2025 Edition"
6+
author: [timsneath, davelester]
7+
category: "Digest"
8+
---
9+
10+
Welcome to the latest digest of news from the Swift project.
11+
12+
Each edition, we share updates that we hope will be useful to you whether you're writing code with Swift or contributing to the language as a whole, and we start with an introduction from this edition's guest contributor:
13+
14+
> As we near the end of the year, it's a time for reflection and gratitude. We're profoundly grateful for the energy, creativity, and dedication of our community: the hundreds of contributors who submit code to improve Swift, those who create and steward ecosystem packages with thoughtfulness, and the developers building remarkable things with this language.
15+
>
16+
> Indeed, it has been a monumental twelve months for Swift as an open source project.
17+
>
18+
> From its relatively humble roots as an open source project, starting with [a simple blog post](https://www.swift.org/blog/welcome) ten years ago this month, the [Swift project now comprises over 70 repositories](https://github.com/swiftlang), with hundreds of contributors every week bringing fresh perspectives, performance improvements, and tooling enhancements to the ecosystem.
19+
>
20+
> The [release of Swift 6.2](https://www.swift.org/blog/swift-6.2-released/) brings more approachable concurrency with defaults that align with a philosophy of progressive disclosure: making advanced features available when you need them, but keeping them out of your way when you don't. Swift 6.2 also adds [WebAssembly support](https://www.swift.org/documentation/articles/wasm-getting-started.html), deep C++ interoperability, and improved memory safety features.
21+
>
22+
> This year proved that Swift truly runs everywhere, across a variety of platforms and use cases:
23+
>
24+
> - **Embedded**: Embedded Swift is [rapidly evolving](https://www.swift.org/blog/embedded-swift-improvements-coming-in-swift-6.3/), moving from experimental to practical use cases, with significant updates targeted for the upcoming 6.3 release.
25+
> - **Android**: The workgroup is making strides with [daily snapshot builds](https://www.swift.org/blog/nightly-swift-sdk-for-android/) and end-to-end demos, bringing native Swift development closer to reality on Android devices.
26+
> - **Windows**: Support is maturing fast, with richer tooling via the VS Code extension and a growing library of packages that support Windows out of the box.
27+
> - **BSD**: The preview of [Swift on FreeBSD](https://forums.swift.org/t/swift-on-freebsd-preview/83064) support is now available for FreeBSD 14.3 and later, and will be featured in a FOSDEM 2026 talk about [Porting Swift to FreeBSD](https://fosdem.org/2026/schedule/event/swift-on-freebsd/).
28+
> - **AI**: The ecosystem is evolving quickly, with MLX providing a Swift-friendly API for machine learning on Apple Silicon, and numerous packages from [Hugging Face](https://github.com/huggingface?q=&type=all&language=swift) for Swift development.
29+
> - **Server**: Backend development remains a major growth area. At the recent AWS re:Invent conference, Amazon announced [integrated support for Swift in Amazon Linux](https://docs.aws.amazon.com/linux/al2023/release-notes/relnotes-2023.9.20251110.html#release-summary-2023.9.20251110) and adoption of the [AWS Lambda Runtime](https://aws.amazon.com/blogs/opensource/the-swift-aws-lambda-runtime-moves-to-awslabs/), signaling that the cloud is ready for Swift’s memory safety and speed.
30+
>
31+
> And of course, Swift remains the unrivaled language of choice for building apps across all Apple platforms, whether you're building an app or a game for iPhone, iPad, Mac, Apple Watch, Apple TV, or Apple Vision Pro!
32+
>
33+
> So thank you, once more, on behalf of all of us working on Swift: there would be no Swift community without you!
34+
>
35+
> — Tim Sneath
36+
37+
To end this milestone year, let's take a look at some of the things that caught our attention this month.
38+
39+
## Swift at FOSDEM 2026
40+
Get ready for [FOSDEM](http://fosdem.org), the world’s largest independently run open source conference, taking place in Brussels in late January / early February. The Swift community will be there, with a [Pre-FOSDEM Community Event](http://swiftlang.github.io/event-fosdem/). The Call for Proposals is open for short talk submissions through January 5th, 2026 (23:59 CET).
41+
42+
Outside of the pre-conference event, Swift talks will appear in several FOSDEM devrooms including Containers, BSD, LLVM, and SBOMs. Hope to see you there!
43+
44+
## Talks worth watching
45+
* [Beyond Web Services: Swift for Low-Level Container infrastructure](https://www.youtube.com/watch?v=I72qyQbXQgM) - Eric Ernst introduces us to Apple's Containerization and Container open source projects, built entirely in Swift.
46+
* [Separate code from configuration with Swift Configuration](https://www.youtube.com/watch?v=I3lYW6OEyIs) - Swift Configuration provides a unified approach to handling configuration in your Swift applications. For more information, also check out the [Swift Configuration 1.0 announcement](https://www.swift.org/blog/swift-configuration-1.0-released/) from last week.
47+
* [Getting started with gRPC Swift](https://www.youtube.com/watch?v=yo-7ipiQwNs) - A deep dive into the Swift package for gRPC, a key building block of performant cloud services.
48+
49+
## Behind the scenes interviews
50+
* [Running Swift in AWS Lambda | Serverless Office Hours](https://www.youtube.com/watch?v=RlG71WUZa7Q) - Sebastien Stormacq answered developer questions and was live coding with Swift on AWS Lambda. Also check out the related [Swift AWS Lambda Runtime package](https://github.com/awslabs/swift-aws-lambda-runtime).
51+
* [Observability in Server Side Swift, with Moritz Lang - Dev Conversations #16](https://www.youtube.com/watch?v=G5QA4XEORuU) - This interview covers all things distributed tracing and Swift OTel.
52+
* [Code-along: Start building with Swift and SwiftUI](https://www.youtube.com/watch?v=XapwQYZwmic) - Originally live streamed, a developer code-along that walks you through building a complete iOS interface using Swift and SwiftUI, followed by a Q&A session to answer developer questions.
53+
54+
## Swift blog highlights
55+
In case you missed it, here are several recent blog posts you'll want to check out:
56+
57+
* [Exploring the Swift SDK for Android](https://www.swift.org/blog/exploring-the-swift-sdk-for-android/) - Common questions about Swift on Android are answered by the Android workgroup, and new Swift 6.3 SDK nightly previews were announced.
58+
* [Temporal Swift SDK introduced](https://www.swift.org/blog/swift-temporal-sdk/) - Temporal has also blogged about [using Swift with Temporal](https://temporal.io/blog/temporal-now-supports-swift).
59+
* 2025 Google Summer of Code contributors had posts featuring work related to several Swift-related projects, everything from [Bringing Swiftly support to VS Code](https://www.swift.org/blog/gsoc-2025-showcase-swiftly-support-in-vscode/), [Extending Swift-Java Interoperability](https://www.swift.org/blog/gsoc-2025-showcase-swift-java/), [Improved code completion for Swift](https://www.swift.org/blog/gsoc-2025-showcase-code-completion/), and [Improved console output for Swift Testing](https://www.swift.org/blog/gsoc-2025-showcase-swift-testing-output/).
60+
61+
## Swift everywhere
62+
As this month's guest contribution shared, Swift continues to expand to new platforms. Here are a few recent examples from the community:
63+
64+
* [Using Swift SDKs with Raspberry Pi](https://xtremekforever.substack.com/p/using-swift-sdks-with-raspberry-pis) - Did you know Swift can run on a Raspberry Pi? This blog post does a deep dive, it's time to open your terminal and follow along!
65+
* [Swift for WASM December 2025 updates](https://forums.swift.org/t/swift-for-wasm-december-2025-updates/83778) - An update on progress related to Swift for WASM. In December the community also had an online meetup including talks.
66+
* [AWS blog post about AWS Lambda runtime](https://aws.amazon.com/blogs/opensource/the-swift-aws-lambda-runtime-moves-to-awslabs/) - The Swift AWS Lambda Runtime moved to the official AWS Labs GitHub organization, delivering a vendor-supported approach to running Swift on AWS Lambda.
67+
* [Swift on a Pebble watch](https://x.com/lucaslovexoxo/status/1987516793372524727) - A fun example of how a developer used Swift's embedded support to build a "hello world" example on a 10-year-old Pebble Time Round watch.
68+
69+
## Swift Evolution
70+
The Swift project adds new language features to the language through the [Swift Evolution process](https://www.swift.org/swift-evolution/). These are some of the proposals currently under discussion or recently accepted for a future Swift release.
71+
72+
**Under Active Review:**
73+
* [SE-0501](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0501-swiftpm-html-coverage-report.md) HTML Coverage Report - This proposal adds HTML coverage report generation to Swift Package Manager's swift test command. Currently, SwiftPM only generates JSON coverage reports, which are useful for automated tools but difficult for developers to read directly. The new `--coverage-format` option would allow generating HTML reports alongside or instead of JSON, enabling visual inspection in CI systems and faster feedback during development.
74+
75+
**Recently completed:**
76+
* [SE-0497](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0497-definition-visibility.md) Controlling function definition visibility in clients - The `@inlinable` attribute in Swift allows function definitions to be visible to callers, enabling optimizations like specialization and inlining. This proposal introduces explicit control over whether a function generates a callable symbol and makes its definition available for optimization purposes.
77+
* [SE-0493](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0493-defer-async.md) Support async calls in defer bodies - Swift's defer statements provide scope-based cleanup but currently cannot perform asynchronous work, forcing developers to either manually insert cleanup on every exit path or spawn detached tasks. This proposal allows await calls within defer bodies when the enclosing context is async, with the defer statements implicitly awaited at scope exit to ensure proper cleanup completion.
78+
79+
*Editor Note: With this update, we’re going to take a break from the blog for the next couple of weeks. Wishing everyone a restful end to 2025!*

0 commit comments

Comments
 (0)