The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AEXML, reference master (fdc982), with Swift 5.10 for macOS (SPM) on 1 Apr 2025 06:33:33 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shinjukunian/AEXML.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shinjukunian/AEXML
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fdc9823 Merge pull request #2 from shinjukunian/POD
Cloned https://github.com/shinjukunian/AEXML.git
Revision (git rev-parse @):
fdc982394db2b46a829cac2271b01d3bc43b9415
SUCCESS checkout https://github.com/shinjukunian/AEXML.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/shinjukunian/AEXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling AEXML Parser.swift
[4/8] Compiling AEXML Options.swift
[5/8] Emitting module AEXML
[6/8] Compiling AEXML Document.swift
[7/8] Compiling AEXML Element.swift
[8/8] Compiling AEXML Error.swift
Build complete! (6.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AEXML",
  "name" : "AEXML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.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",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AEXML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AEXML",
      "module_type" : "SwiftTarget",
      "name" : "AEXML",
      "path" : "Sources/AEXML",
      "product_memberships" : [
        "AEXML"
      ],
      "sources" : [
        "Document.swift",
        "Element.swift",
        "Error.swift",
        "Options.swift",
        "Parser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.