The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftIndexStore, reference 0.5.0 (26d3af), with Swift 6.2 for Linux on 22 Feb 2026 11:44:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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.2
Building package at path:  $PWD
https://github.com/kateinoigakukun/swift-indexstore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-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.75s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.16s)
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 GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/14] Write sources
[6/14] Compiling _CIndexStore dummy.c
[7/14] Write swift-version-24593BA9C3E375BF.txt
[9/26] Emitting module ArgumentParserToolInfo
[10/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/27] Wrapping AST for ArgumentParserToolInfo for debugging
[13/73] Emitting module ArgumentParser
[14/79] Compiling SwiftIndexStore IndexStoreUnit.swift
[15/79] Compiling SwiftIndexStore LibIndexStore.swift
[16/79] Emitting module SwiftIndexStore
[17/79] Compiling ArgumentParser ArgumentVisibility.swift
[18/79] Compiling ArgumentParser CompletionKind.swift
[19/79] Compiling ArgumentParser Errors.swift
[20/79] Compiling ArgumentParser Flag.swift
[21/80] Compiling SwiftIndexStore OptionSetDisplayable.swift
[22/80] Compiling ArgumentParser Foundation.swift
[23/80] Compiling ArgumentParser Mutex.swift
[24/80] Compiling ArgumentParser Platform.swift
[25/80] Compiling ArgumentParser SequenceExtensions.swift
[26/80] Compiling ArgumentParser StringExtensions.swift
[27/80] Compiling ArgumentParser SwiftExtensions.swift
[28/80] Compiling ArgumentParser Tree.swift
[29/80] Compiling ArgumentParser CodingKeyValidator.swift
[30/80] Compiling ArgumentParser NonsenseFlagsValidator.swift
[31/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/80] Compiling ArgumentParser PositionalArgumentsValidator.swift
[33/80] Compiling ArgumentParser UniqueNamesValidator.swift
[34/80] Compiling SwiftIndexStore Process+Extension.swift
/host/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:15:17: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
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' [#DeprecatedDeclaration]
   |                 `- 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' [#DeprecatedDeclaration]
16 |         process.arguments = arguments
17 |         if let cwd = cwd {
18 |             process.currentDirectoryPath = cwd
   |                     |- warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL' [#DeprecatedDeclaration]
   |                     `- note: use 'currentDirectoryURL' instead
19 |         }
20 |
/host/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:25:17: warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
23 |         process.standardOutput = stdoutPipe
24 |         process.standardError = stderrPipe
25 |         process.launch()
   |                 |- warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
   |                 `- note: use 'run' instead
26 |         process.waitUntilExit()
27 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[35/80] Compiling SwiftIndexStore SwiftIndexStore.swift
[36/80] Compiling SwiftIndexStore UnfairLock.swift
[37/81] Wrapping AST for SwiftIndexStore for debugging
[43/81] Compiling ArgumentParser NameSpecification.swift
[44/81] Compiling ArgumentParser Option.swift
[45/81] Compiling ArgumentParser OptionGroup.swift
[46/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/81] Compiling ArgumentParser CompletionsGenerator.swift
[48/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/81] Compiling ArgumentParser Argument.swift
[51/81] Compiling ArgumentParser ArgumentDiscussion.swift
[52/81] Compiling ArgumentParser ArgumentHelp.swift
[53/81] Compiling ArgumentParser InputOrigin.swift
[54/81] Compiling ArgumentParser Name.swift
[55/81] Compiling ArgumentParser Parsed.swift
[56/81] Compiling ArgumentParser ParsedValues.swift
[57/81] Compiling ArgumentParser ParserError.swift
[58/81] Compiling ArgumentParser SplitArguments.swift
[59/81] Compiling ArgumentParser DumpHelpGenerator.swift
[60/81] Compiling ArgumentParser HelpCommand.swift
[61/81] Compiling ArgumentParser HelpGenerator.swift
[62/81] Compiling ArgumentParser MessageInfo.swift
[63/81] Compiling ArgumentParser UsageGenerator.swift
[64/81] Compiling ArgumentParser CollectionExtensions.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 ParsableCommand.swift
[73/81] Compiling ArgumentParser ArgumentDecoder.swift
[74/81] Compiling ArgumentParser ArgumentDefinition.swift
[75/81] Compiling ArgumentParser ArgumentSet.swift
[76/81] Compiling ArgumentParser CommandParser.swift
[77/81] Compiling ArgumentParser InputKey.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! (18.42s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.