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 main (e643a7), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 01:24:52 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michael94ellis/SwiftUIJoystick
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e643a74 Deleted extra project file
Cloned https://github.com/michael94ellis/SwiftUIJoystick.git
Revision (git rev-parse @):
e643a74f84e50795612c7fba770edb0952d7c007
SUCCESS checkout https://github.com/michael94ellis/SwiftUIJoystick.git at main
========================================
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 JoystickRecognizer.swift
[6/10] Compiling SwiftUIJoystick PolarCoordinate.swift
[7/10] Compiling SwiftUIJoystick JoystickMonitor.swift
[8/10] Emitting module SwiftUIJoystick
[9/10] Compiling SwiftUIJoystick CGPoint-Extension.swift
[10/10] Compiling SwiftUIJoystick JoystickBuilder.swift
Build complete! (8.22s)
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.