Build Information
Successful build of swift-justhtml, reference master (bcabf0), with Swift 6.0 for macOS (SPM) on 25 Mar 2026 07:45:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/kylehowells/swift-justhtml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/29] Write sources
[7/29] Write ExtractLinks-entitlement.plist
[7/29] Write HTML2MD-entitlement.plist
[9/29] Write FetchPage-entitlement.plist
[9/29] Write htmltool-entitlement.plist
[11/29] Write Benchmark-entitlement.plist
[12/29] Write sources
[13/29] Write swift-version-5BDAB9E9C0126B9D.txt
[15/43] Compiling justhtml Node.swift
[16/43] Compiling justhtml ParserLimits.swift
[17/43] Compiling justhtml Serialize.swift
[18/43] Compiling justhtml HTMLStream.swift
[19/43] Compiling justhtml JustHTML.swift
[20/43] Compiling justhtml TreeBuilder.swift
[21/43] Compiling justhtml Tokens.swift
[22/43] Compiling justhtml Tokenizer.swift
[23/43] Compiling justhtml Selector.swift
[24/44] Compiling justhtml swift_justhtml.swift
[25/44] Compiling justhtml Constants.swift
[26/44] Compiling justhtml Encoding.swift
[27/44] Emitting module justhtml
[28/44] Compiling justhtml Entities.swift
[29/44] Compiling justhtml EntitiesData.swift
[30/54] Emitting module HTML2MD
[31/54] Compiling HTML2MD main.swift
[32/54] Emitting module ExtractLinks
[32/54] Write Objects.LinkFileList
[34/54] Compiling ExtractLinks main.swift
[34/54] Write Objects.LinkFileList
[36/54] Emitting module HTMLTool
[37/54] Compiling HTMLTool main.swift
[37/54] Write Objects.LinkFileList
[39/54] Emitting module FetchPage
[40/54] Compiling FetchPage main.swift
[40/54] Write Objects.LinkFileList
[42/54] Compiling Benchmark main.swift
[43/54] Emitting module Benchmark
[43/54] Write Objects.LinkFileList
[44/54] Linking HTML2MD
[45/54] Linking ExtractLinks
[46/54] Applying HTML2MD
[47/54] Applying ExtractLinks
[48/54] Linking htmltool
[49/54] Applying htmltool
[50/54] Linking FetchPage
[51/54] Applying FetchPage
[52/54] Linking Benchmark
[53/54] Applying Benchmark
Build complete! (28.14s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.03s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
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
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Examples/extractlinks/README.md
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.