The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Result with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/antitypical/Result.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling Result ResultProtocol.swift
[4/7] Compiling Result NoError.swift
/host/spi-builder-workspace/Result/NoError.swift:10:3: warning: will never be executed
                return true
                ^
/host/spi-builder-workspace/Result/NoError.swift:9:60: note: 'lhs' is of type 'NoError' which cannot be constructed because it is an enum with no cases
        public static func ==(lhs: NoError, rhs: NoError) -> Bool {
                                                                  ^
[5/7] Compiling Result AnyError.swift
[6/7] Emitting module Result
[7/7] Compiling Result Result.swift
Build complete! (8.79s)
Build complete.
Done.