[SE-0470] Enable isolated conformances by default

The IsolatedConformances feature moves to a normal, supported feature.
Remove all of the experimental-feature flags on test cases and such.

The InferIsolatedConformances feature moves to an upcoming feature for
Swift 7. This should become an adoptable feature, adding "nonisolated"
where needed.

(cherry picked from commit 3380331e7e)
This commit is contained in:
Doug Gregor
2025-04-09 16:06:14 -07:00
parent 69758f6213
commit 5e29333d6b
19 changed files with 70 additions and 68 deletions

View File

@@ -1,6 +1,5 @@
// RUN: %target-swift-frontend -typecheck -swift-version 6 -enable-library-evolution -module-name isolated_conformance -enable-experimental-feature IsolatedConformances -emit-module-interface-path - %s | %FileCheck %s
// RUN: %target-swift-frontend -typecheck -swift-version 6 -enable-library-evolution -module-name isolated_conformance -emit-module-interface-path - %s | %FileCheck %s
// REQUIRES: swift_feature_IsolatedConformances
// REQUIRES: concurrency
public protocol MyProtocol {