File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1610,8 +1610,7 @@ function Build-Runtime([Platform]$Platform, $Arch) {
16101610 SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = " YES" ;
16111611 SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = " YES" ;
16121612 SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING = " YES" ;
1613- # FIXME: re-enable after https://github.com/apple/swift/issues/74186 is fixed.
1614- SWIFT_ENABLE_SYNCHRONIZATION = if (($Platform -eq " Android" ) -and ($Arch -eq $AndroidARMv7 )) { " NO" } else { " YES" };
1613+ SWIFT_ENABLE_SYNCHRONIZATION = " YES" ;
16151614 SWIFT_ENABLE_VOLATILE = " YES" ;
16161615 SWIFT_NATIVE_SWIFT_TOOLS_PATH = (Join-Path - Path $CompilersBinaryCache - ChildPath " bin" );
16171616 SWIFT_PATH_TO_LIBDISPATCH_SOURCE = " $SourceCache \swift-corelibs-libdispatch" ;
You can’t perform that action at this time.
0 commit comments