Build Information
Successful build of SwiftGrad, reference 0.3.1 (f384c0), with Swift 6.1 for macOS (SPM) on 16 Mar 2026 07:05:47 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftAutograd/SwiftGrad.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftAutograd/SwiftGrad
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at f384c05 Fix CI: downgrade swift-tools-version from 6.2 to 6.0
Cloned https://github.com/SwiftAutograd/SwiftGrad.git
Revision (git rev-parse @):
f384c05355dca7f5228ce686bf9e8a046de3339e
SUCCESS checkout https://github.com/SwiftAutograd/SwiftGrad.git at 0.3.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftAutograd/SwiftGrad.git
https://github.com/SwiftAutograd/SwiftGrad.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftGrad",
"name" : "SwiftGrad",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGrad",
"targets" : [
"SwiftGrad"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGradTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGradTests",
"path" : "Tests/SwiftGradTests",
"sources" : [
"SwiftGradTests.swift"
],
"target_dependencies" : [
"SwiftGrad"
],
"type" : "test"
},
{
"c99name" : "SwiftGrad",
"module_type" : "SwiftTarget",
"name" : "SwiftGrad",
"path" : "Sources/SwiftGrad",
"product_memberships" : [
"SwiftGrad"
],
"sources" : [
"Engine.swift",
"Losses.swift",
"NN.swift",
"SwiftGrad.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling SwiftGrad Losses.swift
[4/7] Compiling SwiftGrad SwiftGrad.swift
[5/7] Compiling SwiftGrad Engine.swift
[6/7] Compiling SwiftGrad NN.swift
[7/7] Emitting module SwiftGrad
Build complete! (5.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftGrad",
"name" : "SwiftGrad",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGrad",
"targets" : [
"SwiftGrad"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGradTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGradTests",
"path" : "Tests/SwiftGradTests",
"sources" : [
"SwiftGradTests.swift"
],
"target_dependencies" : [
"SwiftGrad"
],
"type" : "test"
},
{
"c99name" : "SwiftGrad",
"module_type" : "SwiftTarget",
"name" : "SwiftGrad",
"path" : "Sources/SwiftGrad",
"product_memberships" : [
"SwiftGrad"
],
"sources" : [
"Engine.swift",
"Losses.swift",
"NN.swift",
"SwiftGrad.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.