Build Information
Successful build of AlgoChecker, reference 0.1.5 (3c7863
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 08:56:29 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/kandelvijaya/algorithmchecker.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kandelvijaya/algorithmchecker
* tag 0.1.5 -> FETCH_HEAD
HEAD is now at 3c78630 refactored nextPossibleSize with proper powering on linear complexity
Cloned https://github.com/kandelvijaya/algorithmchecker.git
Revision (git rev-parse @):
3c786303ec2cdd0018b77f1597d6e38e0448039a
SUCCESS checkout https://github.com/kandelvijaya/algorithmchecker.git at 0.1.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kandelvijaya/algorithmchecker.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/6] Compiling AlgoChecker RandomizableInput.swift
[4/6] Compiling AlgoChecker Experimental.swift
[5/6] Emitting module AlgoChecker
[6/6] Compiling AlgoChecker AlgoChecker.swift
Build complete! (4.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AlgoChecker",
"name" : "AlgoChecker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AlgoChecker",
"targets" : [
"AlgoChecker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AlgoCheckerTests",
"module_type" : "SwiftTarget",
"name" : "AlgoCheckerTests",
"path" : "Tests/AlgoCheckerTests",
"sources" : [
"AlgoCheckerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"AlgoChecker"
],
"type" : "test"
},
{
"c99name" : "AlgoChecker",
"module_type" : "SwiftTarget",
"name" : "AlgoChecker",
"path" : "Sources/AlgoChecker",
"product_memberships" : [
"AlgoChecker"
],
"sources" : [
"AlgoChecker.swift",
"Experimental.swift",
"RandomizableInput.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.