Build Information
Successful build of HTML, reference main (d3dde8
), with Swift 6.2 (beta) for Android on 19 Jun 2025 14:37:44 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/robb/Swim.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/robb/Swim
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d3dde8c Make platforms explicit
Cloned https://github.com/robb/Swim.git
Revision (git rev-parse @):
d3dde8cf781507ada3b7549996bea94f8d57181f
SUCCESS checkout https://github.com/robb/Swim.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/robb/Swim.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/9] Emitting module Swim
[5/9] Compiling Swim Node.swift
[6/9] Compiling Swim NodeBuilder.swift
[7/9] Compiling Swim String+XML.swift
[8/9] Compiling Swim Visitor.swift
[9/9] Compiling Swim Trimming.swift
[11/13] Compiling HTML Tag.swift
[12/13] Emitting module HTML
[13/13] Compiling HTML Tags.swift
Build complete! (51.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HTML",
"name" : "HTML",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HTML",
"targets" : [
"HTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Swim",
"targets" : [
"Swim"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwimTests",
"module_type" : "SwiftTarget",
"name" : "SwimTests",
"path" : "Tests/SwimTests",
"sources" : [
"SwimTests.swift"
],
"target_dependencies" : [
"HTML"
],
"type" : "test"
},
{
"c99name" : "Swim",
"module_type" : "SwiftTarget",
"name" : "Swim",
"path" : "Sources/Swim",
"product_memberships" : [
"HTML",
"Swim"
],
"sources" : [
"Node.swift",
"NodeBuilder.swift",
"String+XML.swift",
"Trimming.swift",
"Visitor.swift"
],
"type" : "library"
},
{
"c99name" : "HTMLTests",
"module_type" : "SwiftTarget",
"name" : "HTMLTests",
"path" : "Tests/HTMLTests",
"sources" : [
"HTMLTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HTML"
],
"type" : "test"
},
{
"c99name" : "HTML",
"module_type" : "SwiftTarget",
"name" : "HTML",
"path" : "Sources/HTML",
"product_memberships" : [
"HTML"
],
"sources" : [
"Tag.swift",
"Tags.swift"
],
"target_dependencies" : [
"Swim"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.