Build Information
Successful build of DeepSwift, reference main (56b93a), with Swift 6.2 for Android on 19 Jun 2025 16:48:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/AnarchoSystems/DeepSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/14] Emitting module DeepSwift
[4/15] Compiling DeepSwift NoAdjustment.swift
[5/15] Compiling DeepSwift Movable.swift
[6/15] Compiling DeepSwift Optimizer.swift
[7/15] Compiling DeepSwift Chain.swift
[8/15] Compiling DeepSwift CombinatorLayer.swift
[9/15] Compiling DeepSwift Repeat.swift
[10/15] Compiling DeepSwift Frozen.swift
[11/15] Compiling DeepSwift Layer.swift
[12/15] Compiling DeepSwift DifferentiableArray.swift
[13/15] Compiling DeepSwift DifferentiablePair.swift
[14/15] Compiling DeepSwift Learner.swift
[15/15] Compiling DeepSwift Many.swift
Build complete! (8.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DeepSwift",
"name" : "DeepSwift",
"path" : "/host/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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.