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 (bcdfd4), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 07:11:37 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AEXML.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AEXML
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bcdfd48 Update README.md
Cloned https://github.com/tadija/AEXML.git
Revision (git rev-parse @):
bcdfd485a41a0bba5cfc61e3dc5204308728b7d0
SUCCESS checkout https://github.com/tadija/AEXML.git at master
========================================
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": "aexml",
      "name": "AEXML",
      "url": "https://github.com/tadija/AEXML.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AEXML",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.82s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at master (bcdfd48)
warning: '.resolve-product-dependencies': dependency 'aexml' 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/tadija/AEXML.git
https://github.com/tadija/AEXML.git
{
  "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"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling AEXML Options.swift
[4/9] Compiling AEXML Parser.swift
[5/9] Compiling AEXML Element.swift
[6/9] Compiling AEXML Builders.swift
[7/9] Compiling AEXML Error.swift
[8/9] Compiling AEXML Document.swift
[9/9] Emitting module AEXML
Build complete! (5.18s)
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.