@@ -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
@@ -1134,6 +1142,8 @@ lldb
1134
1142
foundation
1135
1143
swiftpm
1136
1144
swift-driver
1145
+ swift-testing
1146
+ swift-testing-macros
1137
1147
xctest
1138
1148
1139
1149
build-subdir =buildbot_linux
@@ -1147,6 +1157,8 @@ install-foundation
1147
1157
install-swiftpm
1148
1158
install-swift-driver
1149
1159
install-swiftsyntax
1160
+ install-swift-testing
1161
+ install-swift-testing-macros
1150
1162
install-xctest
1151
1163
install-prefix =/usr
1152
1164
swift-install-components =autolink-driver; compiler;clang-builtin-headers;libexec;stdlib;swift-remote-mirror;sdk-overlay;dev
@@ -3030,8 +3042,12 @@ build-subdir=compat_linux
3030
3042
foundation
3031
3043
libdispatch
3032
3044
xctest
3045
+ swift-testing
3046
+ swift-testing-macros
3033
3047
install-foundation
3034
3048
install-libdispatch
3049
+ install-swift-testing
3050
+ install-swift-testing-macros
3035
3051
install-xctest
3036
3052
swift-install-components =autolink-driver; compiler;clang-builtin-headers;stdlib;libexec;swift-remote-mirror;sdk-overlay;license
3037
3053
@@ -3224,6 +3240,8 @@ skip-early-swift-driver
3224
3240
3225
3241
llbuild
3226
3242
xctest
3243
+ swift-testing
3244
+ swift-testing-macros
3227
3245
swiftpm
3228
3246
3229
3247
swift-include-tests =0
@@ -3248,4 +3266,6 @@ install-foundation
3248
3266
install-libdispatch
3249
3267
install-llbuild
3250
3268
install-swiftpm
3269
+ install-swift-testing
3270
+ install-swift-testing-macros
3251
3271
install-xctest
0 commit comments