@@ -396,6 +396,7 @@ install-llbuild
396
396
install-swiftpm
397
397
install-swift-driver
398
398
install-swiftsyntax
399
+ install-swiftformat
399
400
400
401
[preset: buildbot_incremental,tools=RA,stdlib=RA,apple_silicon]
401
402
mixin-preset =buildbot_incremental,tools =RA,stdlib =RA
@@ -603,6 +604,7 @@ install-llbuild
603
604
install-swiftpm
604
605
install-swiftsyntax
605
606
install-swift-driver
607
+ install-swiftformat
606
608
607
609
# We need to build the unittest extras so we can test
608
610
build-swift-stdlib-unittest-extra
@@ -872,6 +874,7 @@ lldb-test-swift-only
872
874
873
875
install-foundation
874
876
install-libdispatch
877
+ install-swiftformat
875
878
reconfigure
876
879
877
880
# gcc version on amazon linux 2 is too old to configure and build tablegen.
@@ -1039,6 +1042,7 @@ lit-args=-v
1039
1042
1040
1043
install-foundation
1041
1044
install-libdispatch
1045
+ install-swiftformat
1042
1046
reconfigure
1043
1047
test-optimized
1044
1048
@@ -1148,6 +1152,7 @@ install-swiftsyntax
1148
1152
install-foundation
1149
1153
install-libdispatch
1150
1154
install-xctest
1155
+ install-swiftformat
1151
1156
1152
1157
[preset: buildbot_incremental_linux,long_test]
1153
1158
mixin-preset =buildbot_incremental_linux
@@ -1625,6 +1630,7 @@ install-swiftpm
1625
1630
install-swift-driver
1626
1631
install-swiftsyntax
1627
1632
install-swiftdocc
1633
+ install-swiftformat
1628
1634
1629
1635
# Build the stress tester
1630
1636
skstresstester
@@ -1776,6 +1782,8 @@ assertions
1776
1782
1777
1783
# Downstream projects that import llbuild+SwiftPM.
1778
1784
sourcekit-lsp
1785
+ swiftformat
1786
+ install-swiftformat
1779
1787
1780
1788
toolchain-benchmarks
1781
1789
skip-test-toolchain-benchmarks
@@ -1795,6 +1803,8 @@ assertions
1795
1803
1796
1804
# Downstream projects that import llbuild+SwiftPM.
1797
1805
sourcekit-lsp
1806
+ swiftformat
1807
+ install-swiftformat
1798
1808
1799
1809
toolchain-benchmarks
1800
1810
skip-test-toolchain-benchmarks
@@ -1816,6 +1826,8 @@ assertions
1816
1826
1817
1827
# Downstream projects that import llbuild+SwiftPM.
1818
1828
sourcekit-lsp
1829
+ swiftformat
1830
+ install-swiftformat
1819
1831
1820
1832
# ===------------------------------------------------------------------------===#
1821
1833
# Test llbuild on Linux builder
@@ -1830,6 +1842,8 @@ assertions
1830
1842
1831
1843
# Downstream projects that import llbuild+SwiftPM.
1832
1844
sourcekit-lsp
1845
+ swiftformat
1846
+ install-swiftformat
1833
1847
1834
1848
# ===------------------------------------------------------------------------===#
1835
1849
# Test Swift Driver (new)
@@ -1863,6 +1877,7 @@ swiftsyntax-lint
1863
1877
swiftformat
1864
1878
skstresstester
1865
1879
sourcekit-lsp
1880
+ install-swiftformat
1866
1881
skip-test-swift =false
1867
1882
1868
1883
[preset: buildbot_swiftsyntax_linux]
@@ -1874,6 +1889,7 @@ swiftsyntax-enable-rawsyntax-validation
1874
1889
swiftsyntax-enable-test-fuzzing
1875
1890
sourcekit-lsp
1876
1891
swiftformat
1892
+ install-swiftformat
1877
1893
1878
1894
# ===------------------------------------------------------------------------===#
1879
1895
# Test Swift Format
@@ -1885,6 +1901,7 @@ release
1885
1901
assertions
1886
1902
swiftsyntax
1887
1903
swiftformat
1904
+ install-swiftformat
1888
1905
swiftsyntax-lint
1889
1906
sourcekit-lsp-lint
1890
1907
@@ -1917,13 +1934,16 @@ release
1917
1934
assertions
1918
1935
sourcekit-lsp
1919
1936
swiftformat
1937
+ install-swiftformat
1920
1938
sourcekit-lsp-lint
1921
1939
1922
1940
[preset: buildbot_sourcekitlsp_linux,no_sanitize]
1923
1941
mixin-preset =mixin_swiftpm_package_linux_platform
1924
1942
release
1925
1943
assertions
1926
1944
sourcekit-lsp
1945
+ swiftformat
1946
+ install-swiftformat
1927
1947
1928
1948
[preset: buildbot_sourcekitlsp_macos,sanitize]
1929
1949
mixin-preset =buildbot_sourcekitlsp_macos,no_sanitize
@@ -1951,13 +1971,17 @@ release
1951
1971
assertions
1952
1972
indexstore-db
1953
1973
sourcekit-lsp
1974
+ swiftformat
1975
+ install-swiftformat
1954
1976
1955
1977
[preset: buildbot_indexstoredb_linux,no_sanitize]
1956
1978
mixin-preset =mixin_swiftpm_package_linux_platform
1957
1979
release
1958
1980
assertions
1959
1981
indexstore-db
1960
1982
sourcekit-lsp
1983
+ swiftformat
1984
+ install-swiftformat
1961
1985
1962
1986
[preset: buildbot_indexstoredb_macos,sanitize]
1963
1987
mixin-preset =buildbot_indexstoredb_macos,no_sanitize
@@ -1991,6 +2015,7 @@ foundation
1991
2015
libdispatch
1992
2016
indexstore-db
1993
2017
sourcekit-lsp
2018
+ swiftformat
1994
2019
1995
2020
release
1996
2021
validation-test
@@ -2007,6 +2032,7 @@ install-swiftpm
2007
2032
install-swiftsyntax
2008
2033
install-xctest
2009
2034
install-sourcekit-lsp
2035
+ install-swiftformat
2010
2036
2011
2037
skip-test-cmark
2012
2038
skip-test-swift
0 commit comments