Build Information
Successful build of SwiftIndexStore, reference 0.5.0 (26d3af), with Swift 6.0 for Linux on 22 Feb 2026 11:44:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kateinoigakukun/swift-indexstore.git
Reference: 0.5.0
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/kateinoigakukun/swift-indexstore
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 26d3af1 Merge pull request #17 from ileitch/bazel9
Cloned https://github.com/kateinoigakukun/swift-indexstore.git
Revision (git rev-parse @):
26d3af186fb38ec3a96c8a9a3172b7ccc3565524
SUCCESS checkout https://github.com/kateinoigakukun/swift-indexstore.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/kateinoigakukun/swift-indexstore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17169] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.68s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.66s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/14] Write sources
[6/14] Compiling _CIndexStore dummy.c
[7/14] Write swift-version-24593BA9C3E375BF.txt
[9/26] Compiling SwiftIndexStore IndexStoreRelation.swift
[10/26] Compiling SwiftIndexStore IndexStoreSymbol.swift
[11/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/27] Emitting module ArgumentParserToolInfo
[13/28] Wrapping AST for ArgumentParserToolInfo for debugging
[15/74] Compiling SwiftIndexStore UnfairLock.swift
[16/74] Compiling SwiftIndexStore LibIndexStore.swift
[17/74] Compiling SwiftIndexStore IndexStoreUnit.swift
[18/74] Compiling SwiftIndexStore OptionSetDisplayable.swift
[19/74] Compiling SwiftIndexStore Process+Extension.swift
/host/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:15:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
13 | static func exec(bin: String, arguments: [String], cwd: String? = nil) throws -> (stdout: String, stderr: String) {
14 | let process = Process()
15 | process.launchPath = bin
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
16 | process.arguments = arguments
17 | if let cwd = cwd {
/host/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:18:21: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
16 | process.arguments = arguments
17 | if let cwd = cwd {
18 | process.currentDirectoryPath = cwd
| |- warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
| `- note: use 'currentDirectoryURL' instead
19 | }
20 |
/host/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:25:17: warning: 'launch()' is deprecated: renamed to 'run'
23 | process.standardOutput = stdoutPipe
24 | process.standardError = stderrPipe
25 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
26 | process.waitUntilExit()
27 |
[20/74] Compiling ArgumentParser ArgumentVisibility.swift
[21/74] Compiling ArgumentParser CompletionKind.swift
[22/74] Emitting module SwiftIndexStore
[23/74] Compiling ArgumentParser Foundation.swift
[24/74] Compiling ArgumentParser Mutex.swift
[25/74] Compiling ArgumentParser Platform.swift
[26/74] Compiling ArgumentParser SequenceExtensions.swift
[27/74] Compiling ArgumentParser StringExtensions.swift
[28/74] Compiling ArgumentParser SwiftExtensions.swift
[29/80] Compiling SwiftIndexStore SwiftIndexStore.swift
[30/81] Compiling ArgumentParser DumpHelpGenerator.swift
[31/81] Compiling ArgumentParser HelpCommand.swift
[32/81] Compiling ArgumentParser HelpGenerator.swift
[33/81] Compiling ArgumentParser MessageInfo.swift
[34/81] Compiling ArgumentParser UsageGenerator.swift
[35/81] Compiling ArgumentParser CollectionExtensions.swift
[36/81] Wrapping AST for SwiftIndexStore for debugging
[38/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/81] Compiling ArgumentParser CompletionsGenerator.swift
[40/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/81] Compiling ArgumentParser Argument.swift
[43/81] Compiling ArgumentParser ArgumentDiscussion.swift
[44/81] Compiling ArgumentParser ArgumentHelp.swift
[47/81] Compiling ArgumentParser Errors.swift
[48/81] Compiling ArgumentParser Flag.swift
[49/81] Compiling ArgumentParser NameSpecification.swift
[50/81] Compiling ArgumentParser Option.swift
[51/81] Compiling ArgumentParser OptionGroup.swift
[52/81] Compiling ArgumentParser InputOrigin.swift
[53/81] Compiling ArgumentParser Name.swift
[54/81] Compiling ArgumentParser Parsed.swift
[55/81] Compiling ArgumentParser ParsedValues.swift
[56/81] Compiling ArgumentParser ParserError.swift
[57/81] Compiling ArgumentParser SplitArguments.swift
[58/81] Emitting module ArgumentParser
[59/81] Compiling ArgumentParser ParsableCommand.swift
[60/81] Compiling ArgumentParser ArgumentDecoder.swift
[61/81] Compiling ArgumentParser ArgumentDefinition.swift
[62/81] Compiling ArgumentParser ArgumentSet.swift
[63/81] Compiling ArgumentParser CommandParser.swift
[64/81] Compiling ArgumentParser InputKey.swift
[65/81] Compiling ArgumentParser ParentCommand.swift
[66/81] Compiling ArgumentParser AsyncParsableCommand.swift
[67/81] Compiling ArgumentParser CommandConfiguration.swift
[68/81] Compiling ArgumentParser CommandGroup.swift
[69/81] Compiling ArgumentParser EnumerableFlag.swift
[70/81] Compiling ArgumentParser ExpressibleByArgument.swift
[71/81] Compiling ArgumentParser ParsableArguments.swift
[72/81] Compiling ArgumentParser Tree.swift
[73/81] Compiling ArgumentParser CodingKeyValidator.swift
[74/81] Compiling ArgumentParser NonsenseFlagsValidator.swift
[75/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[76/81] Compiling ArgumentParser PositionalArgumentsValidator.swift
[77/81] Compiling ArgumentParser UniqueNamesValidator.swift
[78/82] Wrapping AST for ArgumentParser for debugging
[80/85] Compiling IndexDumpTool main.swift
[81/85] Emitting module IndexDumpTool
[82/85] Compiling IndexDumpTool IndexDumpTool.swift
[83/86] Wrapping AST for IndexDumpTool for debugging
[84/86] Write Objects.LinkFileList
[85/86] Linking index-dump-tool
Build complete! (24.61s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SwiftIndexStore",
"name" : "SwiftIndexStore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftIndexStore",
"targets" : [
"SwiftIndexStore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "index-dump-tool",
"targets" : [
"IndexDumpTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "_CIndexStore",
"module_type" : "ClangTarget",
"name" : "_CIndexStore",
"path" : "Sources/_CIndexStore",
"product_memberships" : [
"SwiftIndexStore",
"index-dump-tool"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "SwiftIndexStoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftIndexStoreTests",
"path" : "Tests/SwiftIndexStoreTests",
"sources" : [
"IndexSpace.swift",
"SwiftIndexStoreTests.swift",
"Toolchain.swift"
],
"target_dependencies" : [
"SwiftIndexStore"
],
"type" : "test"
},
{
"c99name" : "SwiftIndexStore",
"module_type" : "SwiftTarget",
"name" : "SwiftIndexStore",
"path" : "Sources/SwiftIndexStore",
"product_memberships" : [
"SwiftIndexStore",
"index-dump-tool"
],
"sources" : [
"IndexStoreError.swift",
"IndexStoreOccurrence.swift",
"IndexStoreRelation.swift",
"IndexStoreSymbol.swift",
"IndexStoreUnit.swift",
"LibIndexStore.swift",
"OptionSetDisplayable.swift",
"Process+Extension.swift",
"SwiftIndexStore.swift",
"UnfairLock.swift"
],
"target_dependencies" : [
"_CIndexStore"
],
"type" : "library"
},
{
"c99name" : "IndexDumpTool",
"module_type" : "SwiftTarget",
"name" : "IndexDumpTool",
"path" : "Sources/IndexDumpTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"index-dump-tool"
],
"sources" : [
"IndexDumpTool.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftIndexStore"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.