Build Information
Successful build of swift-topsort, reference 0.2.0 (bce466), with Swift 6.3 for Android on 16 Apr 2026 08:35:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-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: 0.2.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/rarestype/swift-topsort
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at bce466a Merge pull request #1 from rarestype/format
Cloned https://github.com/rarestype/swift-topsort.git
Revision (git rev-parse @):
bce466a11a3c3164c6f89110d0b03277d9da885a
SUCCESS checkout https://github.com/rarestype/swift-topsort.git at 0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/rarestype/swift-topsort.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/ordo-one/dollup
[1/23] Fetching dollup
Fetched https://github.com/ordo-one/dollup from cache (0.34s)
Computing version for https://github.com/ordo-one/dollup
Computed https://github.com/ordo-one/dollup at 1.0.4 (1.20s)
Creating working copy for https://github.com/ordo-one/dollup
Working copy of https://github.com/ordo-one/dollup resolved at 1.0.4
Downloading binary artifact https://download.rarestype.com/dollup/1.0.4/Linux-x86_64/dollup.artifactbundle.zip
[1360/13109709] Downloading https://download.rarestype.com/dollup/1.0.4/Linux-x86_64/dollup.artifactbundle.zip
Downloaded https://download.rarestype.com/dollup/1.0.4/Linux-x86_64/dollup.artifactbundle.zip (2.40s)
[1/1] Compiling plugin DollupPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/6] Emitting module TopologicalSorting
[5/6] Compiling TopologicalSorting Sequence (ext).swift
[6/6] Compiling TopologicalSorting Dictionary (ext).swift
Build complete! (15.68s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.