Build Information
Successful build of SwiftHTMLtoMarkdown, reference 1.2.1 (be8678), with Swift 6.2 for macOS (SPM) on 5 Feb 2026 21:35:02 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/ActuallyTaylor/SwiftHTMLToMarkdown.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at be86787 Adding unordered lists to be parsed.
Cloned https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Revision (git rev-parse @):
be867877e3b589cafd125c5127b11ba98a487513
SUCCESS checkout https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git at 1.2.1
Fetching https://github.com/scinfu/SwiftSoup.git
[1/5730] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.42s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.6.0 (2.11s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.6.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": "swifthtmltomarkdown",
"name": "SwiftHTMLtoMarkdown",
"url": "https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftHTMLToMarkdown",
"dependencies": [
{
"identity": "swiftsoup",
"name": "SwiftSoup",
"url": "https://github.com/scinfu/SwiftSoup.git",
"version": "2.11.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSoup",
"dependencies": [
{
"identity": "lrucache",
"name": "LRUCache",
"url": "https://github.com/nicklockwood/LRUCache.git",
"version": "1.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LRUCache",
"dependencies": [
]
},
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
[1/178] Fetching swifthtmltomarkdown
Fetched https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git from cache (0.67s)
Fetching https://github.com/scinfu/SwiftSoup.git from cache
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.57s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.3 (1.15s)
Fetching https://github.com/nicklockwood/LRUCache.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[74/2180] Fetching swift-atomics, lrucache
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.78s)
[401/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.63s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.2.1 (0.65s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.11.3
Creating working copy for https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Working copy of https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git resolved at 1.2.1 (be86787)
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.2.1
warning: '.resolve-product-dependencies': dependency 'swifthtmltomarkdown' is not used by any target
Found 1 product dependencies
- SwiftSoup
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/57] Emitting module SwiftSoup
[5/62] Compiling SwiftSoup UnicodeScalar.swift
[6/62] Compiling SwiftSoup Validate.swift
[7/62] Compiling SwiftSoup Whitelist.swift
[8/62] Compiling SwiftSoup XmlDeclaration.swift
[9/62] Compiling SwiftSoup XmlTreeBuilder.swift
[10/62] Compiling SwiftSoup OrderedSet.swift
[11/62] Compiling SwiftSoup ParseError.swift
[12/62] Compiling SwiftSoup ParseErrorList.swift
[13/62] Compiling SwiftSoup ParseSettings.swift
[14/62] Compiling SwiftSoup Parser.swift
[15/62] Compiling SwiftSoup Pattern.swift
[16/62] Compiling SwiftSoup TokenQueue.swift
[17/62] Compiling SwiftSoup Tokeniser.swift
[18/62] Compiling SwiftSoup TokeniserState.swift
[19/62] Compiling SwiftSoup TreeBuilder.swift
[20/62] Compiling SwiftSoup UnfairLock.swift
[21/62] Compiling SwiftSoup HtmlTreeBuilderState.swift
[22/62] Compiling SwiftSoup HttpStatusException.swift
[23/62] Compiling SwiftSoup Mutex.swift
[24/62] Compiling SwiftSoup Node.swift
[25/62] Compiling SwiftSoup NodeTraversor.swift
[26/62] Compiling SwiftSoup NodeVisitor.swift
[27/62] Compiling SwiftSoup StringUtil.swift
[28/62] Compiling SwiftSoup StructuralEvaluator.swift
[29/62] Compiling SwiftSoup SwiftSoup.swift
[30/62] Compiling SwiftSoup Tag.swift
[31/62] Compiling SwiftSoup TextNode.swift
[32/62] Compiling SwiftSoup Token.swift
[33/62] Compiling SwiftSoup CharacterReader.swift
[34/62] Compiling SwiftSoup Cleaner.swift
[35/62] Compiling SwiftSoup Collector.swift
[36/62] Compiling SwiftSoup CombiningEvaluator.swift
[37/62] Compiling SwiftSoup Comment.swift
[38/62] Compiling SwiftSoup Connection.swift
[39/62] Compiling SwiftSoup QueryParser.swift
[40/62] Compiling SwiftSoup SerializationException.swift
[41/62] Compiling SwiftSoup SimpleDictionary.swift
[42/62] Compiling SwiftSoup StreamReader.swift
[43/62] Compiling SwiftSoup String.swift
[44/62] Compiling SwiftSoup StringBuilder.swift
[45/62] Compiling SwiftSoup ArrayExt.swift
[46/62] Compiling SwiftSoup Attribute.swift
[47/62] Compiling SwiftSoup Attributes.swift
[48/62] Compiling SwiftSoup BinarySearch.swift
[49/62] Compiling SwiftSoup BooleanAttribute.swift
[50/62] Compiling SwiftSoup CharacterExt.swift
[51/62] Compiling SwiftSoup CssSelector.swift
[52/62] Compiling SwiftSoup DataNode.swift
[53/62] Compiling SwiftSoup DataUtil.swift
[54/62] Compiling SwiftSoup Document.swift
[55/62] Compiling SwiftSoup DocumentType.swift
[56/62] Compiling SwiftSoup Element.swift
[57/62] Compiling SwiftSoup Elements.swift
[58/62] Compiling SwiftSoup Entities.swift
[59/62] Compiling SwiftSoup Evaluator.swift
[60/62] Compiling SwiftSoup Exception.swift
[61/62] Compiling SwiftSoup FormElement.swift
[62/62] Compiling SwiftSoup HtmlTreeBuilder.swift
[63/67] Compiling SwiftHTMLtoMarkdown HTML.swift
[64/67] Compiling SwiftHTMLtoMarkdown ConversionError.swift
[65/67] Compiling SwiftHTMLtoMarkdown MastodonHTML.swift
[66/67] Compiling SwiftHTMLtoMarkdown BasicHTML.swift
[67/67] Emitting module SwiftHTMLtoMarkdown
Build complete! (7.57s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
}
],
"manifest_display_name" : "SwiftHTMLtoMarkdown",
"name" : "SwiftHTMLtoMarkdown",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftHTMLtoMarkdown",
"targets" : [
"SwiftHTMLtoMarkdown"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftHTMLtoMarkdownTests",
"module_type" : "SwiftTarget",
"name" : "SwiftHTMLtoMarkdownTests",
"path" : "Tests/SwiftHTMLtoMarkdownTests",
"sources" : [
"BasicHTMLTests.swift",
"SwiftHTMLtoMarkdownTests.swift"
],
"target_dependencies" : [
"SwiftHTMLtoMarkdown"
],
"type" : "test"
},
{
"c99name" : "SwiftHTMLtoMarkdown",
"module_type" : "SwiftTarget",
"name" : "SwiftHTMLtoMarkdown",
"path" : "Sources/SwiftHTMLtoMarkdown",
"product_dependencies" : [
"SwiftSoup"
],
"product_memberships" : [
"SwiftHTMLtoMarkdown"
],
"sources" : [
"BasicHTML.swift",
"ConversionError.swift",
"HTML.swift",
"MastodonHTML.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7.1"
}
Done.