The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TriggerKit, reference 0.2.0 (1ba2c9), with Swift 6.3 for Wasm on 20 Apr 2026 21:54:44 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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lightbeamapps/TriggerKit.git
Reference: 0.2.0
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/lightbeamapps/TriggerKit
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 1ba2c9c Merge pull request #5 from lightbeamapps/updates-for-govj
Cloned https://github.com/lightbeamapps/TriggerKit.git
Revision (git rev-parse @):
1ba2c9c68ea30956e8cca0ef8fc5ee33ab9f61bf
SUCCESS checkout https://github.com/lightbeamapps/TriggerKit.git at 0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lightbeamapps/TriggerKit.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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/orchetect/MIDIKit
[1/231912] Fetching midikit
Fetched https://github.com/orchetect/MIDIKit from cache (18.26s)
Computing version for https://github.com/orchetect/MIDIKit
Computed https://github.com/orchetect/MIDIKit at 0.11.0 (23.64s)
Fetching https://github.com/orchetect/swift-timecode
[1/26933] Fetching swift-timecode
Fetched https://github.com/orchetect/swift-timecode from cache (2.73s)
Computing version for https://github.com/orchetect/swift-timecode
Computed https://github.com/orchetect/swift-timecode at 3.1.0 (5.74s)
Creating working copy for https://github.com/orchetect/MIDIKit
Working copy of https://github.com/orchetect/MIDIKit resolved at 0.11.0
Creating working copy for https://github.com/orchetect/swift-timecode
Working copy of https://github.com/orchetect/swift-timecode resolved at 3.1.0
Building for debugging...
[0/14] Write sources
[10/14] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/106] Emitting module MIDIKitInternals
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/108] Emitting module SwiftTimecodeCore
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
[14/118] Compiling SwiftTimecodeCore CMTimeRange Extensions.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[15/118] Compiling SwiftTimecodeCore FeetAndFrames.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[16/118] Compiling SwiftTimecodeCore Fraction CMTime.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[17/118] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[18/118] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[19/118] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[20/118] Compiling SwiftTimecodeCore Integers.swift
[21/118] Compiling SwiftTimecodeCore NSAttributedString.swift
[22/118] Compiling SwiftTimecodeCore Ranges.swift
[23/118] Compiling SwiftTimecodeCore String and NSRegularExpression.swift
[24/118] Compiling SwiftTimecodeCore RangeAttribute.swift
[25/118] Compiling SwiftTimecodeCore URL.swift
[26/118] Compiling SwiftTimecodeCore VideoFrameRate Conversions.swift
[27/118] Compiling SwiftTimecodeCore VideoFrameRate Properties.swift
[28/118] Compiling SwiftTimecodeCore VideoFrameRate String Extensions.swift
[29/118] Compiling SwiftTimecodeCore VideoFrameRate.swift
[30/118] Compiling SwiftTimecodeCore TimecodeInterval Real Time.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[31/118] Compiling SwiftTimecodeCore TimecodeInterval Unary Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[32/118] Compiling SwiftTimecodeCore TimecodeInterval.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[33/118] Compiling SwiftTimecodeCore TimecodeTransformer.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[34/118] Compiling SwiftTimecodeCore CharacterSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[35/118] Compiling SwiftTimecodeCore Decimal.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[36/118] Compiling SwiftTimecodeCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[37/118] Compiling SwiftTimecodeCore FloatingPoint and Foundation.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[38/118] Compiling SwiftTimecodeCore FloatingPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[39/118] Compiling SwiftTimecodeCore FloatingPointPowerComputable.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                    `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
 75 |     /// (Functional convenience method)
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
    |                                                `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 78 |         powl(self, exponent)
 79 |     }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
 71 |
 72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
 73 | extension Float80: FloatingPointPowerComputable {
    |           `- error: 'Float80' is unavailable: Float80 is not available on target platform.
 74 |     /// Same as `powl()`
 75 |     /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
  |                       `- note: 'Float80' has been explicitly marked unavailable here
3 |     public init()
4 | }
/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 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
 76 |     @_disfavoredOverload
 77 |     package func power(_ exponent: Float80) -> Float80 {
 78 |         powl(self, exponent)
    |         `- error: cannot find 'powl' in scope
 79 |     }
 80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
 98 |     package func truncated(decimalPlaces: Int) -> Self {
 99 |         if decimalPlaces < 1 {
100 |             return trunc(self)
    |                    `- error: cannot find 'trunc' in scope
101 |         }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 |         let offset = Self(10).power(Self(decimalPlaces))
104 |         return trunc(self * offset) / offset
    |                `- error: cannot find 'trunc' in scope
105 |     }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 |     package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 |         let calculation = self / rhs
113 |         let integral = trunc(calculation)
    |                        `- error: cannot find 'trunc' in scope
114 |         let fraction = self - (integral * rhs)
115 |         return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 |     @_disfavoredOverload
125 |     package var integralAndFraction: (integral: Self, fraction: Self) {
126 |         let integral = trunc(self)
    |                        `- error: cannot find 'trunc' in scope
127 |         let fraction = self - integral
128 |         return (integral: integral, fraction: fraction)
[40/118] Compiling MIDIKitInternals SafeDispatchTimer.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[41/118] Compiling MIDIKitInternals Threading.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[42/118] Compiling SwiftTimecodeCore Timecode String.swift
[43/118] Compiling SwiftTimecodeCore Timecode TimecodeInterval.swift
[44/118] Compiling SwiftTimecodeCore Timecode Zero.swift
[45/118] Compiling SwiftTimecodeCore StringFormat.swift
[46/118] Compiling SwiftTimecodeCore StringFormatOption.swift
[47/118] Compiling SwiftTimecodeCore SubFramesBase.swift
[48/118] Compiling SwiftTimecodeCore Timecode Conversion.swift
[49/118] Compiling SwiftTimecodeCore Timecode Properties.swift
[50/118] Compiling SwiftTimecodeCore Timecode Validation.swift
[51/118] Compiling SwiftTimecodeCore Timecode init.swift
[52/118] Compiling SwiftTimecodeCore Timecode Math Public.swift
[53/118] Compiling SwiftTimecodeCore Timecode Operators.swift
[54/118] Compiling SwiftTimecodeCore Timecode Rounding.swift
[55/118] Compiling SwiftTimecodeCore Codable.swift
[56/118] Compiling SwiftTimecodeCore Comparable.swift
[57/118] Compiling SwiftTimecodeCore CustomStringConvertible.swift
[58/118] Compiling SwiftTimecodeCore Hashable.swift
[59/118] Compiling SwiftTimecodeCore Identifiable.swift
[60/118] Compiling SwiftTimecodeCore Sendable.swift
[61/118] Compiling SwiftTimecodeCore Strideable.swift
[68/118] Compiling SwiftTimecodeCore Fraction.swift
[69/118] Compiling SwiftTimecodeCore FrameRateProtocol Properties.swift
[70/118] Compiling SwiftTimecodeCore FrameRateProtocol.swift
[71/118] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
[74/118] Compiling SwiftTimecodeCore Components.swift
[75/118] Compiling SwiftTimecodeCore NSItemProvider.swift
[76/118] Compiling SwiftTimecodeCore Transferable.swift
[77/118] Compiling SwiftTimecodeCore UTType.swift
[78/118] Compiling SwiftTimecodeCore Errors.swift
[79/118] Compiling SwiftTimecodeCore FrameCount Value.swift
[80/118] Compiling SwiftTimecodeCore FrameCount.swift
[81/118] Compiling SwiftTimecodeCore Timecode Math Internal.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
 5 | //
 6 |
 7 | import CoreMIDI
   |        `- error: no such module 'CoreMIDI'
 8 |
 9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[96/118] Compiling SwiftTimecodeCore Timecode set.swift
[97/118] Compiling SwiftTimecodeCore Timecode.swift
[98/118] Compiling SwiftTimecodeCore UpperLimit.swift
[99/118] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[100/118] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[101/118] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[102/118] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[103/118] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[104/118] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[105/118] Compiling SwiftTimecodeCore TimecodeInterval Rational.swift
[106/118] Compiling SwiftTimecodeCore Timecode Source Protocols.swift
[107/118] Compiling SwiftTimecodeCore Timecode Components.swift
[108/118] Compiling SwiftTimecodeCore Timecode FeetAndFrames.swift
[109/118] Compiling SwiftTimecodeCore Timecode FrameCount Value.swift
[110/118] Compiling SwiftTimecodeCore Timecode FrameCount.swift
[111/118] Compiling SwiftTimecodeCore Timecode Random.swift
[112/118] Compiling SwiftTimecodeCore Timecode Rational CMTime.swift
[113/118] Compiling SwiftTimecodeCore Timecode Rational.swift
[114/118] Compiling SwiftTimecodeCore Timecode Real Time.swift
[115/118] Compiling SwiftTimecodeCore Timecode Samples.swift
BUILD FAILURE 6.3 wasm