Build Information
Successful build of swift-web-page, reference 0.0.1 (48a5f3
), with Swift 6.2 (beta) for Android on 21 Jun 2025 01:31:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/Alja7dali/swift-web-page.git
Reference: 0.0.1
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/Alja7dali/swift-web-page
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 48a5f31 type erasing Document<T>.init, to Document.init
Cloned https://github.com/Alja7dali/swift-web-page.git
Revision (git rev-parse @):
48a5f31dccb5803f8b1d68c6b8be0500793777b2
SUCCESS checkout https://github.com/Alja7dali/swift-web-page.git at 0.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Alja7dali/swift-web-page.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/6] Write sources
[5/6] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/14] Emitting module Core
[8/15] Compiling Core Tuple.swift
[9/15] Compiling Core Renderable.swift
[10/15] Compiling Core Indentation.swift
[11/15] Compiling Core Empty.swift
[12/15] Compiling Core Either.swift
[13/15] Compiling Core RenderStyle.swift
[14/15] Compiling Core RenderMode.swift
[15/15] Compiling Core Render.swift
[17/57] Compiling Css Normal.swift
[18/57] Compiling Css Number.swift
[19/57] Compiling Css Percentage.swift
[20/57] Compiling Html TagsExtension.swift
[21/57] Compiling Html ChildOf.swift
[22/57] Compiling Css Unset.swift
[23/60] Compiling Css Initial.swift
[24/60] Compiling Css Length.swift
[25/60] Compiling Css None.swift
[26/60] Compiling Css Value.swift
[27/60] Compiling Css Width+Style.swift
[28/60] Compiling Css makeDeclarations.swift
[29/60] Emitting module Css
[30/60] Compiling Html Html4.swift
[31/60] Compiling Html MediaType.swift
[32/60] Compiling Html ChildOfAny.swift
[33/60] Compiling Html Exported.swift
[34/60] Compiling Css Aliases.swift
[35/60] Compiling Css CssNodeBuilder.swift
[36/60] Compiling Css Exported.swift
[37/60] Compiling Css Helpers.swift
[38/60] Compiling Html Node.swift
[39/60] Compiling Html Render.swift
[42/61] Emitting module Html
[47/61] Compiling Html Helpers.swift
[48/61] Compiling Html HtmlNodeBuilder.swift
[49/61] Compiling Html Aliases.swift
[50/61] Compiling Html Aria.swift
[51/61] Compiling Html Attribute.swift
[52/61] Compiling Html Events.swift
[62/62] Compiling Html Tags.swift
[64/65] Compiling HtmlCssSupport HtmlExtensions.swift
/host/spi-builder-workspace/Sources/HtmlCssSupport/HtmlExtensions.swift:4:1: warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
2 | import Css
3 |
4 | extension Stylesheet: HtmlNode {}
| |- warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | extension Style {
[65/65] Emitting module HtmlCssSupport
/host/spi-builder-workspace/Sources/HtmlCssSupport/HtmlExtensions.swift:4:1: warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
2 | import Css
3 |
4 | extension Stylesheet: HtmlNode {}
| |- warning: extension declares a conformance of imported type 'Stylesheet' to imported protocol 'HtmlNode'; this will not behave correctly if the owners of 'Css' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | extension Style {
[67/68] Emitting module Swep
[68/68] Compiling Swep Exported.swift
Build complete! (24.69s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-web-page",
"name" : "swift-web-page",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Core",
"targets" : [
"Core"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Html",
"targets" : [
"Html"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Css",
"targets" : [
"Css"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HtmlCssSupport",
"targets" : [
"HtmlCssSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Swep",
"targets" : [
"Swep"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Swep",
"module_type" : "SwiftTarget",
"name" : "Swep",
"path" : "Sources/Swep",
"product_memberships" : [
"Swep"
],
"sources" : [
"Exported.swift"
],
"target_dependencies" : [
"Html",
"Css",
"HtmlCssSupport"
],
"type" : "library"
},
{
"c99name" : "HtmlTests",
"module_type" : "SwiftTarget",
"name" : "HtmlTests",
"path" : "Tests/HtmlTests",
"sources" : [
"AriaTests.swift",
"AttributesTests.swift",
"BuilderTests.swift",
"EventsTests.swift",
"MediaTypeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Html"
],
"type" : "test"
},
{
"c99name" : "HtmlCssSupport",
"module_type" : "SwiftTarget",
"name" : "HtmlCssSupport",
"path" : "Sources/HtmlCssSupport",
"product_memberships" : [
"HtmlCssSupport",
"Swep"
],
"sources" : [
"HtmlExtensions.swift"
],
"target_dependencies" : [
"Html",
"Css"
],
"type" : "library"
},
{
"c99name" : "Html",
"module_type" : "SwiftTarget",
"name" : "Html",
"path" : "Sources/Html",
"product_memberships" : [
"Html",
"HtmlCssSupport",
"Swep"
],
"sources" : [
"Aliases.swift",
"Attributes/Aria.swift",
"Attributes/Attribute.swift",
"Attributes/Events.swift",
"Attributes/Html4.swift",
"Attributes/MediaType.swift",
"Attributes/TagsExtension.swift",
"ChildOf.swift",
"ChildOfAny.swift",
"Exported.swift",
"Helpers.swift",
"HtmlNodeBuilder.swift",
"Node.swift",
"Render.swift",
"Tags.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "CssTests",
"module_type" : "SwiftTarget",
"name" : "CssTests",
"path" : "Tests/CssTests",
"sources" : [
"PropertiesTests.swift",
"SelectorsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Css"
],
"type" : "test"
},
{
"c99name" : "Css",
"module_type" : "SwiftTarget",
"name" : "Css",
"path" : "Sources/Css",
"product_memberships" : [
"Css",
"HtmlCssSupport",
"Swep"
],
"sources" : [
"Aliases.swift",
"CssNodeBuilder.swift",
"Exported.swift",
"Helpers.swift",
"Key.swift",
"Node.swift",
"Properties.swift",
"Render.swift",
"Values/Angle.swift",
"Values/Auto.swift",
"Values/Axises.swift",
"Values/Color.swift",
"Values/Default.swift",
"Values/Duration.swift",
"Values/Fraction.swift",
"Values/Inherit.swift",
"Values/Initial.swift",
"Values/Length.swift",
"Values/None.swift",
"Values/Normal.swift",
"Values/Number.swift",
"Values/Percentage.swift",
"Values/Side.swift",
"Values/String.swift",
"Values/Unset.swift",
"Values/Value.swift",
"Values/Width+Style.swift",
"Values/makeDeclarations.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "Core",
"module_type" : "SwiftTarget",
"name" : "Core",
"path" : "Sources/Core",
"product_memberships" : [
"Core",
"Html",
"Css",
"HtmlCssSupport",
"Swep"
],
"sources" : [
"Either.swift",
"Empty.swift",
"Indentation.swift",
"Render.swift",
"RenderMode.swift",
"RenderStyle.swift",
"Renderable.swift",
"Tuple.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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.