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(
3701
3701
IRGenOpts.DisableLegacyTypeInfo = true ;
3702
3702
IRGenOpts.ReflectionMetadata = ReflectionMetadataMode::None;
3703
3703
IRGenOpts.EnableReflectionNames = false ;
3704
+ FrontendOpts.DisableBuildingInterface = true ;
3704
3705
TypeCheckerOpts.SkipFunctionBodies = FunctionBodySkipping::None;
3705
3706
SILOpts.SkipFunctionBodies = FunctionBodySkipping::None;
3706
3707
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