File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11// This source file is part of the Swift.org open source project
22//
3- // Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
3+ // Copyright (c) 2014 - 2024 Apple Inc. and the Swift project authors
44// Licensed under Apache License v2.0 with Runtime Library Exception
55//
66// See http://swift.org/LICENSE.txt for license information
@@ -49,6 +49,7 @@ const upcomingFeatureFlags = new Map([
4949 [ 'SE-0286' , 'ForwardTrailingClosures' ] ,
5050 [ 'SE-0335' , 'ExistentialAny' ] ,
5151 [ 'SE-0354' , 'BareSlashRegexLiterals' ] ,
52+ [ 'SE-0383' , 'DeprecateApplicationMain' ] ,
5253 [ 'SE-0384' , 'ImportObjcForwardDeclarations' ] ,
5354 [ 'SE-0401' , 'DisableOutwardActorInference' ] ,
5455 [ 'SE-0409' , 'InternalImportsByDefault' ] ,
You can’t perform that action at this time.
0 commit comments