The Swift Package Index logo.Swift Package Index

Build Information

Failed to build graphql-syntax with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/graphql-syntax.git
Reference: 0.1.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nerdsupremacist/graphql-syntax
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 76fee68 Move identifier parser to a lower priority
Cloned https://github.com/nerdsupremacist/graphql-syntax.git
Revision (git rev-parse @):
76fee68f4fe1ee08f6d7ce4dad1fed102c2a557a
SUCCESS checkout https://github.com/nerdsupremacist/graphql-syntax.git at 0.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nerdsupremacist/graphql-syntax.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/nerdsupremacist/Syntax.git
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
[30/2791] Fetching syntaxtree, syntax
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.49s)
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.50s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.3 (0.65s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.48s)
Creating working copy for https://github.com/nerdsupremacist/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.3
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...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling SyntaxTree SyntaxTreeFactory.swift
[6/11] Compiling SyntaxTree SyntaxTree.swift
[7/11] Emitting module SyntaxTree
[8/11] Compiling SyntaxTree Kind.swift
[9/11] Compiling SyntaxTree Location.swift
[10/11] Compiling SyntaxTree LineColumnIndex.swift
[11/11] Compiling SyntaxTree MutableSyntaxTree.swift
[13/68] Compiling Syntax AnnotatedString.swift
[14/68] Compiling Syntax DiagnosticError.swift
[15/68] Compiling Syntax ParserError.swift
[16/68] Compiling Syntax ScannerError.swift
[17/68] Compiling Syntax ScannerErrorHandler.swift
[18/68] Compiling Syntax WhiteSpaceConsumer.swift
[19/68] Compiling Syntax ExpressionMatch.swift
[20/68] Compiling Syntax EitherParserBuilder.swift
[21/75] Compiling Syntax SwiftEscapeStrategy.swift
[22/75] Compiling Syntax Maybe.swift
[23/75] Compiling Syntax Parser+annotate.swift
[24/75] Compiling Syntax Parser+ignoreOutput.swift
[25/75] Compiling Syntax Parser+kind.swift
[26/75] Compiling Syntax Parser+map+location.swift
[27/75] Compiling Syntax Parser+map.swift
[28/75] Compiling Syntax Parser+optimize.swift
[29/75] Compiling Syntax Leaf.swift
[30/75] Compiling Syntax Recursive.swift
[31/75] Compiling Syntax TupleParser.swift
[32/75] Compiling Syntax EmptyParser.swift
[33/75] Compiling Syntax RegularExpression.swift
[34/75] Compiling Syntax String+Parser.swift
[35/75] Compiling Syntax Token.swift
[36/75] Compiling Syntax Word.swift
[37/75] Compiling Syntax Parser+preventRecursion.swift
[38/75] Compiling Syntax Parser+repeatUntil.swift
[39/75] Compiling Syntax Parser+separated.swift
[40/75] Compiling Syntax Repeat.swift
[41/75] Compiling Syntax Annotated.swift
[42/75] Compiling Syntax AnnotatedUntil.swift
[43/75] Compiling Syntax Either.swift
[44/75] Compiling Syntax Group.swift
[45/75] Compiling Syntax Scanner.swift
[46/75] Compiling Syntax ScannerState.swift
[47/75] Compiling Syntax Stack.swift
[48/75] Compiling Syntax StandardScanner.swift
[49/75] Compiling Syntax String+casing.swift
[50/75] Compiling Syntax Parser.swift
[51/75] Compiling Syntax ParserOption.swift
[52/75] Compiling Syntax neverBody.swift
[53/75] Compiling Syntax InternalParser.swift
[54/75] Compiling Syntax MemoizationKey.swift
[55/75] Compiling Syntax MemoizationStorage.swift
[56/75] Compiling Syntax Memoized.swift
[57/75] Compiling Syntax Node.swift
[58/75] Compiling Syntax Parser+internalParser.swift
[59/75] Compiling Syntax BinaryOperationParserError.swift
[60/75] Compiling Syntax BinaryOperator.swift
[61/75] Compiling Syntax MemberOfBinaryOperation.swift
[62/75] Compiling Syntax BooleanLiteral.swift
[63/75] Compiling Syntax DoubleLiteral.swift
[64/75] Compiling Syntax IntLiteral.swift
[65/75] Compiling Syntax StringEscapeStrategy.swift
[66/75] Compiling Syntax StringLiteral.swift
[67/75] Emitting module Syntax
[68/75] Compiling Syntax ParserBuilder.swift
[69/75] Compiling Syntax PartialEmptyParserResult.swift
[70/75] Compiling Syntax PartialParserResult.swift
[71/75] Compiling Syntax PartialResult.swift
[72/75] Compiling Syntax AnyParser.swift
[73/75] Compiling Syntax Associativity.swift
[74/75] Compiling Syntax BinaryOperation.swift
[75/75] Compiling Syntax BinaryOperationParser.swift
[77/79] Compiling GraphQLSyntax GraphQL.swift
[78/79] Emitting module GraphQLSyntax
[79/79] Compiling GraphQLSyntax GraphQL+Parser.swift
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:91:13: error: generic parameter 'Content' could not be inferred
            Recursive { parser in
            ^
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:91:13: note: explicitly specify the generic arguments to fix this issue
            Recursive { parser in
            ^
                     <<#Content: Parser#>>
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:219:13: error: generic parameter 'Content' could not be inferred
            Recursive { parser in
            ^
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:219:13: note: explicitly specify the generic arguments to fix this issue
            Recursive { parser in
            ^
                     <<#Content: Parser#>>
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/3] Emitting module GraphQLSyntax
[3/3] Compiling GraphQLSyntax GraphQL+Parser.swift
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:91:13: error: generic parameter 'Content' could not be inferred
            Recursive { parser in
            ^
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:91:13: note: explicitly specify the generic arguments to fix this issue
            Recursive { parser in
            ^
                     <<#Content: Parser#>>
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:219:13: error: generic parameter 'Content' could not be inferred
            Recursive { parser in
            ^
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:219:13: note: explicitly specify the generic arguments to fix this issue
            Recursive { parser in
            ^
                     <<#Content: Parser#>>
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2