@@ -431,6 +431,7 @@ final class IncrementalCompilationTests: XCTestCase {
431
431
// Leave off the part after the colon because it varies on Linux:
432
432
// MacOS: The operation could not be completed. (TSCBasic.FileSystemError error 3.).
433
433
// Linux: The operation couldn’t be completed. (TSCBasic.FileSystemError error 3.)
434
+ " Disabling incremental cross-module building " ,
434
435
" Incremental compilation: Incremental compilation could not read build record at " ,
435
436
" Incremental compilation: Disabling incremental build: could not read build record " ,
436
437
" Found 2 batchable jobs " ,
@@ -450,6 +451,7 @@ final class IncrementalCompilationTests: XCTestCase {
450
451
" no-change " ,
451
452
checkDiagnostics: checkDiagnostics,
452
453
expectingRemarks: [
454
+ " Disabling incremental cross-module building " ,
453
455
" Incremental compilation: May skip current input: {compile: main.o <= main.swift} " ,
454
456
" Incremental compilation: May skip current input: {compile: other.o <= other.swift} " ,
455
457
" Incremental compilation: Skipping input: {compile: main.o <= main.swift} " ,
@@ -465,6 +467,7 @@ final class IncrementalCompilationTests: XCTestCase {
465
467
" non-propagating " ,
466
468
checkDiagnostics: checkDiagnostics,
467
469
expectingRemarks: [
470
+ " Disabling incremental cross-module building " ,
468
471
" Incremental compilation: May skip current input: {compile: main.o <= main.swift} " ,
469
472
" Incremental compilation: Scheduing changed input {compile: other.o <= other.swift} " ,
470
473
" Incremental compilation: Queuing (initial): {compile: other.o <= other.swift} " ,
@@ -489,6 +492,7 @@ final class IncrementalCompilationTests: XCTestCase {
489
492
" non-propagating, both touched " ,
490
493
checkDiagnostics: checkDiagnostics,
491
494
expectingRemarks: [
495
+ " Disabling incremental cross-module building " ,
492
496
" Incremental compilation: Scheduing changed input {compile: main.o <= main.swift} " ,
493
497
" Incremental compilation: Scheduing changed input {compile: other.o <= other.swift} " ,
494
498
" Incremental compilation: Queuing (initial): {compile: main.o <= main.swift} " ,
@@ -514,6 +518,7 @@ final class IncrementalCompilationTests: XCTestCase {
514
518
" propagating into 2nd wave " ,
515
519
checkDiagnostics: checkDiagnostics,
516
520
expectingRemarks: [
521
+ " Disabling incremental cross-module building " ,
517
522
" Incremental compilation: Scheduing changed input {compile: main.o <= main.swift} " ,
518
523
" Incremental compilation: May skip current input: {compile: other.o <= other.swift} " ,
519
524
" Incremental compilation: Queuing (initial): {compile: main.o <= main.swift} " ,
@@ -548,6 +553,7 @@ final class IncrementalCompilationTests: XCTestCase {
548
553
checkDiagnostics: checkDiagnostics,
549
554
extraArguments: [ extraArgument] ,
550
555
expectingRemarks: [
556
+ " Disabling incremental cross-module building " ,
551
557
" Incremental compilation: May skip current input: {compile: other.o <= other.swift} " ,
552
558
" Incremental compilation: Queuing (initial): {compile: main.o <= main.swift} " ,
553
559
" Incremental compilation: scheduling dependents of main.swift; -driver-always-rebuild-dependents " ,
0 commit comments