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

@@ -1,6 +1,7 @@
// RUN: %empty-directory(%t)
// RUN: cp %s %t/main.swift
// RUN: %target-build-swift -Xfrontend -disable-access-control -module-name a %t/main.swift %S/../Inputs/SmallStringTestUtilities.swift -o %t.out -O
// RUN: %target-codesign %t.out
// RUN: %target-run %t.out
// REQUIRES: executable_test