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 fcb32a0 commit 838b37eCopy full SHA for 838b37e
test-sourcekit-lsp/test-sourcekit-lsp.py
@@ -6,7 +6,7 @@
6
# RUN: mkdir -p %t.dir
7
# RUN: cp -r %S/pkg %t.dir/
8
9
-# RUN: %{swift-build} --package-path %t.dir/pkg -Xswiftc -index-ignore-system-modules -v 2>&1 | tee %t.build-log
+# RUN: env SWIFTPM_ENABLE_CLANG_INDEX_STORE=1 %{swift-build} --package-path %t.dir/pkg -Xswiftc -index-ignore-system-modules -v 2>&1 | tee %t.build-log
10
# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
11
# CHECK-BUILD-LOG-NOT: error:
12
0 commit comments