The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-keypath-mapping, reference 0.0.2 (e30d8e), with Swift 6.1 for Android on 13 Mar 2026 12:52:34 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-keypath-mapping.git
Reference: 0.0.2
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/capturecontext/swift-keypath-mapping
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at e30d8e3 fix: Update EditorConfig
Cloned https://github.com/capturecontext/swift-keypath-mapping.git
Revision (git rev-parse @):
e30d8e31f7ae1e39349e697bccabca3b473572ee
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swift-keypath-mapping.git
https://github.com/capturecontext/swift-keypath-mapping.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-marker-protocols",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-marker-protocols.git"
    }
  ],
  "manifest_display_name" : "swift-keypath-mapping",
  "name" : "swift-keypath-mapping",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeyPathMapping",
      "targets" : [
        "KeyPathMapping"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "KeyPathMappingTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathMappingTests",
      "path" : "Tests/KeyPathMappingTests",
      "sources" : [
        "CollectionsKeyPathMappingTests.swift",
        "DynamicMemberLookupTests.swift",
        "GettersSettersTests.swift",
        "OptionalKeyPathMappingTests.swift"
      ],
      "target_dependencies" : [
        "KeyPathMapping"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyPathMapping",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathMapping",
      "path" : "Sources/KeyPathMapping",
      "product_dependencies" : [
        "SwiftMarkerProtocols"
      ],
      "product_memberships" : [
        "KeyPathMapping"
      ],
      "sources" : [
        "Conversions/Conversions+Any.swift",
        "Conversions/Conversions+Concat.swift",
        "Conversions/Conversions+Protocols.swift",
        "Conversions/Conversions.swift",
        "Conversions/Equatable+Conversions.swift",
        "Conversions/GettersSetters/Equatable+GettersSetters.swift",
        "Conversions/GettersSetters/GettersSetters+Any.swift",
        "Conversions/GettersSetters/GettersSetters+Inline.swift",
        "Conversions/GettersSetters/GettersSetters+Never.swift",
        "Conversions/GettersSetters/GettersSetters+Protocols.swift",
        "Conversions/GettersSetters/KeyPathMappable+GettersSetters.swift",
        "Conversions/GettersSetters/KeyPathMapper+GettersSetters.swift",
        "Conversions/KeyPathMappable+Conversions.swift",
        "Conversions/KeyPathMapper+Conversions.swift",
        "Deprecated/KeyPathMapper+Collection.swift",
        "Deprecated/KeyPathMapper+OptionalUnwrapping.swift",
        "Helpers/Equatable+.swift",
        "KeyPathMappable+Conformances.swift",
        "KeyPathMappable.swift",
        "KeyPathMapper.swift",
        "PredefinedConversions/Conversion+BinaryNumeric.swift",
        "PredefinedConversions/Conversion+Collection.swift",
        "PredefinedConversions/Conversion+Optional.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
docker: invalid reference format: repository name (SwiftPackageIndex/spi-images) must be lowercase
Run 'docker run --help' for more information
BUILD FAILURE 6.1 android