Skip to content

Commit 6ed0ce3

Browse files
authored
Don’t disable Swift 6 mode in swift-syntax (#7545)
This shouldn’t be needed anymore with #7504.
1 parent daea522 commit 6ed0ce3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Utilities/bootstrap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,6 @@ def get_swiftpm_env_cmd(args):
747747
env_cmd.append("SWIFTPM_LLBUILD_FWK=1")
748748
env_cmd.append("SWIFTCI_USE_LOCAL_DEPS=1")
749749
env_cmd.append("SWIFTPM_MACOS_DEPLOYMENT_TARGET=%s" % g_macos_deployment_target)
750-
# Disable Swift 6 mode in swift-syntax to work around rdar://126952308
751-
env_cmd.append("SWIFTSYNTAX_DISABLE_SWIFT_6_MODE=1")
752750

753751
if not '-macosx' in args.build_target and args.command == 'install':
754752
env_cmd.append("SWIFTCI_INSTALL_RPATH_OS=%s" % args.platform_path.group(2))

Utilities/build-using-self

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ echo "Current directory is ${PWD}"
2020

2121
CONFIGURATION=debug
2222
export SWIFTCI_IS_SELF_HOSTED=1
23-
# Disable Swift 6 mode in swift-syntax to work around rdar://126952308
24-
export SWIFTSYNTAX_DISABLE_SWIFT_6_MODE=1
2523

2624
set -x
2725

0 commit comments

Comments
 (0)