Is there a page showing the revision history of Swift? What's in 6.1, 6.0, 5.10......
I can't seem to find it. There is a website swiftversion.net that tries to do this but I was wondering if there is a single list of changes in swift.org.
You might start by looking at the CHANGELOG.md in the Swift sources:
3 Likes
And for the history of the generics features specifically, see the index entry for “Swift” in the back of https://download.swift.org/docs/assets/generics.pdf
4 Likes