VSCode disassembling generated WebAssembly code from a Swift breakpoint.
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
04.03.2026 23:02
π 40
π 9
π¬ 0
π 0
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
03.03.2026 06:09
π 25
π 4
π¬ 0
π 0
BridgeJS landed as an MVP just two weeks ago, and is evolving fast.
Check it out with the interactive playground β paste Swift, and see the generated results live: swiftwasm.org/JavaScriptKi...
Docs here: swiftpackageindex.com/swiftwasm/ja...
03.03.2026 17:27
π 6
π 0
π¬ 0
π 0
Bridging options:
1. Annotate a Swift class or type with @βJS to create bindings for JS/TS code
2. Import an existing JavaScript class or function with @βJSClass or @βJSFunction on the Swift side
3. Or create a bridge-js.d.ts file to export TypeScript APIs to Swift
03.03.2026 17:27
π 3
π 0
π¬ 1
π 0
Left side: Swift types with @βJS annotation.
Right side: fully generated TypeScript interfaces and exports.
You write @βJS. BridgeJS writes everything else.
03.03.2026 17:27
π 3
π 0
π¬ 1
π 0
The BridgeJS Playground at https://swiftwasm.org/JavaScriptKit/PlayBridgeJS/
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. π§΅
03.03.2026 17:27
π 36
π 9
π¬ 1
π 0
Swift 6.2.4: available with swiftly install latest β
Bugs: fixed π¨
Builds: faster β‘οΈ
Closures: smoother π§
Details: here π forums.swift.org/t/announcing...
27.02.2026 21:23
π 28
π 1
π¬ 2
π 0
π 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...
24.02.2026 18:50
π 27
π 7
π¬ 0
π 1
Swift System Metrics visualized in Grafana, demonstrating what's possible with real-time monitoring.
πAnnouncing Swift System Metrics 1.0! π A stable API for process-level monitoring on Linux and macOS. Add it to your service in a few lines, plug into Prometheus or OTel, and start visualizing in Grafana. Contributions welcome! www.swift.org/blog/swift-s...
20.02.2026 22:07
π 47
π 7
π¬ 0
π 0
βAfter 20 years of shipping web applications, I have never seen fewer crashes and bugs make it to production. Performance has also been excellent, especially after moving our templates to Elementary. Our heaviest pages make it to the browser in less than 100ms.β (Nick Sloan, Studioworks)
ποΈNews from Swift: web apps, a new mail stack, 3D printing, embedded Swift updates, and some community events. Read all about it in the latest Swift blog post: www.swift.org/blog/whats-n...
31.01.2026 00:21
π 42
π 7
π¬ 0
π 1
Swift Community Showcase featuring recent projects: Swift Argument Parser alternative, Swift for Yocto embedded Linux, LLM Context Management, GraphQL Generator build plugin, ElementaryUI web framework, Service dependency injection for Swift Concurrency, Algebraic Effects, Iris 2D game engine, monocle CLI for coding agents, Typhoon async retry framework, Alarik S3-compatible storage, and TaylorTorch LibTorch wrapper. Stats: 12+ projects this month, 500+ total community showcases.
π½οΈ Lots of fun projects being showcased on the forums recently. Here are a few recent favorites... Check out forums.swift.org/c/community-... for more!
27.01.2026 23:32
π 30
π 6
π¬ 0
π 0
The @swift.org team is demonstrating a level of consistency that makes me believe they really want to see the Swift programming language thrive outside of the Apple ecosystem.
26.01.2026 22:23
π 94
π 12
π¬ 3
π 0
Announcing the Windows Workgroup
We are excited to announce the creation of the Windows workgroup!
Windows developers, you're invited! πͺ
We just launched a Windows workgroup to make Swift even better on Windows: improving the toolchain, core packages, API bridging, and deployment experiences.
Curious? Interested in contributing? You're welcome here. π swift.org/blog/announcing-windows-workgroup/
26.01.2026 20:52
π 77
π 24
π¬ 3
π 4
Improving the usability of C libraries in Swift
There are many interesting, useful, and fun C libraries in the software ecosystem. While one could go and rewrite these libraries in Swift, usually there is no need, because Swift provides direct inte...
Your favorite C library, now with Swift superpowers. π¦Έ
New post: how to transform C APIs into idiomatic Swift, with enums, automatic reference counting, and argument-labeled methods. Best of all: no header changes needed, thanks to API notes! π₯³ www.swift.org/blog/improvi...
22.01.2026 23:17
π 39
π 9
π¬ 1
π 0
A preview image of the typeset book.
πCheck out this beautiful contribution by
@peterfriese.dev: a typeset PDF of The Swift Programming Language book, our official reference to Swift, produced with Typst. Download and read the PDF here: github.com/peterfriese/...
@typstapp.bsky.social
15.01.2026 16:57
π 72
π 9
π¬ 4
π 2
On Progressive Disclosure in Swift - Doug Gregor - Swift Craft 2025
YouTube video by Swift Craft
"Build a balance bike, not training wheels." Doug Gregor's Swift Craft talk describes Swift's progressive disclosure: start with the simple stuff, reach for the advanced stuff when you need it, and never have to throw out what you've learned.
www.youtube.com/watch?v=opqK...
13.01.2026 17:59
π 18
π 5
π¬ 0
π 0
Swift @ FOSDEM 2026
FOSDEM, the legendary open source gathering in Brussels, is coming soon, and we'd love to see you there! We've got multiple talks on Swift plus a pre-FOSDEM community meetup. Whether you're a longtime attendee or new to the event, come say hi! π swiftlang.github.io/event-fosdem/ #FOSDEM
09.01.2026 19:05
π 32
π 8
π¬ 0
π 0
What's new in Swift: December 2025 Edition
Welcome to the latest digest of news from the Swift project.
ποΈ2025 was a great year for Swift πΎ Thank you all for choosing Swift. We're ending the year with a digest of what's been going on in the project and community recently. ποΈ Read up here: www.swift.org/blog/whats-n...
20.12.2025 01:02
π 35
π 9
π¬ 1
π 0
Exploring the Swift SDK for Android: updates on ongoing progress! www.swift.org/blog/explori...
18.12.2025 23:52
π 46
π 12
π¬ 0
π 1
New in Swift 6.2.3, available both separately and as part of Xcode 26.2: a way to express enums that can add new cases over time without breaking compatibility: github.com/swiftlang/sw...
18.12.2025 22:19
π 33
π 5
π¬ 0
π 1
Swift @ FOSDEM 2026
Planning to attend FOSDEM next year? Here's a guide to some of the Swift talks and connection events that will take place: swiftlang.github.io/event-fosdem/
18.12.2025 03:44
π 25
π 2
π¬ 0
π 1
βοΈ Swift Configuration 1.0 is here! π No more juggling environment variables, config files, and command-line flags separately. One unified, type-safe API to read configuration from any source, and swap providers without refactoring your code. More here... www.swift.org/blog/swift-c...
11.12.2025 22:37
π 71
π 16
π¬ 0
π 1
import Foundation
let calendar = Calendar.current
let openSourceDay = calendar.date(from: DateComponents(year: 2015, month: 12, day: 3))!
let anniversary = calendar.date(byAdding: .year, value: 10, to: openSourceDay)!
if calendar.isDateInToday(anniversary) {
print("10 Years of Swift open source! π")
}
π 10 years of open source Swift! A decade ago today, we opened Swift to the world with a simple blog post: swift.org/blog/welcome
What's grown sinceβthanks to an incredible community of contributorsβhas been extraordinary. Here's to the next ten years. π§‘
04.12.2025 00:08
π 88
π 29
π¬ 1
π 2
Weβre just getting started!
28.11.2025 04:59
π 6
π 0
π¬ 0
π 0
πThis year's Advent of Code promises fun coding challenges for all! And if you haven't tried Swift before, it's a great way to get started. Join the Swift challenge board here: forums.swift.org/t/advent-of-...
#AdventOfCode
26.11.2025 21:13
π 32
π 5
π¬ 0
π 0
βοΈ Swift progress on embedded Swift, for memory-safe, fast code in resource-constrained environments. The latest updates are coming to Swift 6.3, and you can read more here: www.swift.org/blog/embedde... #IoT
17.11.2025 21:29
π 74
π 14
π¬ 0
π 1