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 haptic-feedback, reference main (33c3d4), with Swift 5.10 for macOS (SPM) on 17 Jan 2025 14:02:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dm-zharov/haptic-feedback.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dm-zharov/haptic-feedback
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/dm-zharov/haptic-feedback.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module HapticFeedback
[4/4] Compiling HapticFeedback HapticFeedback.swift
Build complete! (7.18s)
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.