Build Information
Successful build of BFloat16, reference main (086445), with Swift 6.1 for Android on 12 Oct 2025 18:20:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivarflakstad/BFloat16.swift.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/ivarflakstad/BFloat16.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0864459 Merge pull request #14 from ivarflakstad/decode-refactor
Cloned https://github.com/ivarflakstad/BFloat16.swift.git
Revision (git rev-parse @):
08644590df4349135bae67ef0e2af066c5a41d87
SUCCESS checkout https://github.com/ivarflakstad/BFloat16.swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ivarflakstad/BFloat16.swift.git
https://github.com/ivarflakstad/BFloat16.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-property-based",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/x-sheep/swift-property-based.git"
}
],
"manifest_display_name" : "BFloat16",
"name" : "BFloat16",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BFloat16",
"targets" : [
"BFloat16",
"bfloat16_c"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "bfloat16_c",
"module_type" : "ClangTarget",
"name" : "bfloat16_c",
"path" : "Sources/bfloat16_c",
"product_memberships" : [
"BFloat16"
],
"sources" : [
"src/bfloat16.c"
],
"type" : "library"
},
{
"c99name" : "BFloat16Tests",
"module_type" : "SwiftTarget",
"name" : "BFloat16Tests",
"path" : "Tests/BFloat16Tests",
"product_dependencies" : [
"PropertyBased"
],
"sources" : [
"BFloat16Tests.swift"
],
"target_dependencies" : [
"BFloat16"
],
"type" : "test"
},
{
"c99name" : "BFloat16",
"module_type" : "SwiftTarget",
"name" : "BFloat16",
"path" : "Sources/BFloat16",
"product_memberships" : [
"BFloat16"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/BFloat16/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"BFloat16+Atomic.swift",
"BFloat16+BNNS.swift",
"BFloat16+Codable.swift",
"BFloat16+Conversion.swift",
"BFloat16+Floating.swift",
"BFloat16+Hashing.swift",
"BFloat16+Numeric.swift",
"BFloat16+SIMD.swift",
"BFloat16+String.swift",
"BFloat16.swift"
],
"target_dependencies" : [
"bfloat16_c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/x-sheep/swift-property-based.git
[1/1111] Fetching swift-property-based
Fetched https://github.com/x-sheep/swift-property-based.git from cache (0.35s)
Computing version for https://github.com/x-sheep/swift-property-based.git
Computed https://github.com/x-sheep/swift-property-based.git at 1.0.1 (0.88s)
Creating working copy for https://github.com/x-sheep/swift-property-based.git
Working copy of https://github.com/x-sheep/swift-property-based.git resolved at 1.0.1
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[2/4] Compiling bfloat16.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling BFloat16 BFloat16.swift
[6/15] Compiling BFloat16 BFloat16+String.swift
[7/16] Compiling BFloat16 BFloat16+Floating.swift
[8/16] Compiling BFloat16 BFloat16+Hashing.swift
[9/16] Compiling BFloat16 BFloat16+SIMD.swift
[10/16] Compiling BFloat16 BFloat16+Numeric.swift
[11/16] Compiling BFloat16 resource_bundle_accessor.swift
[12/16] Compiling BFloat16 BFloat16+Atomic.swift
[13/16] Compiling BFloat16 BFloat16+BNNS.swift
[14/16] Emitting module BFloat16
[15/16] Compiling BFloat16 BFloat16+Codable.swift
[16/16] Compiling BFloat16 BFloat16+Conversion.swift
Build complete! (11.38s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-property-based",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/x-sheep/swift-property-based.git"
}
],
"manifest_display_name" : "BFloat16",
"name" : "BFloat16",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BFloat16",
"targets" : [
"BFloat16",
"bfloat16_c"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "bfloat16_c",
"module_type" : "ClangTarget",
"name" : "bfloat16_c",
"path" : "Sources/bfloat16_c",
"product_memberships" : [
"BFloat16"
],
"sources" : [
"src/bfloat16.c"
],
"type" : "library"
},
{
"c99name" : "BFloat16Tests",
"module_type" : "SwiftTarget",
"name" : "BFloat16Tests",
"path" : "Tests/BFloat16Tests",
"product_dependencies" : [
"PropertyBased"
],
"sources" : [
"BFloat16Tests.swift"
],
"target_dependencies" : [
"BFloat16"
],
"type" : "test"
},
{
"c99name" : "BFloat16",
"module_type" : "SwiftTarget",
"name" : "BFloat16",
"path" : "Sources/BFloat16",
"product_memberships" : [
"BFloat16"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/BFloat16/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"BFloat16+Atomic.swift",
"BFloat16+BNNS.swift",
"BFloat16+Codable.swift",
"BFloat16+Conversion.swift",
"BFloat16+Floating.swift",
"BFloat16+Hashing.swift",
"BFloat16+Numeric.swift",
"BFloat16+SIMD.swift",
"BFloat16+String.swift",
"BFloat16.swift"
],
"target_dependencies" : [
"bfloat16_c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.