Build Information
Successful build of Gpx, reference main (4a223f), with Swift 6.3 for Android on 12 Apr 2026 20:08:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/fjagerman/Gpx.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/fjagerman/Gpx
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4a223ff Added badgs in readme
Cloned https://github.com/fjagerman/Gpx.git
Revision (git rev-parse @):
4a223ffc56a0d9bd63b42926e988195c9c3115ea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fjagerman/Gpx.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/fjagerman/Gpx.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/MaxDesiatov/XMLCoder.git
[1/10092] Fetching xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (0.74s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.18.1 (1.19s)
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.18.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/49] Emitting module XMLCoder
[5/55] Compiling XMLCoder DoubleBox.swift
[6/55] Compiling XMLCoder FloatBox.swift
[7/55] Compiling XMLCoder IntBox.swift
[8/55] Compiling XMLCoder KeyedBox.swift
[9/55] Compiling XMLCoder NullBox.swift
[10/55] Compiling XMLCoder SharedBox.swift
[11/55] Compiling XMLCoder SingleKeyedBox.swift
[12/55] Compiling XMLCoder StringBox.swift
[13/55] Compiling XMLCoder UIntBox.swift
[14/55] Compiling XMLCoder URLBox.swift
[15/55] Compiling XMLCoder UnkeyedBox.swift
[16/55] Compiling XMLCoder ValueBox.swift
[17/55] Compiling XMLCoder Element.swift
[18/55] Compiling XMLCoder ElementAndAttribute.swift
[19/55] Compiling XMLCoder XMLEncoder.swift
[20/55] Compiling XMLCoder XMLEncoderImplementation.swift
[21/55] Compiling XMLCoder XMLEncodingStorage.swift
[22/55] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[23/55] Compiling XMLCoder XMLReferencingEncoder.swift
[24/55] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[25/55] Compiling XMLCoder Attribute.swift
[26/55] Compiling XMLCoder BoolBox.swift
[27/55] Compiling XMLCoder Box.swift
[28/55] Compiling XMLCoder ChoiceBox.swift
[29/55] Compiling XMLCoder DataBox.swift
[30/55] Compiling XMLCoder DateBox.swift
[31/55] Compiling XMLCoder DecimalBox.swift
[32/55] Compiling XMLCoder ISO8601DateFormatter.swift
[33/55] Compiling XMLCoder KeyedStorage.swift
[34/55] Compiling XMLCoder Metatypes.swift
[35/55] Compiling XMLCoder String+Extensions.swift
[36/55] Compiling XMLCoder Utils.swift
[37/55] Compiling XMLCoder XMLChoiceCodingKey.swift
[38/55] Compiling XMLCoder XMLCoderElement.swift
[39/55] Compiling XMLCoder XMLDocumentType.swift
[40/55] Compiling XMLCoder XMLHeader.swift
[41/55] Compiling XMLCoder XMLKey.swift
[42/55] Compiling XMLCoder XMLStackParser.swift
[43/55] Compiling XMLCoder DecodingErrorExtension.swift
[44/55] Compiling XMLCoder DynamicNodeDecoding.swift
[45/55] Compiling XMLCoder SingleValueDecodingContainer.swift
[46/55] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[47/55] Compiling XMLCoder XMLDecoder.swift
[48/55] Compiling XMLCoder XMLDecoderImplementation.swift
[49/55] Compiling XMLCoder XMLDecodingStorage.swift
[50/55] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[51/55] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[52/55] Compiling XMLCoder DynamicNodeEncoding.swift
[53/55] Compiling XMLCoder EncodingErrorExtension.swift
[54/55] Compiling XMLCoder SingleValueEncodingContainer.swift
[55/55] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[57/58] Compiling Gpx Gpx.swift
[58/58] Emitting module Gpx
Build complete! (20.12s)
Build complete.
{
"dependencies" : [
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MaxDesiatov/XMLCoder.git"
}
],
"manifest_display_name" : "Gpx",
"name" : "Gpx",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Gpx",
"targets" : [
"Gpx"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GpxTests",
"module_type" : "SwiftTarget",
"name" : "GpxTests",
"path" : "Tests/GpxTests",
"product_dependencies" : [
"XMLCoder"
],
"sources" : [
"GpxTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Gpx"
],
"type" : "test"
},
{
"c99name" : "Gpx",
"module_type" : "SwiftTarget",
"name" : "Gpx",
"path" : "Sources/Gpx",
"product_dependencies" : [
"XMLCoder"
],
"product_memberships" : [
"Gpx"
],
"sources" : [
"Gpx.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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.