Swift is a general-purpose programming language that's fast, modern, safe, and a joy to write. Designed for all, developed in the open.

Joined May 2014
86 Photos and videos
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: swift.org/blog/migrating-tru…
9
99
772
102,802
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: swift.org/blog/announcing-ne…
6
49
279
18,941
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 swift.org/blog/whats-new-in-…
2
34
215
19,041
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 @kateinoigakukun shares how they built it with Swift and WebAssembly: swift.org/blog/bringing-good…
1
42
246
15,288
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: swift.org/mentorship/
1
22
109
10,203
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/announcin…
1
30
146
11,834
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: swift.org/blog/whats-new-in-…
1
14
83
18,375
🆕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-swift-… @valkey_io #server

18
103
11,306
🆕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.🧑‍💻swift.org/blog/expanding-swi…
6
45
262
16,772
Thanks to @compnerd, we have 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-p…
1
33
258
16,510
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: swift.org/blog/whats-new-in-…
1
29
136
12,468
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: swift.org/blog/swift-6.3-rel… #AndroidDev #iOSDev
17
199
893
154,501
Swift Language retweeted
🚀 Women in Swift Spotlight 👩‍💻 Meet Priyambada Roul (@tarantism_priya) , SDE2 at Cashfree Payments, GSOC 2025 participant for @SwiftLang From backend systems to contributing to the Swift ecosystem. Here’s her journey👇 #WomenInSwift
1
3
14
3,938
🏗️What if your whole stack was built with Swift? TelemetryDeck made it a reality, building an internet-scale, privacy-first analytics backend from the ground up. Read their story: swift.org/blog/building-priv…
5
14
126
11,872
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/schedule/eve… #Wasm
3
27
166
11,546
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. 🧵
7
48
434
53,807
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
1
16
5,097
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/JavaScriptKit/… Docs here: swiftpackageindex.com/swiftw…

1
21
3,783