The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftGodotKick, reference 3.0.0 (b16ed8), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 13:45:15 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/EstevanBR/SwiftGodotKick.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EstevanBR/SwiftGodotKick
 * tag               3.0.0      -> FETCH_HEAD
HEAD is now at b16ed8f reorder products and targets to avoid error
Cloned https://github.com/EstevanBR/SwiftGodotKick.git
Revision (git rev-parse @):
b16ed8f7d7bd7d1f51ca753a66f0615c524d5225
SUCCESS checkout https://github.com/EstevanBR/SwiftGodotKick.git at 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/EstevanBR/SwiftGodotKick.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write swift-godot-kick-entitlement.plist
[1/7] Write sources
[2/7] Copying Resources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling CreateProject FileManager+SwiftGodotKick.swift
[6/18] Compiling CreateProject ProcessInfo+SwiftGodotKick.swift
[7/18] Compiling CreateProject DataFactory.swift
[8/18] Compiling CreateProject UserChoice+Argument.swift
[9/18] Emitting module CreateProject
[10/18] Compiling CreateProject ChangeDirectoryError.swift
[11/18] Compiling CreateProject FileFactory.swift
[12/18] Compiling CreateProject UserChoice.swift
[13/18] Compiling CreateProject Color.swift
[14/18] Compiling CreateProject CreateProject.swift
/Users/admin/builder/spi-builder-workspace/Sources/CreateProject/CreateProject.swift:174:23: error: pattern of type '(Swift.String, Swift.String) -> CreateProject.CreateProjectError' cannot match '(Swift.String, Swift.String) -> CreateProject.CreateProjectError'
172 |     var errorDescription: String? {
173 |         switch self {
174 |             case let .executableNameMustBeUnique((executableName, projectName)):
    |                       `- error: pattern of type '(Swift.String, Swift.String) -> CreateProject.CreateProjectError' cannot match '(Swift.String, Swift.String) -> CreateProject.CreateProjectError'
175 |                 "Executable name \"\(executableName)\" and project name \"\(projectName)\" must be different"
176 |         }
[15/18] Compiling CreateProject resource_bundle_accessor.swift
BUILD FAILURE 6.2 macosSpm