Build Information
Successful build of Sdift, reference master (d82322), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 12:59:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omochi/sdift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omochi/sdift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d823223 Update README.md
Cloned https://github.com/omochi/sdift.git
Revision (git rev-parse @):
d8232234a24b77a852cf38e4e2d9b648f73b619d
SUCCESS checkout https://github.com/omochi/sdift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/omochi/sdift.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 Sdift BackwardDirection.swift
[4/9] Compiling Sdift ProgressTable.swift
[5/9] Compiling Sdift Slice.swift
[6/9] Compiling Sdift ForwardDirection.swift
[7/9] Compiling Sdift Difference.swift
[8/9] Compiling Sdift Algorithm.swift
[9/9] Emitting module Sdift
Build complete! (3.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Sdift",
"name" : "Sdift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Sdift",
"targets" : [
"Sdift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SdiftTests",
"module_type" : "SwiftTarget",
"name" : "SdiftTests",
"path" : "Tests/SdiftTests",
"sources" : [
"SdiftTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Sdift"
],
"type" : "test"
},
{
"c99name" : "Sdift",
"module_type" : "SwiftTarget",
"name" : "Sdift",
"path" : "Sources/Sdift",
"product_memberships" : [
"Sdift"
],
"sources" : [
"Algorithm.swift",
"BackwardDirection.swift",
"Difference.swift",
"ForwardDirection.swift",
"ProgressTable.swift",
"Slice.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.