@@ -254,7 +254,7 @@ SUPPRESSIBLE_LANGUAGE_FEATURE(MemorySafetyAttributes, 458, "@unsafe attribute")
254254LANGUAGE_FEATURE(ValueGenerics, 452 , " Value generics feature (integer generics)" )
255255LANGUAGE_FEATURE(RawIdentifiers, 451 , " Raw identifiers" )
256256LANGUAGE_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" )
258258
259259// Swift 6
260260UPCOMING_FEATURE(ConciseMagicFile, 274 , 6 )
@@ -497,20 +497,11 @@ ADOPTABLE_EXPERIMENTAL_FEATURE(AsyncCallerExecution, false)
497497// / Allow custom availability domains to be defined and referenced.
498498EXPERIMENTAL_FEATURE(CustomAvailability, true )
499499
500- <<<<<<< HEAD
501500// / Allow public enumerations to be extensible by default
502501// / regardless of whether the module they are declared in
503502// / is resilient or not.
504503EXPERIMENTAL_FEATURE(ExtensibleEnums, true )
505504
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 )
514505// / Allow SwiftSettings
515506EXPERIMENTAL_FEATURE(SwiftSettings, false )
516507
0 commit comments