Build Information
Successful build of Sdift, reference master (d82322), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 09:28:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "sdift",
"name": "Sdift",
"url": "https://github.com/omochi/sdift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sdift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/omochi/sdift.git
[1/66] Fetching sdift
Fetched https://github.com/omochi/sdift.git from cache (0.64s)
Creating working copy for https://github.com/omochi/sdift.git
Working copy of https://github.com/omochi/sdift.git resolved at master (d823223)
warning: '.resolve-product-dependencies': dependency 'sdift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/omochi/sdift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling Sdift BackwardDirection.swift
[4/9] Compiling Sdift Slice.swift
[5/9] Compiling Sdift ForwardDirection.swift
[6/9] Compiling Sdift ProgressTable.swift
[7/9] Compiling Sdift Difference.swift
[8/9] Emitting module Sdift
[9/9] Compiling Sdift Algorithm.swift
Build complete! (4.20s)
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.