Build Information
Successful build of swift-html, reference 0.5.0 (662619
), with Swift 6.1 for Android on 29 May 2025 20:47:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-html.git
Reference: 0.5.0
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/pointfreeco/swift-html
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 662619f Update MediaType.swift (#108)
Cloned https://github.com/pointfreeco/swift-html.git
Revision (git rev-parse @):
662619ff6c39c389694b9f5d522c72291d034928
SUCCESS checkout https://github.com/pointfreeco/swift-html.git at 0.5.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-html.git
https://github.com/pointfreeco/swift-html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.11.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
}
],
"manifest_display_name" : "swift-html",
"name" : "swift-html",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Html",
"targets" : [
"Html"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HtmlSnapshotTesting",
"targets" : [
"HtmlSnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HtmlTests",
"module_type" : "SwiftTarget",
"name" : "HtmlTests",
"path" : "Tests/HtmlTests",
"sources" : [
"AriaTests.swift",
"AttributesTests.swift",
"ElementsTests.swift",
"EventsTests.swift",
"MediaTypeTests.swift",
"StringInterpolationTests.swift"
],
"target_dependencies" : [
"Html"
],
"type" : "test"
},
{
"c99name" : "HtmlSnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "HtmlSnapshotTestingTests",
"path" : "Tests/HtmlSnapshotTestingTests",
"sources" : [
"HtmlSnapshotTestingTests.swift"
],
"target_dependencies" : [
"HtmlSnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "HtmlSnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "HtmlSnapshotTesting",
"path" : "Sources/HtmlSnapshotTesting",
"product_dependencies" : [
"SnapshotTesting"
],
"product_memberships" : [
"HtmlSnapshotTesting"
],
"sources" : [
"HtmlSnapshotTesting.swift"
],
"target_dependencies" : [
"Html"
],
"type" : "library"
},
{
"c99name" : "Html",
"module_type" : "SwiftTarget",
"name" : "Html",
"path" : "Sources/Html",
"product_memberships" : [
"Html",
"HtmlSnapshotTesting"
],
"sources" : [
"Aria.swift",
"Attributes.swift",
"ChildOf.swift",
"DebugRender.swift",
"DebugXmlRender.swift",
"Elements.swift",
"Events.swift",
"Html4.swift",
"HtmlRender.swift",
"MediaType.swift",
"Node.swift",
"Tag.swift",
"XmlRender.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.09s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (4.11s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.74s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (9.85s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (10.81s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.42s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.71s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/48] Emitting module Html
[6/49] Compiling Html XmlRender.swift
[7/49] Compiling Html Tag.swift
[8/49] Compiling Html HtmlRender.swift
[9/49] Compiling Html MediaType.swift
[10/49] Compiling Html Node.swift
[11/49] Compiling Html Events.swift
[12/49] Compiling Html Html4.swift
[13/49] Compiling Html DebugXmlRender.swift
[14/49] Compiling Html Elements.swift
[15/49] Compiling Html ChildOf.swift
[16/49] Compiling Html DebugRender.swift
[17/49] Compiling SnapshotTesting NSImage.swift
[18/49] Compiling SnapshotTesting NSView.swift
[19/49] Compiling SnapshotTesting NSViewController.swift
[20/49] Compiling SnapshotTesting SceneKit.swift
[21/49] Compiling SnapshotTesting SpriteKit.swift
[22/49] Compiling SnapshotTesting String.swift
[23/49] Compiling SnapshotTesting SwiftUIView.swift
[24/49] Compiling SnapshotTesting UIBezierPath.swift
[25/53] Compiling SnapshotTesting CaseIterable.swift
[26/53] Compiling SnapshotTesting Data.swift
[27/53] Compiling SnapshotTesting Encodable.swift
[28/53] Compiling SnapshotTesting NSBezierPath.swift
[30/53] Compiling SnapshotTesting RecordIssue.swift
[31/53] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
[32/53] Compiling SnapshotTesting SnapshotsTestTrait.swift
[33/53] Compiling SnapshotTesting View.swift
[34/53] Compiling SnapshotTesting XCTAttachment.swift
[35/53] Compiling SnapshotTesting Diff.swift
[36/53] Compiling SnapshotTesting Diffing.swift
[37/53] Compiling SnapshotTesting Wait.swift
[42/53] Emitting module SnapshotTesting
[43/53] Compiling Html Aria.swift
[44/53] Compiling Html Attributes.swift
[51/54] Compiling SnapshotTesting UIImage.swift
[52/54] Compiling SnapshotTesting UIView.swift
[53/54] Compiling SnapshotTesting UIViewController.swift
[54/54] Compiling SnapshotTesting URLRequest.swift
[56/57] Compiling HtmlSnapshotTesting HtmlSnapshotTesting.swift
[57/57] Emitting module HtmlSnapshotTesting
Build complete! (59.60s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.11.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
}
],
"manifest_display_name" : "swift-html",
"name" : "swift-html",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Html",
"targets" : [
"Html"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HtmlSnapshotTesting",
"targets" : [
"HtmlSnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HtmlTests",
"module_type" : "SwiftTarget",
"name" : "HtmlTests",
"path" : "Tests/HtmlTests",
"sources" : [
"AriaTests.swift",
"AttributesTests.swift",
"ElementsTests.swift",
"EventsTests.swift",
"MediaTypeTests.swift",
"StringInterpolationTests.swift"
],
"target_dependencies" : [
"Html"
],
"type" : "test"
},
{
"c99name" : "HtmlSnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "HtmlSnapshotTestingTests",
"path" : "Tests/HtmlSnapshotTestingTests",
"sources" : [
"HtmlSnapshotTestingTests.swift"
],
"target_dependencies" : [
"HtmlSnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "HtmlSnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "HtmlSnapshotTesting",
"path" : "Sources/HtmlSnapshotTesting",
"product_dependencies" : [
"SnapshotTesting"
],
"product_memberships" : [
"HtmlSnapshotTesting"
],
"sources" : [
"HtmlSnapshotTesting.swift"
],
"target_dependencies" : [
"Html"
],
"type" : "library"
},
{
"c99name" : "Html",
"module_type" : "SwiftTarget",
"name" : "Html",
"path" : "Sources/Html",
"product_memberships" : [
"Html",
"HtmlSnapshotTesting"
],
"sources" : [
"Aria.swift",
"Attributes.swift",
"ChildOf.swift",
"DebugRender.swift",
"DebugXmlRender.swift",
"Elements.swift",
"Events.swift",
"Html4.swift",
"HtmlRender.swift",
"MediaType.swift",
"Node.swift",
"Tag.swift",
"XmlRender.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.