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 AXSwift, reference main (e18a18), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:14:26 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/tmandry/AXSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tmandry/AXSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e18a184 No longer force casting attribute values to prevent a crash when the value doesn't match the expected type
Cloned https://github.com/tmandry/AXSwift.git
Revision (git rev-parse @):
e18a18453d135ad45809a384ee5139e05ea52def
SUCCESS checkout https://github.com/tmandry/AXSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tmandry/AXSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[2/12] Write AXSwiftExample-entitlement.plist
[2/12] Write sources
[2/12] Write AXSwiftObserverExample-entitlement.plist
[5/12] Write swift-version-1EA4D86E10B52AF.txt
[7/20] Emitting module AXSwift
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:7:1: warning: extension declares a conformance of imported type 'AXError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
 5 |
 6 | // For some reason values don't get described in this enum, so we have to do it manually.
 7 | extension AXError: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'AXError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     fileprivate var valueAsString: String {
 9 |         switch self {
[8/20] Compiling AXSwift Observer.swift
[9/20] Compiling AXSwift SystemWideElement.swift
[10/20] Compiling AXSwift Constants.swift
[11/20] Compiling AXSwift Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:7:1: warning: extension declares a conformance of imported type 'AXError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
 5 |
 6 | // For some reason values don't get described in this enum, so we have to do it manually.
 7 | extension AXError: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'AXError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     fileprivate var valueAsString: String {
 9 |         switch self {
[12/20] Compiling AXSwift UIElement.swift
[13/20] Compiling AXSwift AXSwift.swift
[14/20] Compiling AXSwift Application.swift
[15/26] Compiling AXSwiftObserverExample main.swift
[16/26] Compiling AXSwiftObserverExample AppDelegate.swift
[17/26] Emitting module AXSwiftObserverExample
[18/26] Compiling AXSwiftExample AppDelegate.swift
[19/26] Compiling AXSwiftExample main.swift
[20/26] Emitting module AXSwiftExample
[20/26] Write Objects.LinkFileList
[22/26] Linking AXSwiftExample
[23/26] Linking AXSwiftObserverExample
[24/26] Applying AXSwiftObserverExample
[25/26] Applying AXSwiftExample
Build complete! (7.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AXSwift",
  "name" : "AXSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AXSwift",
      "targets" : [
        "AXSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AXSwiftObserverExample",
      "targets" : [
        "AXSwiftObserverExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AXSwiftExample",
      "targets" : [
        "AXSwiftExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AXSwiftObserverExample",
      "module_type" : "SwiftTarget",
      "name" : "AXSwiftObserverExample",
      "path" : "AXSwiftObserverExample",
      "product_memberships" : [
        "AXSwiftObserverExample"
      ],
      "sources" : [
        "AppDelegate.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "AXSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AXSwiftExample",
      "module_type" : "SwiftTarget",
      "name" : "AXSwiftExample",
      "path" : "AXSwiftExample",
      "product_memberships" : [
        "AXSwiftExample"
      ],
      "sources" : [
        "AppDelegate.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "AXSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AXSwift",
      "module_type" : "SwiftTarget",
      "name" : "AXSwift",
      "path" : "Sources",
      "product_memberships" : [
        "AXSwift",
        "AXSwiftObserverExample",
        "AXSwiftExample"
      ],
      "sources" : [
        "AXSwift.swift",
        "Application.swift",
        "Constants.swift",
        "Error.swift",
        "Observer.swift",
        "SystemWideElement.swift",
        "UIElement.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.