Build Information
Failed to build swift-timecode, reference 3.1.1 (41c975), with Swift 6.2 for Wasm on 27 Apr 2026 07:23:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build 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.2
Building package at path: $PWD
https://github.com/orchetect/swift-timecode.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/orchetect/swift-testing-extensions
Fetching https://github.com/apple/swift-numerics
[1/1074] Fetching swift-testing-extensions
[1075/7490] Fetching swift-testing-extensions, swift-numerics
Fetched https://github.com/orchetect/swift-testing-extensions from cache (0.55s)
[514/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (3.82s)
Computing version for https://github.com/orchetect/swift-testing-extensions
Computed https://github.com/orchetect/swift-testing-extensions at 0.3.0 (5.73s)
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.55s)
[25514/75039] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.15s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (6.61s)
Computing version for https://github.com/tsolomko/SWCompression
Computed https://github.com/tsolomko/SWCompression at 4.8.6 (0.46s)
Fetching https://github.com/tsolomko/BitByteData
[1/3232] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.36s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (1.99s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (0.94s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.1
Creating working copy for https://github.com/tsolomko/SWCompression
Working copy of https://github.com/tsolomko/SWCompression resolved at 4.8.6
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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/tsolomko/BitByteData
Working copy of https://github.com/tsolomko/BitByteData resolved at 2.0.4
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 Timecode Math Public.swift
[6/87] Compiling SwiftTimecodeCore Timecode Operators.swift
[7/87] Compiling SwiftTimecodeCore Timecode Rounding.swift
[8/87] Compiling SwiftTimecodeCore Codable.swift
[9/87] Compiling SwiftTimecodeCore Comparable.swift
[10/87] Compiling SwiftTimecodeCore CustomStringConvertible.swift
[11/87] Compiling SwiftTimecodeCore Hashable.swift
[12/87] Compiling SwiftTimecodeCore Identifiable.swift
[13/87] Compiling SwiftTimecodeCore Sendable.swift
[14/87] Compiling SwiftTimecodeCore Strideable.swift
[15/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
[16/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
[17/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
[18/87] Compiling SwiftTimecodeCore CMTimeRange Extensions.swift
[19/87] Compiling SwiftTimecodeCore FeetAndFrames.swift
[20/87] Compiling SwiftTimecodeCore Fraction CMTime.swift
[21/87] Compiling SwiftTimecodeCore Fraction.swift
[22/87] Compiling SwiftTimecodeCore FrameRateProtocol Properties.swift
[23/87] Compiling SwiftTimecodeCore FrameRateProtocol.swift
[24/87] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
[25/87] Compiling SwiftTimecodeCore Timecode String.swift
[26/87] Compiling SwiftTimecodeCore Timecode TimecodeInterval.swift
[27/87] Compiling SwiftTimecodeCore Timecode Zero.swift
[28/87] Compiling SwiftTimecodeCore StringFormat.swift
[29/87] Compiling SwiftTimecodeCore StringFormatOption.swift
[30/87] Compiling SwiftTimecodeCore SubFramesBase.swift
[31/87] Compiling SwiftTimecodeCore Timecode Conversion.swift
[32/87] Compiling SwiftTimecodeCore Timecode Properties.swift
[33/87] Compiling SwiftTimecodeCore Timecode Validation.swift
[34/87] Compiling SwiftTimecodeCore Timecode init.swift
[35/87] Compiling SwiftTimecodeCore Timecode set.swift
[36/87] Compiling SwiftTimecodeCore Timecode.swift
[37/87] Compiling SwiftTimecodeCore UpperLimit.swift
[38/87] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[39/87] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[40/87] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[41/87] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[42/87] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[43/87] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[44/87] Compiling SwiftTimecodeCore TimecodeInterval Rational.swift
[45/87] Compiling SwiftTimecodeCore Component.swift
[46/87] Compiling SwiftTimecodeCore ComponentRanges.swift
[47/87] Compiling SwiftTimecodeCore Components.swift
[48/87] Compiling SwiftTimecodeCore NSItemProvider.swift
[49/87] Compiling SwiftTimecodeCore Transferable.swift
[50/87] Compiling SwiftTimecodeCore UTType.swift
[51/87] Compiling SwiftTimecodeCore Errors.swift
[52/87] Compiling SwiftTimecodeCore FrameCount Value.swift
[53/87] Compiling SwiftTimecodeCore FrameCount.swift
[54/87] Compiling SwiftTimecodeCore Timecode Math Internal.swift
[55/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 | }
[56/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 | }
[57/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 | }
[58/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 | }
[59/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 | }
[60/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 | }
[61/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 | }
[62/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 | }
[63/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 | }
[64/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 | }
[65/87] Compiling SwiftTimecodeCore Integers.swift
[66/87] Compiling SwiftTimecodeCore NSAttributedString.swift
[67/87] Compiling SwiftTimecodeCore Ranges.swift
[68/87] Compiling SwiftTimecodeCore String and NSRegularExpression.swift
[69/87] Compiling SwiftTimecodeCore RangeAttribute.swift
[70/87] Compiling SwiftTimecodeCore URL.swift
[71/87] Compiling SwiftTimecodeCore VideoFrameRate Conversions.swift
[72/87] Compiling SwiftTimecodeCore VideoFrameRate Properties.swift
[73/87] Compiling SwiftTimecodeCore VideoFrameRate String Extensions.swift
[74/87] Compiling SwiftTimecodeCore VideoFrameRate.swift
[75/87] Compiling SwiftTimecodeCore Timecode Source Protocols.swift
[76/87] Compiling SwiftTimecodeCore Timecode Components.swift
[77/87] Compiling SwiftTimecodeCore Timecode FeetAndFrames.swift
[78/87] Compiling SwiftTimecodeCore Timecode FrameCount Value.swift
[79/87] Compiling SwiftTimecodeCore Timecode FrameCount.swift
[80/87] Compiling SwiftTimecodeCore Timecode Random.swift
[81/87] Compiling SwiftTimecodeCore Timecode Rational CMTime.swift
[82/87] Compiling SwiftTimecodeCore Timecode Rational.swift
[83/87] Compiling SwiftTimecodeCore Timecode Real Time.swift
[84/87] Compiling SwiftTimecodeCore Timecode Samples.swift
BUILD FAILURE 6.2 wasm