Build Information
Successful build of DotSwift, reference master (e1749e), with Swift 6.2 for Android on 18 Mar 2026 07:02:52 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ferranlala/DotSwift.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/ferranlala/DotSwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e1749ec Make things in SwiftGraphBindings public
Cloned https://github.com/ferranlala/DotSwift.git
Revision (git rev-parse @):
e1749ec3206dc09e57bd420a355f8fd63d54af2c
SUCCESS checkout https://github.com/ferranlala/DotSwift.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/ferranlala/DotSwift.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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/davecom/SwiftGraph
[1/3301] Fetching swiftgraph
Fetched https://github.com/davecom/SwiftGraph from cache (0.41s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.1.0 (2.64s)
Creating working copy for https://github.com/davecom/SwiftGraph
Working copy of https://github.com/davecom/SwiftGraph resolved at 3.1.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--11D90AFD9DD3AB2.txt
[6/27] Compiling SwiftGraph Graph.swift
[7/27] Compiling SwiftGraph MST.swift
[8/29] Emitting module SwiftGraph
[9/29] Compiling SwiftGraph Constructors.swift
[10/29] Compiling SwiftGraph Cycle.swift
[11/29] Compiling SwiftGraph Edge.swift
[12/29] Compiling SwiftGraph Search.swift
[13/29] Compiling SwiftGraph Sort.swift
[14/29] Compiling SwiftGraph Stack.swift
[15/29] Compiling SwiftGraph SwiftPriorityQueue.swift
[16/29] Compiling SwiftGraph Union.swift
[17/29] Compiling SwiftGraph UniqueElementsGraph.swift
[18/29] Compiling SwiftGraph UnweightedEdge.swift
[19/29] Compiling SwiftGraph UnweightedGraph.swift
[20/29] Compiling SwiftGraph WeightedEdge.swift
[21/29] Compiling SwiftGraph WeightedGraph.swift
[22/29] Emitting module DotSwiftAttributes
[23/29] Compiling DotSwiftAttributes Attributes.swift
[24/29] Compiling SwiftGraph Queue.swift
[25/29] Compiling SwiftGraph Reversed.swift
[26/30] Compiling DotSwiftAttributes Attributes.generated.swift
[27/30] Compiling DotSwiftAttributes AttributeGroups.generated.swift
[28/30] Compiling DotSwiftAttributes Model.swift
[29/30] Compiling DotSwiftAttributes Types.swift
[32/34] Emitting module DotSwiftEncoder
[33/34] Compiling DotSwiftEncoder DOTEncoder.swift
[34/34] Compiling DotSwiftEncoder OutputStructure.swift
[36/37] Emitting module SwiftGraphBindings
[37/37] Compiling SwiftGraphBindings SwiftGraphBindings.swift
Build complete! (18.79s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftgraph",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/davecom/SwiftGraph"
}
],
"manifest_display_name" : "DotSwift",
"name" : "DotSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DotSwiftAttributes",
"targets" : [
"DotSwiftAttributes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DotSwiftEncoder",
"targets" : [
"DotSwiftEncoder"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftGraphBindings",
"targets" : [
"SwiftGraphBindings"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftGraphBindingsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphBindingsTests",
"path" : "SwiftGraphBindings/Tests",
"sources" : [
"SwiftGraphBindingsTests.swift"
],
"target_dependencies" : [
"SwiftGraphBindings"
],
"type" : "test"
},
{
"c99name" : "SwiftGraphBindings",
"module_type" : "SwiftTarget",
"name" : "SwiftGraphBindings",
"path" : "SwiftGraphBindings/Sources",
"product_dependencies" : [
"SwiftGraph"
],
"product_memberships" : [
"SwiftGraphBindings"
],
"sources" : [
"SwiftGraphBindings.swift"
],
"target_dependencies" : [
"DotSwiftEncoder"
],
"type" : "library"
},
{
"c99name" : "DotSwiftEncoderTests",
"module_type" : "SwiftTarget",
"name" : "DotSwiftEncoderTests",
"path" : "DotSwiftEncoder/Tests",
"sources" : [
"DotSwiftEncoderTests.swift"
],
"target_dependencies" : [
"DotSwiftEncoder"
],
"type" : "test"
},
{
"c99name" : "DotSwiftEncoder",
"module_type" : "SwiftTarget",
"name" : "DotSwiftEncoder",
"path" : "DotSwiftEncoder/Sources",
"product_memberships" : [
"DotSwiftEncoder",
"SwiftGraphBindings"
],
"sources" : [
"DOTEncoder.swift",
"OutputStructure.swift"
],
"target_dependencies" : [
"DotSwiftAttributes"
],
"type" : "library"
},
{
"c99name" : "DotSwiftAttributesTests",
"module_type" : "SwiftTarget",
"name" : "DotSwiftAttributesTests",
"path" : "DotSwiftAttributes/Tests",
"sources" : [
"DotSwiftAttributesTests.swift"
],
"target_dependencies" : [
"DotSwiftAttributes"
],
"type" : "test"
},
{
"c99name" : "DotSwiftAttributes",
"module_type" : "SwiftTarget",
"name" : "DotSwiftAttributes",
"path" : "DotSwiftAttributes/Sources",
"product_memberships" : [
"DotSwiftAttributes",
"DotSwiftEncoder",
"SwiftGraphBindings"
],
"sources" : [
"Attributes.swift",
"Generated/AttributeGroups.generated.swift",
"Generated/Attributes.generated.swift",
"Model.swift",
"Types.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.