Build Information
Successful build of swift-justhtml, reference v0.3.3 (ed2401), with Swift 6.2 for macOS (SPM) on 18 Dec 2025 10:29:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehowells/swift-justhtml.git
Reference: v0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehowells/swift-justhtml
* tag v0.3.3 -> FETCH_HEAD
HEAD is now at ed2401f Remove profileEntityDecoding test entirely
Cloned https://github.com/kylehowells/swift-justhtml.git
Revision (git rev-parse @):
ed2401f881f9aa7e7bcf41915617d6622e5e65c5
SUCCESS checkout https://github.com/kylehowells/swift-justhtml.git at v0.3.3
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
[217/5782] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (4.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.72s)
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.5
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-justhtml",
"name": "swift-justhtml",
"url": "https://github.com/kylehowells/swift-justhtml.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-justhtml",
"dependencies": [
]
}
]
}
Fetching https://github.com/kylehowells/swift-justhtml.git
[1/1367] Fetching swift-justhtml
Fetched https://github.com/kylehowells/swift-justhtml.git from cache (1.03s)
Creating working copy for https://github.com/kylehowells/swift-justhtml.git
Working copy of https://github.com/kylehowells/swift-justhtml.git resolved at v0.3.3 (ed2401f)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kylehowells/swift-justhtml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/29] Write sources
[3/29] Write FetchPage-entitlement.plist
[3/29] Write sources
[8/29] Write Benchmark-entitlement.plist
[8/29] Write ExtractLinks-entitlement.plist
[8/29] Write HTML2MD-entitlement.plist
[11/29] Write htmltool-entitlement.plist
[12/29] Write sources
[13/29] Write swift-version-49B95AFC49DCD68C.txt
[15/42] Compiling justhtml Node.swift
[16/42] Compiling justhtml Serialize.swift
[17/42] Compiling justhtml TreeBuilder.swift
[18/42] Compiling justhtml Tokenizer.swift
[19/42] Compiling justhtml Tokens.swift
[20/42] Compiling justhtml Selector.swift
[21/43] Compiling justhtml swift_justhtml.swift
[22/43] Compiling justhtml Constants.swift
[23/43] Compiling justhtml Encoding.swift
[24/43] Emitting module justhtml
[25/43] Compiling justhtml Entities.swift
[26/43] Compiling justhtml EntitiesData.swift
[27/43] Compiling justhtml HTMLStream.swift
[28/43] Compiling justhtml JustHTML.swift
[29/53] Compiling HTML2MD main.swift
[30/53] Emitting module HTML2MD
[30/53] Write Objects.LinkFileList
[32/53] Compiling ExtractLinks main.swift
[33/53] Emitting module ExtractLinks
[33/53] Write Objects.LinkFileList
[35/53] Emitting module HTMLTool
[36/53] Compiling HTMLTool main.swift
[36/53] Write Objects.LinkFileList
[38/53] Compiling FetchPage main.swift
[39/53] Emitting module FetchPage
[39/53] Write Objects.LinkFileList
[41/53] Emitting module Benchmark
[42/53] Compiling Benchmark main.swift
[42/53] Write Objects.LinkFileList
[43/53] Linking HTML2MD
[44/53] Applying HTML2MD
[45/53] Linking ExtractLinks
[46/53] Applying ExtractLinks
[47/53] Linking htmltool
[48/53] Applying htmltool
[49/53] Linking FetchPage
[50/53] Applying FetchPage
[51/53] Linking Benchmark
[52/53] Applying Benchmark
Build complete! (19.49s)
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",
"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",
"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.