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 AEXML, reference 4.7.0 (7e2f1d), with Swift 6.2 (beta) for macOS (SPM) on 29 Aug 2025 07:39:03 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shinjukunian/AEXML.git
Reference: 4.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shinjukunian/AEXML
 * tag               4.7.0      -> FETCH_HEAD
HEAD is now at 7e2f1d0 Merge commit 'bcdfd485a41a0bba5cfc61e3dc5204308728b7d0'
Cloned https://github.com/shinjukunian/AEXML.git
Revision (git rev-parse @):
7e2f1d032b5a6d41e64db6968c4762c5b4170034
SUCCESS checkout https://github.com/shinjukunian/AEXML.git at 4.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shinjukunian/AEXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling AEXML Options.swift
[4/9] Compiling AEXML Error.swift
[5/9] Compiling AEXML Parser.swift
[6/9] Compiling AEXML Document.swift
[7/9] Compiling AEXML Builders.swift
[8/9] Emitting module AEXML
[9/9] Compiling AEXML Element.swift
Build complete! (4.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AEXML",
  "name" : "AEXML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "AEXML",
      "targets" : [
        "AEXML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AEXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "AEXMLTests",
      "path" : "Tests/AEXMLTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AEXMLTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AEXMLTests.swift"
      ],
      "target_dependencies" : [
        "AEXML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AEXML",
      "module_type" : "SwiftTarget",
      "name" : "AEXML",
      "path" : "Sources/AEXML",
      "product_memberships" : [
        "AEXML"
      ],
      "sources" : [
        "Builders.swift",
        "Document.swift",
        "Element.swift",
        "Error.swift",
        "Options.swift",
        "Parser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.