-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.build-scriptArea → utils: The build scriptArea → utils: The build scriptswift 5.9unexpected errorBug: Unexpected errorBug: Unexpected errorutilsArea: the build system and other accessory scripts under the "utils" directoryArea: the build system and other accessory scripts under the "utils" directory
Description
Description
Command:
utils/build-script --skip-build-benchmarks --skip-ios --skip-watchos --skip-tvos --swift-darwin-supported-archs="$(uname -m)" --release-debuginfo --sccache --swift-disable-dead-stripping --skip-early-swift-driver --bootstrapping=off
Error:
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:479:21: error: expected a macro identifier for a pound literal expression
let mapRegex = #/
^
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:479:21: error: consecutive statements on a line must be separated by ';'
let mapRegex = #/
^
;
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:479:21: error: operator with postfix spacing cannot start a subexpression
let mapRegex = #/
^
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:480:49: error: consecutive statements on a line must be separated by ';'
^(?<start>[A-Fa-f0-9]+)-(?<end>[A-Fa-f0-9]+)\s+
^
;
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:481:22: error: expected ',' separator
(?<perms>[-rwxsp]{4})\s+
^
,
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:481:26: error: consecutive statements on a line must be separated by ';'
(?<perms>[-rwxsp]{4})\s+
^
;
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:482:28: error: consecutive statements on a line must be separated by ';'
(?<offset>[A-Fa-f0-9]+)\s+
^
;
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:483:27: error: consecutive statements on a line must be separated by ';'
(?<major>[A-Fa-f0-9]+):(?<minor>[A-Fa-f0-9]+)\s+
^
;
/Users/mac/Desktop/swift-project/swift/stdlib/public/Backtracing/Backtrace.swift:483:27: error: expected expression
(?<major>[A-Fa-f0-9]+):(?<minor>[A-Fa-f0-9]+)\s+
^
Environment
- Swift version 5.9-dev (LLVM d638e0929fa87b0, Swift 23e2f34)
Metadata
Metadata
Assignees
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.build-scriptArea → utils: The build scriptArea → utils: The build scriptswift 5.9unexpected errorBug: Unexpected errorBug: Unexpected errorutilsArea: the build system and other accessory scripts under the "utils" directoryArea: the build system and other accessory scripts under the "utils" directory