The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-keypath-mapping, reference main (e30d8e), with Swift 6.1 for macOS (SPM) on 13 Mar 2026 12:58:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-keypath-mapping.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[5/7] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[6/7] Emitting module SwiftMarkerProtocols
[7/7] Compiling SwiftMarkerProtocols Deprecations.swift
[8/29] Compiling KeyPathMapping GettersSetters+Any.swift
[9/29] Compiling KeyPathMapping GettersSetters+Inline.swift
[10/29] Compiling KeyPathMapping GettersSetters+Never.swift
[11/31] Emitting module KeyPathMapping
[12/31] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
[13/31] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
[14/31] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[15/31] Compiling KeyPathMapping KeyPathMapper+Collection.swift
[16/31] Compiling KeyPathMapping KeyPathMapper.swift
[17/31] Compiling KeyPathMapping Conversion+BinaryNumeric.swift
[18/31] Compiling KeyPathMapping Conversions.swift
[19/31] Compiling KeyPathMapping Equatable+Conversions.swift
[20/31] Compiling KeyPathMapping Equatable+GettersSetters.swift
[21/31] Compiling KeyPathMapping KeyPathMapper+OptionalUnwrapping.swift
[22/31] Compiling KeyPathMapping Equatable+.swift
[23/31] Compiling KeyPathMapping Conversions+Any.swift
[24/31] Compiling KeyPathMapping Conversions+Concat.swift
[25/31] Compiling KeyPathMapping Conversions+Protocols.swift
[26/31] Compiling KeyPathMapping GettersSetters+Protocols.swift
[27/31] Compiling KeyPathMapping KeyPathMappable+GettersSetters.swift
[28/31] Compiling KeyPathMapping KeyPathMappable+Conformances.swift
[29/31] Compiling KeyPathMapping KeyPathMappable.swift
[30/31] Compiling KeyPathMapping Conversion+Collection.swift
[31/31] Compiling KeyPathMapping Conversion+Optional.swift
Build complete! (6.07s)
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.61s)
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.10s)
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
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" : "/Users/admin/builder/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"
}
Done.