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 0.3.2 (81dcc3), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:13:58 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: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tmandry/AXSwift
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 81dcc36 v0.3.2
Cloned https://github.com/tmandry/AXSwift.git
Revision (git rev-parse @):
81dcc36aced905d6464cc25e35f8d13184bbf21c
SUCCESS checkout https://github.com/tmandry/AXSwift.git at 0.3.2
========================================
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
[0/12] Write AXSwiftObserverExample-entitlement.plist
[0/12] Write sources
[3/12] Write AXSwiftExample-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 AXSwift.swift
[9/20] Compiling AXSwift SystemWideElement.swift
[10/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 {
[11/20] Compiling AXSwift Application.swift
[12/20] Compiling AXSwift Observer.swift
[13/20] Compiling AXSwift UIElement.swift
[14/20] Compiling AXSwift Constants.swift
[15/26] Compiling AXSwiftExample main.swift
[16/26] Compiling AXSwiftExample AppDelegate.swift
[17/26] Emitting module AXSwiftExample
[17/26] Write Objects.LinkFileList
[19/26] Compiling AXSwiftObserverExample main.swift
[20/26] Emitting module AXSwiftObserverExample
[21/26] Compiling AXSwiftObserverExample AppDelegate.swift
[21/26] Write Objects.LinkFileList
[22/26] Linking AXSwiftObserverExample
[23/26] Linking AXSwiftExample
[24/26] Applying AXSwiftExample
[25/26] Applying AXSwiftObserverExample
Build complete! (7.44s)
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.