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) {
1610
1610
SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = " YES" ;
1611
1611
SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = " YES" ;
1612
1612
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" ;
1615
1614
SWIFT_ENABLE_VOLATILE = " YES" ;
1616
1615
SWIFT_NATIVE_SWIFT_TOOLS_PATH = (Join-Path - Path $CompilersBinaryCache - ChildPath " bin" );
1617
1616
SWIFT_PATH_TO_LIBDISPATCH_SOURCE = " $SourceCache \swift-corelibs-libdispatch" ;
You can’t perform that action at this time.
0 commit comments