Build Information
Successful build of swift-justhtml, reference master (bcabf0), with Swift 6.1 for Linux on 25 Mar 2026 07:49:23 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehowells/swift-justhtml.git
Reference: master
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/kylehowells/swift-justhtml
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bcabf0c Update CI swiftformat from 0.58.7 to 0.60.1 to match local version
Cloned https://github.com/kylehowells/swift-justhtml.git
Revision (git rev-parse @):
bcabf0cc14ba59a2880884ab2ea16bad2a065d05
SUCCESS checkout https://github.com/kylehowells/swift-justhtml.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/kylehowells/swift-justhtml.git
https://github.com/kylehowells/swift-justhtml.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-justhtml",
"name" : "swift-justhtml",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "justhtml",
"targets" : [
"justhtml"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "htmltool",
"targets" : [
"HTMLTool"
],
"type" : {
"executable" : null
}
},
{
"name" : "HTML2MD",
"targets" : [
"HTML2MD"
],
"type" : {
"executable" : null
}
},
{
"name" : "FetchPage",
"targets" : [
"FetchPage"
],
"type" : {
"executable" : null
}
},
{
"name" : "ExtractLinks",
"targets" : [
"ExtractLinks"
],
"type" : {
"executable" : null
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_justhtmlTests",
"module_type" : "SwiftTarget",
"name" : "swift-justhtmlTests",
"path" : "Tests/swift-justhtmlTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/swift-justhtmlTests/html5lib-tests",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BenchmarkTests.swift",
"DoSProtectionTests.swift",
"EncodingTests.swift",
"FuzzerTests.swift",
"HTMLStreamTests.swift",
"MarkdownTests.swift",
"ProfilingTests.swift",
"PublicAPITests.swift",
"SelectorTests.swift",
"SerializerTests.swift",
"SmokeTests.swift",
"TokenizerTests.swift",
"TreeConstructionTests.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "test"
},
{
"c99name" : "justhtml",
"module_type" : "SwiftTarget",
"name" : "justhtml",
"path" : "Sources/swift-justhtml",
"product_memberships" : [
"justhtml",
"htmltool",
"HTML2MD",
"FetchPage",
"ExtractLinks",
"Benchmark"
],
"sources" : [
"Constants.swift",
"Encoding.swift",
"Entities.swift",
"EntitiesData.swift",
"HTMLStream.swift",
"JustHTML.swift",
"Node.swift",
"ParserLimits.swift",
"Selector.swift",
"Serialize.swift",
"Tokenizer.swift",
"Tokens.swift",
"TreeBuilder.swift",
"swift_justhtml.swift"
],
"type" : "library"
},
{
"c99name" : "HTMLTool",
"module_type" : "SwiftTarget",
"name" : "HTMLTool",
"path" : "Examples/htmltool",
"product_memberships" : [
"htmltool"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
},
{
"c99name" : "HTML2MD",
"module_type" : "SwiftTarget",
"name" : "HTML2MD",
"path" : "Examples/html2md",
"product_memberships" : [
"HTML2MD"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
},
{
"c99name" : "FetchPage",
"module_type" : "SwiftTarget",
"name" : "FetchPage",
"path" : "Examples/fetchpage",
"product_memberships" : [
"FetchPage"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
},
{
"c99name" : "ExtractLinks",
"module_type" : "SwiftTarget",
"name" : "ExtractLinks",
"path" : "Examples/extractlinks",
"product_memberships" : [
"ExtractLinks"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Benchmarks/Sources",
"product_memberships" : [
"Benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.44s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/htmltool/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/html2md/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/fetchpage/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/extractlinks/README.md
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/25] Write sources
[8/25] Write swift-version-24593BA9C3E375BF.txt
[10/39] Compiling justhtml Tokenizer.swift
[11/39] Compiling justhtml Tokens.swift
[12/39] Compiling justhtml TreeBuilder.swift
[13/40] Compiling justhtml Constants.swift
[14/40] Compiling justhtml Encoding.swift
[15/40] Compiling justhtml Entities.swift
[16/40] Compiling justhtml EntitiesData.swift
[17/40] Emitting module justhtml
[18/40] Compiling justhtml HTMLStream.swift
[19/40] Compiling justhtml JustHTML.swift
[20/40] Compiling justhtml Node.swift
[21/40] Compiling justhtml ParserLimits.swift
[22/40] Compiling justhtml Selector.swift
[23/40] Compiling justhtml Serialize.swift
[24/40] Compiling justhtml swift_justhtml.swift
[25/41] Wrapping AST for justhtml for debugging
[27/51] Emitting module HTML2MD
[28/51] Compiling HTML2MD main.swift
[29/52] Emitting module ExtractLinks
[30/52] Compiling ExtractLinks main.swift
[32/53] Emitting module HTMLTool
[33/53] Compiling HTMLTool main.swift
[34/54] Wrapping AST for ExtractLinks for debugging
[35/54] Write Objects.LinkFileList
[37/54] Wrapping AST for HTML2MD for debugging
[38/54] Write Objects.LinkFileList
[40/54] Emitting module Benchmark
[41/54] Compiling Benchmark main.swift
[42/55] Emitting module FetchPage
[43/55] Compiling FetchPage main.swift
[43/56] Wrapping AST for HTMLTool for debugging
[44/56] Write Objects.LinkFileList
[47/56] Wrapping AST for Benchmark for debugging
[48/56] Write Objects.LinkFileList
[49/56] Wrapping AST for FetchPage for debugging
[50/56] Write Objects.LinkFileList
[51/56] Linking HTML2MD
[52/56] Linking ExtractLinks
[53/56] Linking htmltool
[54/56] Linking Benchmark
[55/56] Linking FetchPage
Build complete! (39.54s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-justhtml",
"name" : "swift-justhtml",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "justhtml",
"targets" : [
"justhtml"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "htmltool",
"targets" : [
"HTMLTool"
],
"type" : {
"executable" : null
}
},
{
"name" : "HTML2MD",
"targets" : [
"HTML2MD"
],
"type" : {
"executable" : null
}
},
{
"name" : "FetchPage",
"targets" : [
"FetchPage"
],
"type" : {
"executable" : null
}
},
{
"name" : "ExtractLinks",
"targets" : [
"ExtractLinks"
],
"type" : {
"executable" : null
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_justhtmlTests",
"module_type" : "SwiftTarget",
"name" : "swift-justhtmlTests",
"path" : "Tests/swift-justhtmlTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/swift-justhtmlTests/html5lib-tests",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BenchmarkTests.swift",
"DoSProtectionTests.swift",
"EncodingTests.swift",
"FuzzerTests.swift",
"HTMLStreamTests.swift",
"MarkdownTests.swift",
"ProfilingTests.swift",
"PublicAPITests.swift",
"SelectorTests.swift",
"SerializerTests.swift",
"SmokeTests.swift",
"TokenizerTests.swift",
"TreeConstructionTests.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "test"
},
{
"c99name" : "justhtml",
"module_type" : "SwiftTarget",
"name" : "justhtml",
"path" : "Sources/swift-justhtml",
"product_memberships" : [
"justhtml",
"htmltool",
"HTML2MD",
"FetchPage",
"ExtractLinks",
"Benchmark"
],
"sources" : [
"Constants.swift",
"Encoding.swift",
"Entities.swift",
"EntitiesData.swift",
"HTMLStream.swift",
"JustHTML.swift",
"Node.swift",
"ParserLimits.swift",
"Selector.swift",
"Serialize.swift",
"Tokenizer.swift",
"Tokens.swift",
"TreeBuilder.swift",
"swift_justhtml.swift"
],
"type" : "library"
},
{
"c99name" : "HTMLTool",
"module_type" : "SwiftTarget",
"name" : "HTMLTool",
"path" : "Examples/htmltool",
"product_memberships" : [
"htmltool"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
},
{
"c99name" : "HTML2MD",
"module_type" : "SwiftTarget",
"name" : "HTML2MD",
"path" : "Examples/html2md",
"product_memberships" : [
"HTML2MD"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
},
{
"c99name" : "FetchPage",
"module_type" : "SwiftTarget",
"name" : "FetchPage",
"path" : "Examples/fetchpage",
"product_memberships" : [
"FetchPage"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
},
{
"c99name" : "ExtractLinks",
"module_type" : "SwiftTarget",
"name" : "ExtractLinks",
"path" : "Examples/extractlinks",
"product_memberships" : [
"ExtractLinks"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Benchmarks/Sources",
"product_memberships" : [
"Benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"justhtml"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.