Build Information
Successful build of SwiftSoup, reference 2.10.3 (3a439f
), with Swift 6.2 (beta) for Linux on 16 Aug 2025 14:24:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.66.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scinfu/SwiftSoup.git
Reference: 2.10.3
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/scinfu/SwiftSoup
* tag 2.10.3 -> FETCH_HEAD
HEAD is now at 3a439f9 Merge pull request #333 from DarkDust/feature/310-last-child-pseudo-selector-not-working
Cloned https://github.com/scinfu/SwiftSoup.git
Revision (git rev-parse @):
3a439f9eccc391b264d54516ce640251552eb0c4
SUCCESS checkout https://github.com/scinfu/SwiftSoup.git at 2.10.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/scinfu/SwiftSoup.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/55] Emitting module SwiftSoup
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[4/62] Compiling SwiftSoup UTF8Arrays.swift
[5/62] Compiling SwiftSoup UnfairLock.swift
[6/62] Compiling SwiftSoup UnicodeScalar.swift
[7/62] Compiling SwiftSoup Validate.swift
[8/62] Compiling SwiftSoup Whitelist.swift
[9/62] Compiling SwiftSoup XmlDeclaration.swift
[10/62] Compiling SwiftSoup XmlTreeBuilder.swift
[11/62] Compiling SwiftSoup Attribute.swift
[12/62] Compiling SwiftSoup Attributes.swift
[13/62] Compiling SwiftSoup BinarySearch.swift
[14/62] Compiling SwiftSoup BooleanAttribute.swift
[15/62] Compiling SwiftSoup CharacterExt.swift
[16/62] Compiling SwiftSoup CharacterReader.swift
[17/62] Compiling SwiftSoup Cleaner.swift
[18/62] Compiling SwiftSoup Collector.swift
[19/62] Compiling SwiftSoup SerializationException.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[20/62] Compiling SwiftSoup StreamReader.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[21/62] Compiling SwiftSoup String.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[22/62] Compiling SwiftSoup StringBuilder.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[23/62] Compiling SwiftSoup StringUtil.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[24/62] Compiling SwiftSoup StructuralEvaluator.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[25/62] Compiling SwiftSoup SwiftSoup.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[26/62] Compiling SwiftSoup Tag.swift
[27/62] Compiling SwiftSoup TextNode.swift
[28/62] Compiling SwiftSoup Token.swift
[29/62] Compiling SwiftSoup TokenQueue.swift
[30/62] Compiling SwiftSoup Tokeniser.swift
[31/62] Compiling SwiftSoup TokeniserState.swift
[32/62] Compiling SwiftSoup TreeBuilder.swift
[33/62] Compiling SwiftSoup ParseError.swift
[34/62] Compiling SwiftSoup ParseErrorList.swift
[35/62] Compiling SwiftSoup ParseSettings.swift
[36/62] Compiling SwiftSoup Parser.swift
[37/62] Compiling SwiftSoup ParsingStrings.swift
[38/62] Compiling SwiftSoup Pattern.swift
[39/62] Compiling SwiftSoup QueryParser.swift
[40/62] Compiling SwiftSoup HttpStatusException.swift
[41/62] Compiling SwiftSoup Mutex.swift
[42/62] Compiling SwiftSoup MutexLock.swift
[43/62] Compiling SwiftSoup Node.swift
[44/62] Compiling SwiftSoup NodeTraversor.swift
[45/62] Compiling SwiftSoup NodeVisitor.swift
[46/62] Compiling SwiftSoup OrderedSet.swift
[47/62] Compiling SwiftSoup CombiningEvaluator.swift
[48/62] Compiling SwiftSoup Comment.swift
[49/62] Compiling SwiftSoup Connection.swift
[50/62] Compiling SwiftSoup CssSelector.swift
[51/62] Compiling SwiftSoup DataNode.swift
[52/62] Compiling SwiftSoup DataUtil.swift
[53/62] Compiling SwiftSoup Document.swift
[54/62] Compiling SwiftSoup DocumentType.swift
[55/62] Compiling SwiftSoup Element.swift
[56/62] Compiling SwiftSoup Elements.swift
[57/62] Compiling SwiftSoup Entities.swift
[58/62] Compiling SwiftSoup Evaluator.swift
[59/62] Compiling SwiftSoup Exception.swift
[60/62] Compiling SwiftSoup FormElement.swift
[61/62] Compiling SwiftSoup HtmlTreeBuilder.swift
[62/62] Compiling SwiftSoup HtmlTreeBuilderState.swift
Build complete! (31.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftSoup",
"name" : "SwiftSoup",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftSoup",
"targets" : [
"SwiftSoup"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSoupTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSoupTests",
"path" : "Tests/SwiftSoupTests",
"sources" : [
"AttributeParseTest.swift",
"AttributeTest.swift",
"AttributesTest.swift",
"BuildEntities.swift",
"CharacterReaderTest.swift",
"CleanerTest.swift",
"CssTest.swift",
"DocumentTest.swift",
"DocumentTypeTest.swift",
"ElementTest.swift",
"ElementsTest.swift",
"EntitiesTest.swift",
"FormElementTest.swift",
"HtmlParserTest.swift",
"NodeTest.swift",
"NodeTraversorTest.swift",
"ParseSettingsTest.swift",
"QueryParserTest.swift",
"SelectorTest.swift",
"StringUtilTest.swift",
"TagTest.swift",
"TextNodeTest.swift",
"TextUtil.swift",
"TokenQueueTest.swift",
"XmlTreeBuilderTest.swift"
],
"target_dependencies" : [
"SwiftSoup"
],
"type" : "test"
},
{
"c99name" : "SwiftSoup",
"module_type" : "SwiftTarget",
"name" : "SwiftSoup",
"path" : "Sources",
"product_memberships" : [
"SwiftSoup"
],
"sources" : [
"Attribute.swift",
"Attributes.swift",
"BinarySearch.swift",
"BooleanAttribute.swift",
"CharacterExt.swift",
"CharacterReader.swift",
"Cleaner.swift",
"Collector.swift",
"CombiningEvaluator.swift",
"Comment.swift",
"Connection.swift",
"CssSelector.swift",
"DataNode.swift",
"DataUtil.swift",
"Document.swift",
"DocumentType.swift",
"Element.swift",
"Elements.swift",
"Entities.swift",
"Evaluator.swift",
"Exception.swift",
"FormElement.swift",
"HtmlTreeBuilder.swift",
"HtmlTreeBuilderState.swift",
"HttpStatusException.swift",
"Mutex.swift",
"MutexLock.swift",
"Node.swift",
"NodeTraversor.swift",
"NodeVisitor.swift",
"OrderedSet.swift",
"ParseError.swift",
"ParseErrorList.swift",
"ParseSettings.swift",
"Parser.swift",
"ParsingStrings.swift",
"Pattern.swift",
"QueryParser.swift",
"SerializationException.swift",
"StreamReader.swift",
"String.swift",
"StringBuilder.swift",
"StringUtil.swift",
"StructuralEvaluator.swift",
"SwiftSoup.swift",
"Tag.swift",
"TextNode.swift",
"Token.swift",
"TokenQueue.swift",
"Tokeniser.swift",
"TokeniserState.swift",
"TreeBuilder.swift",
"UTF8Arrays.swift",
"UnfairLock.swift",
"UnicodeScalar.swift",
"Validate.swift",
"Whitelist.swift",
"XmlDeclaration.swift",
"XmlTreeBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.