You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Xcode version is read from the last entry of swift_releases.yml.
Multiple Xcode versions can ship with the same Swift version, so
the Xcode version displayed can be out of date.
The exact Xcode version is not very important to display on the page.
So, instead of creating and maintaining an Xcode version data file,
the text changes to say 'current version'.
Since the user will clicking through to the Mac App Store, they will
see the correct version number on the app page in the store.
This fixesswiftlang#493.
* Use 'current version' instead of specific Xcode version
The Xcode version is read from the last entry of swift_releases.yml.
Multiple Xcode versions can ship with the same Swift version, so
the Xcode version displayed can be out of date.
The exact Xcode version is not very important to display on the page.
So, instead of creating and maintaining an Xcode version data file,
the text changes to say 'current version'.
Since the user will clicking through to the Mac App Store, they will
see the correct version number on the app page in the store.
This fixes#493.
From feedback on the top navigation changes on the forums: https://forums.swift.org/t/navigation-improvements-to-swift-org/69586/6
The install page at https://www.swift.org/install/ has the text:
"Download Xcode 15.1 which contains the latest Swift release."
But Xcode 15.2 has been released.
It probably isn't necessary to refer to the exact version of Xcode on the page, since the link to the Mac App Store will note the current version.
Would probably make sense to reword to something like:
"Download the current version of Xcode which contains the latest Swift release."
The text was updated successfully, but these errors were encountered: