@@ -254,7 +254,7 @@ SUPPRESSIBLE_LANGUAGE_FEATURE(MemorySafetyAttributes, 458, "@unsafe attribute")
254
254
LANGUAGE_FEATURE(ValueGenerics, 452 , " Value generics feature (integer generics)" )
255
255
LANGUAGE_FEATURE(RawIdentifiers, 451 , " Raw identifiers" )
256
256
LANGUAGE_FEATURE(SendableCompletionHandlers, 463 , " Objective-C completion handler parameters are imported as @Sendable" )
257
- LANGUAGE_FEATURE(IsolatedConformances, 407 , " Global-actor isolated conformances" )
257
+ LANGUAGE_FEATURE(IsolatedConformances, 470 , " Global-actor isolated conformances" )
258
258
259
259
// Swift 6
260
260
UPCOMING_FEATURE(ConciseMagicFile, 274 , 6 )
@@ -497,20 +497,11 @@ ADOPTABLE_EXPERIMENTAL_FEATURE(AsyncCallerExecution, false)
497
497
// / Allow custom availability domains to be defined and referenced.
498
498
EXPERIMENTAL_FEATURE(CustomAvailability, true )
499
499
500
- <<<<<<< HEAD
501
500
// / Allow public enumerations to be extensible by default
502
501
// / regardless of whether the module they are declared in
503
502
// / is resilient or not.
504
503
EXPERIMENTAL_FEATURE(ExtensibleEnums, true )
505
504
506
- // / Allow isolated conformances.
507
- EXPERIMENTAL_FEATURE(IsolatedConformances, true )
508
-
509
- // / Infer conformance isolation on global-actor-conforming types.
510
- EXPERIMENTAL_FEATURE(InferIsolatedConformances, true )
511
-
512
- =======
513
- >>>>>>> 3380331e7eb ([SE-0470 ] Enable isolated conformances by default )
514
505
// / Allow SwiftSettings
515
506
EXPERIMENTAL_FEATURE(SwiftSettings, false )
516
507
0 commit comments