The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AutoKey, reference v1.0.1 (ebbc8e), with Swift 6.2 for macOS (SPM) on 15 Oct 2025 10:24:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andre-tirta/auto-key.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andre-tirta/auto-key
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at ebbc8ea Update README.md
Cloned https://github.com/andre-tirta/auto-key.git
Revision (git rev-parse @):
ebbc8eab8b85379d585ec9cf2ecf53e47acfe85d
SUCCESS checkout https://github.com/andre-tirta/auto-key.git at v1.0.1
Fetching https://github.com/swiftlang/swift-syntax.git
[1/72529] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.53s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.15s)
========================================
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": "auto-key",
      "name": "AutoKey",
      "url": "https://github.com/andre-tirta/auto-key.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/auto-key",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/andre-tirta/auto-key.git
[1/60] Fetching auto-key
Fetched https://github.com/andre-tirta/auto-key.git from cache (0.60s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.62s)
Creating working copy for https://github.com/andre-tirta/auto-key.git
Working copy of https://github.com/andre-tirta/auto-key.git resolved at v1.0.1 (ebbc8ea)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/andre-tirta/auto-key.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[3/10] Write AutoKeyClient-entitlement.plist
[4/10] Write swift-version-49B95AFC49DCD68C.txt
[6/15] Compiling AutoKeyMacros Utilities.swift
[7/15] Compiling AutoKeyMacros KeyAliasMacro.swift
[8/15] Emitting module AutoKeyMacros
[9/15] Compiling AutoKeyMacros AutoKeyPlugin.swift
[10/15] Compiling AutoKeyMacros AutoKeyMacro.swift
[10/15] Write Objects.LinkFileList
[11/15] Linking AutoKeyMacros-tool
[13/17] Emitting module AutoKey
[14/17] Compiling AutoKey AutoKey.swift
[15/19] Compiling AutoKeyClient main.swift
[16/19] Emitting module AutoKeyClient
[16/19] Write Objects.LinkFileList
[17/19] Linking AutoKeyClient
[18/19] Applying AutoKeyClient
Build complete! (4.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AutoKey",
  "name" : "AutoKey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AutoKey",
      "targets" : [
        "AutoKey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoKeyClient",
      "targets" : [
        "AutoKeyClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutoKeyMacros",
      "targets" : [
        "AutoKeyMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoKeyTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoKeyTests",
      "path" : "Tests/AutoKeyTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AutoKeyTests.swift"
      ],
      "target_dependencies" : [
        "AutoKeyMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoKeyMacros",
      "module_type" : "SwiftTarget",
      "name" : "AutoKeyMacros",
      "path" : "Sources/AutoKeyMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AutoKey",
        "AutoKeyClient",
        "AutoKeyMacros"
      ],
      "sources" : [
        "AutoKeyMacro.swift",
        "AutoKeyPlugin.swift",
        "KeyAliasMacro.swift",
        "Utilities.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AutoKeyClient",
      "module_type" : "SwiftTarget",
      "name" : "AutoKeyClient",
      "path" : "Sources/AutoKeyClient",
      "product_memberships" : [
        "AutoKeyClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AutoKey"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AutoKey",
      "module_type" : "SwiftTarget",
      "name" : "AutoKey",
      "path" : "Sources/AutoKey",
      "product_memberships" : [
        "AutoKey",
        "AutoKeyClient"
      ],
      "sources" : [
        "AutoKey.swift"
      ],
      "target_dependencies" : [
        "AutoKeyMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.