Support Xcode 13 beta

* Updating availability versions
* Remove all remaining overlays in stdlib/public/Darwin/*:
   - ObjectiveC
   - Dispatch
   - CoreFoundation
   - CoreGraphics
   - Foundation
This commit is contained in:
Mishal Shah
2021-06-07 12:04:31 -07:00
parent 9b963b7c46
commit 23c3b15f5f
176 changed files with 234 additions and 46704 deletions

View File

@@ -8,7 +8,7 @@
import Foundation
if #available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *) {
if #available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *) {
// This tests behavior that was fixed in
// https://github.com/apple/swift/pull/36355