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.
1 parent 9894ac5 commit b687a0aCopy full SHA for b687a0a
utils/build-presets.ini
@@ -731,6 +731,8 @@ watchos
731
lldb
732
llbuild
733
swiftpm
734
+playgroundlogger
735
+playgroundsupport
736
737
# Build with debug info, this allows us to symbolicate crashes from
738
# production builds.
@@ -747,11 +749,15 @@ build-swift-static-stdlib
747
749
build-swift-static-sdk-overlay
748
750
build-swift-stdlib-unittest-extra
751
compiler-vendor=apple
752
+playgroundlogger-build-type=Release
753
+playgroundsupport-build-type=Release
754
755
install-swift
756
install-lldb
757
install-llbuild
758
install-swiftpm
759
+install-playgroundlogger
760
+install-playgroundsupport
761
762
install-destdir=%(install_destdir)s
763
0 commit comments