The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-timecode, reference 3.1.1 (41c975), with Swift 6.1 for Wasm on 27 Apr 2026 07:22:12 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-timecode.git
Reference: 3.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/orchetect/swift-timecode
 * tag               3.1.1      -> FETCH_HEAD
HEAD is now at 41c975c Updated utilities
Cloned https://github.com/orchetect/swift-timecode.git
Revision (git rev-parse @):
41c975cfe71de05f3430fbfaf791ffa9d3847886
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-timecode.git at 3.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orchetect/swift-timecode.git
https://github.com/orchetect/swift-timecode.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/apple/swift-numerics
[1/1074] Fetching swift-testing-extensions
Fetched https://github.com/orchetect/swift-testing-extensions from cache (0.24s)
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.87s)
Computing version for https://github.com/orchetect/swift-testing-extensions
Computed https://github.com/orchetect/swift-testing-extensions at 0.3.0 (1.58s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/tsolomko/SWCompression
[1/17717] Fetching swcompression
[9214/92756] Fetching swcompression, swift-syntax
Fetched https://github.com/tsolomko/SWCompression from cache (1.53s)
[29266/75039] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.98s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (13.06s)
Computing version for https://github.com/tsolomko/SWCompression
Computed https://github.com/tsolomko/SWCompression at 4.8.6 (1.74s)
Fetching https://github.com/tsolomko/BitByteData
[1/3232] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.48s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (1.59s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (0.82s)
Creating working copy for https://github.com/tsolomko/BitByteData
Working copy of https://github.com/tsolomko/BitByteData resolved at 2.0.4
Creating working copy for https://github.com/orchetect/swift-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
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.1
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/77] Emitting module SwiftTimecodeCore
/host/spi-builder-workspace/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/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/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 | }
[5/87] Compiling SwiftTimecodeCore Integers.swift
[6/87] Compiling SwiftTimecodeCore NSAttributedString.swift
[7/87] Compiling SwiftTimecodeCore Ranges.swift
[8/87] Compiling SwiftTimecodeCore String and NSRegularExpression.swift
[9/87] Compiling SwiftTimecodeCore RangeAttribute.swift
[10/87] Compiling SwiftTimecodeCore URL.swift
[11/87] Compiling SwiftTimecodeCore VideoFrameRate Conversions.swift
[12/87] Compiling SwiftTimecodeCore VideoFrameRate Properties.swift
[13/87] Compiling SwiftTimecodeCore VideoFrameRate String Extensions.swift
[14/87] Compiling SwiftTimecodeCore VideoFrameRate.swift
[15/87] Compiling SwiftTimecodeCore Component.swift
[16/87] Compiling SwiftTimecodeCore ComponentRanges.swift
[17/87] Compiling SwiftTimecodeCore Components.swift
[18/87] Compiling SwiftTimecodeCore NSItemProvider.swift
[19/87] Compiling SwiftTimecodeCore Transferable.swift
[20/87] Compiling SwiftTimecodeCore UTType.swift
[21/87] Compiling SwiftTimecodeCore Errors.swift
[22/87] Compiling SwiftTimecodeCore FrameCount Value.swift
[23/87] Compiling SwiftTimecodeCore FrameCount.swift
[24/87] Compiling SwiftTimecodeCore Timecode Math Internal.swift
[25/87] Compiling SwiftTimecodeCore Timecode set.swift
[26/87] Compiling SwiftTimecodeCore Timecode.swift
[27/87] Compiling SwiftTimecodeCore UpperLimit.swift
[28/87] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[29/87] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[30/87] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[31/87] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[32/87] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[33/87] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[34/87] Compiling SwiftTimecodeCore TimecodeInterval Rational.swift
[35/87] Compiling SwiftTimecodeCore Timecode Source Protocols.swift
[36/87] Compiling SwiftTimecodeCore Timecode Components.swift
[37/87] Compiling SwiftTimecodeCore Timecode FeetAndFrames.swift
[38/87] Compiling SwiftTimecodeCore Timecode FrameCount Value.swift
[39/87] Compiling SwiftTimecodeCore Timecode FrameCount.swift
[40/87] Compiling SwiftTimecodeCore Timecode Random.swift
[41/87] Compiling SwiftTimecodeCore Timecode Rational CMTime.swift
[42/87] Compiling SwiftTimecodeCore Timecode Rational.swift
[43/87] Compiling SwiftTimecodeCore Timecode Real Time.swift
[44/87] Compiling SwiftTimecodeCore Timecode Samples.swift
[45/87] Compiling SwiftTimecodeCore TimecodeInterval Real Time.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[46/87] Compiling SwiftTimecodeCore TimecodeInterval Unary Operators.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[47/87] Compiling SwiftTimecodeCore TimecodeInterval.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[48/87] Compiling SwiftTimecodeCore TimecodeTransformer.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[49/87] Compiling SwiftTimecodeCore CharacterSet.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[50/87] Compiling SwiftTimecodeCore Decimal.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[51/87] Compiling SwiftTimecodeCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[52/87] Compiling SwiftTimecodeCore FloatingPoint and Foundation.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[53/87] Compiling SwiftTimecodeCore FloatingPoint.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[54/87] Compiling SwiftTimecodeCore FloatingPointPowerComputable.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[55/87] Compiling SwiftTimecodeCore Timecode Math Public.swift
[56/87] Compiling SwiftTimecodeCore Timecode Operators.swift
[57/87] Compiling SwiftTimecodeCore Timecode Rounding.swift
[58/87] Compiling SwiftTimecodeCore Codable.swift
[59/87] Compiling SwiftTimecodeCore Comparable.swift
[60/87] Compiling SwiftTimecodeCore CustomStringConvertible.swift
[61/87] Compiling SwiftTimecodeCore Hashable.swift
[62/87] Compiling SwiftTimecodeCore Identifiable.swift
[63/87] Compiling SwiftTimecodeCore Sendable.swift
[64/87] Compiling SwiftTimecodeCore Strideable.swift
[65/87] Compiling SwiftTimecodeCore Timecode String.swift
[66/87] Compiling SwiftTimecodeCore Timecode TimecodeInterval.swift
[67/87] Compiling SwiftTimecodeCore Timecode Zero.swift
[68/87] Compiling SwiftTimecodeCore StringFormat.swift
[69/87] Compiling SwiftTimecodeCore StringFormatOption.swift
[70/87] Compiling SwiftTimecodeCore SubFramesBase.swift
[71/87] Compiling SwiftTimecodeCore Timecode Conversion.swift
[72/87] Compiling SwiftTimecodeCore Timecode Properties.swift
[73/87] Compiling SwiftTimecodeCore Timecode Validation.swift
[74/87] Compiling SwiftTimecodeCore Timecode init.swift
[75/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
[76/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
[77/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
[78/87] Compiling SwiftTimecodeCore CMTimeRange Extensions.swift
[79/87] Compiling SwiftTimecodeCore FeetAndFrames.swift
[80/87] Compiling SwiftTimecodeCore Fraction CMTime.swift
[81/87] Compiling SwiftTimecodeCore Fraction.swift
[82/87] Compiling SwiftTimecodeCore FrameRateProtocol Properties.swift
[83/87] Compiling SwiftTimecodeCore FrameRateProtocol.swift
[84/87] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
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/75] Emitting module SwiftTimecodeCore
/host/spi-builder-workspace/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/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/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 | }
[3/85] Compiling SwiftTimecodeCore Integers.swift
[4/85] Compiling SwiftTimecodeCore NSAttributedString.swift
[5/85] Compiling SwiftTimecodeCore Ranges.swift
[6/85] Compiling SwiftTimecodeCore String and NSRegularExpression.swift
[7/85] Compiling SwiftTimecodeCore RangeAttribute.swift
[8/85] Compiling SwiftTimecodeCore URL.swift
[9/85] Compiling SwiftTimecodeCore VideoFrameRate Conversions.swift
[10/85] Compiling SwiftTimecodeCore VideoFrameRate Properties.swift
[11/85] Compiling SwiftTimecodeCore VideoFrameRate String Extensions.swift
[12/85] Compiling SwiftTimecodeCore VideoFrameRate.swift
[13/85] Compiling SwiftTimecodeCore Timecode String.swift
[14/85] Compiling SwiftTimecodeCore Timecode TimecodeInterval.swift
[15/85] Compiling SwiftTimecodeCore Timecode Zero.swift
[16/85] Compiling SwiftTimecodeCore StringFormat.swift
[17/85] Compiling SwiftTimecodeCore StringFormatOption.swift
[18/85] Compiling SwiftTimecodeCore SubFramesBase.swift
[19/85] Compiling SwiftTimecodeCore Timecode Conversion.swift
[20/85] Compiling SwiftTimecodeCore Timecode Properties.swift
[21/85] Compiling SwiftTimecodeCore Timecode Validation.swift
[22/85] Compiling SwiftTimecodeCore Timecode init.swift
[23/85] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
[24/85] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
[25/85] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
[26/85] Compiling SwiftTimecodeCore CMTimeRange Extensions.swift
[27/85] Compiling SwiftTimecodeCore FeetAndFrames.swift
[28/85] Compiling SwiftTimecodeCore Fraction CMTime.swift
[29/85] Compiling SwiftTimecodeCore Fraction.swift
[30/85] Compiling SwiftTimecodeCore FrameRateProtocol Properties.swift
[31/85] Compiling SwiftTimecodeCore FrameRateProtocol.swift
[32/85] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
[33/85] Compiling SwiftTimecodeCore Timecode set.swift
[34/85] Compiling SwiftTimecodeCore Timecode.swift
[35/85] Compiling SwiftTimecodeCore UpperLimit.swift
[36/85] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[37/85] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[38/85] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[39/85] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[40/85] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[41/85] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[42/85] Compiling SwiftTimecodeCore TimecodeInterval Rational.swift
[43/85] Compiling SwiftTimecodeCore TimecodeInterval Real Time.swift
/host/spi-builder-workspace/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/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/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/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/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/Sources/SwiftTimecodeCore/Utilities/Outsourced/FloatingPoint and Darwin.swift:78:9: error: cannot find 'powl' in scope
76 |     @_disfavoredOverload
77 |     package func power(_ exponent: Float80) -> Float80 {
78 |         powl(self, exponent)
   |         `- error: cannot find 'powl' in scope
79 |     }
80 | }
[44/85] Compiling SwiftTimecodeCore TimecodeInterval Unary Operators.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[45/85] Compiling SwiftTimecodeCore TimecodeInterval.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[46/85] Compiling SwiftTimecodeCore TimecodeTransformer.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[47/85] Compiling SwiftTimecodeCore CharacterSet.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[48/85] Compiling SwiftTimecodeCore Decimal.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[49/85] Compiling SwiftTimecodeCore FloatingPoint and Darwin.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[50/85] Compiling SwiftTimecodeCore FloatingPoint and Foundation.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[51/85] Compiling SwiftTimecodeCore FloatingPoint.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[52/85] Compiling SwiftTimecodeCore FloatingPointPowerComputable.swift
/host/spi-builder-workspace/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/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/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/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/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/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 | }
[53/85] Compiling SwiftTimecodeCore Timecode Math Public.swift
[54/85] Compiling SwiftTimecodeCore Timecode Operators.swift
[55/85] Compiling SwiftTimecodeCore Timecode Rounding.swift
[56/85] Compiling SwiftTimecodeCore Codable.swift
[57/85] Compiling SwiftTimecodeCore Comparable.swift
[58/85] Compiling SwiftTimecodeCore CustomStringConvertible.swift
[59/85] Compiling SwiftTimecodeCore Hashable.swift
[60/85] Compiling SwiftTimecodeCore Identifiable.swift
[61/85] Compiling SwiftTimecodeCore Sendable.swift
[62/85] Compiling SwiftTimecodeCore Strideable.swift
[63/85] Compiling SwiftTimecodeCore Component.swift
[64/85] Compiling SwiftTimecodeCore ComponentRanges.swift
[65/85] Compiling SwiftTimecodeCore Components.swift
[66/85] Compiling SwiftTimecodeCore NSItemProvider.swift
[67/85] Compiling SwiftTimecodeCore Transferable.swift
[68/85] Compiling SwiftTimecodeCore UTType.swift
[69/85] Compiling SwiftTimecodeCore Errors.swift
[70/85] Compiling SwiftTimecodeCore FrameCount Value.swift
[71/85] Compiling SwiftTimecodeCore FrameCount.swift
[72/85] Compiling SwiftTimecodeCore Timecode Math Internal.swift
[73/85] Compiling SwiftTimecodeCore Timecode Source Protocols.swift
[74/85] Compiling SwiftTimecodeCore Timecode Components.swift
[75/85] Compiling SwiftTimecodeCore Timecode FeetAndFrames.swift
[76/85] Compiling SwiftTimecodeCore Timecode FrameCount Value.swift
[77/85] Compiling SwiftTimecodeCore Timecode FrameCount.swift
[78/85] Compiling SwiftTimecodeCore Timecode Random.swift
[79/85] Compiling SwiftTimecodeCore Timecode Rational CMTime.swift
[80/85] Compiling SwiftTimecodeCore Timecode Rational.swift
[81/85] Compiling SwiftTimecodeCore Timecode Real Time.swift
[82/85] Compiling SwiftTimecodeCore Timecode Samples.swift
BUILD FAILURE 6.1 wasm