The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-timecode, reference 3.1.1 (41c975), with Swift 6.2 for Android on 27 Apr 2026 07:20:50 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
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-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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/orchetect/swift-testing-extensions
[1/6416] Fetching swift-numerics
[6417/7490] Fetching swift-numerics, swift-testing-extensions
Fetched https://github.com/apple/swift-numerics from cache (0.77s)
Fetched https://github.com/orchetect/swift-testing-extensions from cache (0.79s)
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/tsolomko/SWCompression
Fetching https://github.com/swiftlang/swift-syntax.git
[1/17717] Fetching swcompression
[10100/92756] Fetching swcompression, swift-syntax
Fetched https://github.com/tsolomko/SWCompression from cache (6.63s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.65s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (7.12s)
Computing version for https://github.com/tsolomko/SWCompression
Computed https://github.com/tsolomko/SWCompression at 4.8.6 (0.89s)
Fetching https://github.com/tsolomko/BitByteData
[1/3232] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.61s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (1.01s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (0.57s)
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
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/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--11D90AFD9DD3AB2.txt
[4/77] Emitting module SwiftTimecodeCore
[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 TimecodeInterval Real Time.swift
/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 | }
[16/87] Compiling SwiftTimecodeCore TimecodeInterval Unary Operators.swift
/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 | }
[17/87] Compiling SwiftTimecodeCore TimecodeInterval.swift
/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 | }
[18/87] Compiling SwiftTimecodeCore TimecodeTransformer.swift
/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 | }
[19/87] Compiling SwiftTimecodeCore CharacterSet.swift
/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 | }
[20/87] Compiling SwiftTimecodeCore Decimal.swift
/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 | }
[21/87] Compiling SwiftTimecodeCore FloatingPoint and Darwin.swift
/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 | }
[22/87] Compiling SwiftTimecodeCore FloatingPoint and Foundation.swift
/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 | }
[23/87] Compiling SwiftTimecodeCore FloatingPoint.swift
/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 | }
[24/87] Compiling SwiftTimecodeCore FloatingPointPowerComputable.swift
/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 | }
[25/87] Compiling SwiftTimecodeCore Component.swift
[26/87] Compiling SwiftTimecodeCore ComponentRanges.swift
[27/87] Compiling SwiftTimecodeCore Components.swift
[28/87] Compiling SwiftTimecodeCore NSItemProvider.swift
[29/87] Compiling SwiftTimecodeCore Transferable.swift
[30/87] Compiling SwiftTimecodeCore UTType.swift
[31/87] Compiling SwiftTimecodeCore Errors.swift
[32/87] Compiling SwiftTimecodeCore FrameCount Value.swift
[33/87] Compiling SwiftTimecodeCore FrameCount.swift
[34/87] Compiling SwiftTimecodeCore Timecode Math Internal.swift
[35/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.0.swift
[36/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.1.swift
[37/87] Compiling SwiftTimecodeCore SwiftTimecodeCore-API-2.3.2.swift
[38/87] Compiling SwiftTimecodeCore CMTimeRange Extensions.swift
[39/87] Compiling SwiftTimecodeCore FeetAndFrames.swift
[40/87] Compiling SwiftTimecodeCore Fraction CMTime.swift
[41/87] Compiling SwiftTimecodeCore Fraction.swift
[42/87] Compiling SwiftTimecodeCore FrameRateProtocol Properties.swift
[43/87] Compiling SwiftTimecodeCore FrameRateProtocol.swift
[44/87] Compiling SwiftTimecodeCore SwiftTimecodeCore.swift
[45/87] Compiling SwiftTimecodeCore Timecode String.swift
[46/87] Compiling SwiftTimecodeCore Timecode TimecodeInterval.swift
[47/87] Compiling SwiftTimecodeCore Timecode Zero.swift
[48/87] Compiling SwiftTimecodeCore StringFormat.swift
[49/87] Compiling SwiftTimecodeCore StringFormatOption.swift
[50/87] Compiling SwiftTimecodeCore SubFramesBase.swift
[51/87] Compiling SwiftTimecodeCore Timecode Conversion.swift
[52/87] Compiling SwiftTimecodeCore Timecode Properties.swift
[53/87] Compiling SwiftTimecodeCore Timecode Validation.swift
[54/87] Compiling SwiftTimecodeCore Timecode init.swift
[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 set.swift
[66/87] Compiling SwiftTimecodeCore Timecode.swift
[67/87] Compiling SwiftTimecodeCore UpperLimit.swift
[68/87] Compiling SwiftTimecodeCore TimecodeFrameRate CompatibleGroup.swift
[69/87] Compiling SwiftTimecodeCore TimecodeFrameRate Conversions.swift
[70/87] Compiling SwiftTimecodeCore TimecodeFrameRate Formats.swift
[71/87] Compiling SwiftTimecodeCore TimecodeFrameRate Properties.swift
[72/87] Compiling SwiftTimecodeCore TimecodeFrameRate.swift
[73/87] Compiling SwiftTimecodeCore TimecodeInterval Rational CMTime.swift
[74/87] Compiling SwiftTimecodeCore TimecodeInterval Rational.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 android