swiftlang (Top weekly)
- What's new in Swift 6.2? A whole ton of stuff – raw identifiers, Collection conformances for enumerated(), method key paths, backtracing, weak let, Observations, InlineArray, and of course a big batch of concurrency changes too. Want to see it all in action? www.hackingwithswift.com/articles/277...
- [Not loaded yet]
- I started a YouTube channel! In my first video, I show how we can use FormatStyle directly inside SwiftUI Text views to format interpolated values like arrays of strings, measurements, and dates, and how to display dynamic dates using Text.DateStyle. #SwiftUI #iOSDev youtu.be/pKWHyWksxF0
- 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
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- The video of my @bobkonf.bsky.social talk on “Functional data structures in Swift” and Swift’s copy-on-write (CoW) structures is now available: media.ccc.de/v/bob11-2025...
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- [Not loaded yet]
- SwiftUI 🤝 MTKView update #4 (code in the replies) Added this Signed Distance Function drawing example and got quite carried away. It is mesmerizing how many cool, morphing patterns you can create by applying simple math to a 2D SDF primitive