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 fff54ba commit 45ebdf0Copy full SHA for 45ebdf0
scripts/docs/validate_docc.sh
@@ -18,7 +18,8 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
18
19
printf "=> Checking docc: compiling inline snippets (fishy-docs)...\n"
20
21
-VALIDATE_DOCS=1 swift build --build-tests
+# TODO: workaround until Regex is enabled on Linux toolchains: https://github.com/apple/swift/pull/59623
22
+VALIDATE_DOCS=1 swift build -Xswiftc -Xfrontend -Xswiftc -enable-experimental-string-processing --build-tests
23
24
printf "\033[0;32mokay.\033[0m\n"
25
0 commit comments