Build Information
Successful build of swift-topsort, reference master (0ee1a8), with Swift 6.2 for Android on 29 Apr 2026 22:28:07 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rarestype/swift-topsort.git
Reference: master
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/rarestype/swift-topsort
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0ee1a85 [autosync]
Cloned https://github.com/rarestype/swift-topsort.git
Revision (git rev-parse @):
0ee1a8554d8798e094fb76dd39e9214b5f2a80a4
SUCCESS checkout https://github.com/rarestype/swift-topsort.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/rarestype/swift-topsort.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/ordo-one/dollup
[1/35] Fetching dollup
Fetched https://github.com/ordo-one/dollup from cache (0.25s)
Computing version for https://github.com/ordo-one/dollup
Computed https://github.com/ordo-one/dollup at 1.0.6 (0.59s)
Creating working copy for https://github.com/ordo-one/dollup
Working copy of https://github.com/ordo-one/dollup resolved at 1.0.6
Downloading binary artifact https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip
[1360/13038536] Downloading https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip
Downloaded https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip (1.53s)
[1/1] Compiling plugin DollupPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version--11D90AFD9DD3AB2.txt
[4/6] Compiling TopologicalSorting Sequence (ext).swift
[5/6] Compiling TopologicalSorting Dictionary (ext).swift
[6/6] Emitting module TopologicalSorting
Build complete! (11.13s)
Build complete.
{
"dependencies" : [
{
"identity" : "dollup",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/dollup"
}
],
"manifest_display_name" : "swift-topsort",
"name" : "swift-topsort",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "TopologicalSorting",
"targets" : [
"TopologicalSorting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TopologicalSortingTests",
"module_type" : "SwiftTarget",
"name" : "TopologicalSortingTests",
"path" : "Sources/TopologicalSortingTests",
"sources" : [
"Sorting.TestNode.swift",
"Sorting.swift"
],
"target_dependencies" : [
"TopologicalSorting"
],
"type" : "test"
},
{
"c99name" : "TopologicalSorting",
"module_type" : "SwiftTarget",
"name" : "TopologicalSorting",
"path" : "Sources/TopologicalSorting",
"product_memberships" : [
"TopologicalSorting"
],
"sources" : [
"Dictionary (ext).swift",
"Sequence (ext).swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.