File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ extension Array where Element == PackageDescription.SwiftSetting {
171
171
. unsafeFlags( [ " -require-explicit-sendable " ] ) ,
172
172
. enableUpcomingFeature( " ExistentialAny " ) ,
173
173
. enableExperimentalFeature( " SuppressedAssociatedTypes " ) ,
174
+ . enableExperimentalFeature( " NonescapableTypes " ) ,
174
175
. enableExperimentalFeature( " LifetimeDependence " ) ,
175
176
176
177
. enableExperimentalFeature( " AccessLevelOnImport " ) ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ add_compile_options(
15
15
add_compile_options (
16
16
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend AccessLevelOnImport>"
17
17
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend SuppressedAssociatedTypes>"
18
+ "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend NonescapableTypes>"
18
19
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend LifetimeDependence>" )
19
20
add_compile_options (
20
21
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-upcoming-feature -Xfrontend ExistentialAny>"
You can’t perform that action at this time.
0 commit comments