Build Information
Failed to build BasicPitchSwift, reference 1.1.1 (15c047), with Swift 6.3 for Wasm on 16 Apr 2026 10:56:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zhangyufei49/BasicPitchSwift.git
Reference: 1.1.1
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/zhangyufei49/BasicPitchSwift
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 15c0471 fix: wrong channel when use multiplePitchBends option
Cloned https://github.com/zhangyufei49/BasicPitchSwift.git
Revision (git rev-parse @):
15c04712da2d7e37e4a6c06268224bd359452be0
SUCCESS checkout https://github.com/zhangyufei49/BasicPitchSwift.git at 1.1.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/zhangyufei49/BasicPitchSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/orchetect/MIDIKit.git
[1/231889] Fetching midikit
Fetched https://github.com/orchetect/MIDIKit.git from cache (16.01s)
Computing version for https://github.com/orchetect/MIDIKit.git
Computed https://github.com/orchetect/MIDIKit.git at 0.11.0 (20.17s)
Fetching https://github.com/orchetect/swift-timecode
[1/26638] Fetching swift-timecode
Fetched https://github.com/orchetect/swift-timecode from cache (1.70s)
Computing version for https://github.com/orchetect/swift-timecode
Computed https://github.com/orchetect/swift-timecode at 3.1.0 (2.28s)
Creating working copy for https://github.com/orchetect/MIDIKit.git
Working copy of https://github.com/orchetect/MIDIKit.git resolved at 0.11.0
Creating working copy for https://github.com/orchetect/swift-timecode
Working copy of https://github.com/orchetect/swift-timecode resolved at 3.1.0
Building for debugging...
[0/10] Copying nmp.mlmodelc
[1/10] Write sources
[6/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/102] Emitting module MIDIKitInternals
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/104] 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 | }
[10/114] Compiling MIDIKitInternals PassiveDataReader.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[11/114] Compiling SwiftTimecodeCore FrameCount.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[12/114] Compiling SwiftTimecodeCore Timecode Math Internal.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[13/114] Compiling SwiftTimecodeCore Timecode Source Protocols.swift
[14/114] Compiling SwiftTimecodeCore Timecode Components.swift
[15/114] Compiling SwiftTimecodeCore Timecode FeetAndFrames.swift
[16/114] Compiling SwiftTimecodeCore Timecode FrameCount Value.swift
[17/114] Compiling SwiftTimecodeCore Timecode FrameCount.swift
[18/114] Compiling SwiftTimecodeCore Timecode Random.swift
[19/114] Compiling SwiftTimecodeCore Timecode Rational CMTime.swift
[20/114] Compiling SwiftTimecodeCore Timecode Rational.swift
[21/114] Compiling SwiftTimecodeCore Timecode Real Time.swift
[22/114] Compiling SwiftTimecodeCore Timecode Samples.swift
[23/114] Compiling SwiftTimecodeCore Components.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[24/114] Compiling SwiftTimecodeCore NSItemProvider.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[25/114] Compiling SwiftTimecodeCore Component.swift
[26/114] Compiling SwiftTimecodeCore ComponentRanges.swift
[29/114] Compiling SwiftTimecodeCore Transferable.swift
[30/114] Compiling SwiftTimecodeCore UTType.swift
[31/114] Compiling MIDIKitInternals NumberEndianness.swift
[35/114] Compiling MIDIKitInternals SafeDispatchTimer.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[36/114] Compiling MIDIKitInternals Threading.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[42/114] Compiling SwiftTimecodeCore Timecode Rounding.swift
[43/114] Compiling SwiftTimecodeCore Codable.swift
[44/114] Compiling SwiftTimecodeCore Comparable.swift
[45/114] Compiling SwiftTimecodeCore CustomStringConvertible.swift
[46/114] Compiling SwiftTimecodeCore Hashable.swift
[47/114] Compiling SwiftTimecodeCore Identifiable.swift
[48/114] Compiling SwiftTimecodeCore Sendable.swift
[49/114] Compiling SwiftTimecodeCore Strideable.swift
[50/114] Compiling SwiftTimecodeCore Fraction.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[51/114] Compiling SwiftTimecodeCore FrameRateProtocol Properties.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[52/114] Compiling SwiftTimecodeCore FrameRateProtocol.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[53/114] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[56/114] Compiling SwiftTimecodeCore CMTimeRange Extensions.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[57/114] Compiling SwiftTimecodeCore FeetAndFrames.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[58/114] Compiling SwiftTimecodeCore Fraction CMTime.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[59/114] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[60/114] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[61/114] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
/host/spi-builder-workspace/.build/checkouts/MIDIKit/Sources/MIDIKitInternals/Core MIDI/IO Constants.swift:7:8: error: no such module 'CoreMIDI'
5 | //
6 |
7 | import CoreMIDI
| `- error: no such module 'CoreMIDI'
8 |
9 | /// Size of Core MIDI `MIDIPacketList` struct memory.
[62/114] Compiling SwiftTimecodeCore TimecodeInterval Real Time.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[63/114] Compiling SwiftTimecodeCore TimecodeInterval Unary Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[64/114] Compiling SwiftTimecodeCore TimecodeInterval.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[65/114] Compiling SwiftTimecodeCore TimecodeTransformer.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[66/114] Compiling SwiftTimecodeCore CharacterSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[67/114] Compiling SwiftTimecodeCore Decimal.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[68/114] Compiling SwiftTimecodeCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[69/114] Compiling SwiftTimecodeCore FloatingPoint and Foundation.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[70/114] Compiling SwiftTimecodeCore FloatingPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[71/114] Compiling SwiftTimecodeCore FloatingPointPowerComputable.swift
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:36: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:77:48: error: 'Float80' is unavailable: Float80 is not available on target platform.
75 | /// (Functional convenience method)
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
78 | powl(self, exponent)
79 | }
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:73:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
71 |
72 | #if !(arch(arm64) || arch(arm) || os(watchOS)) // Float80 is now removed for ARM
73 | extension Float80: FloatingPointPowerComputable {
| `- error: 'Float80' is unavailable: Float80 is not available on target platform.
74 | /// Same as `powl()`
75 | /// (Functional convenience method)
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Float80 is not available on target platform.")
2 | @frozen public struct Float80 {
| `- note: 'Float80' has been explicitly marked unavailable here
3 | public init()
4 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:59:9: error: cannot find 'pow' in scope
57 | @_disfavoredOverload
58 | package func power(_ exponent: Double) -> Double {
59 | pow(self, exponent)
| `- error: cannot find 'pow' in scope
60 | }
61 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:68:9: error: cannot find 'powf' in scope
66 | @_disfavoredOverload
67 | package func power(_ exponent: Float) -> Float {
68 | powf(self, exponent)
| `- error: cannot find 'powf' in scope
69 | }
70 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 | @_disfavoredOverload
77 | package func power(_ exponent: Float80) -> Float80 {
78 | powl(self, exponent)
| `- error: cannot find 'powl' in scope
79 | }
80 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:100:20: error: cannot find 'trunc' in scope
98 | package func truncated(decimalPlaces: Int) -> Self {
99 | if decimalPlaces < 1 {
100 | return trunc(self)
| `- error: cannot find 'trunc' in scope
101 | }
102 |
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:104:16: error: cannot find 'trunc' in scope
102 |
103 | let offset = Self(10).power(Self(decimalPlaces))
104 | return trunc(self * offset) / offset
| `- error: cannot find 'trunc' in scope
105 | }
106 | }
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:113:24: error: cannot find 'trunc' in scope
111 | package func quotientAndRemainder(dividingBy rhs: Self) -> (quotient: Self, remainder: Self) {
112 | let calculation = self / rhs
113 | let integral = trunc(calculation)
| `- error: cannot find 'trunc' in scope
114 | let fraction = self - (integral * rhs)
115 | return (quotient: integral, remainder: fraction)
/host/spi-builder-workspace/.build/checkouts/swift-timecode/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:126:24: error: cannot find 'trunc' in scope
124 | @_disfavoredOverload
125 | package var integralAndFraction: (integral: Self, fraction: Self) {
126 | let integral = trunc(self)
| `- error: cannot find 'trunc' in scope
127 | let fraction = self - integral
128 | return (integral: integral, fraction: fraction)
[82/114] Compiling SwiftTimecodeCore Integers.swift
[83/114] Compiling SwiftTimecodeCore NSAttributedString.swift
[84/114] Compiling SwiftTimecodeCore Ranges.swift
[85/114] Compiling SwiftTimecodeCore String and NSRegularExpression.swift
[86/114] Compiling SwiftTimecodeCore RangeAttribute.swift
[87/114] Compiling SwiftTimecodeCore URL.swift
[88/114] Compiling SwiftTimecodeCore VideoFrameRate Conversions.swift
[89/114] Compiling SwiftTimecodeCore VideoFrameRate Properties.swift
[90/114] Compiling SwiftTimecodeCore VideoFrameRate String Extensions.swift
[91/114] Compiling SwiftTimecodeCore VideoFrameRate.swift
[92/114] Compiling SwiftTimecodeCore Timecode String.swift
[93/114] Compiling SwiftTimecodeCore Timecode TimecodeInterval.swift
[94/114] Compiling SwiftTimecodeCore Timecode Zero.swift
[95/114] Compiling SwiftTimecodeCore StringFormat.swift
[96/114] Compiling SwiftTimecodeCore StringFormatOption.swift
[97/114] Compiling SwiftTimecodeCore SubFramesBase.swift
[98/114] Compiling SwiftTimecodeCore Timecode Conversion.swift
[99/114] Compiling SwiftTimecodeCore Timecode Properties.swift
[100/114] Compiling SwiftTimecodeCore Timecode Validation.swift
[101/114] Compiling SwiftTimecodeCore Timecode init.swift
[102/114] Compiling SwiftTimecodeCore Timecode set.swift
[103/114] Compiling SwiftTimecodeCore Timecode.swift
[104/114] Compiling SwiftTimecodeCore UpperLimit.swift
[105/114] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[106/114] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[107/114] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[108/114] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[109/114] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[110/114] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[111/114] Compiling SwiftTimecodeCore TimecodeInterval Rational.swift
BUILD FAILURE 6.3 wasm