Scott Richmond
Scott Richmond
A review of the SE proposals as of December 19, 2023, yields the following: • Implemented in Swift 5.9.2 o SE-0407: Member Macro Conformances • Implemented in Swift 5.9 o...
This document serves as the de facto language specification and is updated periodically as the language evolves. In the revision history section, changes to this document (_The Swift Programming Language_)...
The attachments have links provided to the SE's. [Language Revision History.pdf](https://github.com/apple/swift-book/files/13910856/Language.Revision.History.pdf)
Perhaps I can suggest an alternative approach that would address both of our perspectives. Rather than include this in _The Swift Programming Language_, get agreement to provide it on the...
Another alternative that wouldn't require any changes to the Swift Evolution pages, would be to simply provide a link for each major releases (5..9, 5.8, 5.7, etc.) identified in the...
Based on what is provided on https://www.swift.org/blog/ , the following is what is currently readily available to link to: For Swift 5.9, see https://www.swift.org/blog/swift-5.9-released/ For Swift 5.8, see https://www.swift.org/blog/swift-5.8-released/ For...
The issue has been updated to include both the current PDF and markdown versions. The review is ongoing and should be completed within a month with the issue updated with...
Also, update the _Getters and Setters_ subsection to include package(set). https://docs.swift.org/swift-book/documentation/the-swift-programming-language/accesscontrol#Getters-and-Setters
An optional semicolon should also be added in the _Grammar of a precedence group_ in the production of _precedence-group-attributes_ between _precedence-group-attribute_ and _precedence-group-attributes_.