The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUIJoystick, reference 1.5.0 (5bd303), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:02:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftuijoystick",
      "name": "SwiftUIJoystick",
      "url": "https://github.com/michael94ellis/SwiftUIJoystick.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIJoystick",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/michael94ellis/SwiftUIJoystick.git
[1/637] Fetching swiftuijoystick
Fetched https://github.com/michael94ellis/SwiftUIJoystick.git from cache (1.10s)
Creating working copy for https://github.com/michael94ellis/SwiftUIJoystick.git
Working copy of https://github.com/michael94ellis/SwiftUIJoystick.git resolved at 1.5.0 (5bd303c)
warning: '.resolve-product-dependencies': dependency 'swiftuijoystick' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/michael94ellis/SwiftUIJoystick.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling SwiftUIJoystick View-Extension.swift
[4/10] Compiling SwiftUIJoystick JoystickShape.swift
[5/10] Compiling SwiftUIJoystick PolarCoordinate.swift
[6/10] Compiling SwiftUIJoystick JoystickBuilder.swift
[7/10] Compiling SwiftUIJoystick JoystickRecognizer.swift
[8/10] Compiling SwiftUIJoystick JoystickMonitor.swift
[9/10] Emitting module SwiftUIJoystick
[10/10] Compiling SwiftUIJoystick CGPoint-Extension.swift
Build complete! (9.59s)
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.