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 SwiftUIJoystick, reference 1.5.0 (5bd303), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 01:25:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michael94ellis/SwiftUIJoystick.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michael94ellis/SwiftUIJoystick
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 5bd303c Merge pull request #4 from c941010623/main
Cloned https://github.com/michael94ellis/SwiftUIJoystick.git
Revision (git rev-parse @):
5bd303cdafb369a70a45c902538b42dd3c5f4d65
SUCCESS checkout https://github.com/michael94ellis/SwiftUIJoystick.git at 1.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michael94ellis/SwiftUIJoystick.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling SwiftUIJoystick View-Extension.swift
[4/10] Compiling SwiftUIJoystick JoystickShape.swift
[5/10] Compiling SwiftUIJoystick PolarCoordinate.swift
[6/10] Compiling SwiftUIJoystick JoystickMonitor.swift
[7/10] Compiling SwiftUIJoystick CGPoint-Extension.swift
[8/10] Emitting module SwiftUIJoystick
[9/10] Compiling SwiftUIJoystick JoystickBuilder.swift
[10/10] Compiling SwiftUIJoystick JoystickRecognizer.swift
Build complete! (9.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIJoystick",
  "name" : "SwiftUIJoystick",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIJoystick",
      "targets" : [
        "SwiftUIJoystick"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIJoystickTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIJoystickTests",
      "path" : "Tests/SwiftUIJoystickTests",
      "sources" : [
        "SwiftUIJoystickTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIJoystick"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIJoystick",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIJoystick",
      "path" : "Sources/SwiftUIJoystick",
      "product_memberships" : [
        "SwiftUIJoystick"
      ],
      "sources" : [
        "CGPoint-Extension.swift",
        "JoystickBuilder.swift",
        "JoystickMonitor.swift",
        "JoystickRecognizer.swift",
        "JoystickShape.swift",
        "PolarCoordinate.swift",
        "View-Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.