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 XMLCoding, reference 1.0.0 (137e4c), with Swift 6.2 (beta) for Linux on 25 Aug 2025 19:01:51 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/LiveUI/XMLCoding.git
Reference: 1.0.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/LiveUI/XMLCoding
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 137e4cc Merge pull request #18 from LiveUI/codex/update-to-latest-swift-version
Cloned https://github.com/LiveUI/XMLCoding.git
Revision (git rev-parse @):
137e4cc863fc6f98db048040425dc3eaad4c2861
SUCCESS checkout https://github.com/LiveUI/XMLCoding.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LiveUI/XMLCoding.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:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling XMLCoding ISO8601DateFormatter.swift
/host/spi-builder-workspace/Sources/XMLCoding/ISO8601DateFormatter.swift:12:57: warning: conformance of 'ISO8601DateFormatter' to protocol 'Sendable' was already stated in the type's module 'Foundation'
10 |
11 | @available(OSX 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *)
12 | extension ISO8601DateFormatter: @unchecked @retroactive Sendable {}
   |                                                         `- warning: conformance of 'ISO8601DateFormatter' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | //===----------------------------------------------------------------------===//
Foundation.ISO8601DateFormatter:2:11: note: 'ISO8601DateFormatter' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension ISO8601DateFormatter : @unchecked Sendable {
  |           `- note: 'ISO8601DateFormatter' declares conformance to protocol 'Sendable' here
3 | }
[4/14] Compiling XMLCoding XMLKey.swift
[5/15] Compiling XMLCoding XMLUnkeyedDecodingContainer.swift
[6/15] Compiling XMLCoding EncodingErrorExtension.swift
[7/15] Compiling XMLCoding XMLDecodingStorage.swift
[8/15] Compiling XMLCoding XMLKeyedDecodingContainer.swift
[9/15] Compiling XMLCoding DecodingErrorExtension.swift
[10/15] Compiling XMLCoding XMLDecoder.swift
[11/15] Compiling XMLCoding XMLEncoder.swift
[12/15] Compiling XMLCoding XMLEncodingStorage.swift
[13/15] Emitting module XMLCoding
/host/spi-builder-workspace/Sources/XMLCoding/ISO8601DateFormatter.swift:12:57: warning: conformance of 'ISO8601DateFormatter' to protocol 'Sendable' was already stated in the type's module 'Foundation'
10 |
11 | @available(OSX 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *)
12 | extension ISO8601DateFormatter: @unchecked @retroactive Sendable {}
   |                                                         `- warning: conformance of 'ISO8601DateFormatter' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | //===----------------------------------------------------------------------===//
Foundation.ISO8601DateFormatter:2:11: note: 'ISO8601DateFormatter' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension ISO8601DateFormatter : @unchecked Sendable {
  |           `- note: 'ISO8601DateFormatter' declares conformance to protocol 'Sendable' here
3 | }
[14/15] Compiling XMLCoding XMLReferencingEncoder.swift
[15/15] Compiling XMLCoding XMLStackParser.swift
Build complete! (12.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XMLCoding",
  "name" : "XMLCoding",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XMLCoding",
      "targets" : [
        "XMLCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMLCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "XMLCodingTests",
      "path" : "Tests/XMLCodingTests",
      "sources" : [
        "XMLParsingTests.swift"
      ],
      "target_dependencies" : [
        "XMLCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMLCoding",
      "module_type" : "SwiftTarget",
      "name" : "XMLCoding",
      "path" : "Sources/XMLCoding",
      "product_memberships" : [
        "XMLCoding"
      ],
      "sources" : [
        "Decoder/DecodingErrorExtension.swift",
        "Decoder/XMLDecoder.swift",
        "Decoder/XMLDecodingStorage.swift",
        "Decoder/XMLKeyedDecodingContainer.swift",
        "Decoder/XMLUnkeyedDecodingContainer.swift",
        "Encoder/EncodingErrorExtension.swift",
        "Encoder/XMLEncoder.swift",
        "Encoder/XMLEncodingStorage.swift",
        "Encoder/XMLReferencingEncoder.swift",
        "ISO8601DateFormatter.swift",
        "XMLKey.swift",
        "XMLStackParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.