The Swift Package Index logo.Swift Package Index

Build Information

Successful build of haptic-feedback, reference 1.1.0 (33c3d4), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 15:25:53 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/dm-zharov/haptic-feedback.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dm-zharov/haptic-feedback
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 33c3d47 Update Package name and Adopt strict concurrency
Cloned https://github.com/dm-zharov/haptic-feedback.git
Revision (git rev-parse @):
33c3d47143930a91dbdfd9ce4596f6fa04dbcc98
SUCCESS checkout https://github.com/dm-zharov/haptic-feedback.git at 1.1.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": "haptic-feedback",
      "name": "haptic-feedback",
      "url": "https://github.com/dm-zharov/haptic-feedback.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/haptic-feedback",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dm-zharov/haptic-feedback.git
[1/73] Fetching haptic-feedback
Fetched https://github.com/dm-zharov/haptic-feedback.git from cache (0.86s)
Creating working copy for https://github.com/dm-zharov/haptic-feedback.git
Working copy of https://github.com/dm-zharov/haptic-feedback.git resolved at 1.1.0 (33c3d47)
warning: '.resolve-product-dependencies': dependency 'haptic-feedback' 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/dm-zharov/haptic-feedback.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] Compiling HapticFeedback HapticFeedback.swift
[4/4] Emitting module HapticFeedback
Build complete! (9.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "haptic-feedback",
  "name" : "haptic-feedback",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "HapticFeedback",
      "targets" : [
        "HapticFeedback"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HapticFeedbackTests",
      "module_type" : "SwiftTarget",
      "name" : "HapticFeedbackTests",
      "path" : "Tests/HapticFeedbackTests",
      "sources" : [
        "HapticFeedbackTests.swift"
      ],
      "target_dependencies" : [
        "HapticFeedback"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HapticFeedback",
      "module_type" : "SwiftTarget",
      "name" : "HapticFeedback",
      "path" : "Sources/HapticFeedback",
      "product_memberships" : [
        "HapticFeedback"
      ],
      "sources" : [
        "HapticFeedback.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.