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 6.4.0 (80091b), with Swift 6.2 for Android on 23 Sep 2025 09:40:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/xmlwrangler.git
Reference: 6.4.0
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
 * tag               6.4.0      -> FETCH_HEAD
HEAD is now at 80091bc Fix docs
Cloned https://github.com/sersoft-gmbh/xmlwrangler.git
Revision (git rev-parse @):
80091bc96f1eafd0a96b32c039e55aa262695c99
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sersoft-gmbh/xmlwrangler.git at 6.4.0
========================================
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" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
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/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.71s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3531] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.79s)
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.5
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--11D90AFD9DD3AB2.txt
[5/18] Compiling XMLWrangler XMLElementContentElement+InternalHelpers.swift
[6/18] Compiling XMLWrangler XMLElement+Mutation.swift
[7/18] Compiling XMLWrangler XMLElement.swift
[8/19] Compiling XMLWrangler XMLElementContent+Lookup.swift
[9/19] Compiling XMLWrangler XMLElementContent+Mutation.swift
[10/19] Compiling XMLWrangler XMLElementProtocols.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] Compiling XMLWrangler Parsing.swift
/host/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift:22:9: warning: no unsafe operations occur within 'unsafe' expression
 20 |         let delegate = ParserDelegate()
 21 | #if compiler(>=6.2)
 22 |         unsafe parser.delegate = delegate
    |         `- warning: no unsafe operations occur within 'unsafe' expression
 23 |         defer { unsafe parser.delegate = nil }
 24 | #else
/host/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift:23:17: warning: no unsafe operations occur within 'unsafe' expression
 21 | #if compiler(>=6.2)
 22 |         unsafe parser.delegate = delegate
 23 |         defer { unsafe parser.delegate = nil }
    |                 `- warning: no unsafe operations occur within 'unsafe' expression
 24 | #else
 25 |         parser.delegate = delegate
[18/19] Compiling XMLWrangler Serialization.swift
/host/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift:22:9: warning: no unsafe operations occur within 'unsafe' expression
 20 |         let delegate = ParserDelegate()
 21 | #if compiler(>=6.2)
 22 |         unsafe parser.delegate = delegate
    |         `- warning: no unsafe operations occur within 'unsafe' expression
 23 |         defer { unsafe parser.delegate = nil }
 24 | #else
/host/spi-builder-workspace/Sources/XMLWrangler/Parsing.swift:23:17: warning: no unsafe operations occur within 'unsafe' expression
 21 | #if compiler(>=6.2)
 22 |         unsafe parser.delegate = delegate
 23 |         defer { unsafe parser.delegate = nil }
    |                 `- warning: no unsafe operations occur within 'unsafe' expression
 24 | #else
 25 |         parser.delegate = delegate
[19/19] Emitting module XMLWrangler
Build complete! (23.35s)
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",
        "XMLElementContentTests.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.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.