The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftSoup, reference 2.10.3 (3a439f), with Swift 6.1 for macOS (SPM) on 16 Aug 2025 14:24:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scinfu/SwiftSoup.git
Reference: 2.10.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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": "swiftsoup",
      "name": "SwiftSoup",
      "url": "https://github.com/scinfu/SwiftSoup.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSoup",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/scinfu/SwiftSoup.git
[1/4412] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.15s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.10.3 (3a439f9)
warning: '.resolve-product-dependencies': dependency 'swiftsoup' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/scinfu/SwiftSoup.git
https://github.com/scinfu/SwiftSoup.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSoup",
  "name" : "SwiftSoup",
  "path" : "/Users/admin/builder/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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/57] Emitting module SwiftSoup
/Users/admin/builder/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] {
/Users/admin/builder/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 UnicodeScalar.swift
[5/62] Compiling SwiftSoup Validate.swift
[6/62] Compiling SwiftSoup Whitelist.swift
[7/62] Compiling SwiftSoup XmlDeclaration.swift
[8/62] Compiling SwiftSoup XmlTreeBuilder.swift
[9/62] Compiling SwiftSoup HttpStatusException.swift
[10/62] Compiling SwiftSoup Mutex.swift
[11/62] Compiling SwiftSoup MutexLock.swift
[12/62] Compiling SwiftSoup Node.swift
[13/62] Compiling SwiftSoup NodeTraversor.swift
[14/62] Compiling SwiftSoup NodeVisitor.swift
[15/62] Compiling SwiftSoup Attribute.swift
[16/62] Compiling SwiftSoup Attributes.swift
[17/62] Compiling SwiftSoup BinarySearch.swift
[18/62] Compiling SwiftSoup BooleanAttribute.swift
[19/62] Compiling SwiftSoup CharacterExt.swift
[20/62] Compiling SwiftSoup CharacterReader.swift
[21/62] Compiling SwiftSoup Pattern.swift
/Users/admin/builder/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] {
/Users/admin/builder/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 QueryParser.swift
/Users/admin/builder/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] {
/Users/admin/builder/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 SerializationException.swift
/Users/admin/builder/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] {
/Users/admin/builder/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 StreamReader.swift
/Users/admin/builder/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] {
/Users/admin/builder/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 String.swift
/Users/admin/builder/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] {
/Users/admin/builder/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 StringBuilder.swift
/Users/admin/builder/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] {
/Users/admin/builder/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 {
[27/62] Compiling SwiftSoup Entities.swift
[28/62] Compiling SwiftSoup Evaluator.swift
[29/62] Compiling SwiftSoup Exception.swift
[30/62] Compiling SwiftSoup FormElement.swift
[31/62] Compiling SwiftSoup HtmlTreeBuilder.swift
[32/62] Compiling SwiftSoup HtmlTreeBuilderState.swift
[33/62] Compiling SwiftSoup Cleaner.swift
[34/62] Compiling SwiftSoup Collector.swift
[35/62] Compiling SwiftSoup CombiningEvaluator.swift
[36/62] Compiling SwiftSoup Comment.swift
[37/62] Compiling SwiftSoup Connection.swift
[38/62] Compiling SwiftSoup CssSelector.swift
[39/62] Compiling SwiftSoup StringUtil.swift
[40/62] Compiling SwiftSoup StructuralEvaluator.swift
[41/62] Compiling SwiftSoup SwiftSoup.swift
[42/62] Compiling SwiftSoup Tag.swift
[43/62] Compiling SwiftSoup TextNode.swift
[44/62] Compiling SwiftSoup Token.swift
[45/62] Compiling SwiftSoup TokenQueue.swift
[46/62] Compiling SwiftSoup Tokeniser.swift
[47/62] Compiling SwiftSoup TokeniserState.swift
[48/62] Compiling SwiftSoup TreeBuilder.swift
[49/62] Compiling SwiftSoup UTF8Arrays.swift
[50/62] Compiling SwiftSoup UnfairLock.swift
[51/62] Compiling SwiftSoup OrderedSet.swift
[52/62] Compiling SwiftSoup ParseError.swift
[53/62] Compiling SwiftSoup ParseErrorList.swift
[54/62] Compiling SwiftSoup ParseSettings.swift
[55/62] Compiling SwiftSoup Parser.swift
[56/62] Compiling SwiftSoup ParsingStrings.swift
[57/62] Compiling SwiftSoup DataNode.swift
[58/62] Compiling SwiftSoup DataUtil.swift
[59/62] Compiling SwiftSoup Document.swift
[60/62] Compiling SwiftSoup DocumentType.swift
[61/62] Compiling SwiftSoup Element.swift
[62/62] Compiling SwiftSoup Elements.swift
Build complete! (5.98s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSoup",
  "name" : "SwiftSoup",
  "path" : "/Users/admin/builder/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"
}
Done.