At last: a unified home for Swift documentation, pulling together the language reference, core libraries and tooling, and platform specifics into a single central home, no matter what you're building! Check it out and give us feedback: docs.swift.org
Swift Language
@swift.org
Swift is a general-purpose programming language that's fast, modern, safe, and a joy to write. Designed for all, developed in the open.
Circleback didn't port an app to Swift, instead using it as a portable systems layer that provides the connective tissue between an Electron UI and some underlying platform dependencies (ScreenCaptureKit on macOS, libobs on Windows). Interesting approach: circleback.ai/blog/how-we-...
How we rebuilt our Electron recording engine in Swift - Circleback
How we moved our Electron app's recording engine from the render process to native Swift, bridging ScreenCaptureKit and libobs to React with a Combine-to-Jotai tool.
circleback.ai
Embedded Swift is a subset of Swift built for tiny, constrained hardware, with far smaller binaries while keeping the language you already know. Swift 6.4 brings it closer to full Swift than ever, supporting "any" types, untyped throws, and metatypes. www.swift.org/blog/embedde...
Embedded Swift Improvements Coming in Swift 6.4
Embedded Swift is a subset of Swift that’s designed for low resource usage, making it capable of running on constrained environments like microcontrollers. Using a special compilation mode, Embedded S...
swift.org
What's the difference between a package index and a package registry? One helps you discover packages, the other hosts and serves them. 📦 A new post explains how they fit together. Read more: swiftpackageindex.com/blog/what-is...
What is a package registry? on the Swift Package Index Blog – Swift Package Index
SwiftPM tooling has three main components – SwiftPM resolves dependencies for the compiler, a package index helps you discover packages, and a package registry hosts and serves verified, immutable so…
swiftpackageindex.com
A busy summer for Swift continues. ☀️ In July: • Task Stealers land in Swift Concurrency’s runtime. • SwiftPM gets a package registry reference implementation. • A talk about explicit ownership at PLDI 2026. Read more: www.swift.org/blog/whats-n...
What's new in Swift: July 2026 Edition
Welcome to “What’s new in Swift,” a curated digest of releases, videos, and discussions in the Swift project and community.
swift.org
June was a big month for Swift: previews of Swift 6.4, Swift Package Index joining Apple, and a community project that brought Swift to a 1977 Apple II. Read more in our latest digest: www.swift.org/blog/whats-n...
What's new in Swift: June 2026 Edition
Welcome to “What’s new in Swift,” a curated digest of releases, videos, and discussions in the Swift project and community.
swift.org
Swift 6.3.3 is out now! 🔩 This maintenance release improves stability in the Swift REPL, concurrency, and key paths. More here: forums.swift.org/t/announcing...
Announcing Swift 6.3.3
We are happy to announce the release of Swift 6.3.3. Install Swift Toolchain Install via Swiftly swiftly install 6.3.3 or swiftly install latest Download toolchain directly from Install Swift | Sw...
forums.swift.org
Swift Package Index has become an essential part of the Swift ecosystem, and joining Apple strengthens it as it continues its mission. Learn more: swift.org/blog/swift-p...
Swift Package Index Update
Since its launch, Swift Package Index has become an essential part of the Swift ecosystem, helping developers discover quality packages, evaluate compatibility, and make informed decisions about depen...
swift.org
Memory-safe. 13% faster on average. ⚡️ The TrueType hinting interpreter in macOS and iOS has been rewritten in Swift, replacing the original C implementation. Pixel-perfect accuracy was validated across 27 million glyphs. And the results: www.swift.org/blog/migrati...
A unified networking stack for Swift, layered from low-level I/O primitives, through common protocols, to a modern HTTP client and server API. ⚙️ That's what the new Networking workgroup is building. Interested in contributing? Join us: www.swift.org/blog/announc...
Announcing the Networking Workgroup
The Swift Ecosystem Steering Group is excited to announce the creation of the Networking workgroup! Workgroups are community-led efforts, formally recognized by the project, to advance key areas of Sw...
swift.org
Training an LLM with Swift, with optimization techniques to match or exceed C performance. 🏎️ Plus Wasm updates, recently active Swift Evolution proposals, and a talk about the Temporal Swift SDK, in the latest edition of What’s New in Swift www.swift.org/blog/whats-n...
What's new in Swift: May 2026 Edition
Welcome to “What’s new in Swift,” a curated digest of releases, videos, and discussions in the Swift project and community.
swift.org
Need dynamic configuration for Swift services running on Kubernetes? Swift Configuration supports hot reloading, watching specific values, and more. Learn more on the CNCF blog: www.cncf.io/blog/2026/06...
Dynamic configuration for cloud native Swift services
Modern Swift services increasingly run alongside the same cloud native infrastructure stacks that power much of today’s Kubernetes ecosystem — including ConfigMaps, containerized workloads…
cncf.io
When you draw a stroke in Goodnotes on the web, you get the exact same curves and ink flow as on iPad, because it’s literally the same Swift code running on both. ✍️ Goodnotes engineer Yuta Saito shares how they built it with Swift and WebAssembly: www.swift.org/blog/bringin...
Want to give back to the Swift community, or level up your open source skills? The 2026 Swift Mentorship Program is open! 🤝 Mentor others, or contribute to ANY Swift open source project as a mentee. Mentor surveys are due June 1! Learn more: www.swift.org/mentorship/
Swift.org
Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.
swift.org
Swift 6.3.2 is available! 🛠️ This maintenance release includes updates to Swift Package Manager and Swift Build, making it easier to load package resources on background threads. More here: forums.swift.org/t/announcing...
Announcing Swift 6.3.2
We are happy to announce the release of Swift 6.3.2. Install Swift Toolchain Install via Swiftly swiftly install 6.3.2 or swiftly install latest Download toolchain directly from Install Swift | Sw...
forums.swift.org
Inside the latest ‘What’s new in Swift’ digest: two talks on Embedded Swift, a guest contribution highlighting a Swift client for Valkey, new packages, and more: www.swift.org/blog/whats-n...
What's new in Swift: April 2026 Edition
Welcome to “What’s new in Swift,” a curated digest of releases, videos, and discussions in the Swift project and community.
swift.org
🆕Looking to add a fast, scalable, resilient, in-memory key-value store to your Swift project? Valkey just shipped a production-quality Swift client today: valkey.io/blog/valkey-... @valkeyio.bsky.social #server
Valkey: Valkey-swift - Announcing 1.0 Release
We are excited to announce the 1.0 release of valkey-swift, a client library for Valkey written in Swift.
valkey.io
Announcing Swift 6.3.1, a maintenance release with reliability improvements. More details in the forum post here: forums.swift.org/t/announcing...
Announcing Swift 6.3.1
We are happy to announce the release of Swift 6.3.1. Install Swift Toolchain Install via Swiftly swiftly install 6.3.1 or swiftly install latest Download toolchain directly from Install Swift | Sw...
forums.swift.org
☕️ New update to the Swift Java interop tooling, with plentiful improvements for use in both server and Android scenarios: github.com/swiftlang/sw... #java
github.com
🆕 The Swift extension is now live on the Open VSX Registry, enabling first-class Swift support in Cursor, VSCodium, AWS Kiro, and Google Antigravity. That means code completion, refactoring, debugging, testing, and DocC support, wherever you code.🧑💻https://swift.org/blog/expanding-swift-ide-support/
Thanks to Swift community member Saleem for creating a new Swift XML parser! 🌿 Xylem is pure Swift, zero dependencies, covering SAX, DOM, and XPath 1.0. This is the kind of infrastructure work that helps Swift thrive everywhere! 🎉 forums.swift.org/t/xylem-a-pu...
Your digest of everything new in Swift has just landed! Read up on the latest release, community projects, evolution proposals, and videos from across the ecosystem: www.swift.org/blog/whats-n...
What's new in Swift: March 2026 Edition
Welcome to “What’s new in Swift,” a curated digest of releases, videos, and discussions in the Swift project and community.
swift.org
Swift 6.3 has landed! 🚀 This release brings community-driven Android support into the official toolchain, along with major improvements to C interoperability, the build system, and embedded Swift. Read more: www.swift.org/blog/swift-6... #AndroidDev #iOSDev
🏗️What if your whole stack was built with Swift? @telemetrydeck.com made it a reality, building an internet-scale, privacy-first analytics backend from the ground up. Read their story: www.swift.org/blog/buildin...
Great language support means nothing without great tooling. Watch Jonas Devlieghere show how LLDB brings first-class debugging to Swift on WebAssembly. fosdem.org/2026/schedul... #Wasm #FOSDEM
Adding to that, here's a small wrap-up post about the pre #fosdem Swift Community Event, including the long awaited group pic! :-) forums.swift.org/t/wrapping-u... Thank you everyone for joining us! #swiftlang
Lots of great things happening with Swift: here’s the latest edition of our news digest: www.swift.org/blog/whats-n...
Swift/JS interop used to mean "JSObject", "JSValue", and runtime surprises. BridgeJS changes that: annotate your Swift, get typed glue code in both directions. Compile-time safe. Zero manual boilerplate. 🧵
Lots of great things happening with Swift: here’s the latest edition of our news digest: www.swift.org/blog/whats-n...
What's new in Swift: February 2026 Edition
Welcome to this edition of “What’s New in Swift,” where we share interesting projects and updates in the Swift community that deserve visibility to a broader audience.
swift.org
Swift 6.2.4: available with swiftly install latest ✅ Bugs: fixed 🔨 Builds: faster ⚡️ Closures: smoother 🧈 Details: here 🔗 forums.swift.org/t/announcing...
🚀 New libraries for @GraphQL on Vapor and Hummingbird dropped! Expose GraphQL APIs with just one line of code: routeBuilder.graphql(schema: schema) { ... } ✅ Full spec compliance ✅ WebSocket subscriptions ✅ Built-in GraphiQL IDE Check them out 👇 forums.swift.org/t/introducin...
forums.swift.org