The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AXSwift, reference main (e18a18), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 11:52:42 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/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
========================================
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/tmandry/AXSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AXSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tmandry/AXSwift.git
[1/670] Fetching axswift
Fetched https://github.com/tmandry/AXSwift.git from cache (0.80s)
Creating working copy for https://github.com/tmandry/AXSwift.git
Working copy of https://github.com/tmandry/AXSwift.git resolved at main (e18a184)
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/tmandry/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
[1/12] Write AXSwiftObserverExample-entitlement.plist
[1/12] Write sources
[1/12] Write AXSwiftExample-entitlement.plist
[1/12] Write sources
[5/12] Write swift-version--6988338F2F200930.txt
[7/20] Compiling AXSwift UIElement.swift
[8/20] Compiling AXSwift AXSwift.swift
[9/20] Compiling AXSwift Constants.swift
[10/20] Compiling AXSwift Application.swift
[11/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 {
[12/20] Compiling AXSwift SystemWideElement.swift
[13/20] Compiling AXSwift Observer.swift
[14/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 {
[15/26] Compiling AXSwiftExample AppDelegate.swift
[16/26] Compiling AXSwiftExample main.swift
[17/26] Emitting module AXSwiftExample
[17/26] Write Objects.LinkFileList
[19/26] Compiling AXSwiftObserverExample AppDelegate.swift
[20/26] Emitting module AXSwiftObserverExample
[21/26] Compiling AXSwiftObserverExample main.swift
[21/26] Write Objects.LinkFileList
[22/26] Linking AXSwiftObserverExample
[23/26] Applying AXSwiftObserverExample
[24/26] Linking AXSwiftExample
[25/26] Applying AXSwiftExample
Build complete! (9.52s)
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.