File tree Expand file tree Collapse file tree 7 files changed +1
-24
lines changed Expand file tree Collapse file tree 7 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -3701,6 +3701,7 @@ bool CompilerInvocation::parseArgs(
37013701 IRGenOpts.DisableLegacyTypeInfo = true ;
37023702 IRGenOpts.ReflectionMetadata = ReflectionMetadataMode::None;
37033703 IRGenOpts.EnableReflectionNames = false ;
3704+ FrontendOpts.DisableBuildingInterface = true ;
37043705 TypeCheckerOpts.SkipFunctionBodies = FunctionBodySkipping::None;
37053706 SILOpts.SkipFunctionBodies = FunctionBodySkipping::None;
37063707 SILOpts.CMOMode = CrossModuleOptimizationMode::Everything;
Original file line number Diff line number Diff line change 99// REQUIRES: optimized_stdlib
1010// REQUIRES: OS=macosx
1111
12- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13- // embedded Swift mode.
14- // XFAIL: OS=macosx
15-
1612import _Concurrency
1713
1814actor Number {
Original file line number Diff line number Diff line change 99// REQUIRES: optimized_stdlib
1010// REQUIRES: OS=macosx
1111
12- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13- // embedded Swift mode.
14- // XFAIL: OS=macosx
15-
1612import _Concurrency
1713
1814func fib( _ n: Int ) -> Int {
Original file line number Diff line number Diff line change 99// REQUIRES: optimized_stdlib
1010// REQUIRES: OS=macosx
1111
12- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13- // embedded Swift mode.
14- // XFAIL: OS=macosx
15-
1612import _Concurrency
1713
1814public func test( ) async -> Int {
Original file line number Diff line number Diff line change 1111// REQUIRES: VENDOR=apple
1212// REQUIRES: OS=macosx
1313
14- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
15- // embedded Swift mode.
16- // XFAIL: OS=macosx
17-
1814// BEGIN BridgingHeader.h
1915
2016#include < unistd. h>
Original file line number Diff line number Diff line change 99// REQUIRES: VENDOR=apple
1010// REQUIRES: OS=macosx
1111
12- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13- // embedded Swift mode.
14- // XFAIL: OS=macosx
15-
1612import Darwin
1713
1814@main
Original file line number Diff line number Diff line change 4747// REQUIRES: optimized_stdlib
4848// REQUIRES: OS=macosx
4949
50- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
51- // embedded Swift mode.
52- // XFAIL: OS=macosx
53-
5450import _Concurrency
5551
5652public func test( ) async -> Int {
You can’t perform that action at this time.
0 commit comments