Build Information
Successful build of BindingKit, reference 1.0.0 (fe5885
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:20:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkj-is/BindingKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/BindingKit
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at fe58851 Add inline documentation
Cloned https://github.com/mkj-is/BindingKit.git
Revision (git rev-parse @):
fe58851b967301ec5c391a2c34979b676b854f89
SUCCESS checkout https://github.com/mkj-is/BindingKit.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mkj-is/BindingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling BindingKit Binding+StoredValue.swift
[4/9] Compiling BindingKit Transformation.swift
[5/9] Compiling BindingKit Binding+KeyPath.swift
[6/9] Compiling BindingKit Binding+Map.swift
[7/9] Emitting module BindingKit
[8/9] Compiling BindingKit Binding+Effects.swift
[9/9] Compiling BindingKit Binding+Coalescing.swift
Build complete! (7.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BindingKit",
"name" : "BindingKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "BindingKit",
"targets" : [
"BindingKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BindingKitTests",
"module_type" : "SwiftTarget",
"name" : "BindingKitTests",
"path" : "Tests/BindingKitTests",
"sources" : [
"CoalescingTests.swift",
"EffectTests.swift",
"KeyPathTests.swift",
"MapTests.swift",
"StoreValueTests.swift"
],
"target_dependencies" : [
"BindingKit"
],
"type" : "test"
},
{
"c99name" : "BindingKit",
"module_type" : "SwiftTarget",
"name" : "BindingKit",
"path" : "Sources/BindingKit",
"product_memberships" : [
"BindingKit"
],
"sources" : [
"Binding+Coalescing.swift",
"Binding+Effects.swift",
"Binding+KeyPath.swift",
"Binding+Map.swift",
"Binding+StoredValue.swift",
"Transformation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.