Build Information
Successful build of swift-keypaths-extensions, reference 0.2.0 (b0f02a), with Swift 6.1 for macOS (SPM) on 11 Mar 2026 11:08: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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-keypaths-extensions.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-keypaths-extensions
* tag 0.2.0 -> FETCH_HEAD
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 0.2.0
========================================
Build
========================================
Selected platform: macosSpm
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
{
"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" : "/Users/admin/builder/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 ...
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/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/8] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[6/8] Emitting module SwiftMarkerProtocols
[7/8] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[8/8] Compiling SwiftMarkerProtocols Deprecations.swift
[9/30] Compiling KeyPathMapping KeyPathMapper+OptionalUnwrapping.swift
[10/30] Compiling KeyPathMapping Equatable+.swift
[11/32] Emitting module KeyPathMapping
[12/32] Compiling KeyPathMapping Conversions+Any.swift
[13/32] Compiling KeyPathMapping Conversions+Concat.swift
[14/32] Compiling KeyPathMapping Conversions+Protocols.swift
[15/32] Compiling KeyPathMapping KeyPathMapper+GettersSetters.swift
[16/32] Compiling KeyPathMapping KeyPathMappable+Conversions.swift
[17/32] Compiling KeyPathMapping KeyPathMapper.swift
[18/32] Compiling KeyPathMapping Conversion+BinaryNumeric.swift
[19/32] Compiling KeyPathMapping GettersSetters+Any.swift
[20/32] Compiling KeyPathMapping GettersSetters+Inline.swift
[21/32] Compiling KeyPathMapping GettersSetters+Never.swift
[22/32] Compiling KeyPathMapping GettersSetters+Protocols.swift
[23/32] Compiling KeyPathMapping KeyPathMappable+GettersSetters.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 KeyPathMappable+Conformances.swift
[28/32] Compiling KeyPathMapping KeyPathMappable.swift
[29/32] Compiling KeyPathMapping KeyPathMapper+Conversions.swift
[30/32] Compiling KeyPathMapping KeyPathMapper+Collection.swift
[31/32] Compiling KeyPathMapping Conversion+Collection.swift
[32/32] Compiling KeyPathMapping Conversion+Optional.swift
[33/37] Compiling KeyPathsExtensions KeyPath+.swift
[34/37] Compiling KeyPathsExtensions KeyPath+UnsafeSendable.swift
[35/37] Emitting module KeyPathsExtensions
[36/37] Compiling KeyPathsExtensions KeyPath+Optional.swift
[37/37] Compiling KeyPathsExtensions Exports.swift
Build complete! (10.16s)
Fetching https://github.com/capturecontext/swift-marker-protocols.git
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
[1/60] Fetching swift-keypath-mapping
[59/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.64s)
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.64s)
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.08s)
Computing version for https://github.com/capturecontext/swift-marker-protocols.git
Computed https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2 (0.52s)
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
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" : "/Users/admin/builder/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"
}
Done.