The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Finch, reference master (87ddc1), with Swift 6.2 (beta) for Linux on 17 Jun 2025 22:59:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mklbtz/finch.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/mklbtz/finch
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 87ddc11 add MIT license
Cloned https://github.com/mklbtz/finch.git
Revision (git rev-parse @):
87ddc11a2c251404d64cd603075bd90094ec0e7a
SUCCESS checkout https://github.com/mklbtz/finch.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mklbtz/finch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Carthage/Commandant.git
[1/2329] Fetching commandant
Fetched https://github.com/Carthage/Commandant.git from cache (0.30s)
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at master (0a192d3)
Building for debugging...
[0/13] Write sources
[4/13] Write swift-version-24593BA9C3E375BF.txt
[6/30] Compiling TaskManagement extensions.swift
/host/spi-builder-workspace/Sources/TaskManagement/extensions.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: Error {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |   public func print(terminator: String = "") {
 3 |     Swift.print(self, terminator: terminator)
[7/30] Compiling Commandant OrderedSet.swift
[8/30] Compiling Commandant Result+Additions.swift
[9/31] Compiling TaskManagement TaskManager.swift
[10/31] Compiling Commandant Switch.swift
[11/31] Compiling TaskManagement Transcoder.swift
[12/31] Compiling TaskManagement Task.swift
[13/31] Emitting module TaskManagement
/host/spi-builder-workspace/Sources/TaskManagement/extensions.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: Error {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |   public func print(terminator: String = "") {
 3 |     Swift.print(self, terminator: terminator)
[14/31] Compiling TaskManagement Storage.swift
[15/31] Compiling TaskManagement File.swift
[17/32] Compiling Commandant ArgumentProtocol.swift
[18/32] Compiling Commandant Command.swift
[19/32] Compiling Commandant HelpCommand.swift
[20/32] Compiling Commandant Errors.swift
[21/32] Compiling Commandant Argument.swift
[22/32] Compiling Commandant ArgumentParser.swift
[23/32] Emitting module Commandant
[24/32] Compiling Commandant Option.swift
[25/33] Wrapping AST for TaskManagement for debugging
[26/33] Wrapping AST for Commandant for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/48] Emitting module finch_file
/host/spi-builder-workspace/Sources/finch-file/PathCommand.swift:2:8: error: no such module 'Result'
 1 | import Commandant
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import TaskManagement
 4 |
[29/48] Compiling finch_file main.swift
/host/spi-builder-workspace/Sources/finch-file/PathCommand.swift:2:8: error: no such module 'Result'
 1 | import Commandant
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import TaskManagement
 4 |
[30/48] Compiling finch_file ReadCommand.swift
/host/spi-builder-workspace/Sources/finch-file/PathCommand.swift:2:8: error: no such module 'Result'
 1 | import Commandant
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import TaskManagement
 4 |
[31/48] Compiling finch_file PathCommand.swift
/host/spi-builder-workspace/Sources/finch-file/PathCommand.swift:2:8: error: no such module 'Result'
 1 | import Commandant
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import TaskManagement
 4 |
[32/48] Compiling finch_file WriteCommand.swift
/host/spi-builder-workspace/Sources/finch-file/PathCommand.swift:2:8: error: no such module 'Result'
 1 | import Commandant
 2 | import Result
   |        `- error: no such module 'Result'
 3 | import TaskManagement
 4 |
[33/48] Compiling finch VariadicArgument.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
[34/49] Compiling finch ListCommand.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
[35/49] Compiling finch SwapCommand.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
[36/49] Compiling finch UndoCommand.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
[37/49] Compiling finch RemoveCommand.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/49] Emitting module finch
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
[39/49] Compiling finch DoCommand.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
[40/49] Compiling finch EditCommand.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
[41/49] Compiling finch AddCommand.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
[42/49] Compiling finch Currying.swift
/host/spi-builder-workspace/Sources/finch/AddCommand.swift:4:8: error: no such module 'Result'
 2 | import Foundation
 3 | import TaskManagement
 4 | import Result
   |        `- error: no such module 'Result'
 5 |
 6 | struct AddCommand: CommandProtocol {
BUILD FAILURE 6.2 linux