File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ add_swift_target_library(swiftDarwin ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES}
7777 INSTALL_IN_COMPONENT sdk-overlay
7878 MACCATALYST_BUILD_FLAVOR "zippered" )
7979
80- if (SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
80+ # TODO(mracek): Disable building Darwin module as embedded pending investigations into a build failure
81+ if (FALSE )
8182 set (SWIFT_ENABLE_REFLECTION OFF )
8283
8384 add_custom_target (embedded-darwin ALL )
Original file line number Diff line number Diff line change 1111// REQUIRES: VENDOR=apple
1212// REQUIRES: OS=macosx
1313
14+ // Temporarily disabled:
15+ // REQUIRES: rdar119283700
16+
1417// BEGIN BridgingHeader.h
1518
1619#include < unistd. h>
Original file line number Diff line number Diff line change 99// REQUIRES: VENDOR=apple
1010// REQUIRES: OS=macosx
1111
12+ // Temporarily disabled:
13+ // REQUIRES: rdar119283700
14+
1215import Darwin
1316
1417@main
You can’t perform that action at this time.
0 commit comments