The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-midi-sync, reference 1.0.0 (8634b9), with Swift 6.2 for Wasm on 27 Apr 2026 07:34:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-midi-sync.git
Reference: 1.0.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/orchetect/swift-midi-sync
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 8634b9e Set swift-midi-core dependency to 1.0.0
Cloned https://github.com/orchetect/swift-midi-sync.git
Revision (git rev-parse @):
8634b9e79bd602444bebb97bffb94f1f5348ab3a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-midi-sync.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
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-3":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/orchetect/swift-timecode
Fetching https://github.com/orchetect/swift-midi-core
Fetching https://github.com/orchetect/swift-testing-extensions
[1/1472] Fetching swift-midi-core
[899/28424] Fetching swift-midi-core, swift-timecode
[1508/29498] Fetching swift-midi-core, swift-timecode, swift-testing-extensions
Fetched https://github.com/orchetect/swift-testing-extensions from cache (0.46s)
Fetched https://github.com/orchetect/swift-midi-core from cache (0.46s)
[3504/26952] Fetching swift-timecode
Fetched https://github.com/orchetect/swift-timecode from cache (2.20s)
Computing version for https://github.com/orchetect/swift-testing-extensions
Computed https://github.com/orchetect/swift-testing-extensions at 0.3.0 (2.73s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/tsolomko/SWCompression
[1/17717] Fetching swcompression
[7797/92756] Fetching swcompression, swift-syntax
Fetched https://github.com/tsolomko/SWCompression from cache (1.94s)
[33768/75039] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.49s)
Computing version for https://github.com/orchetect/swift-timecode
Computed https://github.com/orchetect/swift-timecode at 3.1.1 (11.36s)
Computing version for https://github.com/orchetect/swift-midi-core
Computed https://github.com/orchetect/swift-midi-core at 1.0.0 (0.90s)
Computing version for https://github.com/tsolomko/SWCompression
Computed https://github.com/tsolomko/SWCompression at 4.8.6 (0.97s)
Fetching https://github.com/tsolomko/BitByteData
[1/3232] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.72s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (1.72s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (0.62s)
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/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/tsolomko/SWCompression
Working copy of https://github.com/tsolomko/SWCompression resolved at 4.8.6
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/orchetect/swift-timecode
Working copy of https://github.com/orchetect/swift-timecode resolved at 3.1.1
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
Building for debugging...
[0/8] Write sources
[4/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/100] Emitting module SwiftMIDIInternals
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[7/102] Compiling SwiftMIDIInternals ThreadSynchronizedValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[8/102] Compiling SwiftMIDIInternals Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[9/102] Compiling SwiftTimecodeCore Fraction.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[10/102] Compiling SwiftTimecodeCore FrameRateProtocol Properties.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[11/102] Compiling SwiftTimecodeCore FrameRateProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[12/102] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[13/102] Compiling SwiftTimecodeCore Timecode Math Public.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[14/102] Compiling SwiftTimecodeCore Timecode Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[15/102] Compiling SwiftTimecodeCore Timecode Rounding.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[16/102] Compiling SwiftTimecodeCore Codable.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[17/102] Compiling SwiftTimecodeCore Comparable.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[18/102] Compiling SwiftTimecodeCore CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[19/102] Compiling SwiftTimecodeCore Hashable.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[20/102] Compiling SwiftTimecodeCore Identifiable.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[21/102] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[22/102] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[23/102] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[24/102] Compiling SwiftTimecodeCore Timecode set.swift
[25/102] Compiling SwiftTimecodeCore Timecode.swift
[26/102] Compiling SwiftTimecodeCore UpperLimit.swift
[27/102] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[28/102] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[29/102] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[30/102] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[31/102] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[32/102] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[33/102] Compiling SwiftTimecodeCore TimecodeInterval Rational.swift
[34/102] 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 | }
[35/102] 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 | }
[36/102] 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 | }
[37/102] 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 | }
[38/102] 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 | }
[39/102] 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 | }
[40/102] 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 | }
[41/102] 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 | }
[42/102] 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 | }
[43/102] 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 | }
[44/102] Compiling SwiftMIDIInternals SwiftMIDIInternals.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[45/102] Compiling SwiftMIDIInternals ASCII String and Data.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[46/102] Compiling SwiftMIDIInternals Exception.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[47/102] Compiling SwiftTimecodeCore Sendable.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[48/102] Compiling SwiftTimecodeCore Strideable.swift
/host/spi-builder-workspace/.build/checkouts/swift-midi-core/Sources/SwiftMIDIInternals/Utilities/SafeDispatchTimer.swift:7:8: error: no such module 'Dispatch'
  5 | //
  6 |
  7 | import Dispatch
    |        `- error: no such module 'Dispatch'
  8 | import Foundation
  9 |
[51/112] Compiling SwiftTimecodeCore Timecode Zero.swift
[52/112] Compiling SwiftTimecodeCore StringFormat.swift
[53/112] Compiling SwiftTimecodeCore StringFormatOption.swift
[54/112] Compiling SwiftTimecodeCore SubFramesBase.swift
[55/112] Compiling SwiftTimecodeCore Timecode Conversion.swift
[56/112] Compiling SwiftTimecodeCore Timecode Properties.swift
[57/112] Compiling SwiftTimecodeCore Timecode Validation.swift
[58/112] Compiling SwiftTimecodeCore Timecode init.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/112] Compiling SwiftTimecodeCore Component.swift
[70/112] Compiling SwiftTimecodeCore ComponentRanges.swift
[71/112] Compiling SwiftTimecodeCore Components.swift
[72/112] Compiling SwiftTimecodeCore NSItemProvider.swift
[73/112] Compiling SwiftTimecodeCore Transferable.swift
[74/112] Compiling SwiftTimecodeCore UTType.swift
[75/112] Compiling SwiftTimecodeCore Errors.swift
[76/112] Compiling SwiftTimecodeCore FrameCount Value.swift
[77/112] Compiling SwiftTimecodeCore FrameCount.swift
[78/112] Compiling SwiftTimecodeCore Timecode Math Internal.swift
[79/112] Compiling SwiftTimecodeCore Timecode Source Protocols.swift
[80/112] Compiling SwiftTimecodeCore Timecode Components.swift
[81/112] Compiling SwiftTimecodeCore Timecode FeetAndFrames.swift
[82/112] Compiling SwiftTimecodeCore Timecode FrameCount Value.swift
[83/112] Compiling SwiftTimecodeCore Timecode FrameCount.swift
[84/112] Compiling SwiftTimecodeCore Timecode Random.swift
[85/112] Compiling SwiftTimecodeCore Timecode Rational CMTime.swift
[86/112] Compiling SwiftTimecodeCore Timecode Rational.swift
[87/112] Compiling SwiftTimecodeCore Timecode Real Time.swift
[88/112] Compiling SwiftTimecodeCore Timecode Samples.swift
[99/112] 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 | }
BUILD FAILURE 6.2 wasm