The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-keypath-mapping, reference main (e30d8e), with Swift 6.3 for Wasm on 19 Apr 2026 03:41:10 UTC.

Swift 6 data race errors: 0

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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-keypath-mapping.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/capturecontext/swift-keypath-mapping
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/capturecontext/swift-keypath-mapping.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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/171] Fetching swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.28s)
Computing version for https://github.com/capturecontext/swift-marker-protocols.git
Computed https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2 (1.38s)
Creating working copy for https://github.com/capturecontext/swift-marker-protocols.git
Working copy of https://github.com/capturecontext/swift-marker-protocols.git resolved at 1.5.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[5/7] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[6/7] Emitting module SwiftMarkerProtocols
[7/7] Compiling SwiftMarkerProtocols Deprecations.swift
[9/30] Compiling KeyPathMapping KeyPathMappable.swift
[10/30] Compiling KeyPathMapping KeyPathMapper.swift
[11/30] Compiling KeyPathMapping Conversion+BinaryNumeric.swift
[12/30] Compiling KeyPathMapping GettersSetters+Any.swift
[13/30] Compiling KeyPathMapping GettersSetters+Inline.swift
[14/30] Compiling KeyPathMapping GettersSetters+Never.swift
[15/30] Compiling KeyPathMapping GettersSetters+Protocols.swift
[16/30] Compiling KeyPathMapping KeyPathMappable+GettersSetters.swift
[17/30] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
[18/32] Emitting module KeyPathMapping
[19/32] Compiling KeyPathMapping Conversion+Collection.swift
[20/32] Compiling KeyPathMapping Conversion+Optional.swift
[21/32] Compiling KeyPathMapping Conversions+Any.swift
[22/32] Compiling KeyPathMapping Conversions+Concat.swift
[23/32] Compiling KeyPathMapping Conversions+Protocols.swift
[24/32] Compiling KeyPathMapping Conversions.swift
[25/32] Compiling KeyPathMapping Equatable+Conversions.swift
[26/32] Compiling KeyPathMapping Equatable+GettersSetters.swift
[27/32] Compiling KeyPathMapping KeyPathMapper+OptionalUnwrapping.swift
[28/32] Compiling KeyPathMapping Equatable+.swift
[29/32] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
[30/32] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
[31/32] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[32/32] Compiling KeyPathMapping KeyPathMapper+Collection.swift
Build complete! (11.19s)
Build complete.
{
  "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"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.