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 SwiftAutoGUI, reference 0.13.0 (bde107), with Swift 6.0 for macOS (SPM) on 26 Oct 2025 09:20:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/NakaokaRei/SwiftAutoGUI.git
Reference: 0.13.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NakaokaRei/SwiftAutoGUI
 * tag               0.13.0     -> FETCH_HEAD
HEAD is now at bde1077 chore: add documentaion.docc
Cloned https://github.com/NakaokaRei/SwiftAutoGUI.git
Revision (git rev-parse @):
bde107712d4f951011012ba466558d4736e490ce
SUCCESS checkout https://github.com/NakaokaRei/SwiftAutoGUI.git at 0.13.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/NakaokaRei/SwiftAutoGUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[4/6] Copying opencv2.framework
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/8] Emitting module opencv2_dependencies
[8/8] Compiling opencv2_dependencies Stub.swift
[9/17] Compiling SwiftAutoGUI TweeningFunction.swift
[10/17] Compiling SwiftAutoGUI Screenshot.swift
[11/17] Compiling SwiftAutoGUI Keycode.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
  1 | #import "Headers/opencv2.h"
    |         `- note: in file included from <module-includes>:1:
  2 | #import "Headers/MatOfRect2d.h"
  3 | #import "Headers/MatOfFloat4.h"
<module-includes>:1:9: note: in file included from <module-includes>:1:
  1 | #import "Headers/opencv2.h"
    |         `- note: in file included from <module-includes>:1:
  2 | #import "Headers/MatOfRect2d.h"
  3 | #import "Headers/MatOfFloat4.h"
[12/17] Compiling SwiftAutoGUI Dialog.swift
[13/17] Compiling SwiftAutoGUI ImageRecognition.swift
[14/17] Compiling SwiftAutoGUI SwiftAutoGUI.swift
[15/17] Compiling SwiftAutoGUI AppleScript.swift
[16/17] Emitting module SwiftAutoGUI
[17/17] Compiling SwiftAutoGUI Action.swift
Build complete! (42.26s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/yeatse/opencv-spm.git
[1/347] Fetching opencv-spm
[151/2480] Fetching opencv-spm, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Fetched https://github.com/yeatse/opencv-spm.git from cache (1.13s)
Computing version for https://github.com/yeatse/opencv-spm.git
Computed https://github.com/yeatse/opencv-spm.git at 4.12.0 (0.43s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3567] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/yeatse/opencv-spm.git
Working copy of https://github.com/yeatse/opencv-spm.git resolved at 4.12.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[32750/196118984] Downloading https://github.com/yeatse/opencv-spm/releases/download/4.12.0/opencv2.xcframework.zip
Downloading binary artifact https://github.com/yeatse/opencv-spm/releases/download/4.12.0/opencv2.xcframework.zip
Downloaded https://github.com/yeatse/opencv-spm/releases/download/4.12.0/opencv2.xcframework.zip (13.43s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "opencv-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.9.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yeatse/opencv-spm.git"
    }
  ],
  "manifest_display_name" : "SwiftAutoGUI",
  "name" : "SwiftAutoGUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAutoGUI",
      "targets" : [
        "SwiftAutoGUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAutoGUITests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAutoGUITests",
      "path" : "Tests/SwiftAutoGUITests",
      "sources" : [
        "AppleScriptTests.swift",
        "ImageRecognitionTests.swift",
        "KeyboardTests.swift",
        "MouseTests.swift",
        "ScreenshotTests.swift",
        "TweeningFunctionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAutoGUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAutoGUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAutoGUI",
      "path" : "Sources/SwiftAutoGUI",
      "product_dependencies" : [
        "OpenCV"
      ],
      "product_memberships" : [
        "SwiftAutoGUI"
      ],
      "sources" : [
        "Action.swift",
        "AppleScript.swift",
        "Dialog.swift",
        "ImageRecognition.swift",
        "Keycode.swift",
        "Screenshot.swift",
        "SwiftAutoGUI.swift",
        "TweeningFunction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.