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.1 for macOS (SPM) on 25 Aug 2025 19:05:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "xmlcoding",
      "name": "XMLCoding",
      "url": "https://github.com/LiveUI/XMLCoding.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XMLCoding",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LiveUI/XMLCoding.git
[1/555] Fetching xmlcoding
Fetched https://github.com/LiveUI/XMLCoding.git from cache (0.91s)
Creating working copy for https://github.com/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 1.0.0 (137e4cc)
warning: '.resolve-product-dependencies': dependency 'xmlcoding' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LiveUI/XMLCoding.git
https://github.com/LiveUI/XMLCoding.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XMLCoding",
  "name" : "XMLCoding",
  "path" : "/Users/admin/builder/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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/14] Compiling XMLCoding ISO8601DateFormatter.swift
[4/15] Compiling XMLCoding XMLKey.swift
[5/15] Compiling XMLCoding XMLReferencingEncoder.swift
[6/15] Compiling XMLCoding XMLEncodingStorage.swift
[7/15] Compiling XMLCoding XMLDecodingStorage.swift
[8/15] Compiling XMLCoding XMLKeyedDecodingContainer.swift
[9/15] Compiling XMLCoding XMLUnkeyedDecodingContainer.swift
[10/15] Compiling XMLCoding XMLEncoder.swift
[11/15] Emitting module XMLCoding
[12/15] Compiling XMLCoding DecodingErrorExtension.swift
[13/15] Compiling XMLCoding XMLDecoder.swift
[14/15] Compiling XMLCoding EncodingErrorExtension.swift
[15/15] Compiling XMLCoding XMLStackParser.swift
Build complete! (6.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XMLCoding",
  "name" : "XMLCoding",
  "path" : "/Users/admin/builder/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"
}
Done.