We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c10586 + 7da164b commit 03d88c6Copy full SHA for 03d88c6
utils/build-presets.ini
@@ -728,6 +728,8 @@ watchos
728
lldb
729
llbuild
730
swiftpm
731
+playgroundlogger
732
+playgroundsupport
733
734
# Build with debug info, this allows us to symbolicate crashes from
735
# production builds.
@@ -743,11 +745,15 @@ build-ninja
743
745
build-swift-static-stdlib
744
746
build-swift-stdlib-unittest-extra
747
compiler-vendor=apple
748
+playgroundlogger-build-type=Release
749
+playgroundsupport-build-type=Release
750
751
install-swift
752
install-lldb
753
install-llbuild
754
install-swiftpm
755
+install-playgroundlogger
756
+install-playgroundsupport
757
758
install-destdir=%(install_destdir)s
759
0 commit comments