The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Syntax with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Syntax.git
Reference: develop
Cloned https://github.com/nerdsupremacist/Syntax.git into spi-builder-workspace
SUCCESS checkout https://github.com/nerdsupremacist/Syntax.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
Fetched https://github.com/nerdsupremacist/SyntaxTree.git (0.22s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.28s)
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
Building for debugging...
[1/7] Compiling SyntaxTree MutableSyntaxTree.swift
[2/7] Emitting module SyntaxTree
[3/7] Compiling SyntaxTree LineColumnIndex.swift
[4/7] Compiling SyntaxTree Kind.swift
[5/7] Compiling SyntaxTree Location.swift
[6/7] Compiling SyntaxTree SyntaxTree.swift
[7/7] Compiling SyntaxTree SyntaxTreeFactory.swift
[10/70] Compiling Syntax Parser+annotate.swift
[11/70] Compiling Syntax Parser+ignoreOutput.swift
[12/70] Compiling Syntax Parser+kind.swift
[13/70] Compiling Syntax Parser+map+location.swift
[14/70] Compiling Syntax Parser+map.swift
[15/70] Compiling Syntax Parser+optimize.swift
[16/70] Compiling Syntax Parser+preventRecursion.swift
[17/70] Compiling Syntax Parser+repeatUntil.swift
[18/70] Compiling Syntax Parser+separated.swift
[19/70] Compiling Syntax Repeat.swift
[20/70] Compiling Syntax Annotated.swift
[21/70] Compiling Syntax AnnotatedUntil.swift
[22/70] Compiling Syntax Either.swift
[23/70] Compiling Syntax Group.swift
[24/70] Compiling Syntax IfElseConditionalParser.swift
[25/70] Compiling Syntax Leaf.swift
[26/70] Compiling Syntax TupleParser.swift
[27/78] Compiling Syntax AnnotatedString.swift
[28/78] Compiling Syntax Cache.swift
[29/78] Compiling Syntax OrderedSet.swift
[30/78] Compiling Syntax AnnotatedError.swift
[31/78] Compiling Syntax DiagnosticError.swift
[32/78] Compiling Syntax ParserError.swift
[33/78] Compiling Syntax ScannerError.swift
[34/78] Compiling Syntax ScannerErrorHandler.swift
[35/78] Compiling Syntax WhiteSpaceConsumer.swift
[36/78] Compiling Syntax EmptyParser.swift
[37/78] Compiling Syntax RegexBuilder+support.swift
[38/78] Compiling Syntax RegularExpression.swift
[39/78] Compiling Syntax String+Parser.swift
[40/78] Compiling Syntax Token.swift
[41/78] Compiling Syntax Word.swift
[42/78] Compiling Syntax neverBody.swift
[43/78] Compiling Syntax InternalParser.swift
[44/78] Compiling Syntax InternalParserBuilder.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[45/78] Compiling Syntax MemoizationKey.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[46/78] Compiling Syntax MemoizationStorage.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[47/78] Compiling Syntax Memoized.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[48/78] Compiling Syntax Node.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[49/78] Compiling Syntax Parser+internalParser.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[50/78] Compiling Syntax Scanner.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[51/78] Compiling Syntax ScannerState.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[52/78] Compiling Syntax Stack.swift
[53/78] Compiling Syntax StandardInternalParserBuilderContext.swift
[54/78] Compiling Syntax StandardScanner.swift
[55/78] Compiling Syntax String+casing.swift
[56/78] Compiling Syntax Located.swift
[57/78] Compiling Syntax Parser.swift
[58/78] Compiling Syntax ParserOption.swift
[59/78] Compiling Syntax RecursiveParser.swift
error: compile command failed due to signal 6 (use -v to see invocation)
Unhandled coercion:
(struct_type decl=Swift.(file).String)
(dependent_member_type assoc_type=Syntax.(file).Parser.Parsed@/host/spi-builder-workspace/Sources/Syntax/Parser.swift:8:20
  (base=generic_type_param_type depth=0 index=0))
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift /host/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift /host/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift /host/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift /host/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift /host/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift /host/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift /host/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift /host/spi-builder-workspace/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /host/spi-builder-workspace/Sources/Syntax/ExpressionMatch.swift /host/spi-builder-workspace/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /host/spi-builder-workspace/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/AnyParser.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Repeat.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Annotated.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Either.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Group.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Structure/IfElseConditionalParser.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Leaf.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Structure/TupleParser.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegexBuilder+support.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift /host/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift /host/spi-builder-workspace/Sources/Syntax/Internals/InternalParser.swift /host/spi-builder-workspace/Sources/Syntax/Internals/InternalParserBuilder.swift /host/spi-builder-workspace/Sources/Syntax/Internals/MemoizationKey.swift /host/spi-builder-workspace/Sources/Syntax/Internals/MemoizationStorage.swift /host/spi-builder-workspace/Sources/Syntax/Internals/Memoized.swift /host/spi-builder-workspace/Sources/Syntax/Internals/Node.swift /host/spi-builder-workspace/Sources/Syntax/Internals/Parser+internalParser.swift /host/spi-builder-workspace/Sources/Syntax/Internals/Scanner.swift /host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift /host/spi-builder-workspace/Sources/Syntax/Internals/Stack.swift /host/spi-builder-workspace/Sources/Syntax/Internals/StandardInternalParserBuilderContext.swift /host/spi-builder-workspace/Sources/Syntax/Internals/StandardScanner.swift /host/spi-builder-workspace/Sources/Syntax/Internals/String+casing.swift /host/spi-builder-workspace/Sources/Syntax/Located.swift /host/spi-builder-workspace/Sources/Syntax/Parser.swift /host/spi-builder-workspace/Sources/Syntax/ParserOption.swift /host/spi-builder-workspace/Sources/Syntax/RecursiveParser.swift -supplementary-output-file-map /tmp/TemporaryDirectory.8OdIPO/supplementaryOutputs-3 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -module-name Syntax -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Common/BooleanLiteral.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Common/DoubleLiteral.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Common/IntLiteral.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Common/StringLiterals/StringEscapeStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Common/StringLiterals/StringLiteral.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Syntax.build/Implementations/Modifications/Maybe.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.9-dev (LLVM 464b04eb9b157e3, Swift 7203d52cb1e074d)
2.	Compiling with the current language version
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift")
4.	While evaluating request TypeCheckFunctionBodyRequest(Syntax.(file).StringLiteral._@/host/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift:12:41)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend[0x6b367f3]
/usr/bin/swift-frontend[0x6b3440e]
/usr/bin/swift-frontend[0x6b36b5f]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7f0fbb8da420]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f0fbad2100b]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x12b)[0x7f0fbad00859]
/usr/bin/swift-frontend[0x1c596fb]
/usr/bin/swift-frontend[0x1c79cc9]
/usr/bin/swift-frontend[0x1c7ec1d]
/usr/bin/swift-frontend[0x1c58f76]
/usr/bin/swift-frontend[0x1c72f43]
/usr/bin/swift-frontend[0x1c72343]
/usr/bin/swift-frontend[0x1c77407]
/usr/bin/swift-frontend[0x1c5b34a]
/usr/bin/swift-frontend[0x1f7a5e8]
/usr/bin/swift-frontend[0x1f7f4fb]
/usr/bin/swift-frontend[0x1f7b05b]
/usr/bin/swift-frontend[0x1f7b1b0]
/usr/bin/swift-frontend[0x1f7a5c0]
/usr/bin/swift-frontend[0x1f7a513]
/usr/bin/swift-frontend[0x1c528fc]
/usr/bin/swift-frontend[0x1c530fc]
/usr/bin/swift-frontend[0x1c5b682]
/usr/bin/swift-frontend[0x1c9d41b]
/usr/bin/swift-frontend[0x1c9ae6b]
/usr/bin/swift-frontend[0x1c9b11d]
/usr/bin/swift-frontend[0x1c99653]
/usr/bin/swift-frontend[0x1c5b534]
/usr/bin/swift-frontend[0x1c5a8dc]
/usr/bin/swift-frontend[0x1f7a53a]
/usr/bin/swift-frontend[0x1f7f4fb]
/usr/bin/swift-frontend[0x1f7b05b]
/usr/bin/swift-frontend[0x1f7b1b0]
/usr/bin/swift-frontend[0x1f7a5c0]
/usr/bin/swift-frontend[0x1f7a513]
/usr/bin/swift-frontend[0x1c528fc]
/usr/bin/swift-frontend[0x1c530fc]
/usr/bin/swift-frontend[0x1c5b682]
/usr/bin/swift-frontend[0x1c9d41b]
/usr/bin/swift-frontend[0x1c9ae6b]
/usr/bin/swift-frontend[0x1c9b11d]
/usr/bin/swift-frontend[0x1c99653]
/usr/bin/swift-frontend[0x1c5b534]
/usr/bin/swift-frontend[0x1c5a8dc]
/usr/bin/swift-frontend[0x1f7a53a]
/usr/bin/swift-frontend[0x1f7f4fb]
/usr/bin/swift-frontend[0x1f7b05b]
/usr/bin/swift-frontend[0x1f7b1b0]
/usr/bin/swift-frontend[0x1f7a5c0]
/usr/bin/swift-frontend[0x1f7b178]
/usr/bin/swift-frontend[0x1f7a5c0]
/usr/bin/swift-frontend[0x1f7b19b]
/usr/bin/swift-frontend[0x1f7a5c0]
/usr/bin/swift-frontend[0x1f7b178]
/usr/bin/swift-frontend[0x1f7a5c0]
/usr/bin/swift-frontend[0x1f7b19b]
/usr/bin/swift-frontend[0x1f7a5c0]
/usr/bin/swift-frontend[0x1f7a513]
/usr/bin/swift-frontend[0x1c528fc]
/usr/bin/swift-frontend[0x1c530fc]
/usr/bin/swift-frontend[0x1c5b682]
/usr/bin/swift-frontend[0x1c9d41b]
/usr/bin/swift-frontend[0x1c9ae6b]
/usr/bin/swift-frontend[0x1c9b11d]
/usr/bin/swift-frontend[0x1c99653]
/usr/bin/swift-frontend[0x1c5b534]
/usr/bin/swift-frontend[0x1c527bd]
/usr/bin/swift-frontend[0x1c52225]
/usr/bin/swift-frontend[0x1c45671]
/usr/bin/swift-frontend[0x1bed026]
/usr/bin/swift-frontend[0x2098a28]
/usr/bin/swift-frontend[0x20987b9]
/usr/bin/swift-frontend[0x1fec7bb]
/usr/bin/swift-frontend[0x1fec76d]
/usr/bin/swift-frontend[0x1c32d73]
/usr/bin/swift-frontend[0x1c35959]
/usr/bin/swift-frontend[0x1c35705]
/usr/bin/swift-frontend[0x1c32a98]
/usr/bin/swift-frontend[0x1c32a74]
/usr/bin/swift-frontend[0x909fa9]
/usr/bin/swift-frontend[0x8ffeca]
/usr/bin/swift-frontend[0x8ffe67]
/usr/bin/swift-frontend[0x67b3ee]
/usr/bin/swift-frontend[0x6684a2]
/usr/bin/swift-frontend[0x4c43d1]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x7f0fbad02083]
/usr/bin/swift-frontend[0x4c3b1e]
BUILD FAILURE 5.9 linux

Build Machine: Linux 1