Build Information
Failed to build PaversSugar, reference master (14c4ce), with Swift 6.1 for Wasm on 27 May 2025 19:01:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/PaversSugar.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/PaversSugar
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 14c4cef Update README.md
Cloned https://github.com/KeithPiTsui/PaversSugar.git
Revision (git rev-parse @):
14c4cef6bf107cf664440ab939a198bffbbd9d45
SUCCESS checkout https://github.com/KeithPiTsui/PaversSugar.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/KeithPiTsui/PaversSugar.git
https://github.com/KeithPiTsui/PaversSugar.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"
}
],
"manifest_display_name" : "PaversSugar",
"name" : "PaversSugar",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PaversSugar",
"targets" : [
"PaversSugar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PaversSugarTests",
"module_type" : "SwiftTarget",
"name" : "PaversSugarTests",
"path" : "Tests/PaversSugarTests",
"sources" : [
"PaversSugarTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PaversSugar"
],
"type" : "test"
},
{
"c99name" : "PaversSugar",
"module_type" : "SwiftTarget",
"name" : "PaversSugar",
"path" : "Sources/PaversSugar",
"product_dependencies" : [
"PaversFRP"
],
"product_memberships" : [
"PaversSugar"
],
"sources" : [
"Extension/CharacterExtension.swift",
"Extension/CharacterSet+ASCII.swift",
"Extension/CharacterSetExtension.swift",
"Extension/Collection+PowerSet.swift",
"Extension/Sequence.swift",
"Extension/StringExtension.swift",
"Guitar/Guitar.swift",
"Guitar/GuitarBoolean.swift",
"Guitar/GuitarCase.swift",
"Guitar/GuitarCharacter.swift",
"Guitar/GuitarChord.swift",
"Guitar/GuitarCommon.swift",
"Guitar/GuitarHelpers.swift",
"Guitar/GuitarNSRangeExtension.swift",
"Guitar/GuitarPadding.swift",
"Sugar/Array+Queueable.swift",
"Sugar/BundleType.swift",
"Sugar/CharacterSet+Monoid.swift",
"Sugar/DateFormat+Extension.swift",
"Sugar/DispatchQueueExtension.swift",
"Sugar/Double+DateTime.swift",
"Sugar/NSDate+Extensions.swift",
"Sugar/OptionalComparison.swift",
"Sugar/SequenceType+Extensions.swift",
"Sugar/String+CoreFoundation.swift",
"Sugar/String+Empty.swift",
"Sugar/String+Extension.swift",
"Sugar/String+URLStringConvertible.swift",
"Sugar/String+Validation.swift",
"Sugar/Swizzler.swift",
"Sugar/Value/Value+NumericType.swift",
"Sugar/Value/Value+VectorType.swift",
"Sugar/Value/ValueExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/KeithPiTsui/PaversFRP.git
[1/135] Fetching paversfrp
Fetched https://github.com/KeithPiTsui/PaversFRP.git from cache (0.27s)
Computing version for https://github.com/KeithPiTsui/PaversFRP.git
Computed https://github.com/KeithPiTsui/PaversFRP.git at 1.0.0 (2.47s)
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/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/46] 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?
[5/52] Compiling PaversFRP State+Functor.swift
[6/52] Compiling PaversFRP State+Monad.swift
[7/52] Compiling PaversFRP State.swift
[8/52] Compiling PaversFRP String.swift
[9/52] Compiling PaversFRP Bool.swift
[10/52] Compiling PaversFRP Either.swift
[11/52] Compiling PaversFRP Array+Functor.swift
[12/52] Compiling PaversFRP Array+Monad.swift
[13/52] Compiling PaversFRP Array.swift
[14/52] Compiling PaversFRP NonEmpties.swift
[15/52] Compiling PaversFRP Comparator.swift
[16/52] Compiling PaversFRP Dictionary.swift
[17/52] Compiling PaversFRP Lens.swift
[18/52] Compiling PaversFRP LensHolder.swift
[19/52] Compiling PaversFRP Optional+Alternative.swift
[20/52] Compiling PaversFRP Optional+Applicative.swift
[21/52] Compiling PaversFRP Optional+Functor.swift
[22/52] Compiling PaversFRP Optional+Monad.swift
[23/52] Compiling PaversFRP Optional.swift
[24/52] Compiling PaversFRP Pair.swift
[25/52] Compiling PaversFRP Tuple.swift
[26/52] Compiling PaversFRP Unit.swift
[27/52] Compiling PaversFRP Set+CartesianProduct.swift
[28/52] Compiling PaversFRP Set+Monoid.swift
[29/52] Compiling PaversFRP OptionalType.swift
[30/52] Compiling PaversFRP ResultProtocol.swift
[31/52] Compiling PaversFRP Semigroup.swift
[32/52] Compiling PaversFRP VectorType.swift
[33/52] Compiling PaversFRP Array+Alternative.swift
[34/52] Compiling PaversFRP Array+Applicative.swift
[35/52] Compiling PaversFRP EitherType.swift
[36/52] Compiling PaversFRP Enumerable.swift
[37/52] Compiling PaversFRP LensObject.swift
[38/52] Compiling PaversFRP Monoid.swift
[39/52] Compiling PaversFRP NonEmptyType.swift
[40/52] Compiling PaversFRP NumericType.swift
[41/52] Compiling PaversFRP AnyError.swift
[42/52] Compiling PaversFRP NoError.swift
[43/52] Compiling PaversFRP SomeError.swift
[44/52] Compiling PaversFRP Comparable.swift
[45/52] Compiling PaversFRP Function.swift
[46/52] Compiling PaversFRP Unpack.swift
[47/52] 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 | }
[48/52] 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 | }
[49/52] 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 | }
[50/52] 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 | }
[51/52] 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 | }
[52/52] 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-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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 EitherType.swift
[4/50] Compiling PaversFRP Enumerable.swift
[5/50] Compiling PaversFRP LensObject.swift
[6/50] Compiling PaversFRP Monoid.swift
[7/50] Compiling PaversFRP NonEmptyType.swift
[8/50] Compiling PaversFRP NumericType.swift
[9/50] Compiling PaversFRP Lens.swift
[10/50] Compiling PaversFRP LensHolder.swift
[11/50] Compiling PaversFRP Optional+Alternative.swift
[12/50] Compiling PaversFRP Optional+Applicative.swift
[13/50] Compiling PaversFRP Optional+Functor.swift
[14/50] Compiling PaversFRP Optional+Monad.swift
[15/50] Compiling PaversFRP State+Functor.swift
[16/50] Compiling PaversFRP State+Monad.swift
[17/50] Compiling PaversFRP State.swift
[18/50] Compiling PaversFRP String.swift
[19/50] Compiling PaversFRP Bool.swift
[20/50] Compiling PaversFRP Either.swift
[21/50] Compiling PaversFRP Optional.swift
[22/50] Compiling PaversFRP Pair.swift
[23/50] Compiling PaversFRP Tuple.swift
[24/50] Compiling PaversFRP Unit.swift
[25/50] Compiling PaversFRP Set+CartesianProduct.swift
[26/50] Compiling PaversFRP Set+Monoid.swift
[27/50] Compiling PaversFRP OptionalType.swift
[28/50] Compiling PaversFRP ResultProtocol.swift
[29/50] Compiling PaversFRP Semigroup.swift
[30/50] Compiling PaversFRP VectorType.swift
[31/50] Compiling PaversFRP Array+Alternative.swift
[32/50] Compiling PaversFRP Array+Applicative.swift
[33/50] Compiling PaversFRP AnyError.swift
[34/50] Compiling PaversFRP NoError.swift
[35/50] Compiling PaversFRP SomeError.swift
[36/50] Compiling PaversFRP Comparable.swift
[37/50] Compiling PaversFRP Function.swift
[38/50] Compiling PaversFRP Unpack.swift
[39/50] Compiling PaversFRP Array+Functor.swift
[40/50] Compiling PaversFRP Array+Monad.swift
[41/50] Compiling PaversFRP Array.swift
[42/50] Compiling PaversFRP NonEmpties.swift
[43/50] Compiling PaversFRP Comparator.swift
[44/50] Compiling PaversFRP Dictionary.swift
[45/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 | }
[46/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 | }
[47/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 | }
[48/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 | }
[49/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 | }
[50/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 | }
BUILD FAILURE 6.1 wasm