Build Information
Successful build of swift-html, reference 0.5.0 (662619
), with Swift 6.1 for Linux on 29 Apr 2025 17:30:04 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.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: linux
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.59s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.05s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/74826] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.21s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.25s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.69s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.61s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.22s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.43s)
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.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/48] Emitting module SnapshotTesting
[6/52] Compiling SnapshotTesting NSImage.swift
[7/52] Compiling SnapshotTesting NSView.swift
[8/52] Compiling SnapshotTesting NSViewController.swift
[9/52] Compiling SnapshotTesting SceneKit.swift
[10/52] Compiling Html Node.swift
[11/52] Compiling Html Tag.swift
[12/53] Compiling SnapshotTesting Diff.swift
[13/53] Compiling SnapshotTesting Diffing.swift
[14/53] Compiling SnapshotTesting Wait.swift
[15/53] Compiling SnapshotTesting AssertSnapshot.swift
[16/53] Compiling SnapshotTesting PlistEncoder.swift
[17/53] Compiling SnapshotTesting String+SpecialCharacters.swift
[18/53] Compiling Html XmlRender.swift
[19/53] Compiling SnapshotTesting Snapshotting.swift
[20/53] Compiling SnapshotTesting Any.swift
[21/53] Compiling SnapshotTesting CALayer.swift
[22/53] Compiling SnapshotTesting CGPath.swift
[23/53] Compiling SnapshotTesting CaseIterable.swift
[24/53] Compiling SnapshotTesting Data.swift
[25/53] Compiling SnapshotTesting Encodable.swift
[26/53] Compiling SnapshotTesting NSBezierPath.swift
[27/53] Compiling SnapshotTesting Deprecations.swift
[28/53] Compiling SnapshotTesting RecordIssue.swift
[29/53] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
[30/53] Compiling SnapshotTesting SnapshotsTestTrait.swift
[31/53] Compiling SnapshotTesting SpriteKit.swift
[32/53] Compiling SnapshotTesting String.swift
[33/53] Compiling SnapshotTesting SwiftUIView.swift
[34/53] Compiling SnapshotTesting UIBezierPath.swift
[35/53] Compiling SnapshotTesting UIImage.swift
[36/53] Compiling SnapshotTesting UIView.swift
[37/53] Compiling SnapshotTesting UIViewController.swift
[38/53] Compiling SnapshotTesting URLRequest.swift
[39/53] Compiling SnapshotTesting View.swift
[40/53] Compiling SnapshotTesting XCTAttachment.swift
[41/53] Emitting module Html
[42/53] Compiling SnapshotTesting Async.swift
[43/53] Compiling SnapshotTesting Internal.swift
[56/57] Compiling HtmlSnapshotTesting HtmlSnapshotTesting.swift
[57/57] Emitting module HtmlSnapshotTesting
Build complete! (22.15s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.