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 SwiftHTMLtoMarkdown, reference main (668802), with Swift 6.1 for Android on 29 May 2025 19:46:02 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.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:         android
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3908] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.91s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (1.95s)
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] Compiling SwiftSoup ParseErrorList.swift
[5/57] Compiling SwiftSoup ParseSettings.swift
[6/57] Compiling SwiftSoup Parser.swift
[7/57] Compiling SwiftSoup ParsingStrings.swift
[8/57] Compiling SwiftSoup Pattern.swift
[9/57] Compiling SwiftSoup QueryParser.swift
[10/57] Compiling SwiftSoup SerializationException.swift
[11/57] Emitting module SwiftSoup
[12/64] Compiling SwiftSoup Tag.swift
[13/64] Compiling SwiftSoup TextNode.swift
[14/64] Compiling SwiftSoup Token.swift
[15/64] Compiling SwiftSoup TokenQueue.swift
[16/64] Compiling SwiftSoup Tokeniser.swift
[17/64] Compiling SwiftSoup TokeniserState.swift
[18/64] Compiling SwiftSoup TreeBuilder.swift
[19/64] Compiling SwiftSoup SimpleDictionary.swift
[20/64] Compiling SwiftSoup StreamReader.swift
[21/64] Compiling SwiftSoup String.swift
[22/64] Compiling SwiftSoup StringBuilder.swift
[23/64] Compiling SwiftSoup StringUtil.swift
[24/64] Compiling SwiftSoup StructuralEvaluator.swift
[25/64] Compiling SwiftSoup SwiftSoup.swift
[26/64] Compiling SwiftSoup ArrayExt.swift
[27/64] Compiling SwiftSoup Attribute.swift
[28/64] Compiling SwiftSoup Attributes.swift
[29/64] Compiling SwiftSoup BinarySearch.swift
[30/64] Compiling SwiftSoup BooleanAttribute.swift
[31/64] Compiling SwiftSoup CharacterExt.swift
[32/64] Compiling SwiftSoup CharacterReader.swift
[33/64] Compiling SwiftSoup Cleaner.swift
[34/64] Compiling SwiftSoup HtmlTreeBuilderState.swift
[35/64] Compiling SwiftSoup HttpStatusException.swift
[36/64] Compiling SwiftSoup Mutex.swift
[37/64] Compiling SwiftSoup Node.swift
[38/64] Compiling SwiftSoup NodeTraversor.swift
[39/64] Compiling SwiftSoup NodeVisitor.swift
[40/64] Compiling SwiftSoup OrderedSet.swift
[41/64] Compiling SwiftSoup ParseError.swift
[42/64] Compiling SwiftSoup DocumentType.swift
[43/64] Compiling SwiftSoup Element.swift
[44/64] Compiling SwiftSoup Elements.swift
[45/64] Compiling SwiftSoup Entities.swift
[46/64] Compiling SwiftSoup Evaluator.swift
[47/64] Compiling SwiftSoup Exception.swift
[48/64] Compiling SwiftSoup FormElement.swift
[49/64] Compiling SwiftSoup HtmlTreeBuilder.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 UTF8Arrays.swift
[59/64] Compiling SwiftSoup UnfairLock.swift
[60/64] Compiling SwiftSoup UnicodeScalar.swift
[61/64] Compiling SwiftSoup Validate.swift
[62/64] Compiling SwiftSoup Whitelist.swift
[63/64] Compiling SwiftSoup XmlDeclaration.swift
[64/64] Compiling SwiftSoup XmlTreeBuilder.swift
[66/70] Compiling SwiftHTMLtoMarkdown HTML.swift
[67/70] Compiling SwiftHTMLtoMarkdown MastodonHTML.swift
[68/70] Compiling SwiftHTMLtoMarkdown ConversionError.swift
[69/70] Emitting module SwiftHTMLtoMarkdown
[70/70] Compiling SwiftHTMLtoMarkdown BasicHTML.swift
Build complete! (35.42s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.