The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftHTMLtoMarkdown, reference 1.1.1 (d533b9), with Swift 5.10 for Linux on 12 Oct 2024 07:16:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Reference: 1.1.1
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
 * 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
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:de52ea9a9b71f638f9ab112bc11e200b74fab18027de8589a3de4f14b5e22683
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3184] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.37s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.6.0 (0.36s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.6.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/55] Emitting module SwiftSoup
[5/62] Compiling SwiftSoup Collector.swift
[6/62] Compiling SwiftSoup CombiningEvaluator.swift
[7/62] Compiling SwiftSoup Comment.swift
[8/62] Compiling SwiftSoup Connection.swift
[9/62] Compiling SwiftSoup CssSelector.swift
[10/62] Compiling SwiftSoup DataNode.swift
[11/62] Compiling SwiftSoup DataUtil.swift
[12/62] Compiling SwiftSoup Document.swift
[13/62] Compiling SwiftSoup TreeBuilder.swift
[14/62] Compiling SwiftSoup UnfairLock.swift
[15/62] Compiling SwiftSoup UnicodeScalar.swift
[16/62] Compiling SwiftSoup Validate.swift
[17/62] Compiling SwiftSoup Whitelist.swift
[18/62] Compiling SwiftSoup XmlDeclaration.swift
[19/62] Compiling SwiftSoup XmlTreeBuilder.swift
[20/62] Compiling SwiftSoup ArrayExt.swift
[21/62] Compiling SwiftSoup Attribute.swift
[22/62] Compiling SwiftSoup Attributes.swift
[23/62] Compiling SwiftSoup BinarySearch.swift
[24/62] Compiling SwiftSoup BooleanAttribute.swift
[25/62] Compiling SwiftSoup CharacterExt.swift
[26/62] Compiling SwiftSoup CharacterReader.swift
[27/62] Compiling SwiftSoup Cleaner.swift
[28/62] Compiling SwiftSoup HtmlTreeBuilder.swift
[29/62] Compiling SwiftSoup HtmlTreeBuilderState.swift
[30/62] Compiling SwiftSoup HttpStatusException.swift
[31/62] Compiling SwiftSoup Mutex.swift
[32/62] Compiling SwiftSoup Node.swift
[33/62] Compiling SwiftSoup NodeTraversor.swift
[34/62] Compiling SwiftSoup NodeVisitor.swift
[35/62] Compiling SwiftSoup DocumentType.swift
[36/62] Compiling SwiftSoup Element.swift
[37/62] Compiling SwiftSoup Elements.swift
[38/62] Compiling SwiftSoup Entities.swift
[39/62] Compiling SwiftSoup Evaluator.swift
[40/62] Compiling SwiftSoup Exception.swift
[41/62] Compiling SwiftSoup FormElement.swift
[42/62] Compiling SwiftSoup OrderedSet.swift
[43/62] Compiling SwiftSoup ParseError.swift
[44/62] Compiling SwiftSoup ParseErrorList.swift
[45/62] Compiling SwiftSoup ParseSettings.swift
[46/62] Compiling SwiftSoup Parser.swift
[47/62] Compiling SwiftSoup Pattern.swift
[48/62] Compiling SwiftSoup QueryParser.swift
[49/62] Compiling SwiftSoup SerializationException.swift
[50/62] Compiling SwiftSoup SimpleDictionary.swift
[51/62] Compiling SwiftSoup StreamReader.swift
[52/62] Compiling SwiftSoup String.swift
[53/62] Compiling SwiftSoup StringBuilder.swift
[54/62] Compiling SwiftSoup StringUtil.swift
[55/62] Compiling SwiftSoup StructuralEvaluator.swift
[56/62] Compiling SwiftSoup SwiftSoup.swift
[57/62] Compiling SwiftSoup Tag.swift
[58/62] Compiling SwiftSoup TextNode.swift
[59/62] Compiling SwiftSoup Token.swift
[60/62] Compiling SwiftSoup TokenQueue.swift
[61/62] Compiling SwiftSoup Tokeniser.swift
[62/62] Compiling SwiftSoup TokeniserState.swift
[64/68] Compiling SwiftHTMLtoMarkdown ConversionError.swift
[65/68] Compiling SwiftHTMLtoMarkdown HTML.swift
[66/68] Compiling SwiftHTMLtoMarkdown BasicHTML.swift
[67/68] Emitting module SwiftHTMLtoMarkdown
[68/68] Compiling SwiftHTMLtoMarkdown MastodonHTML.swift
Build complete! (9.10s)
Build complete.
Done.