Build Information
Failed to build swift-midi-sync, reference main (0ae879), with Swift 6.1 for Wasm on 1 May 2026 11:11:26 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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-midi-sync.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/orchetect/swift-midi-sync
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0ae8799 Added GitHub CI for example project
Cloned https://github.com/orchetect/swift-midi-sync.git
Revision (git rev-parse @):
0ae8799ded2af0daf83e2043d003555bfa029bbb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-midi-sync.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/swift-midi-sync.git
https://github.com/orchetect/swift-midi-sync.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
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.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/orchetect/swift-testing-extensions
Fetching https://github.com/orchetect/swift-midi-core
Fetching https://github.com/orchetect/swift-timecode
[1/1074] Fetching swift-testing-extensions
[936/2576] Fetching swift-testing-extensions, swift-midi-core
Fetched https://github.com/orchetect/swift-midi-core from cache (0.54s)
[936/28040] Fetching swift-testing-extensions, swift-timecode
Fetched https://github.com/orchetect/swift-testing-extensions from cache (2.99s)
Fetched https://github.com/orchetect/swift-timecode from cache (3.05s)
Computing version for https://github.com/orchetect/swift-testing-extensions
Computed https://github.com/orchetect/swift-testing-extensions at 0.3.0 (4.14s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/tsolomko/SWCompression
[1/17717] Fetching swcompression
[7797/92755] Fetching swcompression, swift-syntax
Fetched https://github.com/tsolomko/SWCompression from cache (4.33s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.95s)
Computing version for https://github.com/orchetect/swift-timecode
Computed https://github.com/orchetect/swift-timecode at 3.1.1 (8.78s)
Computing version for https://github.com/orchetect/swift-midi-core
Computed https://github.com/orchetect/swift-midi-core at 1.0.0 (0.75s)
Computing version for https://github.com/tsolomko/SWCompression
Computed https://github.com/tsolomko/SWCompression at 4.8.6 (1.37s)
Fetching https://github.com/tsolomko/BitByteData
[1/3232] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.34s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (1.01s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (0.89s)
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/tsolomko/BitByteData
Working copy of https://github.com/tsolomko/BitByteData resolved at 2.0.4
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-midi-core
Working copy of https://github.com/orchetect/swift-midi-core resolved at 1.0.0
Creating working copy for https://github.com/orchetect/swift-testing-extensions
Working copy of https://github.com/orchetect/swift-testing-extensions resolved at 0.3.0
Creating working copy for https://github.com/tsolomko/SWCompression
Working copy of https://github.com/tsolomko/SWCompression resolved at 4.8.6
Building for debugging...
[0/8] Write sources
[4/8] Write swift-version-24593BA9C3E375BF.txt
[6/100] Compiling SwiftTimecodeCore Timecode Math Public.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/100] Compiling SwiftTimecodeCore Timecode Operators.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/100] Compiling SwiftTimecodeCore Timecode Rounding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 Timecode set.swift
[10/102] Compiling SwiftTimecodeCore Timecode.swift
[11/102] Compiling SwiftTimecodeCore UpperLimit.swift
[12/102] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[13/102] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[14/102] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[15/102] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[16/102] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[17/102] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[18/102] Compiling SwiftTimecodeCore TimecodeInterval Rational.swift
[19/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 | }
[20/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 | }
[21/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 | }
[22/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 | }
[23/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 | }
[24/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 | }
[25/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 | }
[26/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 | }
[27/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 | }
[28/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 | }
[32/112] Compiling SwiftTimecodeCore Codable.swift
[33/112] Compiling SwiftTimecodeCore Comparable.swift
[34/112] Compiling SwiftTimecodeCore CustomStringConvertible.swift
[35/112] Compiling SwiftTimecodeCore Hashable.swift
[36/112] Compiling SwiftTimecodeCore Identifiable.swift
[37/112] Compiling SwiftTimecodeCore Sendable.swift
[38/112] Compiling SwiftTimecodeCore Strideable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[44/112] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/112] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/112] Compiling SwiftTimecodeCore CMTimeRange Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/112] Emitting module SwiftMIDIInternals
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[50/112] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 FrameRateProtocol Properties.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[52/112] Compiling SwiftTimecodeCore FrameRateProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[53/112] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[54/112] Compiling SwiftTimecodeCore FeetAndFrames.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[55/112] Compiling SwiftTimecodeCore Fraction CMTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[56/112] Compiling SwiftTimecodeCore Fraction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[57/112] Compiling SwiftMIDIInternals ThreadSynchronizedValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[58/112] Compiling SwiftMIDIInternals Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/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 | }
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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/96] 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 |
[3/98] Compiling SwiftMIDIInternals ThreadSynchronizedPThreadMutex.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 |
[4/98] Compiling SwiftMIDIInternals ThreadSynchronizedPThreadMutexValue.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 |
[5/98] Compiling SwiftMIDIInternals PThreadMutex.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 |
[6/98] Compiling SwiftMIDIInternals PThreadMutexValue.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 |
[7/98] 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 |
[8/98] Compiling SwiftMIDIInternals String.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/98] Compiling SwiftMIDIInternals Timespec.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/98] Compiling SwiftMIDIInternals RandomAccessCollection.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/98] Compiling SwiftMIDIInternals Collections.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/98] Compiling SwiftMIDIInternals Integers.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/98] Compiling SwiftMIDIInternals Ranges.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/98] Compiling SwiftMIDIInternals Hex and Binary String.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/98] Compiling SwiftMIDIInternals Number Formatting.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/98] Compiling SwiftMIDIInternals ASCII.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/98] 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 |
[18/98] 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 |
[19/98] 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 |
[20/98] Compiling SwiftMIDIInternals SafeDispatchTimer.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/98] Compiling SwiftMIDIInternals MainThreadSynchronizedPThreadMutex.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/98] Compiling SwiftMIDIInternals MainThreadSynchronizedPThreadMutexValue.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/98] 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 | }
[24/108] 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 |
[25/108] 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 |
BUILD FAILURE 6.1 wasm