The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Feedback, reference main (64fb2c), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 15:33:33 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/shaps80/Feedback.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shaps80/Feedback
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 64fb2c5 Now compiles for macOS - some implementation missing
Cloned https://github.com/shaps80/Feedback.git
Revision (git rev-parse @):
64fb2c557bc8216803ac29e0fa498146dc78e6ee
SUCCESS checkout https://github.com/shaps80/Feedback.git at main
========================================
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": "feedback",
      "name": "Feedback",
      "url": "https://github.com/shaps80/Feedback.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Feedback",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/shaps80/Feedback.git
[1/80] Fetching feedback
Fetched https://github.com/shaps80/Feedback.git from cache (0.90s)
Creating working copy for https://github.com/shaps80/Feedback.git
Working copy of https://github.com/shaps80/Feedback.git resolved at main (64fb2c5)
warning: '.resolve-product-dependencies': dependency '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/shaps80/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/14] Compiling Feedback Backport.swift
[4/14] Compiling Feedback DelayedFeedback.swift
[5/15] Compiling Feedback SystemHaptic.swift
[6/15] Compiling Feedback Flash.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift:48:10: warning: macOS flash not implemented
46 |         }
47 | #else
48 | #warning("macOS flash not implemented")
   |          `- warning: macOS flash not implemented
49 | #endif
50 |     }
[7/15] Compiling Feedback Feedback+Binding.swift
[8/15] Compiling Feedback PatternHaptic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift:93:17: warning: capture of 'engine' with non-Sendable type 'CHHapticEngine' in a '@Sendable' closure [#SendableClosureCaptures]
 91 |             // ensuring haptics play for the entire duration
 92 |             DispatchQueue.main.asyncAfter(deadline: .now() + pattern.duration) {
 93 |                 engine.stop()
    |                 `- warning: capture of 'engine' with non-Sendable type 'CHHapticEngine' in a '@Sendable' closure [#SendableClosureCaptures]
 94 |             }
 95 |         } catch {
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/CoreHaptics.framework/Headers/CHHapticEngine.h:135:12: note: class 'CHHapticEngine' does not conform to the 'Sendable' protocol
133 |  */
134 | CH_EXPORT API_AVAILABLE(ios(13.0), macos(10.15), tvos(14.0), macCatalyst(13.0)) API_UNAVAILABLE(watchos)
135 | @interface CHHapticEngine : NSObject
    |            `- note: class 'CHHapticEngine' does not conform to the 'Sendable' protocol
136 |
137 | /*! @method capabilitiesForHardware
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Haptic/PatternHaptic.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreHaptics'
  1 | import SwiftUI
  2 | import CoreHaptics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreHaptics'
  3 |
  4 | public extension AnyFeedback {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[9/15] Compiling Feedback OnChange.swift
[10/15] Compiling Feedback AudioPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:29:10: warning: macOS audio not implemented
27 |         player?.play()
28 | #else
29 | #warning("macOS audio not implemented")
   |          `- warning: macOS audio not implemented
30 | #endif
31 |     }
[11/15] Compiling Feedback Feedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:29:10: warning: macOS audio not implemented
27 |         player?.play()
28 | #else
29 | #warning("macOS audio not implemented")
   |          `- warning: macOS audio not implemented
30 | #endif
31 |     }
[12/15] Emitting module Feedback
[13/15] Compiling Feedback Audio.swift
[14/15] Compiling Feedback AudioFeedback.swift
[15/15] Compiling Feedback AnyFeedback.swift
Build complete! (13.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Feedback",
  "name" : "Feedback",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Feedback",
      "targets" : [
        "Feedback"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Feedback",
      "module_type" : "SwiftTarget",
      "name" : "Feedback",
      "path" : "Sources/Feedback",
      "product_memberships" : [
        "Feedback"
      ],
      "sources" : [
        "Audio/Audio.swift",
        "Audio/AudioFeedback.swift",
        "Audio/AudioPlayer.swift",
        "Feedback.swift",
        "Feedback/AnyFeedback.swift",
        "Feedback/Feedback+Binding.swift",
        "Flash/Flash.swift",
        "Haptic/PatternHaptic.swift",
        "Haptic/SystemHaptic.swift",
        "Miscellaneous/DelayedFeedback.swift",
        "Support/Backport.swift",
        "Support/OnChange.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.