ICYMI: Memory Safety, Ecosystem Talks, and Java Interoperability at FOSDEM 2025

The Swift community had a strong presence at FOSDEM 2025, the world’s largest independently run open source conference, held every year in Brussels, Belgium. FOSDEM highlighted a range of Swift-related talks related to memory safety, a broad ecosystem around Swift including using it to develop web services and embedded projects, and new areas of the project including Java interoperability.

In case you missed it, here are a few highlights from the event:

Memory Safety in Swift

The main track of the conference featured a talk presented by Doug Gregor on memory safety: “Incremental Memory Safety in an Established Software Stack: Lessons Learned from Swift.”

Slide from a presentation at FOSDEM 2025 titled 'Incremental Memory Safety in an Established Software Stack: Lessons Learned from Swift' by Doug Gregor.

If you’re interested in learning more about Swift’s memory safe features, this talk is a great place to start; it walks through the different dimensions of memory safety in Swift, the language’s safe interoperability with C(++), and reflects on lessons learned for both programming language design and adopting Swift in an established software codebase.

To learn more about memory in safety in Swift, see the Swift documentation page on memory safety,as well as a features vision document on memory safety.

Swift DevRoom

FOSDEM is primarily organized into DevRooms, volunteer-organized conference tracks around technical communities and topics. This year Swift celebrated its inaugural DevRoom organized by a local community member, Steven Van Impe, with contributions from a large group of volunteers including proposal reviewers, speakers, and day-of-operations support.

Swift’s first Swift DevRoom was a hit! 🎉 The room was packed with 12 talks, covering a wide range of topics and demos from the Swift ecosystem: talks related to running Swift on Linux, to showcasing various IDEs like VS Code, and a whole hour dedicated to embedded content. A few talks to highlight from the event:

Check out the complete lineup to learn more!

Java Interoperability

In the Free Java DevRoom, Konrad ‘ktoso’ Malawski presented on Java interoperability in Swift: “Foreign Function and Memory APIs and Swift/Java interoperability.“

Slide from a presentation at FOSDEM 2025 titled 'Foreign Function and Memory APIs and Swift/Java interoperability' by Konrad 'ktoso' Malawski

Konrad’s talk was a technical deep dive into the Java interoperability effort that launched at the 2024, demonstrating the bridges and bindings needed to integrate systems written in these Swift and Java while still maintaining great performance. Catch up on this talk to see how you can leverage existing libraries without complete rewrites.

Work in early development has been released on GitHub for feedback and contributions, and your feedback is welcome on the forums.