Packaging #Haskell code for easy Swift interoperability: easy thanks to these tips: alt-romes.github.io/posts/2025-0... @haskell.org
10.07.2025 23:24 β π 17 π 5 π¬ 0 π 1@swift.org.bsky.social
Swift is a general-purpose programming language that's fast, modern, safe, and a joy to write. Designed for all, developed in the open.
Packaging #Haskell code for easy Swift interoperability: easy thanks to these tips: alt-romes.github.io/posts/2025-0... @haskell.org
10.07.2025 23:24 β π 17 π 5 π¬ 0 π 1Putting Swift in a box π¦ Tools for containerizing Swift, from a presentation at #OSSummit @linuxfoundation.org www.youtube.com/watch?v=MV0w...
10.07.2025 17:39 β π 21 π 1 π¬ 0 π 1An illustrative screenshot of Swift on Android.
Announcing the Swift on Android Working Group, with the goal of establishing and maintaining Android as an officially supported platform for Swift. More here: forums.swift.org/t/announcing... #Android
25.06.2025 23:13 β π 146 π 31 π¬ 5 π 16# Make sure the container service is started container system start # Pull a local copy of the Swift container image container images pull swift # List all the container images installed locally container images list # Run the Swift container container run -it --name swift-container swift
Now you can use your Mac for developing Linux-based server components with Swift, using the new Swift-based container tools. Learn more and download at: github.com/apple/contai...
10.06.2025 01:41 β π 98 π 13 π¬ 0 π 4More on the new blog redesign here: www.swift.org/blog/redesig... This is just the start: we'll continue to roll out new getting started content and more...
04.06.2025 22:45 β π 54 π 10 π¬ 0 π 0Ahem... π
04.06.2025 18:15 β π 169 π 32 π¬ 6 π 10In comparison with the previous Java service, the updated backend delivers a 40% increase in performance, along with improved scalability, security, and availability.
The story behind the Apple Password Monitoring service, handling multiple billions of requests per day from devices all over the world, which was recently rewritten in Swift: www.swift.org/blog/swift-a...
03.06.2025 00:47 β π 94 π 26 π¬ 1 π 6When Things rebuilt their server backend with Swift, they saw improved code reuse, rock-solid stability, and a fourfold speed boost when processing sync requests @things.app #ServersideSwift culturedcode.com/things/blog/...
21.05.2025 22:03 β π 45 π 5 π¬ 2 π 0Image from https://www.openpolicyagent.org, used under the Apache 2.0 license.
Introducing Swift OPA, which allows you to keep service policies decoupled from service code, giving your security and compliance teams the flexibility they need to manage services built in Swift. @openpolicyagent.bsky.social blog.openpolicyagent.org/introducing-...
16.05.2025 20:11 β π 26 π 6 π¬ 0 π 1As the Swift ecosystem grows, we're adding a steering group to help us all coordinate efforts around package and tool development. More here: forums.swift.org/t/announcing...
14.05.2025 18:32 β π 58 π 12 π¬ 0 π 1An illustrative image of a resort pool with a big screen for Swift code.
We're excited by this year's summer of code projects! β±οΈπ§βπ»They focus on improving Swift tooling and language interoperability, from VSCode to Java interop. Check them out here: forums.swift.org/t/gsoc-2025-... #GSOC25
09.05.2025 17:42 β π 52 π 9 π¬ 1 π 0Majid's blog is full of well-written articles on different aspects of Swift. Here's a quick look at one of the new features in Swift 6.1 for test scoping...
21.04.2025 15:54 β π 20 π 5 π¬ 0 π 0π Join us for Swift Server Side Meetup #04 β April 28th, 2025!
π‘ Infrastructure as Swift by Andrew Barba + Serverless Swift with Hummingbird & DynamoDB by Natan Rolnik
π 10am PT / 18h London / 19h Paris
π www.youtube.com/watc...
#SwiftLang #SwiftOnServer
Swift in the cloud - from the #KubeCon keynote: thenewstack.io/day-2-kubeco...
05.04.2025 22:27 β π 17 π 2 π¬ 0 π 0Here's a new way to build a button in Swift -- a real push button! Fun project with embedded Swift: emorydunn.com/blog/2025/03...
02.04.2025 01:28 β π 32 π 3 π¬ 0 π 1π° Announcing Swift 6.1 π° With ergonomic improvements to concurrency, simpler Objective-C interop, productivity and package improvements: swift.org/blog/swift-6... Install with Xcode 16.3 or the new swiftly version manager!
31.03.2025 21:20 β π 86 π 33 π¬ 0 π 4How do you install Swift swiftly? With Swiftly, of course! Swiftly is the new default installer and version manager for downloading and updating the standalone Swift toolchain -- on macOS and Linux. β©π www.swift.org/blog/introdu...
28.03.2025 20:52 β π 84 π 30 π¬ 2 π 5I tried this today, and now the app I work on professionally has 2,047 fewer lines of code. Feels good!
27.03.2025 21:54 β π 19 π 1 π¬ 0 π 0Spring is here (in the northern hemisphere) πͺΊπ£ -- and what could be a better time for some code tidying? Fortunately Periphery is here to rescue us, building unused code detection on top of swift-syntax. Have you tried it? github.com/peripheryapp...
26.03.2025 23:38 β π 46 π 12 π¬ 2 π 1let fileContents = try ZipArchiveReader.withFile("MyFile.zip") { reader in let directory = try reader.readDirectory() let fileHeader = directory.first { $0.filename == "File.txt"} return try reader.readFile(fileHeader) }
π¦π
Package of the week: swift-zip-archive π
π¦
Compress or uncompress πͺ content in just a couple of lines of code with this package, now supported on Windows and Linux as well as Apple platforms, and Swift 6 support! π swiftpackageindex.com/adam-fowler/...
Students -- how would you like to spend the summer contributing to Swift while working with mentors from the Swift team? Lots of great projects to work on, from improving VSCode integration to compiler development. More at: forums.swift.org/t/gsoc-2025-... #GSOC
01.03.2025 00:37 β π 44 π 16 π¬ 0 π 2An example of using swift-mustache.
π¦π
Package of the week: swift-mustache π
π¦
swift-mustache is a powerful templating engine that enables you to generate content by applying a template to your data. Easy to use and effective anywhere you're generating text or source code. #Mustache swiftpackageindex.com/hummingbird-...
When the lights flash, it's a win! @ryantoken.com starts the week off with a great article on serverless Swift -- connecting his smart light bulbs to a backend running in AWS Lambda: www.ryantoken.com/blog/serverl...
24.02.2025 17:00 β π 40 π 10 π¬ 0 π 2A diagram that shows the various components of the Things backend built in Swift, including Vapor, SwiftNIO, AWS, Redis and Kubernetes.
Learn more about how the team behind Things, an award-winning personal task manager, rewrote their backend in Swift with a threefold reduction in compute costs: www.swift.org/blog/how-swi... @vapor.codes
21.02.2025 18:11 β π 87 π 26 π¬ 0 π 6π from the Swift team, now on Bluesky!
21.02.2025 17:46 β π 574 π 113 π¬ 34 π 20