Build Information
Successful build of BindingKit with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkj-is/BindingKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/BindingKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/mkj-is/BindingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/9] Compiling BindingKit Transformation.swift
[4/9] Compiling BindingKit Binding+KeyPath.swift
[5/9] Compiling BindingKit Binding+StoredValue.swift
[6/9] Compiling BindingKit Binding+Map.swift
[7/9] Compiling BindingKit Binding+Effects.swift
[8/9] Compiling BindingKit Binding+Coalescing.swift
[9/9] Emitting module BindingKit
Build complete! (34.03s)
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.