Build Information
Successful build of HyperSwift, reference main (a749aa
), with Swift 6.2 (beta) for Android on 21 Jun 2025 01:32:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/johngarrett/HyperSwift.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/johngarrett/HyperSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a749aaa Update README.md
Cloned https://github.com/johngarrett/HyperSwift.git
Revision (git rev-parse @):
a749aaafbf15b6b39cfb56eb4ba9602ecd448d68
SUCCESS checkout https://github.com/johngarrett/HyperSwift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/johngarrett/HyperSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/31] Emitting module HyperSwift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[4/31] Compiling HyperSwift HTMLElement.swift
[5/31] Compiling HyperSwift HTMLTag.swift
[6/31] Compiling HyperSwift Head.swift
[7/31] Compiling HyperSwift Header.swift
[8/35] Compiling HyperSwift GridStyler.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/Stylers/MediaQueryStyler.swift:5:19: warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
3 | public extension HTMLComponent {
4 | func with(_ query: MediaQuery) -> HTMLComponent {
5 | guard let cssClass = cssClass else {
| `- warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
6 | return self
7 | }
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[9/35] Compiling HyperSwift MarginStyler.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/Stylers/MediaQueryStyler.swift:5:19: warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
3 | public extension HTMLComponent {
4 | func with(_ query: MediaQuery) -> HTMLComponent {
5 | guard let cssClass = cssClass else {
| `- warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
6 | return self
7 | }
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[10/35] Compiling HyperSwift MediaQueryStyler.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/Stylers/MediaQueryStyler.swift:5:19: warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
3 | public extension HTMLComponent {
4 | func with(_ query: MediaQuery) -> HTMLComponent {
5 | guard let cssClass = cssClass else {
| `- warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
6 | return self
7 | }
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[11/35] Compiling HyperSwift PaddingStyler.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/Stylers/MediaQueryStyler.swift:5:19: warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
3 | public extension HTMLComponent {
4 | func with(_ query: MediaQuery) -> HTMLComponent {
5 | guard let cssClass = cssClass else {
| `- warning: value 'cssClass' was defined but never used; consider replacing with boolean test [#no-usage]
6 | return self
7 | }
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[12/35] Compiling HyperSwift CSS+Styler.swift
[13/35] Compiling HyperSwift CSSExtensions.swift
[14/35] Compiling HyperSwift FontStyler.swift
[15/35] Compiling HyperSwift FrameStyler.swift
[16/35] Compiling HyperSwift HyperSwift+Array.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[17/35] Compiling HyperSwift MediaQuery.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[18/35] Compiling HyperSwift Style.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[19/35] Compiling HyperSwift StyleSheet.swift
/host/spi-builder-workspace/Sources/HyperSwift/CSS/MediaQuery.swift:12:18: warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
10 | case height, maxHeight = "max-height", minHeight = "min-height"
11 | case width, maxWidth = "max-width", minWidth = "min-width"
12 | #warning("missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp")
| `- warning: missing a ton of mediafeatures: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
13 | }
14 |
[20/35] Compiling HyperSwift Button.swift
[21/35] Compiling HyperSwift Code.swift
[22/35] Compiling HyperSwift Div.swift
[23/35] Compiling HyperSwift HTMLComponent.swift
[24/35] Compiling HyperSwift Input.swift
/host/spi-builder-workspace/Sources/HyperSwift/HTML/Link.swift:10:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
8 | attributes: attributes
9 | .merging(
10 | ["id": id ?? "", "href": href ?? ""],
| `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
11 | uniquingKeysWith: {
12 | [$0, $1].compactMap { $0 }.joined(separator: " ")
[25/35] Compiling HyperSwift Link.swift
/host/spi-builder-workspace/Sources/HyperSwift/HTML/Link.swift:10:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
8 | attributes: attributes
9 | .merging(
10 | ["id": id ?? "", "href": href ?? ""],
| `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
11 | uniquingKeysWith: {
12 | [$0, $1].compactMap { $0 }.joined(separator: " ")
[26/35] Compiling HyperSwift Paragraph.swift
/host/spi-builder-workspace/Sources/HyperSwift/HTML/Link.swift:10:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
8 | attributes: attributes
9 | .merging(
10 | ["id": id ?? "", "href": href ?? ""],
| `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
11 | uniquingKeysWith: {
12 | [$0, $1].compactMap { $0 }.joined(separator: " ")
[27/35] Compiling HyperSwift Protocols.swift
/host/spi-builder-workspace/Sources/HyperSwift/HTML/Link.swift:10:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
8 | attributes: attributes
9 | .merging(
10 | ["id": id ?? "", "href": href ?? ""],
| `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
11 | uniquingKeysWith: {
12 | [$0, $1].compactMap { $0 }.joined(separator: " ")
[28/35] Compiling HyperSwift Array+HyperSwift.swift
[29/35] Compiling HyperSwift CSSColor.swift
[30/35] Compiling HyperSwift CSSProperties.swift
[31/35] Compiling HyperSwift CSSUnit.swift
[32/35] Compiling HyperSwift Small.swift
[33/35] Compiling HyperSwift Stacks.swift
[34/35] Compiling HyperSwift Wrappers.swift
[35/35] Compiling HyperSwift String+HyperSwift.swift
Build complete! (15.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HyperSwift",
"name" : "HyperSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HyperSwift",
"targets" : [
"HyperSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HyperSwiftTests",
"module_type" : "SwiftTarget",
"name" : "HyperSwiftTests",
"path" : "Tests/HyperSwiftTests",
"sources" : [
"CSSAttributesTests.swift",
"CSSClassTests.swift",
"DivTests.swift",
"FrameStyleTests.swift",
"HTMLComponentTests.swift",
"LinkTests.swift",
"StackTests.swift",
"StylersTest.swift"
],
"target_dependencies" : [
"HyperSwift"
],
"type" : "test"
},
{
"c99name" : "HyperSwift",
"module_type" : "SwiftTarget",
"name" : "HyperSwift",
"path" : "Sources/HyperSwift",
"product_memberships" : [
"HyperSwift"
],
"sources" : [
"Array+HyperSwift.swift",
"CSS/CSSColor.swift",
"CSS/CSSProperties.swift",
"CSS/CSSUnit.swift",
"CSS/HyperSwift+Array.swift",
"CSS/MediaQuery.swift",
"CSS/Style.swift",
"CSS/StyleSheet.swift",
"CSS/Stylers/CSS+Styler.swift",
"CSS/Stylers/CSSExtensions.swift",
"CSS/Stylers/FontStyler.swift",
"CSS/Stylers/FrameStyler.swift",
"CSS/Stylers/GridStyler.swift",
"CSS/Stylers/MarginStyler.swift",
"CSS/Stylers/MediaQueryStyler.swift",
"CSS/Stylers/PaddingStyler.swift",
"HTML/Button.swift",
"HTML/Code.swift",
"HTML/Div.swift",
"HTML/HTMLComponent.swift",
"HTML/HTMLElement.swift",
"HTML/HTMLTag.swift",
"HTML/Head.swift",
"HTML/Header.swift",
"HTML/Input.swift",
"HTML/Link.swift",
"HTML/Paragraph.swift",
"HTML/Protocols.swift",
"HTML/Small.swift",
"HTML/Stacks.swift",
"HTML/Wrappers.swift",
"String+HyperSwift.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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.