So that was quite the week, wasn’t it? So many interesting things announced at WWDC. Although there were no groundbreaking announcements regarding Swift 6 or the open source projects, but with SwiftUI, iPadOS, Marzipan Catalyst, and more, the one word to sum up WWDC for me was overwhelming. In a good way, though!

Looking forward to the amazing things we’ll all get to do with these announcements next. And if we’re lucky, we might even get to see some of the tools in open source and/or on other platforms… Here’s hoping.

With all of that happening, it has been relatively (read: very) quiet when it comes to proposals, although a few updates to proposals related to the new announcements are underway, so expect updates in two weeks!

Podcasts

In the latest episode of Swift Unwrapped, Jesse and JP talk about Swift Build Systems with Keith Smiley.

In the latest episode of the Swift Community Podcast, Andrew Litteken, Chris Lattner, and Suyash Srijan an introduction to contributing to the Swift Compiler.

News and community

Apple introduced a new framework, SwiftUI, that brings a declarative user interface builder to all Apple platforms. Now to wait for them to open source it! 🤞

Suyash Srijan wrote an article on the language features of Swift that power SwiftUI.

Swift Forums

John McCall pitched a proposal for Function Builders.

It’s always been a goal of Swift to support declarative programming, and the language can be quite good for it, but some kinds of “declaration” fit better into the current language than others. In particular, heterogeneous trees with a lot of hard-coded structure — such as JSON, HTML, and view hierarchies — often feel a bit awkward to express using the ordinary tools of the language. I think we can do better than that, and so I’m proposing a feature to enable a new class of embedded DSL in Swift.

You can read the draft proposal here.

Ted Kremenek also shared an update on the pitch above.

Those of you watching Apple’s WWDC keynote today and introduction of SwiftUI likely observed a new enhancement to the Swift language in the form a Domain Specific Language (DSL) that could be used to build a UI in code.

This is a feature that has not been discussed on Swift evolution. The work on that feature has been very iterative with lots of experimentation. Those of us involved in that work wanted to make sure we had a design we were happy with before taking it back for discussion with the community. Further, while the feature is general purpose, adding it to Swift is easier to motivate and discuss the details with a compelling and concrete use case like SwiftUI.

Speaking on behalf of the Core Team, here are the next steps to discuss and review the feature:

  • The Core Team would like to run a formal review of the feature soon.
  • Before that review, we’d like to use the pitch thread for general discussion and questions about the feature.

While Apple has embraced the approach as part of SwiftUI, the evolution review is intended to have a real and tangible impact on the shape of the feature itself.

Nathan Harris shared a proposal for a NIO-based Redis Driver.

RedisNIO is a module providing general implementations for connecting to a Redis instance and executing commands against it using Redis’ proprietary Redis Seralization Protocol (RESP).

These types are designed to work in a request / response loop, representing individual connections to Redis.

The goal of this library is to provide individual building blocks for working with Redis, while still providing enough mechanisms “out of the box” so users can get started immediately with Redis.

You can read the full proposal here.

Finally

A sequel to the previous “finally”, and some Shakespeare words to live by.