Build Information
Failed to build PaversParsec, reference 1.0.2 (458727), with Swift 6.1 for Wasm on 27 May 2025 06:27:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/keithpitsui/paversparsec.git
Reference: 1.0.2
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
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 4587275 push make initializer of ParserState public
Cloned https://github.com/keithpitsui/paversparsec.git
Revision (git rev-parse @):
45872750dc62ba7a56aed049ae68f3c2742da8ef
SUCCESS checkout https://github.com/keithpitsui/paversparsec.git at 1.0.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/keithpitsui/paversparsec.git
https://github.com/keithpitsui/paversparsec.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "paversfrp",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/KeithPiTsui/PaversFRP.git"
},
{
"identity" : "paverssugar",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/KeithPiTsui/PaversSugar.git"
}
],
"manifest_display_name" : "PaversParsec",
"name" : "PaversParsec",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PaversParsec",
"targets" : [
"PaversParsec"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PaversParsecTests",
"module_type" : "SwiftTarget",
"name" : "PaversParsecTests",
"path" : "Tests/PaversParsecTests",
"sources" : [
"PaversParsecTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PaversParsec"
],
"type" : "test"
},
{
"c99name" : "PaversParsec",
"module_type" : "SwiftTarget",
"name" : "PaversParsec",
"path" : "Sources/PaversParsec",
"product_dependencies" : [
"PaversFRP",
"PaversSugar"
],
"product_memberships" : [
"PaversParsec"
],
"sources" : [
"HKT/HKT+Array.swift",
"HKT/HigherKindedType.swift",
"HKT/Identity.swift",
"HKT/RunParsec.swift",
"Parsec/Expression/Expression.swift",
"Parsec/Language/Languages.swift",
"Parsec/ParserGenerator/Parser+Char.swift",
"Parsec/ParserGenerator/Parser+Combinator.swift",
"Parsec/ParserGenerator/Parser+Error.swift",
"Parsec/ParserGenerator/Parser+Satisfy.swift",
"Parsec/ParserGenerator/Parser+String.swift",
"Parsec/Primitives/Parser.swift",
"Parsec/Primitives/ParserCombinators/Parser+Alternative.swift",
"Parsec/Primitives/ParserCombinators/Parser+Applicative.swift",
"Parsec/Primitives/ParserCombinators/Parser+Functor.swift",
"Parsec/Primitives/ParserCombinators/Parser+Handler.swift",
"Parsec/Primitives/ParserCombinators/Parser+Labeling.swift",
"Parsec/Primitives/ParserCombinators/Parser+Lookahead.swift",
"Parsec/Primitives/ParserCombinators/Parser+Many.swift",
"Parsec/Primitives/ParserCombinators/Parser+Monad.swift",
"Parsec/Primitives/ParserCombinators/Parser+Monoid.swift",
"Parsec/Primitives/ParserCombinators/Parser+Optional.swift",
"Parsec/Primitives/ParserCombinators/Parser+Pack.swift",
"Parsec/Primitives/ParserCombinators/Parser+Primitives.swift",
"Parsec/Primitives/ParserCombinators/Parser+Try.swift",
"Parsec/Primitives/ParserError.swift",
"Parsec/Primitives/ParserResult.swift",
"Parsec/Primitives/ParserState.swift",
"Parsec/Primitives/ParserStream.swift",
"Parsec/Primitives/SourcePosition.swift",
"Parsec/Token/GenTokenParser.swift",
"Parsec/Token/MakeTokenParser.swift",
"Parsec/Token/Token.swift",
"Parsec/Token/TokenPrimitive.swift",
"Parsec/Token/Tokens.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/KeithPiTsui/PaversSugar.git
Fetching https://github.com/KeithPiTsui/PaversFRP.git
[1/59] Fetching paverssugar
[60/194] Fetching paverssugar, paversfrp
Fetched https://github.com/KeithPiTsui/PaversSugar.git from cache (0.42s)
Fetched https://github.com/KeithPiTsui/PaversFRP.git from cache (0.42s)
Computing version for https://github.com/KeithPiTsui/PaversSugar.git
Computed https://github.com/KeithPiTsui/PaversSugar.git at 1.0.0 (1.80s)
Computing version for https://github.com/KeithPiTsui/PaversFRP.git
Computed https://github.com/KeithPiTsui/PaversFRP.git at 1.0.0 (2.33s)
Creating working copy for https://github.com/KeithPiTsui/PaversSugar.git
Working copy of https://github.com/KeithPiTsui/PaversSugar.git resolved at 1.0.0
Creating working copy for https://github.com/KeithPiTsui/PaversFRP.git
Working copy of https://github.com/KeithPiTsui/PaversFRP.git resolved at 1.0.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/47] Compiling PaversFRP Lens.swift
[6/47] Compiling PaversFRP LensHolder.swift
[7/47] Compiling PaversFRP Optional+Alternative.swift
[8/47] Compiling PaversFRP Optional+Applicative.swift
[9/47] Compiling PaversFRP Optional+Functor.swift
[10/47] Compiling PaversFRP Optional+Monad.swift
[11/53] Compiling PaversFRP Optional.swift
[12/53] Compiling PaversFRP Pair.swift
[13/53] Compiling PaversFRP Tuple.swift
[14/53] Compiling PaversFRP Unit.swift
[15/53] Compiling PaversFRP Set+CartesianProduct.swift
[16/53] Compiling PaversFRP Set+Monoid.swift
[17/53] Compiling PaversFRP State+Functor.swift
[18/53] Compiling PaversFRP State+Monad.swift
[19/53] Compiling PaversFRP State.swift
[20/53] Compiling PaversFRP String.swift
[21/53] Compiling PaversFRP Bool.swift
[22/53] Compiling PaversFRP Either.swift
[23/53] Compiling PaversFRP Array+Functor.swift
[24/53] Compiling PaversFRP Array+Monad.swift
[25/53] Compiling PaversFRP Array.swift
[26/53] Compiling PaversFRP NonEmpties.swift
[27/53] Compiling PaversFRP Comparator.swift
[28/53] Compiling PaversFRP Dictionary.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/53] Compiling PaversFRP EitherType.swift
[30/53] Compiling PaversFRP Enumerable.swift
[31/53] Compiling PaversFRP LensObject.swift
[32/53] Compiling PaversFRP Monoid.swift
[33/53] Compiling PaversFRP NonEmptyType.swift
[34/53] Compiling PaversFRP NumericType.swift
[35/53] Compiling PaversFRP OptionalType.swift
[36/53] Compiling PaversFRP ResultProtocol.swift
[37/53] Compiling PaversFRP Semigroup.swift
[38/53] Compiling PaversFRP VectorType.swift
[39/53] Compiling PaversFRP Array+Alternative.swift
[40/53] Compiling PaversFRP Array+Applicative.swift
[41/53] 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?
[42/53] Compiling PaversFRP AnyError.swift
[43/53] Compiling PaversFRP NoError.swift
[44/53] Compiling PaversFRP SomeError.swift
[45/53] Compiling PaversFRP Comparable.swift
[46/53] Compiling PaversFRP Function.swift
[47/53] Compiling PaversFRP Unpack.swift
[48/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 | }
[49/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 | }
[50/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 | }
[51/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 | }
[52/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 | }
[53/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 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/44] 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?
[3/50] 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 | }
[4/50] 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 | }
[5/50] 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 | }
[6/50] 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 | }
[7/50] 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 | }
[8/50] 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 | }
[9/50] Compiling PaversFRP EitherType.swift
[10/50] Compiling PaversFRP Enumerable.swift
[11/50] Compiling PaversFRP LensObject.swift
[12/50] Compiling PaversFRP Monoid.swift
[13/50] Compiling PaversFRP NonEmptyType.swift
[14/50] Compiling PaversFRP NumericType.swift
[15/50] Compiling PaversFRP OptionalType.swift
[16/50] Compiling PaversFRP ResultProtocol.swift
[17/50] Compiling PaversFRP Semigroup.swift
[18/50] Compiling PaversFRP VectorType.swift
[19/50] Compiling PaversFRP Array+Alternative.swift
[20/50] Compiling PaversFRP Array+Applicative.swift
[21/50] Compiling PaversFRP AnyError.swift
[22/50] Compiling PaversFRP NoError.swift
[23/50] Compiling PaversFRP SomeError.swift
[24/50] Compiling PaversFRP Comparable.swift
[25/50] Compiling PaversFRP Function.swift
[26/50] Compiling PaversFRP Unpack.swift
[27/50] Compiling PaversFRP Optional.swift
[28/50] Compiling PaversFRP Pair.swift
[29/50] Compiling PaversFRP Tuple.swift
[30/50] Compiling PaversFRP Unit.swift
[31/50] Compiling PaversFRP Set+CartesianProduct.swift
[32/50] Compiling PaversFRP Set+Monoid.swift
[33/50] Compiling PaversFRP Lens.swift
[34/50] Compiling PaversFRP LensHolder.swift
[35/50] Compiling PaversFRP Optional+Alternative.swift
[36/50] Compiling PaversFRP Optional+Applicative.swift
[37/50] Compiling PaversFRP Optional+Functor.swift
[38/50] Compiling PaversFRP Optional+Monad.swift
[39/50] Compiling PaversFRP State+Functor.swift
[40/50] Compiling PaversFRP State+Monad.swift
[41/50] Compiling PaversFRP State.swift
[42/50] Compiling PaversFRP String.swift
[43/50] Compiling PaversFRP Bool.swift
[44/50] Compiling PaversFRP Either.swift
[45/50] Compiling PaversFRP Array+Functor.swift
[46/50] Compiling PaversFRP Array+Monad.swift
[47/50] Compiling PaversFRP Array.swift
[48/50] Compiling PaversFRP NonEmpties.swift
[49/50] Compiling PaversFRP Comparator.swift
[50/50] Compiling PaversFRP Dictionary.swift
BUILD FAILURE 6.1 wasm