The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftIndexStore, reference master (26d3af), with Swift 6.3 for Android on 18 Apr 2026 18:52:59 UTC.

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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kateinoigakukun/swift-indexstore.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.15s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.88s)
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.1
[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--4F562202D5529B1.txt
[9/26] Compiling SwiftIndexStore OptionSetDisplayable.swift
[10/27] Compiling SwiftIndexStore IndexStoreUnit.swift
[11/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/27] Emitting module ArgumentParserToolInfo
[13/28] Wrapping AST for ArgumentParserToolInfo for debugging
[15/74] Compiling ArgumentParser ParentCommand.swift
[16/74] Compiling ArgumentParser AsyncParsableCommand.swift
[17/74] Compiling ArgumentParser CommandConfiguration.swift
[18/74] Compiling ArgumentParser CommandGroup.swift
[19/74] Compiling ArgumentParser EnumerableFlag.swift
[20/74] Compiling ArgumentParser ExpressibleByArgument.swift
[21/74] Compiling ArgumentParser ParsableArguments.swift
[22/80] Compiling ArgumentParser InputOrigin.swift
[23/80] Compiling ArgumentParser Name.swift
[24/80] Compiling ArgumentParser Parsed.swift
[25/80] Compiling ArgumentParser ParsedValues.swift
[26/80] Compiling ArgumentParser ParserError.swift
[27/80] Compiling ArgumentParser SplitArguments.swift
[28/80] Compiling ArgumentParser ArgumentVisibility.swift
[29/80] Compiling ArgumentParser CompletionKind.swift
[30/80] Compiling ArgumentParser Errors.swift
[31/80] Compiling ArgumentParser Flag.swift
[32/80] Compiling ArgumentParser NameSpecification.swift
[33/80] Compiling ArgumentParser Option.swift
[34/80] Compiling ArgumentParser OptionGroup.swift
[35/80] Emitting module ArgumentParser
[36/80] Compiling ArgumentParser BashCompletionsGenerator.swift
[37/80] Compiling ArgumentParser CompletionsGenerator.swift
[38/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/80] Compiling ArgumentParser Argument.swift
[41/80] Compiling ArgumentParser ArgumentDiscussion.swift
[42/80] Compiling ArgumentParser ArgumentHelp.swift
[43/80] Compiling ArgumentParser Tree.swift
[44/80] Compiling ArgumentParser CodingKeyValidator.swift
[45/80] Compiling ArgumentParser NonsenseFlagsValidator.swift
[46/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/80] Compiling ArgumentParser PositionalArgumentsValidator.swift
[48/80] Compiling ArgumentParser UniqueNamesValidator.swift
[49/80] Compiling ArgumentParser DumpHelpGenerator.swift
[50/80] Compiling ArgumentParser HelpCommand.swift
[51/80] Compiling ArgumentParser HelpGenerator.swift
[52/80] Compiling ArgumentParser MessageInfo.swift
[53/80] Compiling ArgumentParser UsageGenerator.swift
[54/80] Compiling ArgumentParser CollectionExtensions.swift
[57/80] Compiling SwiftIndexStore LibIndexStore.swift
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:17:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
 15 |     func getPath() -> String { url.path }
 16 |
 17 |     subscript<T>(dynamicMember keyPath: KeyPath<indexstore_functions_t, T>) -> T {
    |     `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
 18 |         api[keyPath: keyPath]
 19 |     }
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:24:21: error: cannot find 'RTLD_LAZY' in scope
 22 |         typealias Dylib = UnsafeMutableRawPointer
 23 |
 24 |         var flags = RTLD_LAZY | RTLD_LOCAL
    |                     `- error: cannot find 'RTLD_LAZY' in scope
 25 |
 26 |         #if os(macOS)
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:24:33: error: cannot find 'RTLD_LOCAL' in scope
 22 |         typealias Dylib = UnsafeMutableRawPointer
 23 |
 24 |         var flags = RTLD_LAZY | RTLD_LOCAL
    |                                 `- error: cannot find 'RTLD_LOCAL' in scope
 25 |
 26 |         #if os(macOS)
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:30:21: error: cannot find 'dlopen' in scope
 28 |         #endif
 29 |
 30 |         let dylib = dlopen(url.path, flags)!
    |                     `- error: cannot find 'dlopen' in scope
 31 |         var api = indexstore_functions_t()
 32 |         func requireSym<T>(_ dylib: Dylib, _ symbol: String) throws -> T {
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:33:29: error: cannot find 'dlsym' in scope
 31 |         var api = indexstore_functions_t()
 32 |         func requireSym<T>(_ dylib: Dylib, _ symbol: String) throws -> T {
 33 |             guard let sym = dlsym(dylib, symbol) else {
    |                             `- error: cannot find 'dlsym' in scope
 34 |                 throw IndexStoreError.missingSymbol(symbol)
 35 |             }
[58/80] Compiling SwiftIndexStore UnfairLock.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/80] Emitting module SwiftIndexStore
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:17:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
 15 |     func getPath() -> String { url.path }
 16 |
 17 |     subscript<T>(dynamicMember keyPath: KeyPath<indexstore_functions_t, T>) -> T {
    |     `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
 18 |         api[keyPath: keyPath]
 19 |     }
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:24:21: error: cannot find 'RTLD_LAZY' in scope
 22 |         typealias Dylib = UnsafeMutableRawPointer
 23 |
 24 |         var flags = RTLD_LAZY | RTLD_LOCAL
    |                     `- error: cannot find 'RTLD_LAZY' in scope
 25 |
 26 |         #if os(macOS)
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:24:33: error: cannot find 'RTLD_LOCAL' in scope
 22 |         typealias Dylib = UnsafeMutableRawPointer
 23 |
 24 |         var flags = RTLD_LAZY | RTLD_LOCAL
    |                                 `- error: cannot find 'RTLD_LOCAL' in scope
 25 |
 26 |         #if os(macOS)
/host/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift:30:21: error: cannot find 'dlopen' in scope
 28 |         #endif
 29 |
 30 |         let dylib = dlopen(url.path, flags)!
    |                     `- error: cannot find 'dlopen' in scope
 31 |         var api = indexstore_functions_t()
 32 |         func requireSym<T>(_ dylib: Dylib, _ symbol: String) throws -> T {
[62/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>
[63/80] Compiling SwiftIndexStore SwiftIndexStore.swift
[64/80] Compiling ArgumentParser Foundation.swift
[65/80] Compiling ArgumentParser Mutex.swift
[66/80] Compiling ArgumentParser Platform.swift
[67/80] Compiling ArgumentParser SequenceExtensions.swift
[68/80] Compiling ArgumentParser StringExtensions.swift
[69/80] Compiling ArgumentParser SwiftExtensions.swift
BUILD FAILURE 6.3 android