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 @@ -3704,6 +3704,7 @@ bool CompilerInvocation::parseArgs(
3704
3704
IRGenOpts.DisableLegacyTypeInfo = true ;
3705
3705
IRGenOpts.ReflectionMetadata = ReflectionMetadataMode::None;
3706
3706
IRGenOpts.EnableReflectionNames = false ;
3707
+ FrontendOpts.DisableBuildingInterface = true ;
3707
3708
TypeCheckerOpts.SkipFunctionBodies = FunctionBodySkipping::None;
3708
3709
SILOpts.SkipFunctionBodies = FunctionBodySkipping::None;
3709
3710
SILOpts.CMOMode = CrossModuleOptimizationMode::Everything;
Original file line number Diff line number Diff line change 9
9
// REQUIRES: optimized_stdlib
10
10
// REQUIRES: OS=macosx
11
11
12
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13
- // embedded Swift mode.
14
- // XFAIL: OS=macosx
15
-
16
12
import _Concurrency
17
13
18
14
actor Number {
Original file line number Diff line number Diff line change 9
9
// REQUIRES: optimized_stdlib
10
10
// REQUIRES: OS=macosx
11
11
12
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13
- // embedded Swift mode.
14
- // XFAIL: OS=macosx
15
-
16
12
import _Concurrency
17
13
18
14
func fib( _ n: Int ) -> Int {
Original file line number Diff line number Diff line change 9
9
// REQUIRES: optimized_stdlib
10
10
// REQUIRES: OS=macosx
11
11
12
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13
- // embedded Swift mode.
14
- // XFAIL: OS=macosx
15
-
16
12
import _Concurrency
17
13
18
14
public func test( ) async -> Int {
Original file line number Diff line number Diff line change 11
11
// REQUIRES: VENDOR=apple
12
12
// REQUIRES: OS=macosx
13
13
14
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
15
- // embedded Swift mode.
16
- // XFAIL: OS=macosx
17
-
18
14
// BEGIN BridgingHeader.h
19
15
20
16
#include < unistd. h>
Original file line number Diff line number Diff line change 9
9
// REQUIRES: VENDOR=apple
10
10
// REQUIRES: OS=macosx
11
11
12
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13
- // embedded Swift mode.
14
- // XFAIL: OS=macosx
15
-
16
12
import Darwin
17
13
18
14
@main
Original file line number Diff line number Diff line change 47
47
// REQUIRES: optimized_stdlib
48
48
// REQUIRES: OS=macosx
49
49
50
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
51
- // embedded Swift mode.
52
- // XFAIL: OS=macosx
53
-
54
50
import _Concurrency
55
51
56
52
public func test( ) async -> Int {
You can’t perform that action at this time.
0 commit comments