Build Information
Successful build of AlgoChecker, reference 0.1.5 (3c7863
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 21:17:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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",
"dependencies": [
{
"identity": "algorithmchecker",
"name": "AlgoChecker",
"url": "https://github.com/kandelvijaya/algorithmchecker.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/algorithmchecker",
"dependencies": [
]
}
]
}
Fetching https://github.com/kandelvijaya/algorithmchecker.git
[1/67] Fetching algorithmchecker
Fetched https://github.com/kandelvijaya/algorithmchecker.git from cache (0.63s)
Creating working copy for https://github.com/kandelvijaya/algorithmchecker.git
Working copy of https://github.com/kandelvijaya/algorithmchecker.git resolved at 0.1.5 (3c78630)
warning: '.resolve-product-dependencies': dependency 'algorithmchecker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/kandelvijaya/algorithmchecker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[3/6] Compiling AlgoChecker Experimental.swift
[4/6] Compiling AlgoChecker RandomizableInput.swift
[5/6] Emitting module AlgoChecker
[6/6] Compiling AlgoChecker AlgoChecker.swift
Build complete! (8.21s)
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.