The Swift Package Index logo.Swift Package Index

Build Information

Successful build of steve, reference main (9b03d3), with Swift 6.0 for macOS (SPM) on 28 Mar 2026 14:05:12 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikker/steve
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9b03d3f Update release workflow actions
Cloned https://github.com/mikker/steve.git
Revision (git rev-parse @):
9b03d3f1260e7f6e72f5ba58307df7ca3d27e098
SUCCESS checkout https://github.com/mikker/steve.git at main
========================================
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
[0/6] Write steve-entitlement.plist
[2/6] Write swift-version-5BDAB9E9C0126B9D.txt
[4/14] Compiling steve Output.swift
[5/14] Compiling steve KeyCodes.swift
[6/14] Compiling steve main.swift
[7/14] Compiling steve Trace.swift
[8/14] Compiling steve AX.swift
[9/14] Compiling steve Commands.swift
[10/14] Emitting module steve
[11/14] Compiling steve CLI.swift
[11/14] Write Objects.LinkFileList
[12/14] Linking steve
[13/14] Applying steve
Build complete! (8.20s)
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.