Build Information
Successful build of shell-kit, reference main (7a274b
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 14:13:34 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/BinaryBirds/shell-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BinaryBirds/shell-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7a274bd license
Cloned https://github.com/BinaryBirds/shell-kit.git
Revision (git rev-parse @):
7a274bdb965378befad26085ef52ac3cb2051c8d
SUCCESS checkout https://github.com/BinaryBirds/shell-kit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/BinaryBirds/shell-kit.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/4] Compiling ShellKit Shell.swift
[4/4] Emitting module ShellKit
Build complete! (3.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "shell-kit",
"name" : "shell-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ShellKit",
"targets" : [
"ShellKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShellKitTests",
"module_type" : "SwiftTarget",
"name" : "ShellKitTests",
"path" : "Tests/ShellKitTests",
"sources" : [
"ShellKitTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ShellKit"
],
"type" : "test"
},
{
"c99name" : "ShellKit",
"module_type" : "SwiftTarget",
"name" : "ShellKit",
"path" : "Sources/ShellKit",
"product_memberships" : [
"ShellKit"
],
"sources" : [
"Shell.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.