Build Information
Successful build of DeepSwift, reference main (56b93a), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 16:54:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnarchoSystems/DeepSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnarchoSystems/DeepSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 56b93a1 scalar is now always double as conversion overhead for a single number is negligible; remote stuff is deleted again, it'll be implemented in downstream repos
Cloned https://github.com/AnarchoSystems/DeepSwift.git
Revision (git rev-parse @):
56b93a18478715bb9179d5e8e57987b74049ada7
SUCCESS checkout https://github.com/AnarchoSystems/DeepSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AnarchoSystems/DeepSwift.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/14] Compiling DeepSwift Optimizer.swift
[4/14] Compiling DeepSwift NoAdjustment.swift
[5/14] Compiling DeepSwift Movable.swift
[6/15] Compiling DeepSwift Frozen.swift
[7/15] Compiling DeepSwift Learner.swift
[8/15] Compiling DeepSwift Layer.swift
[9/15] Compiling DeepSwift DifferentiableArray.swift
[10/15] Compiling DeepSwift DifferentiablePair.swift
[11/15] Emitting module DeepSwift
[12/15] Compiling DeepSwift Many.swift
[13/15] Compiling DeepSwift Chain.swift
[14/15] Compiling DeepSwift CombinatorLayer.swift
[15/15] Compiling DeepSwift Repeat.swift
Build complete! (1.02s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DeepSwift",
"name" : "DeepSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DeepSwift",
"targets" : [
"DeepSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DeepSwiftTests",
"module_type" : "SwiftTarget",
"name" : "DeepSwiftTests",
"path" : "Tests/DeepSwiftTests",
"sources" : [
"DeepSwiftTests.swift"
],
"target_dependencies" : [
"DeepSwift"
],
"type" : "test"
},
{
"c99name" : "DeepSwift",
"module_type" : "SwiftTarget",
"name" : "DeepSwift",
"path" : "Sources/DeepSwift",
"product_memberships" : [
"DeepSwift"
],
"sources" : [
"Chain.swift",
"CombinatorLayer.swift",
"DifferentiableArray.swift",
"DifferentiablePair.swift",
"Frozen.swift",
"Layer.swift",
"Learner.swift",
"Many.swift",
"Movable.swift",
"NoAdjustment.swift",
"Optimizer.swift",
"Repeat.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.