The Swift Package Index logo.Swift Package Index

Build Information

Successful build of steve, reference v0.5.1 (200624), with Swift 6.0 for macOS (SPM) on 28 Mar 2026 02:26:47 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikker/steve.git
Reference: v0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikker/steve
 * tag               v0.5.1     -> FETCH_HEAD
HEAD is now at 2006240 Release 0.5.1
Cloned https://github.com/mikker/steve.git
Revision (git rev-parse @):
200624093d63b1438140b6dda4055136045b4808
SUCCESS checkout https://github.com/mikker/steve.git at v0.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mikker/steve.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write steve-entitlement.plist
[2/6] Write swift-version-5BDAB9E9C0126B9D.txt
[4/14] Compiling steve Trace.swift
[5/14] Compiling steve main.swift
[6/14] Compiling steve Output.swift
[7/14] Compiling steve CLI.swift
[8/14] Compiling steve KeyCodes.swift
[9/14] Compiling steve AX.swift
[10/14] Emitting module steve
[11/14] Compiling steve Commands.swift
[11/14] Write Objects.LinkFileList
[12/14] Linking steve
[13/14] Applying steve
Build complete! (8.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "steve",
  "name" : "steve",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "steve",
      "targets" : [
        "steve"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "steveTests",
      "module_type" : "SwiftTarget",
      "name" : "steveTests",
      "path" : "Tests/steveTests",
      "sources" : [
        "AXHelperTests.swift",
        "CLIRunnerTests.swift",
        "FindOptionsTests.swift",
        "IntegrationTests.swift",
        "KeyCodesTests.swift",
        "MenuOptionsTests.swift",
        "OutputTests.swift",
        "ParsingTests.swift",
        "QueryOptionsTests.swift",
        "StatusBarOptionsTests.swift"
      ],
      "target_dependencies" : [
        "steve"
      ],
      "type" : "test"
    },
    {
      "c99name" : "steve",
      "module_type" : "SwiftTarget",
      "name" : "steve",
      "path" : "Sources/steve",
      "product_memberships" : [
        "steve"
      ],
      "sources" : [
        "AX.swift",
        "CLI.swift",
        "Commands.swift",
        "KeyCodes.swift",
        "Output.swift",
        "Trace.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.