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 xmlwrangler, reference main (e2c626), with Swift 6.2 (beta) for Android on 24 Jun 2025 02:45:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/xmlwrangler.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/sersoft-gmbh/xmlwrangler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e2c6263 Bump github.com/swiftlang/swift-docc-plugin from 1.4.3 to 1.4.4
Cloned https://github.com/sersoft-gmbh/xmlwrangler.git
Revision (git rev-parse @):
e2c6263cac70e4b0f440ac67a4830cfe736fcb94
SUCCESS checkout https://github.com/sersoft-gmbh/xmlwrangler.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sersoft-gmbh/xmlwrangler.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.04s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.88s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/18] Compiling XMLWrangler XMLElementContentElement+InternalHelpers.swift
[6/19] Compiling XMLWrangler XMLElementContent+Lookup.swift
[7/19] Compiling XMLWrangler XMLElementContent+Mutation.swift
[8/19] Compiling XMLWrangler XMLElementProtocols.swift
[9/19] Compiling XMLWrangler XMLElement+Mutation.swift
[10/19] Compiling XMLWrangler XMLElement.swift
[11/19] Compiling XMLWrangler XMLElement+Content.swift
[12/19] Compiling XMLWrangler XMLElement+Lookup.swift
[13/19] Compiling XMLWrangler XMLContentBuilder.swift
[14/19] Compiling XMLWrangler XMLElement+Attributes.swift
[15/19] Compiling XMLWrangler Helpers.swift
[16/19] Compiling XMLWrangler LookupError.swift
[17/19] Emitting module XMLWrangler
[18/19] Compiling XMLWrangler Parsing.swift
[19/19] Compiling XMLWrangler Serialization.swift
Build complete! (32.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "xmlwrangler",
  "name" : "xmlwrangler",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "XMLWrangler",
      "targets" : [
        "XMLWrangler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMLWranglerTests",
      "module_type" : "SwiftTarget",
      "name" : "XMLWranglerTests",
      "path" : "Tests/XMLWranglerTests",
      "sources" : [
        "ErrorsTests.swift",
        "GitHubIssueTests.swift",
        "LookupErrorHelpers.swift",
        "ParsingTests.swift",
        "SerializationTests.swift",
        "XMLContentBuilderTests.swift",
        "XMLElement+AttributesTests.swift",
        "XMLElement+ContentTests.swift",
        "XMLElement+LookupTests.swift",
        "XMLElement+MutationTests.swift",
        "XMLElementContent+LookupTests.swift",
        "XMLElementContentElementTests.swift",
        "XMLElementProtocolsTests.swift",
        "XMLElementTests.swift"
      ],
      "target_dependencies" : [
        "XMLWrangler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMLWrangler",
      "module_type" : "SwiftTarget",
      "name" : "XMLWrangler",
      "path" : "Sources/XMLWrangler",
      "product_memberships" : [
        "XMLWrangler"
      ],
      "sources" : [
        "Helpers.swift",
        "LookupError.swift",
        "Parsing.swift",
        "Serialization.swift",
        "XMLContentBuilder.swift",
        "XMLElement+Attributes.swift",
        "XMLElement+Content.swift",
        "XMLElement+Lookup.swift",
        "XMLElement+Mutation.swift",
        "XMLElement.swift",
        "XMLElementContent+Lookup.swift",
        "XMLElementContent+Mutation.swift",
        "XMLElementContentElement+InternalHelpers.swift",
        "XMLElementProtocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.