Build Information
Successful build of KnuthAlgorithmD, reference 1.0.2 (3aa003
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 02:53:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chipjarred/KnuthAlgorithmD.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chipjarred/KnuthAlgorithmD
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 3aa0038 Merge branch 'Going64'
Cloned https://github.com/chipjarred/KnuthAlgorithmD.git
Revision (git rev-parse @):
3aa0038dce0d4541def8e5b14792a7347db54aee
SUCCESS checkout https://github.com/chipjarred/KnuthAlgorithmD.git at 1.0.2
========================================
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": "knuthalgorithmd",
"name": "KnuthAlgorithmD",
"url": "https://github.com/chipjarred/KnuthAlgorithmD.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KnuthAlgorithmD",
"dependencies": [
]
}
]
}
Fetching https://github.com/chipjarred/KnuthAlgorithmD.git
[1/171] Fetching knuthalgorithmd
Fetched https://github.com/chipjarred/KnuthAlgorithmD.git from cache (0.67s)
Creating working copy for https://github.com/chipjarred/KnuthAlgorithmD.git
Working copy of https://github.com/chipjarred/KnuthAlgorithmD.git resolved at 1.0.2 (3aa0038)
warning: '.resolve-product-dependencies': dependency 'knuthalgorithmd' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/chipjarred/KnuthAlgorithmD.git
https://github.com/chipjarred/KnuthAlgorithmD.git
{
"dependencies" : [
],
"manifest_display_name" : "KnuthAlgorithmD",
"name" : "KnuthAlgorithmD",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KnuthAlgorithmD",
"targets" : [
"KnuthAlgorithmD"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KnuthAlgorithmDTests",
"module_type" : "SwiftTarget",
"name" : "KnuthAlgorithmDTests",
"path" : "Tests/KnuthAlgorithmDTests",
"sources" : [
"KnuthAlgorithmDTests.swift",
"StringInterpolation+Extension.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"KnuthAlgorithmD"
],
"type" : "test"
},
{
"c99name" : "KnuthAlgorithmD",
"module_type" : "SwiftTarget",
"name" : "KnuthAlgorithmD",
"path" : "Sources/KnuthAlgorithmD",
"product_memberships" : [
"KnuthAlgorithmD"
],
"sources" : [
"DigitCollectionFunctions.swift",
"HelperExtensions.swift",
"KnuthAlgorithmD.swift",
"TupleMath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling KnuthAlgorithmD DigitCollectionFunctions.swift
[4/7] Compiling KnuthAlgorithmD HelperExtensions.swift
[5/7] Emitting module KnuthAlgorithmD
[6/7] Compiling KnuthAlgorithmD KnuthAlgorithmD.swift
[7/7] Compiling KnuthAlgorithmD TupleMath.swift
Build complete! (0.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KnuthAlgorithmD",
"name" : "KnuthAlgorithmD",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KnuthAlgorithmD",
"targets" : [
"KnuthAlgorithmD"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KnuthAlgorithmDTests",
"module_type" : "SwiftTarget",
"name" : "KnuthAlgorithmDTests",
"path" : "Tests/KnuthAlgorithmDTests",
"sources" : [
"KnuthAlgorithmDTests.swift",
"StringInterpolation+Extension.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"KnuthAlgorithmD"
],
"type" : "test"
},
{
"c99name" : "KnuthAlgorithmD",
"module_type" : "SwiftTarget",
"name" : "KnuthAlgorithmD",
"path" : "Sources/KnuthAlgorithmD",
"product_memberships" : [
"KnuthAlgorithmD"
],
"sources" : [
"DigitCollectionFunctions.swift",
"HelperExtensions.swift",
"KnuthAlgorithmD.swift",
"TupleMath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.