The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Touchpad, reference 1.0.0 (c14344), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 20:31:18 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/timi2506/Touchpad.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/timi2506/Touchpad
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at c143441 Update README.md
Cloned https://github.com/timi2506/Touchpad.git
Revision (git rev-parse @):
c14344133b69a5b0db08c685558916eccff94306
SUCCESS checkout https://github.com/timi2506/Touchpad.git at 1.0.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": "touchpad",
      "name": "Touchpad",
      "url": "https://github.com/timi2506/Touchpad.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Touchpad",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/timi2506/Touchpad.git
[1/128] Fetching touchpad
Fetched https://github.com/timi2506/Touchpad.git from cache (1.03s)
Creating working copy for https://github.com/timi2506/Touchpad.git
Working copy of https://github.com/timi2506/Touchpad.git resolved at 1.0.0 (c143441)
warning: '.resolve-product-dependencies': dependency 'touchpad' 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/timi2506/Touchpad.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/4] Emitting module Touchpad
[4/4] Compiling Touchpad Touchpad.swift
Build complete! (8.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Touchpad",
  "name" : "Touchpad",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Touchpad",
      "targets" : [
        "Touchpad"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Touchpad",
      "module_type" : "SwiftTarget",
      "name" : "Touchpad",
      "path" : "Sources/Touchpad",
      "product_memberships" : [
        "Touchpad"
      ],
      "sources" : [
        "Touchpad.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.