swiftlang / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.3k stars 1.14k forks source link

[SR-14247] ListFormatter missing #4223

Open swift-ci opened 3 years ago

swift-ci commented 3 years ago
Previous ID SR-14247
Radar rdar://problem/74813886
Original Reporter ogres (JIRA User)
Type Bug
Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 1 | |Component/s | Foundation | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: 9fee6c3f36c88d838500742993902281

Issue Description:

ListFormatter ( https://developer.apple.com/documentation/foundation/listformatter ) was introduced on Darwin in iOS 13.0/macOS 10.15, however it was not added to open-source Foundation and is not mentioned in https://github.com/apple/swift-corelibs-foundation/blob/main/Docs/Status.md

typesanitizer commented 3 years ago

@swift-ci create