Build Information
Failed to build swift-midi-sync, reference main (0ae879), with Swift 6.2 for Android on 1 May 2026 11:16:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-midi-sync.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/orchetect/swift-midi-sync
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0ae8799 Added GitHub CI for example project
Cloned https://github.com/orchetect/swift-midi-sync.git
Revision (git rev-parse @):
0ae8799ded2af0daf83e2043d003555bfa029bbb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-midi-sync.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/orchetect/swift-midi-sync.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/orchetect/swift-timecode
Fetching https://github.com/orchetect/swift-testing-extensions
Fetching https://github.com/orchetect/swift-midi-core
[1/26966] Fetching swift-timecode
[271/28040] Fetching swift-timecode, swift-testing-extensions
[1605/29542] Fetching swift-timecode, swift-testing-extensions, swift-midi-core
Fetched https://github.com/orchetect/swift-testing-extensions from cache (0.55s)
[3929/28468] Fetching swift-timecode, swift-midi-core
Fetched https://github.com/orchetect/swift-midi-core from cache (0.61s)
[2967/26966] Fetching swift-timecode
Fetched https://github.com/orchetect/swift-timecode from cache (2.92s)
Computing version for https://github.com/orchetect/swift-testing-extensions
Computed https://github.com/orchetect/swift-testing-extensions at 0.3.0 (3.69s)
Fetching https://github.com/tsolomko/SWCompression
Fetching https://github.com/swiftlang/swift-syntax.git
[1/17717] Fetching swcompression
[9037/92755] Fetching swcompression, swift-syntax
Fetched https://github.com/tsolomko/SWCompression from cache (9.70s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.76s)
Computing version for https://github.com/orchetect/swift-timecode
Computed https://github.com/orchetect/swift-timecode at 3.1.1 (13.71s)
Computing version for https://github.com/orchetect/swift-midi-core
Computed https://github.com/orchetect/swift-midi-core at 1.0.0 (2.78s)
Computing version for https://github.com/tsolomko/SWCompression
Computed https://github.com/tsolomko/SWCompression at 4.8.6 (0.68s)
Fetching https://github.com/tsolomko/BitByteData
[1/3232] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.49s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (1.74s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (1.08s)
Creating working copy for https://github.com/orchetect/swift-midi-core
Working copy of https://github.com/orchetect/swift-midi-core resolved at 1.0.0
Creating working copy for https://github.com/orchetect/swift-testing-extensions
Working copy of https://github.com/orchetect/swift-testing-extensions resolved at 0.3.0
Creating working copy for https://github.com/orchetect/swift-timecode
Working copy of https://github.com/orchetect/swift-timecode resolved at 3.1.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.1
Creating working copy for https://github.com/tsolomko/BitByteData
Working copy of https://github.com/tsolomko/BitByteData resolved at 2.0.4
Creating working copy for https://github.com/tsolomko/SWCompression
Working copy of https://github.com/tsolomko/SWCompression resolved at 4.8.6
Building for debugging...
[0/8] Write sources
[4/8] Write swift-version--11D90AFD9DD3AB2.txt
[6/100] Compiling SwiftTimecodeCore Timecode Properties.swift
[7/100] Compiling SwiftTimecodeCore Timecode Validation.swift
[8/100] Compiling SwiftTimecodeCore Timecode init.swift
[9/102] Compiling SwiftTimecodeCore SubFramesBase.swift
[10/102] Compiling SwiftTimecodeCore Timecode Conversion.swift
[11/102] Compiling SwiftTimecodeCore TimecodeInterval Real Time.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[12/102] Compiling SwiftTimecodeCore TimecodeInterval Unary Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[13/102] Compiling SwiftTimecodeCore TimecodeInterval.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[14/102] Compiling SwiftTimecodeCore TimecodeTransformer.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[15/102] Compiling SwiftTimecodeCore CharacterSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[16/102] Compiling SwiftTimecodeCore Decimal.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[17/102] Compiling SwiftTimecodeCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[18/102] Compiling SwiftTimecodeCore FloatingPoint and Foundation.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[19/102] Compiling SwiftTimecodeCore FloatingPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
[20/102] Compiling SwiftTimecodeCore FloatingPointPowerComputable.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/112] Emitting module SwiftMIDIInternals
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:48:48: error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
46 | leeway: DispatchTimeInterval = .nanoseconds(0),
47 | queue: DispatchQueue? = nil,
48 | eventHandler: @escaping DispatchSource.DispatchSourceHandler = { }
| `- error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
49 | ) {
50 | self.rate = rate
Dispatch.DispatchSource:1:14: note: 'DispatchSource' declared here
1 | public class DispatchSource : DispatchObject, @unchecked Sendable, DispatchSourceProtocol, DispatchSourceRead, DispatchSourceSignal, DispatchSourceTimer, DispatchSourceUserDataAdd, DispatchSourceUserDataOr, DispatchSourceUserDataReplace, DispatchSourceWrite {
| `- note: 'DispatchSource' declared here
2 | deinit
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:48:23: error: @escaping attribute only applies to function types
46 | leeway: DispatchTimeInterval = .nanoseconds(0),
47 | queue: DispatchQueue? = nil,
48 | eventHandler: @escaping DispatchSource.DispatchSourceHandler = { }
| `- error: @escaping attribute only applies to function types
49 | ) {
50 | self.rate = rate
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:123:67: error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
121 |
122 | /// Set the event handler closure that the timer executes
123 | public func setEventHandler(handler: @escaping DispatchSource.DispatchSourceHandler) {
| `- error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
124 | timer.setEventHandler(handler: handler)
125 | }
Dispatch.DispatchSource:1:14: note: 'DispatchSource' declared here
1 | public class DispatchSource : DispatchObject, @unchecked Sendable, DispatchSourceProtocol, DispatchSourceRead, DispatchSourceSignal, DispatchSourceTimer, DispatchSourceUserDataAdd, DispatchSourceUserDataOr, DispatchSourceUserDataReplace, DispatchSourceWrite {
| `- note: 'DispatchSource' declared here
2 | deinit
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:123:42: error: @escaping attribute only applies to function types
121 |
122 | /// Set the event handler closure that the timer executes
123 | public func setEventHandler(handler: @escaping DispatchSource.DispatchSourceHandler) {
| `- error: @escaping attribute only applies to function types
124 | timer.setEventHandler(handler: handler)
125 | }
[22/112] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Exception.swift:37:25: error: cannot find 'NSException' in scope
35 | reason: String? = nil
36 | ) {
37 | let exception = NSException(name: exceptionName, reason: reason, userInfo: nil)
| `- error: cannot find 'NSException' in scope
38 | exception.raise()
39 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Exception.swift:37:84: error: 'nil' requires a contextual type
35 | reason: String? = nil
36 | ) {
37 | let exception = NSException(name: exceptionName, reason: reason, userInfo: nil)
| `- error: 'nil' requires a contextual type
38 | exception.raise()
39 | }
[23/112] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Exception.swift:37:25: error: cannot find 'NSException' in scope
35 | reason: String? = nil
36 | ) {
37 | let exception = NSException(name: exceptionName, reason: reason, userInfo: nil)
| `- error: cannot find 'NSException' in scope
38 | exception.raise()
39 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Exception.swift:37:84: error: 'nil' requires a contextual type
35 | reason: String? = nil
36 | ) {
37 | let exception = NSException(name: exceptionName, reason: reason, userInfo: nil)
| `- error: 'nil' requires a contextual type
38 | exception.raise()
39 | }
[24/112] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Exception.swift:37:25: error: cannot find 'NSException' in scope
35 | reason: String? = nil
36 | ) {
37 | let exception = NSException(name: exceptionName, reason: reason, userInfo: nil)
| `- error: cannot find 'NSException' in scope
38 | exception.raise()
39 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Exception.swift:37:84: error: 'nil' requires a contextual type
35 | reason: String? = nil
36 | ) {
37 | let exception = NSException(name: exceptionName, reason: reason, userInfo: nil)
| `- error: 'nil' requires a contextual type
38 | exception.raise()
39 | }
[25/112] Compiling SwiftTimecodeCore Fraction.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Outsourced/ASCII.swift:30:27: error: cannot find 'applyingTransform' in scope
28 | @available(OSX 10.11, iOS 9.0, *)
29 | var asciiStringLossy: String {
30 | let transformed = applyingTransform(
| `- error: cannot find 'applyingTransform' in scope
31 | StringTransform("Latin-ASCII"),
32 | reverse: false
[26/112] Compiling SwiftTimecodeCore FrameRateProtocol Properties.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Outsourced/ASCII.swift:30:27: error: cannot find 'applyingTransform' in scope
28 | @available(OSX 10.11, iOS 9.0, *)
29 | var asciiStringLossy: String {
30 | let transformed = applyingTransform(
| `- error: cannot find 'applyingTransform' in scope
31 | StringTransform("Latin-ASCII"),
32 | reverse: false
[27/112] Compiling SwiftTimecodeCore FrameRateProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Outsourced/ASCII.swift:30:27: error: cannot find 'applyingTransform' in scope
28 | @available(OSX 10.11, iOS 9.0, *)
29 | var asciiStringLossy: String {
30 | let transformed = applyingTransform(
| `- error: cannot find 'applyingTransform' in scope
31 | StringTransform("Latin-ASCII"),
32 | reverse: false
[28/112] Compiling SwiftTimecodeCore Timecode Zero.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:48:48: error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
46 | leeway: DispatchTimeInterval = .nanoseconds(0),
47 | queue: DispatchQueue? = nil,
48 | eventHandler: @escaping DispatchSource.DispatchSourceHandler = { }
| `- error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
49 | ) {
50 | self.rate = rate
Dispatch.DispatchSource:1:14: note: 'DispatchSource' declared here
1 | public class DispatchSource : DispatchObject, @unchecked Sendable, DispatchSourceProtocol, DispatchSourceRead, DispatchSourceSignal, DispatchSourceTimer, DispatchSourceUserDataAdd, DispatchSourceUserDataOr, DispatchSourceUserDataReplace, DispatchSourceWrite {
| `- note: 'DispatchSource' declared here
2 | deinit
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:48:23: error: @escaping attribute only applies to function types
46 | leeway: DispatchTimeInterval = .nanoseconds(0),
47 | queue: DispatchQueue? = nil,
48 | eventHandler: @escaping DispatchSource.DispatchSourceHandler = { }
| `- error: @escaping attribute only applies to function types
49 | ) {
50 | self.rate = rate
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:123:67: error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
121 |
122 | /// Set the event handler closure that the timer executes
123 | public func setEventHandler(handler: @escaping DispatchSource.DispatchSourceHandler) {
| `- error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
124 | timer.setEventHandler(handler: handler)
125 | }
Dispatch.DispatchSource:1:14: note: 'DispatchSource' declared here
1 | public class DispatchSource : DispatchObject, @unchecked Sendable, DispatchSourceProtocol, DispatchSourceRead, DispatchSourceSignal, DispatchSourceTimer, DispatchSourceUserDataAdd, DispatchSourceUserDataOr, DispatchSourceUserDataReplace, DispatchSourceWrite {
| `- note: 'DispatchSource' declared here
2 | deinit
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:123:42: error: @escaping attribute only applies to function types
121 |
122 | /// Set the event handler closure that the timer executes
123 | public func setEventHandler(handler: @escaping DispatchSource.DispatchSourceHandler) {
| `- error: @escaping attribute only applies to function types
124 | timer.setEventHandler(handler: handler)
125 | }
[29/112] Compiling SwiftTimecodeCore StringFormat.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:48:48: error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
46 | leeway: DispatchTimeInterval = .nanoseconds(0),
47 | queue: DispatchQueue? = nil,
48 | eventHandler: @escaping DispatchSource.DispatchSourceHandler = { }
| `- error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
49 | ) {
50 | self.rate = rate
Dispatch.DispatchSource:1:14: note: 'DispatchSource' declared here
1 | public class DispatchSource : DispatchObject, @unchecked Sendable, DispatchSourceProtocol, DispatchSourceRead, DispatchSourceSignal, DispatchSourceTimer, DispatchSourceUserDataAdd, DispatchSourceUserDataOr, DispatchSourceUserDataReplace, DispatchSourceWrite {
| `- note: 'DispatchSource' declared here
2 | deinit
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:48:23: error: @escaping attribute only applies to function types
46 | leeway: DispatchTimeInterval = .nanoseconds(0),
47 | queue: DispatchQueue? = nil,
48 | eventHandler: @escaping DispatchSource.DispatchSourceHandler = { }
| `- error: @escaping attribute only applies to function types
49 | ) {
50 | self.rate = rate
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:123:67: error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
121 |
122 | /// Set the event handler closure that the timer executes
123 | public func setEventHandler(handler: @escaping DispatchSource.DispatchSourceHandler) {
| `- error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
124 | timer.setEventHandler(handler: handler)
125 | }
Dispatch.DispatchSource:1:14: note: 'DispatchSource' declared here
1 | public class DispatchSource : DispatchObject, @unchecked Sendable, DispatchSourceProtocol, DispatchSourceRead, DispatchSourceSignal, DispatchSourceTimer, DispatchSourceUserDataAdd, DispatchSourceUserDataOr, DispatchSourceUserDataReplace, DispatchSourceWrite {
| `- note: 'DispatchSource' declared here
2 | deinit
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:123:42: error: @escaping attribute only applies to function types
121 |
122 | /// Set the event handler closure that the timer executes
123 | public func setEventHandler(handler: @escaping DispatchSource.DispatchSourceHandler) {
| `- error: @escaping attribute only applies to function types
124 | timer.setEventHandler(handler: handler)
125 | }
[30/112] Compiling SwiftTimecodeCore StringFormatOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:48:48: error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
46 | leeway: DispatchTimeInterval = .nanoseconds(0),
47 | queue: DispatchQueue? = nil,
48 | eventHandler: @escaping DispatchSource.DispatchSourceHandler = { }
| `- error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
49 | ) {
50 | self.rate = rate
Dispatch.DispatchSource:1:14: note: 'DispatchSource' declared here
1 | public class DispatchSource : DispatchObject, @unchecked Sendable, DispatchSourceProtocol, DispatchSourceRead, DispatchSourceSignal, DispatchSourceTimer, DispatchSourceUserDataAdd, DispatchSourceUserDataOr, DispatchSourceUserDataReplace, DispatchSourceWrite {
| `- note: 'DispatchSource' declared here
2 | deinit
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:48:23: error: @escaping attribute only applies to function types
46 | leeway: DispatchTimeInterval = .nanoseconds(0),
47 | queue: DispatchQueue? = nil,
48 | eventHandler: @escaping DispatchSource.DispatchSourceHandler = { }
| `- error: @escaping attribute only applies to function types
49 | ) {
50 | self.rate = rate
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:123:67: error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
121 |
122 | /// Set the event handler closure that the timer executes
123 | public func setEventHandler(handler: @escaping DispatchSource.DispatchSourceHandler) {
| `- error: 'DispatchSourceHandler' is not a member type of class 'Dispatch.DispatchSource'
124 | timer.setEventHandler(handler: handler)
125 | }
Dispatch.DispatchSource:1:14: note: 'DispatchSource' declared here
1 | public class DispatchSource : DispatchObject, @unchecked Sendable, DispatchSourceProtocol, DispatchSourceRead, DispatchSourceSignal, DispatchSourceTimer, DispatchSourceUserDataAdd, DispatchSourceUserDataOr, DispatchSourceUserDataReplace, DispatchSourceWrite {
| `- note: 'DispatchSource' declared here
2 | deinit
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:123:42: error: @escaping attribute only applies to function types
121 |
122 | /// Set the event handler closure that the timer executes
123 | public func setEventHandler(handler: @escaping DispatchSource.DispatchSourceHandler) {
| `- error: @escaping attribute only applies to function types
124 | timer.setEventHandler(handler: handler)
125 | }
[31/112] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Outsourced/Timespec.swift:141:18: error: extraneous argument label 'seconds:' in call
139 | @_disfavoredOverload
140 | public init(_ interval: TimeInterval) {
141 | self.init(seconds: interval)
| `- error: extraneous argument label 'seconds:' in call
142 | }
143 | }
[32/112] Compiling SwiftTimecodeCore Timecode String.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Outsourced/Timespec.swift:141:18: error: extraneous argument label 'seconds:' in call
139 | @_disfavoredOverload
140 | public init(_ interval: TimeInterval) {
141 | self.init(seconds: interval)
| `- error: extraneous argument label 'seconds:' in call
142 | }
143 | }
[33/112] Compiling SwiftTimecodeCore Timecode TimecodeInterval.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/Outsourced/Timespec.swift:141:18: error: extraneous argument label 'seconds:' in call
139 | @_disfavoredOverload
140 | public init(_ interval: TimeInterval) {
141 | self.init(seconds: interval)
| `- error: extraneous argument label 'seconds:' in call
142 | }
143 | }
[44/112] Compiling SwiftTimecodeCore Timecode Math Public.swift
[45/112] Compiling SwiftTimecodeCore Timecode Operators.swift
[46/112] Compiling SwiftTimecodeCore Timecode Rounding.swift
[47/112] Compiling SwiftTimecodeCore Codable.swift
[48/112] Compiling SwiftTimecodeCore Comparable.swift
[49/112] Compiling SwiftTimecodeCore CustomStringConvertible.swift
[50/112] Compiling SwiftTimecodeCore Hashable.swift
[51/112] Compiling SwiftTimecodeCore Identifiable.swift
[52/112] Compiling SwiftTimecodeCore Sendable.swift
[53/112] Compiling SwiftTimecodeCore Strideable.swift
[54/112] Compiling SwiftTimecodeCore CMTimeRange Extensions.swift
[55/112] Compiling SwiftTimecodeCore FeetAndFrames.swift
[56/112] Compiling SwiftTimecodeCore Fraction CMTime.swift
[57/112] Compiling SwiftTimecodeCore Timecode Source Protocols.swift
[58/112] Compiling SwiftTimecodeCore Timecode Components.swift
[59/112] Compiling SwiftTimecodeCore Timecode FeetAndFrames.swift
[60/112] Compiling SwiftTimecodeCore Timecode FrameCount Value.swift
[61/112] Compiling SwiftTimecodeCore Timecode FrameCount.swift
[62/112] Compiling SwiftTimecodeCore Timecode Random.swift
[63/112] Compiling SwiftTimecodeCore Timecode Rational CMTime.swift
[64/112] Compiling SwiftTimecodeCore Timecode Rational.swift
[65/112] Compiling SwiftTimecodeCore Timecode Real Time.swift
[66/112] Compiling SwiftTimecodeCore Timecode Samples.swift
[67/112] Compiling SwiftMIDIInternals ThreadSynchronizedValue.swift
[68/112] Compiling SwiftMIDIInternals Utilities.swift
[69/112] Compiling SwiftTimecodeCore UpperLimit.swift
[70/112] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[71/112] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[72/112] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[73/112] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[74/112] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[75/112] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[76/112] Compiling SwiftTimecodeCore TimecodeInterval Rational.swift
[77/112] Emitting module SwiftTimecodeCore
[88/112] Compiling SwiftTimecodeCore Component.swift
[89/112] Compiling SwiftTimecodeCore ComponentRanges.swift
[90/112] Compiling SwiftTimecodeCore Components.swift
[91/112] Compiling SwiftTimecodeCore NSItemProvider.swift
[92/112] Compiling SwiftTimecodeCore Transferable.swift
[93/112] Compiling SwiftTimecodeCore UTType.swift
[94/112] Compiling SwiftTimecodeCore Errors.swift
[95/112] Compiling SwiftTimecodeCore FrameCount Value.swift
[96/112] Compiling SwiftTimecodeCore FrameCount.swift
[97/112] Compiling SwiftTimecodeCore Timecode Math Internal.swift
BUILD FAILURE 6.2 android