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 (80091b), with Swift 6.2 for Linux on 24 Sep 2025 01:20:05 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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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: 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 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 main
========================================
Build
========================================
Selected platform:         linux
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: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:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.39s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.43s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3532] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.73s)
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
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
[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-24593BA9C3E375BF.txt
[5/18] Emitting module XMLWrangler
[6/19] Compiling XMLWrangler XMLContentBuilder.swift
[7/19] Compiling XMLWrangler XMLElement+Attributes.swift
[8/19] Compiling XMLWrangler XMLElement+Content.swift
[9/19] Compiling XMLWrangler XMLElement+Lookup.swift
[10/19] Compiling XMLWrangler XMLElementContent+Lookup.swift
[11/19] Compiling XMLWrangler XMLElementContent+Mutation.swift
[12/19] Compiling XMLWrangler XMLElement+Mutation.swift
[13/19] Compiling XMLWrangler XMLElement.swift
[14/19] Compiling XMLWrangler XMLElementContentElement+InternalHelpers.swift
[15/19] Compiling XMLWrangler XMLElementProtocols.swift
[16/19] Compiling XMLWrangler Helpers.swift
[17/19] Compiling XMLWrangler LookupError.swift
[18/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
[19/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
Build complete! (21.89s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.