Documentation claims that `String.init(_:radix:)` is "Beta" introduced in Xcode 9, but it was in older versions as well

Originator:BenLeggiero
Number:rdar://33462479 Date Originated:2017-07-21
Status:Open Resolved:
Product:Documentation Product Version:
Classification:Other Bug Reproducible:Always
 
Summary:
https://developer.apple.com/documentation/swift/string/2885001-init?changes=latest_minor

This claims it's beta, introduced in Xcode 9.0+. However, I see it being referenced online in much older posts, like these from SO: 
https://stackoverflow.com/a/39496909/3939277
https://stackoverflow.com/a/26181323/3939277
https://stackoverflow.com/a/28531883/3939277

This means it must've been available before Xcode9/Swift4

Steps to Reproduce:
Visit https://developer.apple.com/documentation/swift/string/2885001-init?changes=latest_minor

Expected Results:
Documentation correctly states when this API was introduced, and its changes

Observed Results:
Documentation claims it's brand new (and in Beta) as of Xcode 9.0+

Version:


Notes:
The parent page also claims this is beta, and lists no older alternatives:

https://developer.apple.com/documentation/swift/string?changes=latest_minor#2891588

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!