The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shaps80/Feedback.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/shaps80/Feedback.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/14] Compiling Feedback DelayedFeedback.swift
[4/14] Compiling Feedback Backport.swift
[5/14] Compiling Feedback Flash.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift:48:10: warning: macOS flash not implemented
#warning("macOS flash not implemented")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[6/14] Compiling Feedback PatternHaptic.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Feedback/Flash/Flash.swift:48:10: warning: macOS flash not implemented
#warning("macOS flash not implemented")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[7/14] Compiling Feedback Audio.swift
[8/14] Compiling Feedback AudioFeedback.swift
[9/14] Compiling Feedback SystemHaptic.swift
[10/15] Compiling Feedback OnChange.swift
[11/15] Compiling Feedback AnyFeedback.swift
[12/15] Compiling Feedback Feedback+Binding.swift
[13/15] Emitting module Feedback
[14/15] Compiling Feedback AudioPlayer.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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> {
                      ^
[15/15] Compiling Feedback Feedback.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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! (8.22s)
Build complete.
Done.