Build Information
Successful build of DeepSwift, reference main (56b93a), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 08:48:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "deepswift",
"name": "DeepSwift",
"url": "https://github.com/AnarchoSystems/DeepSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DeepSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/AnarchoSystems/DeepSwift.git
[1/104] Fetching deepswift
Fetched https://github.com/AnarchoSystems/DeepSwift.git from cache (0.65s)
Creating working copy for https://github.com/AnarchoSystems/DeepSwift.git
Working copy of https://github.com/AnarchoSystems/DeepSwift.git resolved at main (56b93a1)
warning: '.resolve-product-dependencies': dependency 'deepswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/AnarchoSystems/DeepSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/14] Compiling DeepSwift NoAdjustment.swift
[4/14] Compiling DeepSwift Movable.swift
[5/14] Compiling DeepSwift Layer.swift
[6/14] Compiling DeepSwift DifferentiableArray.swift
[7/14] Compiling DeepSwift DifferentiablePair.swift
[8/15] Compiling DeepSwift Optimizer.swift
[9/15] Compiling DeepSwift Many.swift
[10/15] Compiling DeepSwift Frozen.swift
[11/15] Emitting module DeepSwift
[12/15] Compiling DeepSwift Learner.swift
[13/15] Compiling DeepSwift Chain.swift
[14/15] Compiling DeepSwift CombinatorLayer.swift
[15/15] Compiling DeepSwift Repeat.swift
Build complete! (0.96s)
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.