The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AXSwift, reference main (db5625), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 16:23:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skyfallsin/AXSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/skyfallsin/AXSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at db5625d adding AXGenericElement as Role.generic
Cloned https://github.com/skyfallsin/AXSwift.git
Revision (git rev-parse @):
db5625d6d355b2ff9e52e77e8cbd061aaf85c58f
SUCCESS checkout https://github.com/skyfallsin/AXSwift.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "axswift",
      "name": "AXSwift",
      "url": "https://github.com/skyfallsin/AXSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AXSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/skyfallsin/AXSwift.git
[1/470] Fetching axswift
Fetched https://github.com/skyfallsin/AXSwift.git from cache (0.75s)
Creating working copy for https://github.com/skyfallsin/AXSwift.git
Working copy of https://github.com/skyfallsin/AXSwift.git resolved at main (db5625d)
warning: '.resolve-product-dependencies': dependency 'axswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/skyfallsin/AXSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[3/12] Write AXSwiftObserverExample-entitlement.plist
[3/12] Write AXSwiftExample-entitlement.plist
[5/12] Write swift-version--6988338F2F200930.txt
[7/20] Emitting module AXSwift
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:4:1: warning: extension declares a conformance of imported type 'AXError' to imported protocols '_BridgedNSError', '_ObjectiveCBridgeableError'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
 2 | import Cocoa
 3 |
 4 | extension AXError: Swift.Error {}
   | |- warning: extension declares a conformance of imported type 'AXError' to imported protocols '_BridgedNSError', '_ObjectiveCBridgeableError'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 | // For some reason values don't get described in this enum, so we have to do it manually.
/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 Constants.swift
[10/20] Compiling AXSwift UIElement.swift
[11/20] Compiling AXSwift SystemWideElement.swift
[12/20] Compiling AXSwift Application.swift
[13/20] Compiling AXSwift Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:4:1: warning: extension declares a conformance of imported type 'AXError' to imported protocols '_BridgedNSError', '_ObjectiveCBridgeableError'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
 2 | import Cocoa
 3 |
 4 | extension AXError: Swift.Error {}
   | |- warning: extension declares a conformance of imported type 'AXError' to imported protocols '_BridgedNSError', '_ObjectiveCBridgeableError'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 | // For some reason values don't get described in this enum, so we have to do it manually.
/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 {
[14/20] Compiling AXSwift Observer.swift
[15/26] Compiling AXSwiftObserverExample main.swift
[16/26] Compiling AXSwiftExample AppDelegate.swift
[17/26] Compiling AXSwiftExample main.swift
[18/26] Emitting module AXSwiftExample
[18/26] Write Objects.LinkFileList
[20/26] Compiling AXSwiftObserverExample AppDelegate.swift
[21/26] Emitting module AXSwiftObserverExample
[21/26] Write Objects.LinkFileList
[22/26] Linking AXSwiftExample
[23/26] Applying AXSwiftExample
[24/26] Linking AXSwiftObserverExample
[25/26] Applying AXSwiftObserverExample
Build complete! (9.22s)
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.