Advertisement · 728 × 90

Posts by Dave Lester

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

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

3 days ago 26 6 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)

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

2 months ago 42 7 0 1

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.

2 months ago 94 12 3 0
Preview
What's new in Swift: December 2025 Edition Welcome to the latest digest of news from the Swift project.

Happy New Year, @swift.org crew! So happy to be back, I hope everyone enjoyed some time off.


If you're looking to catch up on Swift news, check out the December digest: www.swift.org/blog/whats-n... and let me know what you think!

3 months ago 17 6 0 0
Preview
GitHub - xtremekforever/swift-stm32c011-examples: A few examples of running Swift on the STM32C0116-DK A few examples of running Swift on the STM32C0116-DK - xtremekforever/swift-stm32c011-examples

Beautiful idiomatic Swift running in 6K RAM and 32K Flash? Fantastic work xtremekforever! github.com/xtremekforev...

4 months ago 7 2 0 0

Excited about this release for the @swift.org and @temporal.io communities.

4 months ago 0 0 0 0
Skip Fuse is now free for Indie Developers! Since the launch of the official Swift SDK for Android on swift.org last month, we have been overwhelmed by a surge of interest in building cross-platform apps using a single shared SwiftUI codebase. ...

Indie developers now have more tools in their toolkit for building with Swift across platforms, thanks to Skip. Exciting to see a Swift community member building a business with the open source Swift SDK for Android. skip.tools/blog/skip-fu... #Android

4 months ago 40 11 1 0
Usability Meets Performance in Swift - Ben Cohen
Usability Meets Performance in Swift - Ben Cohen YouTube video by SwiftServerConf

My talk from Server Side Swift is up! Talking about how languages make the trade-off between easy to write and fast at runtime, and how (shockingly!) I think #Swift strikes the right balance.

www.youtube.com/watch?v=jz3h...

5 months ago 16 5 0 0
Advertisement

Made a little thing that may help you profile your services from within their own process -- no extra privileges or tools required.

5 months ago 10 5 0 0
Screenshot of the output of Swift Profile Recorder, running Hummingbird’s hello example visualized in Speedscope.

Screenshot of the output of Swift Profile Recorder, running Hummingbird’s hello example visualized in Speedscope.

New tooling for profiling performance-critical services with Swift -- introducing the Swift Profile Recorder. More here: www.swift.org/blog/swift-p...

5 months ago 61 17 0 3
Post image

Hello @serversideswift.info! #swiftlang

6 months ago 1 0 0 0
let config = ConfigReader(providers: [
    EnvironmentVariablesProvider(),
    try await JSONProvider(filePath: "/etc/config.json")
])
let httpTimeout = config.int(forKey: "http.timeout", default: 60)
print(httpTimeout) // prints 15

let config = ConfigReader(providers: [ EnvironmentVariablesProvider(), try await JSONProvider(filePath: "/etc/config.json") ]) let httpTimeout = config.int(forKey: "http.timeout", default: 60) print(httpTimeout) // prints 15

Introducing Swift Configuration, a new way to share and manage configuration for Swift. It's a smarter way to keep secrets safe and separate develop/test/prod environments. More here: forums.swift.org/t/introducin...

6 months ago 70 19 0 2
Preview
The Growth of the Swift Server Ecosystem Nearly ten years ago, Swift was open sourced and an official runtime for Linux was released. I’ve been involved with Swift on the server since almost the very beginning, originally picking it up as a ...

Ahead of next week's ServerSide.swift conference in London, organizer and Swift server workgroup member @0xtim.bsky.social looks back at the growth of Swift as a platform for building server apps: www.swift.org/blog/swift-o...

6 months ago 51 19 0 2

Two weeks until @serversideswift.info at the Science Museum in London! Looking forward to joining in-person and connecting with the community. #swiftlang

6 months ago 6 2 0 0
Swift 6.2 Released We’re excited to announce Swift 6.2, a release aimed at making every Swift developer more productive, regardless of where or how you write code. From improved tooling and libraries to enhancements in ...

Swift 6.2 is here, including so much 🆕🥳:
⏩Approachable concurrency
🦺Opt-in strict memory safety
📦WebAssembly support
🏃Faster build perf for macros
🐞Enhanced async debugging
📚Inline stack-based arrays
🚇Subprocess support
🧪Test result attachments
www.swift.org/blog/swift-6...

6 months ago 85 32 0 1

Excited to present at @serversideswift.info this year 🏎️

Last year was a lot of fun, and I can't wait to see y'all in person again 🙏

6 months ago 9 2 1 0
Advertisement
Preview
PaperCall.io - ServerSide.swift 2025 ServerSide.swift is a framework-independent, server-side Swift conference, to bring all of the community toghether to learn and share. The conference is aimed at being a non-profit conference and…

Developing Swift on server? Less than two weeks to submit a talk for @serversideswift.info, a conference taking place October 2/3 in London, UK that @0xTim.bsky.social is organizing once again this year! CFP closes July 10, 2025 23:59 UTC. www.papercall.io/serversidesw... #SwiftLang

9 months ago 14 7 0 0
Preview
[meetup] Swift Server Meetup #5 - Online - June 23rd 📅 Monday, June 23rd, 2025 🕖 7pm CEST (10am PDT / 1pm EDT) 🌐 Online – https://youtube.com/live/0JrLkHgZa-k We’re excited to invite you to the next Swift Server Side Meetup, where Swift takes a…

Join the @swift.org server meetup group online in less than an hour. Talks feature embedded Swift and edge AI forums.swift.org/t/meetup-swi... #swiftlang

9 months ago 1 2 0 0
Post image

#Apple has migrated its global Password Monitoring service from #Java to #Swift!

The result❓

40% increase in throughput and significantly reduced memory usage - freeing up nearly 50% of previously allocated Kubernetes capacity.

Learn more: bit.ly/4mZcs1T

#InfoQ #Performance #SoftwareDevelopment

9 months ago 7 3 0 0
Post image

Ahem... 🆕

9 months ago 165 32 6 10
In comparison with the previous Java service, the updated backend delivers a 40% increase in performance, along with improved scalability, security, and availability.

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

10 months ago 93 26 1 6
Preview
Experimental Drug Tested in Mice Repairs The Eye to Restore Vision Our eyes could potentially be coaxed into a special repair mode above and beyond our natural self-healing abilities, according to a new study, thanks to the delivery of antibodies that trigger nerve c...

“Our eyes could potentially be coaxed into a special repair mode above and beyond our natural self-healing abilities, according to a new study, thanks to the delivery of antibodies that trigger nerve cell regeneration in the retina.”
#scicomm
#neuroskyence

www.sciencealert.com/experimental...
🧪 🧠 👁️

11 months ago 172 46 3 8
Alt-J: NPR Music Tiny Desk Concert
Alt-J: NPR Music Tiny Desk Concert YouTube video by NPR Music

Sunday morning vibe: Alt-J (2012 tiny desk concert) www.youtube.com/watch?v=xKdp...

11 months ago 1 0 0 0
Advertisement

Saw Jake Xerxes Fussell in concert tonight in Novato! Great show.

11 months ago 0 0 0 0
Post image

📰 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!

1 year ago 86 33 0 4
Post image

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

1 year ago 45 12 2 1
Preview
Swift 6.2 Release Process This post describes the release process, and estimated schedule for Swift 6.2. Snapshots of Swift 6.2 Downloadable snapshots of the Swift 6.2 release branch will be posted regularly as part of contin...

Swift 6.2 Release process announced: forums.swift.org/t/swift-6-2-... #swiftlang

1 year ago 4 1 0 0

Thrilled to have rejoined Apple as a Senior Product Manager for Swift!

1 year ago 8 0 0 0
Preview
Announcing the New NixOS Foundation Board Hey Everyone! + Happy Almost 22nd Birthday to Nix 😉 The NixOS Foundation board rotation selection has concluded, and we’re excited to introduce the new board members! This is the first rotation held ...

The new NixOS Foundation Board has been announced discourse.nixos.org/t/announcing... #noxos #opensource

1 year ago 2 0 0 0
Preview
FOSDEM 2025 - Stream K.4.401

Standing room only in the #swiftlang DevRom at #fosdem! Starting at the top of the hour and live streaming online: live.fosdem.org/watch/k4401

1 year ago 0 0 0 0