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 @@ -1593,8 +1593,7 @@ function Build-Runtime([Platform]$Platform, $Arch) {
15931593 SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = " YES" ;
15941594 SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = " YES" ;
15951595 SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING = " YES" ;
1596- # FIXME: re-enable after https://github.com/apple/swift/issues/74186 is fixed.
1597- SWIFT_ENABLE_SYNCHRONIZATION = if (($Platform -eq " Android" ) -and ($Arch -eq $AndroidARMv7 )) { " NO" } else { " YES" };
1596+ SWIFT_ENABLE_SYNCHRONIZATION = " YES" ;
15981597 SWIFT_ENABLE_VOLATILE = " YES" ;
15991598 SWIFT_NATIVE_SWIFT_TOOLS_PATH = (Join-Path - Path $CompilersBinaryCache - ChildPath " bin" );
16001599 SWIFT_PATH_TO_LIBDISPATCH_SOURCE = " $SourceCache \swift-corelibs-libdispatch" ;
You can’t perform that action at this time.
0 commit comments