The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-keypaths-extensions, reference main (b0f02a), with Swift 6.1 for Wasm on 10 Mar 2026 23:21:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-keypaths-extensions.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-keypaths-extensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b0f02a0 feat: Extract KeyPathMapper to a separate package
Cloned https://github.com/capturecontext/swift-keypaths-extensions.git
Revision (git rev-parse @):
b0f02a0057b5274521142ad4cc28dc9cf7464943
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-keypaths-extensions.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swift-keypaths-extensions.git
https://github.com/capturecontext/swift-keypaths-extensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-keypath-mapping",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-keypath-mapping.git"
    },
    {
      "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-keypaths-extensions",
  "name" : "swift-keypaths-extensions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeyPathsExtensions",
      "targets" : [
        "KeyPathsExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "KeyPathsExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathsExtensionsTests",
      "path" : "Tests/KeyPathsExtensionsTests",
      "sources" : [
        "KeyPathsOptionalTests.swift"
      ],
      "target_dependencies" : [
        "KeyPathsExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyPathsExtensions",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathsExtensions",
      "path" : "Sources/KeyPathsExtensions",
      "product_dependencies" : [
        "KeyPathMapping",
        "SwiftMarkerProtocols"
      ],
      "product_memberships" : [
        "KeyPathsExtensions"
      ],
      "sources" : [
        "Exports.swift",
        "Helpers/KeyPath+.swift",
        "KeyPath+Optional.swift",
        "KeyPath+UnsafeSendable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
[1/60] Fetching swift-keypath-mapping
Fetching https://github.com/capturecontext/swift-marker-protocols.git
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.37s)
[1/171] Fetching swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.35s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (4.30s)
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.01s)
Creating working copy for https://github.com/capturecontext/swift-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.1
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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[6/8] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[7/8] Compiling SwiftMarkerProtocols Deprecations.swift
[8/8] Emitting module SwiftMarkerProtocols
[10/31] Compiling KeyPathMapping GettersSetters+Protocols.swift
[11/31] Compiling KeyPathMapping KeyPathMappable+GettersSetters.swift
[12/31] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
[13/33] Compiling KeyPathMapping KeyPathMappable.swift
[14/33] Compiling KeyPathMapping KeyPathMapper.swift
[15/33] Compiling KeyPathMapping Conversion+BinaryNumeric.swift
[16/33] Compiling KeyPathMapping Conversions+Any.swift
[17/33] Compiling KeyPathMapping Conversions+Concat.swift
[18/33] Compiling KeyPathMapping Conversions+Protocols.swift
[19/33] Emitting module KeyPathMapping
[20/33] Compiling KeyPathMapping KeyPathMapper+OptionalUnwrapping.swift
[21/33] Compiling KeyPathMapping Equatable+.swift
[22/33] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
[23/33] Compiling KeyPathMapping GettersSetters+Any.swift
[24/33] Compiling KeyPathMapping GettersSetters+Inline.swift
[25/33] Compiling KeyPathMapping GettersSetters+Never.swift
[26/33] Compiling KeyPathMapping Conversions.swift
[27/33] Compiling KeyPathMapping Equatable+Conversions.swift
[28/33] Compiling KeyPathMapping Equatable+GettersSetters.swift
[29/33] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
[30/33] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[31/33] Compiling KeyPathMapping KeyPathMapper+Collection.swift
[32/33] Compiling KeyPathMapping Conversion+Collection.swift
[33/33] Compiling KeyPathMapping Conversion+Optional.swift
[35/39] Compiling KeyPathsExtensions KeyPath+.swift
[36/39] Compiling KeyPathsExtensions Exports.swift
[37/39] Emitting module KeyPathsExtensions
[38/39] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[39/39] Compiling KeyPathsExtensions KeyPath+Optional.swift
Build complete! (23.49s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-keypath-mapping",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-keypath-mapping.git"
    },
    {
      "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-keypaths-extensions",
  "name" : "swift-keypaths-extensions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeyPathsExtensions",
      "targets" : [
        "KeyPathsExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "KeyPathsExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathsExtensionsTests",
      "path" : "Tests/KeyPathsExtensionsTests",
      "sources" : [
        "KeyPathsOptionalTests.swift"
      ],
      "target_dependencies" : [
        "KeyPathsExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyPathsExtensions",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathsExtensions",
      "path" : "Sources/KeyPathsExtensions",
      "product_dependencies" : [
        "KeyPathMapping",
        "SwiftMarkerProtocols"
      ],
      "product_memberships" : [
        "KeyPathsExtensions"
      ],
      "sources" : [
        "Exports.swift",
        "Helpers/KeyPath+.swift",
        "KeyPath+Optional.swift",
        "KeyPath+UnsafeSendable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.