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 xml2json, reference 0.0.1 (b2a8a6), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:03:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wacumov/xml2json.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wacumov/xml2json
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at b2a8a6f Update Readme
Cloned https://github.com/wacumov/xml2json.git
Revision (git rev-parse @):
b2a8a6f9114a61c2a1c939c3ad4a6466c6f644b4
SUCCESS checkout https://github.com/wacumov/xml2json.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wacumov/xml2json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling xml2json_cpp c_interface.cpp
[4/5] Compiling xml2json XMLToJSON.swift
[5/5] Emitting module xml2json
Build complete! (1.54s)
Build complete.
{
  "c_language_standard" : "c11",
  "cxx_language_standard" : "c++11",
  "dependencies" : [
  ],
  "manifest_display_name" : "xml2json",
  "name" : "xml2json",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "xml2json",
      "targets" : [
        "xml2json"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xml2json_cpp",
      "module_type" : "ClangTarget",
      "name" : "xml2json_cpp",
      "path" : "include",
      "product_memberships" : [
        "xml2json"
      ],
      "sources" : [
        "c_interface.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "xml2jsonTests",
      "module_type" : "SwiftTarget",
      "name" : "xml2jsonTests",
      "path" : "Tests/xml2jsonTests",
      "sources" : [
        "XCTestManifests.swift",
        "xml2jsonTests.swift"
      ],
      "target_dependencies" : [
        "xml2json"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xml2json",
      "module_type" : "SwiftTarget",
      "name" : "xml2json",
      "path" : "Sources/xml2json",
      "product_memberships" : [
        "xml2json"
      ],
      "sources" : [
        "XMLToJSON.swift"
      ],
      "target_dependencies" : [
        "xml2json_cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.