Build Information
Successful build of SwiftLiveOrderedSet, reference v1.1.0 (ce896f), with Swift 6.1 for Android on 7 Jul 2025 15:53:41 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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sddeno/SwiftLiveOrderedSet.git
Reference: v1.1.0
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/sddeno/SwiftLiveOrderedSet
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at ce896f7 Add Copy-on-Write (COW) support for SwiftLiveOrderedSet with TreeBox wrapper and AVLTree copy
Cloned https://github.com/sddeno/SwiftLiveOrderedSet.git
Revision (git rev-parse @):
ce896f74dd34ccb8ac4fe065e97b767abb97f9ee
SUCCESS checkout https://github.com/sddeno/SwiftLiveOrderedSet.git at v1.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/sddeno/SwiftLiveOrderedSet.git
https://github.com/sddeno/SwiftLiveOrderedSet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftLiveOrderedSet",
"name" : "SwiftLiveOrderedSet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftLiveOrderedSet",
"targets" : [
"SwiftLiveOrderedSet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftLiveOrderedSetTests",
"module_type" : "SwiftTarget",
"name" : "SwiftLiveOrderedSetTests",
"path" : "Tests/SwiftLiveOrderedSetTests",
"sources" : [
"SwiftLiveOrderedSetTests.swift"
],
"target_dependencies" : [
"SwiftLiveOrderedSet"
],
"type" : "test"
},
{
"c99name" : "SwiftLiveOrderedSet",
"module_type" : "SwiftTarget",
"name" : "SwiftLiveOrderedSet",
"path" : "Sources/SwiftLiveOrderedSet",
"product_memberships" : [
"SwiftLiveOrderedSet"
],
"sources" : [
"AVLTree.swift",
"AVLTreeNode.swift",
"SwiftLiveOrderedSet.swift",
"TreeBox.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling SwiftLiveOrderedSet SwiftLiveOrderedSet.swift
[4/7] Compiling SwiftLiveOrderedSet TreeBox.swift
[5/7] Compiling SwiftLiveOrderedSet AVLTree.swift
[6/7] Compiling SwiftLiveOrderedSet AVLTreeNode.swift
[7/7] Emitting module SwiftLiveOrderedSet
Build complete! (11.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftLiveOrderedSet",
"name" : "SwiftLiveOrderedSet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftLiveOrderedSet",
"targets" : [
"SwiftLiveOrderedSet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftLiveOrderedSetTests",
"module_type" : "SwiftTarget",
"name" : "SwiftLiveOrderedSetTests",
"path" : "Tests/SwiftLiveOrderedSetTests",
"sources" : [
"SwiftLiveOrderedSetTests.swift"
],
"target_dependencies" : [
"SwiftLiveOrderedSet"
],
"type" : "test"
},
{
"c99name" : "SwiftLiveOrderedSet",
"module_type" : "SwiftTarget",
"name" : "SwiftLiveOrderedSet",
"path" : "Sources/SwiftLiveOrderedSet",
"product_memberships" : [
"SwiftLiveOrderedSet"
],
"sources" : [
"AVLTree.swift",
"AVLTreeNode.swift",
"SwiftLiveOrderedSet.swift",
"TreeBox.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.