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 AXUI, reference main (d1bd5b), with Swift 6.1 for macOS (SPM) on 14 Jul 2025 06:36:31 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/AXUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/AXUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d1bd5ba Add get and set value methods with error handling
Cloned https://github.com/1amageek/AXUI.git
Revision (git rev-parse @):
d1bd5bad90c1b6269aed2c6666d48509b20513af
SUCCESS checkout https://github.com/1amageek/AXUI.git at main
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.08s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.68s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
========================================
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": "axui",
      "name": "AXUI",
      "url": "https://github.com/1amageek/AXUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AXUI",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser.git",
          "version": "1.6.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/1amageek/AXUI.git
[1/340] Fetching axui
Fetched https://github.com/1amageek/AXUI.git from cache (0.73s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.56s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.11s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/1amageek/AXUI.git
Working copy of https://github.com/1amageek/AXUI.git resolved at main (d1bd5ba)
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/1amageek/AXUI.git
https://github.com/1amageek/AXUI.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "AXUI",
  "name" : "AXUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AXUI",
      "targets" : [
        "AXUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "axon",
      "targets" : [
        "axon"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "axon",
      "module_type" : "SwiftTarget",
      "name" : "axon",
      "path" : "Sources/axon",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "axon"
      ],
      "sources" : [
        "Command.swift"
      ],
      "target_dependencies" : [
        "AXUI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AXUI",
      "module_type" : "SwiftTarget",
      "name" : "AXUI",
      "path" : "Sources/AXUI",
      "product_memberships" : [
        "AXUI",
        "axon"
      ],
      "sources" : [
        "AIElement.swift",
        "AIElementConverter.swift",
        "AIElementEncoder.swift",
        "AIFormatHelpers.swift",
        "AXDumper.swift",
        "AXElement.swift",
        "AXQuery.swift",
        "AXQueryMatcher.swift",
        "Role.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AXONTests",
      "module_type" : "SwiftTarget",
      "name" : "AXONTests",
      "path" : "Tests/AXONTests",
      "sources" : [
        "AIElementEncoderIDTest.swift",
        "AIElementEncoderTests.swift",
        "AXDumperIDTest.swift",
        "AXElementIDTests.swift",
        "AXONTests.swift",
        "AccessibilityPermissionTests.swift",
        "DumpConsistencyTest.swift",
        "LiveAXDumpTests.swift",
        "QueryTests.swift",
        "RealWorldAppTestsSimple.swift",
        "StateHandlingTests.swift"
      ],
      "target_dependencies" : [
        "AXUI"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.1"
}
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[1/10] Write axon-entitlement.plist
[2/10] Write sources
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/22] Emitting module ArgumentParserToolInfo
[10/61] Compiling ArgumentParser CommandConfiguration.swift
[11/61] Compiling ArgumentParser CommandGroup.swift
[12/61] Compiling ArgumentParser EnumerableFlag.swift
[13/61] Compiling ArgumentParser ExpressibleByArgument.swift
[14/65] Emitting module ArgumentParser
[15/65] Compiling ArgumentParser ArgumentHelp.swift
[16/65] Compiling ArgumentParser ArgumentVisibility.swift
[17/65] Compiling ArgumentParser CompletionKind.swift
[18/65] Compiling ArgumentParser Errors.swift
[19/65] Compiling ArgumentParser Flag.swift
[20/65] Compiling ArgumentParser NameSpecification.swift
[21/65] Compiling ArgumentParser Option.swift
[22/65] Compiling ArgumentParser OptionGroup.swift
[23/65] Compiling ArgumentParser AsyncParsableCommand.swift
[24/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/65] Compiling ArgumentParser CompletionsGenerator.swift
[26/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/65] Compiling ArgumentParser Argument.swift
[29/65] Compiling ArgumentParser ParsableArguments.swift
[30/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/65] Compiling ArgumentParser ParsableCommand.swift
[32/65] Compiling ArgumentParser ArgumentDecoder.swift
[33/65] Compiling ArgumentParser Platform.swift
[34/65] Compiling ArgumentParser SequenceExtensions.swift
[35/65] Compiling ArgumentParser StringExtensions.swift
[36/65] Compiling ArgumentParser Tree.swift
[37/65] Compiling ArgumentParser ArgumentDefinition.swift
[38/65] Compiling ArgumentParser ArgumentSet.swift
[39/65] Compiling ArgumentParser CommandParser.swift
[40/65] Compiling ArgumentParser InputKey.swift
[41/65] Compiling ArgumentParser InputOrigin.swift
[42/65] Compiling ArgumentParser Name.swift
[43/65] Compiling ArgumentParser Parsed.swift
[44/65] Compiling ArgumentParser ParsedValues.swift
[45/65] Compiling ArgumentParser ParserError.swift
[46/65] Compiling ArgumentParser SplitArguments.swift
[47/65] Compiling ArgumentParser DumpHelpGenerator.swift
[48/65] Compiling ArgumentParser HelpCommand.swift
[49/65] Compiling ArgumentParser HelpGenerator.swift
[50/65] Compiling ArgumentParser MessageInfo.swift
[51/65] Compiling ArgumentParser UsageGenerator.swift
[52/65] Compiling ArgumentParser CollectionExtensions.swift
[53/65] Emitting module AXUI
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/65] Compiling AXUI AIFormatHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/65] Compiling AXUI Role.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/65] Compiling AXUI AXQueryMatcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/65] Compiling AXUI AXQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/65] Compiling AXUI AXElement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/65] Compiling AXUI AIElementEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/65] Compiling AXUI AIElementConverter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/65] Compiling AXUI AIElement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/65] Compiling AXUI AXDumper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/67] Compiling axon Command.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/67] Emitting module axon
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/67] Write Objects.LinkFileList
[65/67] Linking axon
[66/67] Applying axon
Build complete! (12.02s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "AXUI",
  "name" : "AXUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AXUI",
      "targets" : [
        "AXUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "axon",
      "targets" : [
        "axon"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "axon",
      "module_type" : "SwiftTarget",
      "name" : "axon",
      "path" : "Sources/axon",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "axon"
      ],
      "sources" : [
        "Command.swift"
      ],
      "target_dependencies" : [
        "AXUI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AXUI",
      "module_type" : "SwiftTarget",
      "name" : "AXUI",
      "path" : "Sources/AXUI",
      "product_memberships" : [
        "AXUI",
        "axon"
      ],
      "sources" : [
        "AIElement.swift",
        "AIElementConverter.swift",
        "AIElementEncoder.swift",
        "AIFormatHelpers.swift",
        "AXDumper.swift",
        "AXElement.swift",
        "AXQuery.swift",
        "AXQueryMatcher.swift",
        "Role.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AXONTests",
      "module_type" : "SwiftTarget",
      "name" : "AXONTests",
      "path" : "Tests/AXONTests",
      "sources" : [
        "AIElementEncoderIDTest.swift",
        "AIElementEncoderTests.swift",
        "AXDumperIDTest.swift",
        "AXElementIDTests.swift",
        "AXONTests.swift",
        "AccessibilityPermissionTests.swift",
        "DumpConsistencyTest.swift",
        "LiveAXDumpTests.swift",
        "QueryTests.swift",
        "RealWorldAppTestsSimple.swift",
        "StateHandlingTests.swift"
      ],
      "target_dependencies" : [
        "AXUI"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.1"
}
Done.