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 1.0.0 (c54cc6), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 23:06:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mklbtz/finch.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mklbtz/finch
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at c54cc69 Create README.md
Cloned https://github.com/mklbtz/finch.git
Revision (git rev-parse @):
c54cc69ced1d8fae78a7ccb47456da33e8dab59e
SUCCESS checkout https://github.com/mklbtz/finch.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mklbtz/finch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[1/13] Write finch-file-entitlement.plist
[1/13] Write finch-entitlement.plist
[1/13] Write sources
[6/13] Write swift-version-1EA4D86E10B52AF.txt
[8/30] Compiling Commandant OrderedSet.swift
[9/30] Compiling Commandant Result+Additions.swift
[10/31] Compiling Commandant Switch.swift
[11/31] Compiling TaskManagement TaskManager.swift
[12/31] Compiling TaskManagement Transcoder.swift
[13/31] Compiling TaskManagement extensions.swift
/Users/admin/builder/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] Emitting module TaskManagement
/Users/admin/builder/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)
[15/31] Compiling TaskManagement Task.swift
[16/31] Compiling TaskManagement File.swift
[17/31] Compiling TaskManagement Storage.swift
[18/31] Compiling Commandant Option.swift
[19/31] Compiling Commandant Argument.swift
[20/31] Compiling Commandant HelpCommand.swift
[21/31] Compiling Commandant Errors.swift
[22/31] Emitting module Commandant
[23/31] Compiling Commandant Command.swift
[24/31] Compiling Commandant ArgumentProtocol.swift
[25/31] Compiling Commandant ArgumentParser.swift
[26/46] Compiling finch VariadicArgument.swift
/Users/admin/builder/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 {
[27/46] Compiling finch UndoCommand.swift
/Users/admin/builder/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 {
[28/47] Compiling finch DoCommand.swift
/Users/admin/builder/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 {
[29/47] Compiling finch EditCommand.swift
/Users/admin/builder/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 {
[30/47] Compiling finch AddCommand.swift
/Users/admin/builder/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 {
[31/47] Compiling finch_file WriteCommand.swift
/Users/admin/builder/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/47] Compiling finch_file main.swift
/Users/admin/builder/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/47] Emitting module finch_file
/Users/admin/builder/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 |
[34/47] Compiling finch_file ReadCommand.swift
/Users/admin/builder/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 |
[35/47] Compiling finch_file PathCommand.swift
/Users/admin/builder/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 |
[36/47] Compiling finch SwapCommand.swift
/Users/admin/builder/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/47] Compiling finch RemoveCommand.swift
/Users/admin/builder/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 {
[38/47] Compiling finch ListCommand.swift
/Users/admin/builder/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/47] Compiling finch Currying.swift
/Users/admin/builder/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 {
Fetching https://github.com/Carthage/Commandant.git
[1/2329] Fetching commandant
Fetched https://github.com/Carthage/Commandant.git from cache (0.79s)
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at master (0a192d3)
BUILD FAILURE 6.2 macosSpm