Build Information
Successful build of Result, reference master (c30700), with Swift 6.3 for Wasm on 10 Apr 2026 22:32:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/antitypical/Result.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/antitypical/Result
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c30700b Merge pull request #289 from antitypical/readme-update-version
Cloned https://github.com/antitypical/Result.git
Revision (git rev-parse @):
c30700bfcab7f555bf1d386fdd609407a94f369c
SUCCESS checkout https://github.com/antitypical/Result.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/antitypical/Result.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling Result ResultProtocol.swift
[4/7] Emitting module Result
/host/spi-builder-workspace/Result/Result.swift:146:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
144 | }
145 |
146 | extension Result: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
147 | public var description: String {
148 | switch self {
/host/spi-builder-workspace/Result/Result.swift:155:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
153 | }
154 |
155 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
156 | public var debugDescription: String {
157 | return description
[5/7] Compiling Result AnyError.swift
[6/7] Compiling Result NoError.swift
/host/spi-builder-workspace/Result/NoError.swift:10:3: warning: will never be executed
7 | @available(*, deprecated, message: "Use `Swift.Never` instead", renamed: "Never")
8 | public enum NoError: Swift.Error, Equatable {
9 | public static func ==(lhs: NoError, rhs: NoError) -> Bool {
| `- note: 'lhs' is of type 'NoError' which cannot be constructed because it is an enum with no cases
10 | return true
| `- warning: will never be executed
11 | }
12 | }
[7/7] Compiling Result Result.swift
/host/spi-builder-workspace/Result/Result.swift:146:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
144 | }
145 |
146 | extension Result: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
147 | public var description: String {
148 | switch self {
/host/spi-builder-workspace/Result/Result.swift:155:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
153 | }
154 |
155 | extension Result: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
156 | public var debugDescription: String {
157 | return description
Build complete! (12.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Result",
"name" : "Result",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Result",
"targets" : [
"Result"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "ResultTests",
"module_type" : "SwiftTarget",
"name" : "ResultTests",
"path" : "Tests/ResultTests",
"sources" : [
"AnyErrorTests.swift",
"NoErrorTests.swift",
"ResultTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Result"
],
"type" : "test"
},
{
"c99name" : "Result",
"module_type" : "SwiftTarget",
"name" : "Result",
"path" : "Result",
"product_memberships" : [
"Result"
],
"sources" : [
"AnyError.swift",
"NoError.swift",
"Result.swift",
"ResultProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.