Build Information
Successful build of SwiftHTMLtoMarkdown, reference 1.1.1 (d533b9
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 02:46:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at d533b9c Update BasicHTML.swift
Cloned https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Revision (git rev-parse @):
d533b9cb47a8defaa8d9432fad20ecf5964c0668
SUCCESS checkout https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git at 1.1.1
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3199] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.18s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.6.0 (0.58s)
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.7.6",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSoup",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
[2/143] 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.48s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.7.6 (0.58s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.7.6
Creating working copy for https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Working copy of https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git resolved at 1.1.1 (d533b9c)
warning: '.resolve-product-dependencies': dependency 'swifthtmltomarkdown' is not used by any target
Found 1 product dependencies
- SwiftSoup
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
{
"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" : "16.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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/57] Compiling SwiftSoup ArrayExt.swift
[5/57] Compiling SwiftSoup Attribute.swift
[6/57] Compiling SwiftSoup Attributes.swift
[7/57] Compiling SwiftSoup BinarySearch.swift
[8/57] Compiling SwiftSoup BooleanAttribute.swift
[9/57] Compiling SwiftSoup CharacterExt.swift
[10/62] Compiling SwiftSoup CharacterReader.swift
[11/62] Compiling SwiftSoup Cleaner.swift
[12/62] Compiling SwiftSoup Collector.swift
[13/62] Compiling SwiftSoup CombiningEvaluator.swift
[14/62] Compiling SwiftSoup Comment.swift
[15/62] Compiling SwiftSoup Connection.swift
[16/62] Compiling SwiftSoup CssSelector.swift
[17/62] Compiling SwiftSoup DataNode.swift
[18/62] Compiling SwiftSoup DataUtil.swift
[19/62] Compiling SwiftSoup Document.swift
[20/62] Compiling SwiftSoup DocumentType.swift
[21/62] Compiling SwiftSoup Element.swift
[22/62] Compiling SwiftSoup QueryParser.swift
[23/62] Compiling SwiftSoup SerializationException.swift
[24/62] Compiling SwiftSoup SimpleDictionary.swift
[25/62] Compiling SwiftSoup StreamReader.swift
[26/62] Compiling SwiftSoup String.swift
[27/62] Compiling SwiftSoup StringBuilder.swift
[28/62] Compiling SwiftSoup StringUtil.swift
[29/62] Compiling SwiftSoup StructuralEvaluator.swift
[30/62] Compiling SwiftSoup SwiftSoup.swift
[31/62] Compiling SwiftSoup Tag.swift
[32/62] Compiling SwiftSoup TextNode.swift
[33/62] Compiling SwiftSoup Token.swift
[34/62] Compiling SwiftSoup OrderedSet.swift
[35/62] Compiling SwiftSoup ParseError.swift
[36/62] Compiling SwiftSoup ParseErrorList.swift
[37/62] Compiling SwiftSoup ParseSettings.swift
[38/62] Compiling SwiftSoup Parser.swift
[39/62] Compiling SwiftSoup Pattern.swift
[40/62] Emitting module SwiftSoup
[41/62] Compiling SwiftSoup Elements.swift
[42/62] Compiling SwiftSoup Entities.swift
[43/62] Compiling SwiftSoup Evaluator.swift
[44/62] Compiling SwiftSoup Exception.swift
[45/62] Compiling SwiftSoup FormElement.swift
[46/62] Compiling SwiftSoup HtmlTreeBuilder.swift
[47/62] Compiling SwiftSoup TokenQueue.swift
[48/62] Compiling SwiftSoup Tokeniser.swift
[49/62] Compiling SwiftSoup TokeniserState.swift
[50/62] Compiling SwiftSoup TreeBuilder.swift
[51/62] Compiling SwiftSoup UnfairLock.swift
[52/62] Compiling SwiftSoup HtmlTreeBuilderState.swift
[53/62] Compiling SwiftSoup HttpStatusException.swift
[54/62] Compiling SwiftSoup Mutex.swift
[55/62] Compiling SwiftSoup Node.swift
[56/62] Compiling SwiftSoup NodeTraversor.swift
[57/62] Compiling SwiftSoup NodeVisitor.swift
[58/62] Compiling SwiftSoup UnicodeScalar.swift
[59/62] Compiling SwiftSoup Validate.swift
[60/62] Compiling SwiftSoup Whitelist.swift
[61/62] Compiling SwiftSoup XmlDeclaration.swift
[62/62] Compiling SwiftSoup XmlTreeBuilder.swift
[63/67] Compiling SwiftHTMLtoMarkdown HTML.swift
[64/67] Compiling SwiftHTMLtoMarkdown ConversionError.swift
[65/67] Compiling SwiftHTMLtoMarkdown MastodonHTML.swift
[66/67] Emitting module SwiftHTMLtoMarkdown
[67/67] Compiling SwiftHTMLtoMarkdown BasicHTML.swift
Build complete! (20.29s)
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" : "16.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.