Build Information
Successful build of SwiftHTMLtoMarkdown, reference main (668802
), with Swift 6.1 for Linux on 29 Apr 2025 15:36:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Reference: main
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/ActuallyTaylor/SwiftHTMLToMarkdown
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6688020 Merge pull request #3 from rishatl/rishatl-patch-1
Cloned https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Revision (git rev-parse @):
668802073ea83f3b826f430de21b77fe0faee33e
SUCCESS checkout https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3908] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.43s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.86s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/57] Emitting module SwiftSoup
[5/64] Compiling SwiftSoup UTF8Arrays.swift
[6/64] Compiling SwiftSoup UnfairLock.swift
[7/64] Compiling SwiftSoup UnicodeScalar.swift
[8/64] Compiling SwiftSoup Validate.swift
[9/64] Compiling SwiftSoup Whitelist.swift
[10/64] Compiling SwiftSoup XmlDeclaration.swift
[11/64] Compiling SwiftSoup XmlTreeBuilder.swift
[12/64] Compiling SwiftSoup SimpleDictionary.swift
[13/64] Compiling SwiftSoup StreamReader.swift
[14/64] Compiling SwiftSoup String.swift
[15/64] Compiling SwiftSoup StringBuilder.swift
[16/64] Compiling SwiftSoup StringUtil.swift
[17/64] Compiling SwiftSoup StructuralEvaluator.swift
[18/64] Compiling SwiftSoup SwiftSoup.swift
[19/64] Compiling SwiftSoup ArrayExt.swift
[20/64] Compiling SwiftSoup Attribute.swift
[21/64] Compiling SwiftSoup Attributes.swift
[22/64] Compiling SwiftSoup BinarySearch.swift
[23/64] Compiling SwiftSoup BooleanAttribute.swift
[24/64] Compiling SwiftSoup CharacterExt.swift
[25/64] Compiling SwiftSoup CharacterReader.swift
[26/64] Compiling SwiftSoup Cleaner.swift
[27/64] Compiling SwiftSoup ParseErrorList.swift
[28/64] Compiling SwiftSoup ParseSettings.swift
[29/64] Compiling SwiftSoup Parser.swift
[30/64] Compiling SwiftSoup ParsingStrings.swift
[31/64] Compiling SwiftSoup Pattern.swift
[32/64] Compiling SwiftSoup QueryParser.swift
[33/64] Compiling SwiftSoup SerializationException.swift
[34/64] Compiling SwiftSoup DocumentType.swift
[35/64] Compiling SwiftSoup Element.swift
[36/64] Compiling SwiftSoup Elements.swift
[37/64] Compiling SwiftSoup Entities.swift
[38/64] Compiling SwiftSoup Evaluator.swift
[39/64] Compiling SwiftSoup Exception.swift
[40/64] Compiling SwiftSoup FormElement.swift
[41/64] Compiling SwiftSoup HtmlTreeBuilder.swift
[42/64] Compiling SwiftSoup HtmlTreeBuilderState.swift
[43/64] Compiling SwiftSoup HttpStatusException.swift
[44/64] Compiling SwiftSoup Mutex.swift
[45/64] Compiling SwiftSoup Node.swift
[46/64] Compiling SwiftSoup NodeTraversor.swift
[47/64] Compiling SwiftSoup NodeVisitor.swift
[48/64] Compiling SwiftSoup OrderedSet.swift
[49/64] Compiling SwiftSoup ParseError.swift
[50/64] Compiling SwiftSoup Collector.swift
[51/64] Compiling SwiftSoup CombiningEvaluator.swift
[52/64] Compiling SwiftSoup Comment.swift
[53/64] Compiling SwiftSoup Connection.swift
[54/64] Compiling SwiftSoup CssSelector.swift
[55/64] Compiling SwiftSoup DataNode.swift
[56/64] Compiling SwiftSoup DataUtil.swift
[57/64] Compiling SwiftSoup Document.swift
[58/64] Compiling SwiftSoup Tag.swift
[59/64] Compiling SwiftSoup TextNode.swift
[60/64] Compiling SwiftSoup Token.swift
[61/64] Compiling SwiftSoup TokenQueue.swift
[62/64] Compiling SwiftSoup Tokeniser.swift
[63/64] Compiling SwiftSoup TokeniserState.swift
[64/64] Compiling SwiftSoup TreeBuilder.swift
[66/70] Compiling SwiftHTMLtoMarkdown ConversionError.swift
[67/70] Compiling SwiftHTMLtoMarkdown HTML.swift
[68/70] Compiling SwiftHTMLtoMarkdown MastodonHTML.swift
[69/70] Compiling SwiftHTMLtoMarkdown BasicHTML.swift
[70/70] Emitting module SwiftHTMLtoMarkdown
Build complete! (14.40s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.