@@ -31,16 +31,20 @@ func swiftSettings(languageMode: SwiftLanguageMode) -> [SwiftSetting] {
31
31
. enableUpcomingFeature( " ConciseMagicFile " ) ,
32
32
. enableUpcomingFeature( " DeprecateApplicationMain " ) ,
33
33
. enableUpcomingFeature( " DisableOutwardActorInference " ) ,
34
+ //.enableUpcomingFeature("DynamicActorIsolation"),
34
35
. enableUpcomingFeature( " ForwardTrailingClosures " ) ,
36
+ . enableUpcomingFeature( " GlobalActorIsolatedTypesUsability " ) ,
35
37
. enableUpcomingFeature( " GlobalConcurrency " ) ,
36
38
. enableUpcomingFeature( " ImplicitOpenExistentials " ) ,
37
39
. enableUpcomingFeature( " ImportObjcForwardDeclarations " ) ,
38
40
. enableUpcomingFeature( " InferSendableFromCaptures " ) ,
39
41
. enableUpcomingFeature( " IsolatedDefaultValues " ) ,
42
+ . enableUpcomingFeature( " NonfrozenEnumExhaustivity " ) ,
40
43
//.enableUpcomingFeature("RegionBasedIsolation"), // rdar://137809703
41
44
42
45
// Future Swift features
43
46
. enableUpcomingFeature( " ExistentialAny " ) ,
47
+ . enableUpcomingFeature( " MemberImportVisibility " ) ,
44
48
. enableUpcomingFeature( " InternalImportsByDefault " ) ,
45
49
46
50
. swiftLanguageMode( . v5) ,
@@ -51,6 +55,7 @@ func swiftSettings(languageMode: SwiftLanguageMode) -> [SwiftSetting] {
51
55
return [
52
56
// Future Swift features
53
57
. enableUpcomingFeature( " ExistentialAny " ) ,
58
+ . enableUpcomingFeature( " MemberImportVisibility " ) ,
54
59
. enableUpcomingFeature( " InternalImportsByDefault " ) ,
55
60
56
61
. swiftLanguageMode( . v6) ,
0 commit comments