From 636cf7ff58be751f25c2d048bc822dca17a6fb90 Mon Sep 17 00:00:00 2001 From: Ben Rimmington Date: Sun, 21 Jan 2024 23:44:17 +0000 Subject: [PATCH] Update swift-evolution.js Add upcoming feature flag for SE-0383 --- assets/javascripts/swift-evolution.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/javascripts/swift-evolution.js b/assets/javascripts/swift-evolution.js index 338085d95..3c3e66f0e 100644 --- a/assets/javascripts/swift-evolution.js +++ b/assets/javascripts/swift-evolution.js @@ -1,6 +1,6 @@ // This source file is part of the Swift.org open source project // -// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors +// Copyright (c) 2014 - 2024 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See http://swift.org/LICENSE.txt for license information @@ -49,6 +49,7 @@ const upcomingFeatureFlags = new Map([ ['SE-0286', 'ForwardTrailingClosures'], ['SE-0335', 'ExistentialAny'], ['SE-0354', 'BareSlashRegexLiterals'], + ['SE-0383', 'DeprecateApplicationMain'], ['SE-0384', 'ImportObjcForwardDeclarations'], ['SE-0401', 'DisableOutwardActorInference'], ['SE-0409', 'InternalImportsByDefault'],