Closed
Description
Previous ID | SR-5911 |
Radar | rdar://problem/34526897 |
Original Reporter | @davezarzycki |
Type | Bug |
Status | Closed |
Resolution | Done |
Environment
macOS 17A362a; Xcode 9A235
Additional Detail from JIRA
Votes | 0 |
Component/s | Compiler |
Labels | Bug, BuildScript |
Assignee | Rostepher (JIRA) |
Priority | Medium |
md5: 1e62d93d31d86fecebd759c2f56bc141
Issue Description:
PR#11952 broke my "quick debug build" script. It now fails with this error:
'/Volumes/data/wt/swift/master/swift/tools/SwiftSyntax/swiftFoundation-swiftmodule-macosx-x86_64', needed by 'tools/SwiftSyntax/macosx/x86_64/SwiftSyntax.o', missing and no known rule to make it
Here is the script:
#!/bin/sh
time nice ./utils/build-script \
--build-subdir="$(dirname $PWD)/d" \
--llvm-targets-to-build X86 \
--skip-ios --skip-tvos --skip-watchos \
--skip-build-benchmarks true \
--build-swift-static-stdlib false \
--build-swift-static-sdk-overlay false \
--build-swift-dynamic-sdk-overlay false \
--build-swift-stdlib-unittest-extra false \
-r \
--debug-swift \
--debug-swift-stdlib \
"$@"