@@ -424,6 +424,8 @@ mixin-preset=buildbot_incremental_base
424
424
# on Foundation, so that is built as well. On OS X, Foundation is built as part
425
425
# of the XCTest Xcode project.
426
426
xctest
427
+ swift-testing
428
+ swift-testing-macros
427
429
428
430
build-swift-stdlib-unittest-extra
429
431
@@ -441,6 +443,8 @@ skip-test-foundation
441
443
release
442
444
assertions
443
445
xctest
446
+ swift-testing
447
+ swift-testing-macros
444
448
test
445
449
446
450
skip-test-cmark
@@ -625,6 +629,8 @@ swiftformat
625
629
swift-driver
626
630
indexstore-db
627
631
sourcekit-lsp
632
+ swift-testing
633
+ swift-testing-macros
628
634
# Failing to build in CI: rdar://78408440
629
635
# swift-inspect
630
636
install-llvm
@@ -635,6 +641,8 @@ install-swiftpm
635
641
install-swiftsyntax
636
642
install-swift-driver
637
643
install-swiftformat
644
+ install-swift-testing
645
+ install-swift-testing-macros
638
646
639
647
# We need to build the unittest extras so we can test
640
648
build-swift-stdlib-unittest-extra
@@ -1123,6 +1131,8 @@ lldb
1123
1131
foundation
1124
1132
swiftpm
1125
1133
swift-driver
1134
+ swift-testing
1135
+ swift-testing-macros
1126
1136
xctest
1127
1137
1128
1138
build-subdir =buildbot_linux
@@ -1136,6 +1146,8 @@ install-foundation
1136
1146
install-swiftpm
1137
1147
install-swift-driver
1138
1148
install-swiftsyntax
1149
+ install-swift-testing
1150
+ install-swift-testing-macros
1139
1151
install-xctest
1140
1152
install-prefix =/usr
1141
1153
swift-install-components =autolink-driver; compiler;clang-builtin-headers;libexec;stdlib;swift-remote-mirror;sdk-overlay;dev
@@ -3014,8 +3026,12 @@ build-subdir=compat_linux
3014
3026
foundation
3015
3027
libdispatch
3016
3028
xctest
3029
+ swift-testing
3030
+ swift-testing-macros
3017
3031
install-foundation
3018
3032
install-libdispatch
3033
+ install-swift-testing
3034
+ install-swift-testing-macros
3019
3035
install-xctest
3020
3036
swift-install-components =autolink-driver; compiler;clang-builtin-headers;stdlib;libexec;swift-remote-mirror;sdk-overlay;license
3021
3037
@@ -3208,6 +3224,8 @@ skip-early-swift-driver
3208
3224
3209
3225
llbuild
3210
3226
xctest
3227
+ swift-testing
3228
+ swift-testing-macros
3211
3229
swiftpm
3212
3230
3213
3231
swift-include-tests =0
@@ -3232,4 +3250,6 @@ install-foundation
3232
3250
install-libdispatch
3233
3251
install-llbuild
3234
3252
install-swiftpm
3253
+ install-swift-testing
3254
+ install-swift-testing-macros
3235
3255
install-xctest
0 commit comments