The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftTypeAdoptionReporter, reference main (b249ab), with Swift 6.3 for Linux on 12 Apr 2026 06:18:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thumbtack/star.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/thumbtack/star
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b249ab5 Update to swift-tools-version:5.6 (#25)
Cloned https://github.com/thumbtack/star.git
Revision (git rev-parse @):
b249ab5bf27147699789fe66af9214f22b448d28
SUCCESS checkout https://github.com/thumbtack/star.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/thumbtack/star.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/17523] Fetching swift-argument-parser
[17524/92490] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.75s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.80s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (5.85s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.5.0 (0.49s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50600.1
Building for debugging...
[0/22] Write sources
[6/22] Compiling atomic-counter.c
[7/22] Write swift-version-24593BA9C3E375BF.txt
[9/57] Emitting module ArgumentParserToolInfo
[10/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/58] Wrapping AST for ArgumentParserToolInfo for debugging
[13/92] Compiling ArgumentParser BashCompletionsGenerator.swift
[14/92] Compiling ArgumentParser CompletionsGenerator.swift
[15/92] Compiling ArgumentParser FishCompletionsGenerator.swift
[16/92] Compiling ArgumentParser ZshCompletionsGenerator.swift
[17/92] Compiling ArgumentParser Argument.swift
[18/96] Emitting module ArgumentParser
[19/100] Compiling ArgumentParser CollectionExtensions.swift
[20/100] Compiling ArgumentParser SequenceExtensions.swift
[21/100] Compiling ArgumentParser StringExtensions.swift
[22/100] Compiling ArgumentParser Tree.swift
[23/100] Compiling ArgumentParser ArgumentHelp.swift
[24/100] Compiling ArgumentParser CompletionKind.swift
[25/100] Compiling ArgumentParser Errors.swift
[26/100] Compiling ArgumentParser Flag.swift
[27/100] Compiling ArgumentParser NameSpecification.swift
[28/100] Compiling ArgumentParser ArgumentSet.swift
[29/100] Compiling ArgumentParser CommandParser.swift
[30/100] Compiling ArgumentParser InputOrigin.swift
[31/100] Compiling ArgumentParser Name.swift
[32/100] Compiling SwiftSyntax SyntaxNodes.swift
[33/100] Compiling ArgumentParser Option.swift
[34/100] Compiling ArgumentParser OptionGroup.swift
[35/100] Compiling ArgumentParser CommandConfiguration.swift
[36/100] Compiling ArgumentParser EnumerableFlag.swift
[37/100] Compiling ArgumentParser ExpressibleByArgument.swift
[48/100] Compiling ArgumentParser ParsedValues.swift
[49/100] Compiling ArgumentParser ParserError.swift
[50/100] Compiling ArgumentParser SplitArguments.swift
[51/100] Compiling ArgumentParser DumpHelpGenerator.swift
[52/100] Compiling ArgumentParser ParsableArguments.swift
[53/100] Compiling ArgumentParser ParsableArgumentsValidation.swift
[54/100] Compiling ArgumentParser ParsableCommand.swift
[55/100] Compiling ArgumentParser ArgumentDecoder.swift
[56/100] Compiling ArgumentParser ArgumentDefinition.swift
[57/100] Compiling ArgumentParser HelpCommand.swift
[58/100] Compiling ArgumentParser HelpGenerator.swift
[59/100] Compiling ArgumentParser MessageInfo.swift
[60/100] Compiling ArgumentParser UsageGenerator.swift
[61/101] Wrapping AST for ArgumentParser for debugging
[63/101] Emitting module SwiftSyntax
[90/107] Wrapping AST for SwiftSyntax for debugging
[91/107] Write Objects.LinkFileList
[92/107] Archiving libSwiftSyntax.a
[94/107] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[95/107] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[96/107] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[97/107] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[98/107] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
BUILD FAILURE 6.3 linux