Build Information
Failed to build PaversParsec, reference master (8b345e), with Swift 6.3 for Android on 10 Apr 2026 08:26:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/keithpitsui/paversparsec.git
Reference: master
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/keithpitsui/paversparsec
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8b345e7 Update README.md
Cloned https://github.com/keithpitsui/paversparsec.git
Revision (git rev-parse @):
8b345e70730cd7e2bcff9b9198d143a2a335fc0c
SUCCESS checkout https://github.com/keithpitsui/paversparsec.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/keithpitsui/paversparsec.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/KeithPiTsui/PaversFRP.git
Fetching https://github.com/KeithPiTsui/PaversSugar.git
[1/59] Fetching paverssugar
[60/194] Fetching paverssugar, paversfrp
Fetched https://github.com/KeithPiTsui/PaversSugar.git from cache (0.21s)
Fetched https://github.com/KeithPiTsui/PaversFRP.git from cache (0.22s)
Computing version for https://github.com/KeithPiTsui/PaversSugar.git
Computed https://github.com/KeithPiTsui/PaversSugar.git at 1.0.0 (0.61s)
Computing version for https://github.com/KeithPiTsui/PaversFRP.git
Computed https://github.com/KeithPiTsui/PaversFRP.git at 1.0.0 (2.18s)
Creating working copy for https://github.com/KeithPiTsui/PaversFRP.git
Working copy of https://github.com/KeithPiTsui/PaversFRP.git resolved at 1.0.0
Creating working copy for https://github.com/KeithPiTsui/PaversSugar.git
Working copy of https://github.com/KeithPiTsui/PaversSugar.git resolved at 1.0.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/47] Emitting module PaversFRP
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:145:27: error: cannot find type 'NSErrorPointer' in scope
143 | file: String = #file,
144 | line: Int = #line,
145 | `try`: (NSErrorPointer) -> T?)
| `- error: cannot find type 'NSErrorPointer' in scope
146 | -> Result<T, NSError> {
147 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:160:27: error: cannot find type 'NSErrorPointer' in scope
158 | file: String = #file,
159 | line: Int = #line,
160 | `try`: (NSErrorPointer) -> Bool)
| `- error: cannot find type 'NSErrorPointer' in scope
161 | -> Result<(), NSError> {
162 | var error: NSError?
[6/53] Compiling PaversFRP Lens.swift
[7/53] Compiling PaversFRP LensHolder.swift
[8/53] Compiling PaversFRP Optional+Alternative.swift
[9/53] Compiling PaversFRP Optional+Applicative.swift
[10/53] Compiling PaversFRP Optional+Functor.swift
[11/53] Compiling PaversFRP Optional+Monad.swift
[12/53] Compiling PaversFRP EitherType.swift
[13/53] Compiling PaversFRP Enumerable.swift
[14/53] Compiling PaversFRP LensObject.swift
[15/53] Compiling PaversFRP Monoid.swift
[16/53] Compiling PaversFRP NonEmptyType.swift
[17/53] Compiling PaversFRP NumericType.swift
[18/53] Compiling PaversFRP State+Functor.swift
[19/53] Compiling PaversFRP State+Monad.swift
[20/53] Compiling PaversFRP State.swift
[21/53] Compiling PaversFRP String.swift
[22/53] Compiling PaversFRP Bool.swift
[23/53] Compiling PaversFRP Either.swift
[24/53] Compiling PaversFRP Empty.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:145:27: error: cannot find type 'NSErrorPointer' in scope
143 | file: String = #file,
144 | line: Int = #line,
145 | `try`: (NSErrorPointer) -> T?)
| `- error: cannot find type 'NSErrorPointer' in scope
146 | -> Result<T, NSError> {
147 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:160:27: error: cannot find type 'NSErrorPointer' in scope
158 | file: String = #file,
159 | line: Int = #line,
160 | `try`: (NSErrorPointer) -> Bool)
| `- error: cannot find type 'NSErrorPointer' in scope
161 | -> Result<(), NSError> {
162 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:148:27: error: generic parameter 'Value' could not be inferred
2 |
3 | /// An enum representing either a failure with an explanatory error, or a success with a result value.
4 | public enum Result<Value, Error: Swift.Error>: ResultProtocol, CustomStringConvertible, CustomDebugStringConvertible {
| `- note: 'Value' declared as parameter to type 'Result'
5 | case success(Value)
6 | case failure(Error)
:
146 | -> Result<T, NSError> {
147 | var error: NSError?
148 | return `try`(&error).map(Result.success)
| |- error: generic parameter 'Value' could not be inferred
| `- note: explicitly specify the generic arguments to fix this issue
149 | ?? .failure(error ?? Result<T, NSError>.error(function: function, file: file, line: line))
150 | }
[25/53] Compiling PaversFRP Ordering.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:145:27: error: cannot find type 'NSErrorPointer' in scope
143 | file: String = #file,
144 | line: Int = #line,
145 | `try`: (NSErrorPointer) -> T?)
| `- error: cannot find type 'NSErrorPointer' in scope
146 | -> Result<T, NSError> {
147 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:160:27: error: cannot find type 'NSErrorPointer' in scope
158 | file: String = #file,
159 | line: Int = #line,
160 | `try`: (NSErrorPointer) -> Bool)
| `- error: cannot find type 'NSErrorPointer' in scope
161 | -> Result<(), NSError> {
162 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:148:27: error: generic parameter 'Value' could not be inferred
2 |
3 | /// An enum representing either a failure with an explanatory error, or a success with a result value.
4 | public enum Result<Value, Error: Swift.Error>: ResultProtocol, CustomStringConvertible, CustomDebugStringConvertible {
| `- note: 'Value' declared as parameter to type 'Result'
5 | case success(Value)
6 | case failure(Error)
:
146 | -> Result<T, NSError> {
147 | var error: NSError?
148 | return `try`(&error).map(Result.success)
| |- error: generic parameter 'Value' could not be inferred
| `- note: explicitly specify the generic arguments to fix this issue
149 | ?? .failure(error ?? Result<T, NSError>.error(function: function, file: file, line: line))
150 | }
[26/53] Compiling PaversFRP Result.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:145:27: error: cannot find type 'NSErrorPointer' in scope
143 | file: String = #file,
144 | line: Int = #line,
145 | `try`: (NSErrorPointer) -> T?)
| `- error: cannot find type 'NSErrorPointer' in scope
146 | -> Result<T, NSError> {
147 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:160:27: error: cannot find type 'NSErrorPointer' in scope
158 | file: String = #file,
159 | line: Int = #line,
160 | `try`: (NSErrorPointer) -> Bool)
| `- error: cannot find type 'NSErrorPointer' in scope
161 | -> Result<(), NSError> {
162 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:148:27: error: generic parameter 'Value' could not be inferred
2 |
3 | /// An enum representing either a failure with an explanatory error, or a success with a result value.
4 | public enum Result<Value, Error: Swift.Error>: ResultProtocol, CustomStringConvertible, CustomDebugStringConvertible {
| `- note: 'Value' declared as parameter to type 'Result'
5 | case success(Value)
6 | case failure(Error)
:
146 | -> Result<T, NSError> {
147 | var error: NSError?
148 | return `try`(&error).map(Result.success)
| |- error: generic parameter 'Value' could not be inferred
| `- note: explicitly specify the generic arguments to fix this issue
149 | ?? .failure(error ?? Result<T, NSError>.error(function: function, file: file, line: line))
150 | }
[27/53] Compiling PaversFRP Value+NumericType.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:145:27: error: cannot find type 'NSErrorPointer' in scope
143 | file: String = #file,
144 | line: Int = #line,
145 | `try`: (NSErrorPointer) -> T?)
| `- error: cannot find type 'NSErrorPointer' in scope
146 | -> Result<T, NSError> {
147 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:160:27: error: cannot find type 'NSErrorPointer' in scope
158 | file: String = #file,
159 | line: Int = #line,
160 | `try`: (NSErrorPointer) -> Bool)
| `- error: cannot find type 'NSErrorPointer' in scope
161 | -> Result<(), NSError> {
162 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:148:27: error: generic parameter 'Value' could not be inferred
2 |
3 | /// An enum representing either a failure with an explanatory error, or a success with a result value.
4 | public enum Result<Value, Error: Swift.Error>: ResultProtocol, CustomStringConvertible, CustomDebugStringConvertible {
| `- note: 'Value' declared as parameter to type 'Result'
5 | case success(Value)
6 | case failure(Error)
:
146 | -> Result<T, NSError> {
147 | var error: NSError?
148 | return `try`(&error).map(Result.success)
| |- error: generic parameter 'Value' could not be inferred
| `- note: explicitly specify the generic arguments to fix this issue
149 | ?? .failure(error ?? Result<T, NSError>.error(function: function, file: file, line: line))
150 | }
[28/53] Compiling PaversFRP Curry.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:145:27: error: cannot find type 'NSErrorPointer' in scope
143 | file: String = #file,
144 | line: Int = #line,
145 | `try`: (NSErrorPointer) -> T?)
| `- error: cannot find type 'NSErrorPointer' in scope
146 | -> Result<T, NSError> {
147 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:160:27: error: cannot find type 'NSErrorPointer' in scope
158 | file: String = #file,
159 | line: Int = #line,
160 | `try`: (NSErrorPointer) -> Bool)
| `- error: cannot find type 'NSErrorPointer' in scope
161 | -> Result<(), NSError> {
162 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:148:27: error: generic parameter 'Value' could not be inferred
2 |
3 | /// An enum representing either a failure with an explanatory error, or a success with a result value.
4 | public enum Result<Value, Error: Swift.Error>: ResultProtocol, CustomStringConvertible, CustomDebugStringConvertible {
| `- note: 'Value' declared as parameter to type 'Result'
5 | case success(Value)
6 | case failure(Error)
:
146 | -> Result<T, NSError> {
147 | var error: NSError?
148 | return `try`(&error).map(Result.success)
| |- error: generic parameter 'Value' could not be inferred
| `- note: explicitly specify the generic arguments to fix this issue
149 | ?? .failure(error ?? Result<T, NSError>.error(function: function, file: file, line: line))
150 | }
[29/53] Compiling PaversFRP Runes.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:145:27: error: cannot find type 'NSErrorPointer' in scope
143 | file: String = #file,
144 | line: Int = #line,
145 | `try`: (NSErrorPointer) -> T?)
| `- error: cannot find type 'NSErrorPointer' in scope
146 | -> Result<T, NSError> {
147 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:160:27: error: cannot find type 'NSErrorPointer' in scope
158 | file: String = #file,
159 | line: Int = #line,
160 | `try`: (NSErrorPointer) -> Bool)
| `- error: cannot find type 'NSErrorPointer' in scope
161 | -> Result<(), NSError> {
162 | var error: NSError?
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/SumType/Result.swift:148:27: error: generic parameter 'Value' could not be inferred
2 |
3 | /// An enum representing either a failure with an explanatory error, or a success with a result value.
4 | public enum Result<Value, Error: Swift.Error>: ResultProtocol, CustomStringConvertible, CustomDebugStringConvertible {
| `- note: 'Value' declared as parameter to type 'Result'
5 | case success(Value)
6 | case failure(Error)
:
146 | -> Result<T, NSError> {
147 | var error: NSError?
148 | return `try`(&error).map(Result.success)
| |- error: generic parameter 'Value' could not be inferred
| `- note: explicitly specify the generic arguments to fix this issue
149 | ?? .failure(error ?? Result<T, NSError>.error(function: function, file: file, line: line))
150 | }
[30/53] Compiling PaversFRP Optional.swift
[31/53] Compiling PaversFRP Pair.swift
[32/53] Compiling PaversFRP Tuple.swift
[33/53] Compiling PaversFRP Unit.swift
[34/53] Compiling PaversFRP Set+CartesianProduct.swift
[35/53] Compiling PaversFRP Set+Monoid.swift
[36/53] Compiling PaversFRP Array+Functor.swift
[37/53] Compiling PaversFRP Array+Monad.swift
[38/53] Compiling PaversFRP Array.swift
[39/53] Compiling PaversFRP NonEmpties.swift
[40/53] Compiling PaversFRP Comparator.swift
[41/53] Compiling PaversFRP Dictionary.swift
[42/53] Compiling PaversFRP OptionalType.swift
[43/53] Compiling PaversFRP ResultProtocol.swift
[44/53] Compiling PaversFRP Semigroup.swift
[45/53] Compiling PaversFRP VectorType.swift
[46/53] Compiling PaversFRP Array+Alternative.swift
[47/53] Compiling PaversFRP Array+Applicative.swift
[48/53] Compiling PaversFRP AnyError.swift
[49/53] Compiling PaversFRP NoError.swift
[50/53] Compiling PaversFRP SomeError.swift
[51/53] Compiling PaversFRP Comparable.swift
[52/53] Compiling PaversFRP Function.swift
[53/53] Compiling PaversFRP Unpack.swift
BUILD FAILURE 6.3 android