The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Feedback with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shaps80/Feedback.git
Reference: 1.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/shaps80/Feedback
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 64fb2c5 Now compiles for macOS - some implementation missing
Cloned https://github.com/shaps80/Feedback.git into spi-builder-workspace
64fb2c557bc8216803ac29e0fa498146dc78e6ee
SUCCESS checkout https://github.com/shaps80/Feedback.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/12] Compiling Feedback AnyFeedback.swift
[2/12] Compiling Feedback Feedback+Binding.swift
[3/13] Compiling Feedback Flash.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift:48:10: warning: macOS flash not implemented
#warning("macOS flash not implemented")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[4/13] Compiling Feedback PatternHaptic.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift:48:10: warning: macOS flash not implemented
#warning("macOS flash not implemented")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5/13] Compiling Feedback DelayedFeedback.swift
[6/13] Compiling Feedback SystemHaptic.swift
[7/13] Compiling Feedback Backport.swift
[8/13] Compiling Feedback OnChange.swift
[9/13] Emitting module Feedback
[10/13] Compiling Feedback Audio.swift
[11/13] Compiling Feedback AudioFeedback.swift
[12/13] Compiling Feedback AudioPlayer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:29:10: warning: macOS audio not implemented
#warning("macOS audio not implemented")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:42:29: warning: capture of 'self' with non-sendable type 'ModifiedContent<Content, Modifier>' in 'async let' binding
        async let c: Void = content.perform()
                            ^
SwiftUI.ModifiedContent:2:23: note: generic struct 'ModifiedContent' does not conform to the 'Sendable' protocol
@frozen public struct ModifiedContent<Content, Modifier> {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:43:29: warning: capture of 'self' with non-sendable type 'ModifiedContent<Content, Modifier>' in 'async let' binding
        async let m: Void = modifier.perform()
                            ^
SwiftUI.ModifiedContent:2:23: note: generic struct 'ModifiedContent' does not conform to the 'Sendable' protocol
@frozen public struct ModifiedContent<Content, Modifier> {
                      ^
[13/13] Compiling Feedback Feedback.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Audio/AudioPlayer.swift:29:10: warning: macOS audio not implemented
#warning("macOS audio not implemented")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:42:29: warning: capture of 'self' with non-sendable type 'ModifiedContent<Content, Modifier>' in 'async let' binding
        async let c: Void = content.perform()
                            ^
SwiftUI.ModifiedContent:2:23: note: generic struct 'ModifiedContent' does not conform to the 'Sendable' protocol
@frozen public struct ModifiedContent<Content, Modifier> {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Feedback.swift:43:29: warning: capture of 'self' with non-sendable type 'ModifiedContent<Content, Modifier>' in 'async let' binding
        async let m: Void = modifier.perform()
                            ^
SwiftUI.ModifiedContent:2:23: note: generic struct 'ModifiedContent' does not conform to the 'Sendable' protocol
@frozen public struct ModifiedContent<Content, Modifier> {
                      ^
Build complete! (12.09s)
Build complete.
Done.