Build Information
Successful build of Feedback with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shaps80/Feedback.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "feedback",
"name": "Feedback",
"url": "https://github.com/shaps80/Feedback.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Feedback",
"dependencies": [
]
}
]
}
Fetching https://github.com/shaps80/Feedback.git
[1/80] Fetching feedback
Fetched https://github.com/shaps80/Feedback.git (0.28s)
Creating working copy for https://github.com/shaps80/Feedback.git
Working copy of https://github.com/shaps80/Feedback.git resolved at main
warning: '.resolve-product-dependencies': dependency 'feedback' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Emitting module Feedback
[2/13] Compiling Feedback OnChange.swift
[3/13] Compiling Feedback Backport.swift
[4/13] Compiling Feedback AnyFeedback.swift
[5/13] Compiling Feedback Feedback+Binding.swift
[6/13] Compiling Feedback DelayedFeedback.swift
[7/13] Compiling Feedback Flash.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift:48:10: warning: macOS flash not implemented
#warning("macOS flash not implemented")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[8/13] Compiling Feedback PatternHaptic.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift:48:10: warning: macOS flash not implemented
#warning("macOS flash not implemented")
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[9/13] Compiling Feedback SystemHaptic.swift
[10/13] Compiling Feedback Audio.swift
[11/13] Compiling Feedback AudioFeedback.swift
[12/13] Compiling Feedback AudioPlayer.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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! (17.10s)
Build complete.
Done.