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 46ee1b1 commit df91857Copy full SHA for df91857
utils/swift_build_support/swift_build_support/products/swiftsyntax.py
@@ -119,8 +119,6 @@ def build(self, host_target):
119
"verify-source-code",
120
['--toolchain', self.install_toolchain_path(host_target)]
121
)
122
- if platform.system() == 'Darwin':
123
- self.run_swift_syntax_dev_utils(host_target, "verify-documentation", [])
124
125
self.run_swiftsyntax_build_script(target=host_target,
126
command='build')
0 commit comments