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.

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

Bild

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

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

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...

Bild

🆕 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/

Bild

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. 🧵

The BridgeJS Playground at https://swiftwasm.org/JavaScriptKit/PlayBridgeJS/