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 (040bb2), with Swift 6.2 (beta) for macOS (SPM) on 28 Jul 2025 07:18:06 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 040bb2b Update README.md
Cloned https://github.com/michael94ellis/SwiftUIJoystick.git
Revision (git rev-parse @):
040bb2b44992a829a0579a587424a96fa780f669
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 JoystickShape.swift
[4/10] Compiling SwiftUIJoystick View-Extension.swift
[5/10] Compiling SwiftUIJoystick PolarCoordinate.swift
[6/10] Compiling SwiftUIJoystick JoystickMonitor.swift
[7/10] Compiling SwiftUIJoystick JoystickBuilder.swift
[8/10] Emitting module SwiftUIJoystick
[9/10] Compiling SwiftUIJoystick CGPoint-Extension.swift
[10/10] Compiling SwiftUIJoystick JoystickRecognizer.swift
Build complete! (8.83s)
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.