The Swift Package Index logo.Swift Package Index

Build Information

Successful build of xml-coding, reference 0.4.1 (b6a2ae), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 07:49:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/xml-coding.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/xml-coding
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at b6a2ae2 Fix decoding of optional attributes (#6)
Cloned https://github.com/adam-fowler/xml-coding.git
Revision (git rev-parse @):
b6a2ae25464959f41cd167047ee47fe5bb681c6c
SUCCESS checkout https://github.com/adam-fowler/xml-coding.git at 0.4.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "xml-coding",
      "name": "xml-coding",
      "url": "https://github.com/adam-fowler/xml-coding.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xml-coding",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/adam-fowler/xml-coding.git
[1/434] Fetching xml-coding
Fetched https://github.com/adam-fowler/xml-coding.git from cache (0.97s)
Creating working copy for https://github.com/adam-fowler/xml-coding.git
Working copy of https://github.com/adam-fowler/xml-coding.git resolved at 0.4.1 (b6a2ae2)
warning: '.resolve-product-dependencies': dependency 'xml-coding' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/adam-fowler/xml-coding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling XMLCoding XMLDecoder.swift
[4/8] Compiling XMLCoding XML.swift
[5/8] Emitting module XMLCoding
[6/8] Compiling XMLCoding XMLEncoder.swift
[7/8] Compiling XMLCoding CodableProperties.swift
[8/8] Compiling XMLCoding CollectionCoders.swift
Build complete! (4.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "xml-coding",
  "name" : "xml-coding",
  "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" : [
        "XMLEncoderTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "XMLCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMLCoding",
      "module_type" : "SwiftTarget",
      "name" : "XMLCoding",
      "path" : "Sources/XMLCoding",
      "product_memberships" : [
        "XMLCoding"
      ],
      "sources" : [
        "CodableProperties/CodableProperties.swift",
        "CodableProperties/CollectionCoders.swift",
        "XML.swift",
        "XMLDecoder.swift",
        "XMLEncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.