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 SwiftUI-Haptics, reference 2.0.0 (3f150a), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 03:08:29 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/LiYanan2004/SwiftUI-Haptics.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LiYanan2004/SwiftUI-Haptics
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 3f150a4 Add more documentations
Cloned https://github.com/LiYanan2004/SwiftUI-Haptics.git
Revision (git rev-parse @):
3f150a46e01b5ebb40324dc28c0062c52b0e94da
SUCCESS checkout https://github.com/LiYanan2004/SwiftUI-Haptics.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LiYanan2004/SwiftUI-Haptics.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/8] Compiling Haptics Presets.swift
[4/8] Compiling Haptics HapticFeedback.swift
[5/8] Compiling Haptics HapticGenerator.swift
[6/8] Compiling Haptics XcodeLibrary.swift
[7/8] Emitting module Haptics
[8/8] Compiling Haptics HapticFeedback+SwiftUI.swift
Build complete! (6.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUI-Haptics",
  "name" : "SwiftUI-Haptics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Haptics",
      "targets" : [
        "Haptics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Haptics",
      "module_type" : "SwiftTarget",
      "name" : "Haptics",
      "path" : "Sources/Haptics",
      "product_memberships" : [
        "Haptics"
      ],
      "sources" : [
        "HapticFeedback+SwiftUI.swift",
        "HapticFeedback.swift",
        "HapticGenerator.swift",
        "Presets.swift",
        "XcodeLibrary.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.