The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build graphql-syntax, reference main (76fee6), with Swift 6.2 (beta) for Android on 19 Jun 2025 02:00:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/graphql-syntax.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nerdsupremacist/graphql-syntax.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/nerdsupremacist/Syntax.git
[1/2762] Fetching syntax
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.39s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (0.75s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.25s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.66s)
Creating working copy for https://github.com/nerdsupremacist/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.4
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-8C5A4AE7A8CE2BA.txt
[5/11] Compiling SyntaxTree Location.swift
[6/11] Emitting module SyntaxTree
[7/11] Compiling SyntaxTree LineColumnIndex.swift
[8/11] Compiling SyntaxTree MutableSyntaxTree.swift
[9/11] Compiling SyntaxTree SyntaxTreeFactory.swift
[10/11] Compiling SyntaxTree Kind.swift
[11/11] Compiling SyntaxTree SyntaxTree.swift
[13/69] Compiling Syntax Token.swift
[14/69] Compiling Syntax Word.swift
[15/69] Compiling Syntax neverBody.swift
[16/69] Compiling Syntax InternalParser.swift
[17/69] Compiling Syntax MemoizationKey.swift
[18/69] Compiling Syntax MemoizationStorage.swift
[19/69] Compiling Syntax Memoized.swift
[20/69] Compiling Syntax Node.swift
[21/77] Compiling Syntax StringEscapeStrategy.swift
[22/77] Compiling Syntax StringLiteral.swift
[23/77] Compiling Syntax SwiftEscapeStrategy.swift
[24/77] Compiling Syntax Maybe.swift
[25/77] Compiling Syntax Parser+annotate.swift
[26/77] Compiling Syntax Parser+ignoreOutput.swift
[27/77] Compiling Syntax Parser+kind.swift
[28/77] Compiling Syntax Parser+map+location.swift
[29/77] Compiling Syntax Parser+map.swift
[30/77] Compiling Syntax Parser+optimize.swift
[31/77] Compiling Syntax Parser+preventRecursion.swift
[32/77] Compiling Syntax Parser+repeatUntil.swift
[33/77] Compiling Syntax Parser+separated.swift
[34/77] Compiling Syntax Repeat.swift
[35/77] Compiling Syntax Annotated.swift
[36/77] Compiling Syntax AnnotatedUntil.swift
[37/77] Compiling Syntax Either.swift
[38/77] Compiling Syntax Group.swift
[39/77] Compiling Syntax Leaf.swift
[40/77] Compiling Syntax Recursive.swift
[41/77] Compiling Syntax TupleParser.swift
[42/77] Compiling Syntax EmptyParser.swift
[43/77] Compiling Syntax RegularExpression.swift
[44/77] Compiling Syntax String+Parser.swift
[45/77] Compiling Syntax Parser+internalParser.swift
[46/77] Compiling Syntax Scanner.swift
[47/77] Compiling Syntax ScannerState.swift
[48/77] Compiling Syntax Stack.swift
[49/77] Compiling Syntax StandardScanner.swift
[50/77] Compiling Syntax String+casing.swift
[51/77] Compiling Syntax Parser.swift
[52/77] Compiling Syntax ParserOption.swift
[53/77] Emitting module Syntax
[54/77] Compiling Syntax BinaryOperation.swift
[55/77] Compiling Syntax BinaryOperationParser.swift
[56/77] Compiling Syntax BinaryOperationParserError.swift
[57/77] Compiling Syntax BinaryOperator.swift
[58/77] Compiling Syntax MemberOfBinaryOperation.swift
[59/77] Compiling Syntax BooleanLiteral.swift
[60/77] Compiling Syntax DoubleLiteral.swift
[61/77] Compiling Syntax IntLiteral.swift
[62/77] Compiling Syntax ExpressionMatch.swift
[63/77] Compiling Syntax EitherParserBuilder.swift
[64/77] Compiling Syntax ParserBuilder.swift
[65/77] Compiling Syntax PartialEmptyParserResult.swift
[66/77] Compiling Syntax PartialParserResult.swift
[67/77] Compiling Syntax PartialResult.swift
[68/77] Compiling Syntax AnyParser.swift
[69/77] Compiling Syntax Associativity.swift
[70/77] Compiling Syntax AnnotatedString.swift
[71/77] Compiling Syntax Cache.swift
[72/77] Compiling Syntax OrderedSet.swift
[73/77] Compiling Syntax DiagnosticError.swift
[74/77] Compiling Syntax ParserError.swift
[75/77] Compiling Syntax ScannerError.swift
[76/77] Compiling Syntax ScannerErrorHandler.swift
[77/77] Compiling Syntax WhiteSpaceConsumer.swift
[79/81] Compiling GraphQLSyntax GraphQL.swift
[80/81] Emitting module GraphQLSyntax
[81/81] Compiling GraphQLSyntax GraphQL+Parser.swift
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:91:13: error: generic parameter 'Content' could not be inferred
 89 |     fileprivate struct ValueParser: Parser {
 90 |         var body: AnyParser<GraphQL.Value> {
 91 |             Recursive { parser in
    |             |- error: generic parameter 'Content' could not be inferred
    |             `- note: explicitly specify the generic arguments to fix this issue
 92 |                 Either {
 93 |                     Group {
/host/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift:219:13: error: generic parameter 'Content' could not be inferred
217 |     fileprivate struct SelectionSetParser: Parser {
218 |         var body: AnyParser<GraphQL.SelectionSet> {
219 |             Recursive { parser in
    |             |- error: generic parameter 'Content' could not be inferred
    |             `- note: explicitly specify the generic arguments to fix this issue
220 |                 "{"
221 |
BUILD FAILURE 6.2 android