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

Failed to build MIDIKit, reference main (4c94f2), with Swift 5.9 for macOS (SPM) on 12 Jun 2025 02:47:47 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/MIDIKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/MIDIKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4c94f24 Updated README
Cloned https://github.com/orchetect/MIDIKit.git
Revision (git rev-parse @):
4c94f24df7f6bcbf1ebe5ec83165c162f076eafe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/MIDIKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/orchetect/MIDIKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/98] Emitting module MIDIKitInternals
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe)
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:38: error: expected 'var' keyword in property declaration
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                     ^
                                     var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:46: error: consecutive declarations on a line must be separated by ';'
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                             ^
                                             ;
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:38: error: expected 'var' keyword in property declaration
    package internal(set) nonisolated(unsafe)
                                     ^
                                     var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:17: error: type annotation missing in pattern
    nonisolated(unsafe)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe)
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:39: error: type annotation missing in pattern
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:27: error: 'nonisolated' can not be applied to stored properties
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                          ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:39: error: type annotation missing in pattern
    package internal(set) nonisolated(unsafe)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:27: error: 'nonisolated' can not be applied to stored properties
    package internal(set) nonisolated(unsafe)
                          ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:24: error: expected 'var' keyword in property declaration
    private nonisolated(unsafe)
                       ^
                       var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:25: error: type annotation missing in pattern
    private nonisolated(unsafe)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:13: error: 'nonisolated' can not be applied to stored properties
    private nonisolated(unsafe)
            ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:25: warning: stored property 'unsafe' of 'Sendable'-conforming generic struct 'SyncAccess' has non-sendable type '<<error type>>'
    private nonisolated(unsafe)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:21:9: warning: stored property 'value' of 'Sendable'-conforming generic struct 'SyncAccess' has non-sendable type 'Value'
    var value: Value
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:17:27: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
package struct SyncAccess<Value>: Sendable {
                          ^
                               : Sendable
[4/100] Compiling MIDIKitInternals Threading.swift
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:24: error: expected 'var' keyword in property declaration
    private nonisolated(unsafe)
                       ^
                       var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:25: error: type annotation missing in pattern
    private nonisolated(unsafe)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:13: error: 'nonisolated' can not be applied to stored properties
    private nonisolated(unsafe)
            ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:25: warning: stored property 'unsafe' of 'Sendable'-conforming generic struct 'SyncAccess' has non-sendable type '<<error type>>'
    private nonisolated(unsafe)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:21:9: warning: stored property 'value' of 'Sendable'-conforming generic struct 'SyncAccess' has non-sendable type 'Value'
    var value: Value
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:17:27: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
package struct SyncAccess<Value>: Sendable {
                          ^
                               : Sendable
[5/100] Compiling MIDIKitInternals resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:24: error: expected 'var' keyword in property declaration
    private nonisolated(unsafe)
                       ^
                       var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:25: error: type annotation missing in pattern
    private nonisolated(unsafe)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:13: error: 'nonisolated' can not be applied to stored properties
    private nonisolated(unsafe)
            ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:20:25: warning: stored property 'unsafe' of 'Sendable'-conforming generic struct 'SyncAccess' has non-sendable type '<<error type>>'
    private nonisolated(unsafe)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:21:9: warning: stored property 'value' of 'Sendable'-conforming generic struct 'SyncAccess' has non-sendable type 'Value'
    var value: Value
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/Threading.swift:17:27: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
package struct SyncAccess<Value>: Sendable {
                          ^
                               : Sendable
[6/100] Compiling TimecodeKitCore TimecodeKitCore-API-2.3.0.swift
[7/100] Compiling TimecodeKitCore TimecodeKitCore-API-2.3.1.swift
[8/100] Compiling TimecodeKitCore TimecodeKitCore-API-2.3.2.swift
[9/100] Compiling TimecodeKitCore TimecodeInterval Real Time.swift
[10/100] Compiling TimecodeKitCore TimecodeInterval Unary Operators.swift
[11/100] Compiling TimecodeKitCore Timecode Conversion.swift
[12/100] Compiling TimecodeKitCore Timecode Properties.swift
[13/100] Compiling TimecodeKitCore TimecodeInterval Rational CMTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe)
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:38: error: expected 'var' keyword in property declaration
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                     ^
                                     var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:46: error: consecutive declarations on a line must be separated by ';'
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                             ^
                                             ;
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:38: error: expected 'var' keyword in property declaration
    package internal(set) nonisolated(unsafe)
                                     ^
                                     var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:17: error: type annotation missing in pattern
    nonisolated(unsafe)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe)
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:39: error: type annotation missing in pattern
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:27: error: 'nonisolated' can not be applied to stored properties
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                          ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:39: error: type annotation missing in pattern
    package internal(set) nonisolated(unsafe)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:27: error: 'nonisolated' can not be applied to stored properties
    package internal(set) nonisolated(unsafe)
                          ^~~~~~~~~~~

[14/100] Compiling TimecodeKitCore TimecodeInterval Rational.swift
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe)
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:38: error: expected 'var' keyword in property declaration
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                     ^
                                     var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:46: error: consecutive declarations on a line must be separated by ';'
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                             ^
                                             ;
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:38: error: expected 'var' keyword in property declaration
    package internal(set) nonisolated(unsafe)
                                     ^
                                     var
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:17: error: type annotation missing in pattern
    nonisolated(unsafe)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:22:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe)
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:39: error: type annotation missing in pattern
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:28:27: error: 'nonisolated' can not be applied to stored properties
    package internal(set) nonisolated(unsafe) var rate: Rate = .seconds(1.0)
                          ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:39: error: type annotation missing in pattern
    package internal(set) nonisolated(unsafe)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MIDIKitInternals/Utilities/SafeDispatchTimer.swift:33:27: error: 'nonisolated' can not be applied to stored properties
    package internal(set) nonisolated(unsafe)
                          ^~~~~~~~~~~

[15/100] Compiling TimecodeKitCore CMTimeRange Extensions.swift
[16/100] Compiling TimecodeKitCore FeetAndFrames.swift
[17/100] Compiling TimecodeKitCore Fraction CMTime.swift
[18/100] Compiling TimecodeKitCore StringFormatOption.swift
[19/100] Compiling TimecodeKitCore SubFramesBase.swift
[20/100] Compiling TimecodeKitCore Timecode Zero.swift
[21/100] Compiling TimecodeKitCore StringFormat.swift
[22/100] Compiling TimecodeKitCore Timecode Validation.swift
[23/100] Compiling TimecodeKitCore TimecodeFrameRate.swift
[24/100] Compiling TimecodeKitCore Fraction.swift
[25/100] Compiling TimecodeKitCore FrameRateProtocol Properties.swift
[26/100] Compiling TimecodeKitCore Timecode TimecodeInterval.swift
error: fatalError
Fetching https://github.com/orchetect/TimecodeKit
[1/23116] Fetching timecodekit
Fetched https://github.com/orchetect/TimecodeKit (2.72s)
Computing version for https://github.com/orchetect/TimecodeKit
Computed https://github.com/orchetect/TimecodeKit at 2.3.3 (0.50s)
Creating working copy for https://github.com/orchetect/TimecodeKit
Working copy of https://github.com/orchetect/TimecodeKit resolved at 2.3.3
BUILD FAILURE 5.9 macosSpm