The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftGodotKick, reference 3.0.0 (b16ed8), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 10:48:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftgodotkick",
      "name": "SwiftGodotKick",
      "url": "https://github.com/EstevanBR/SwiftGodotKick.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftGodotKick",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/EstevanBR/SwiftGodotKick.git
[1/323] Fetching swiftgodotkick
Fetched https://github.com/EstevanBR/SwiftGodotKick.git from cache (0.74s)
Creating working copy for https://github.com/EstevanBR/SwiftGodotKick.git
Working copy of https://github.com/EstevanBR/SwiftGodotKick.git resolved at 3.0.0 (b16ed8f)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/EstevanBR/SwiftGodotKick.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write swift-godot-kick-entitlement.plist
[2/7] Copying Resources
[3/7] Write swift-version--6988338F2F200930.txt
[5/17] Compiling CreateProject Color.swift
[6/17] Compiling CreateProject ProcessInfo+SwiftGodotKick.swift
[7/17] Emitting module CreateProject
[8/17] Compiling CreateProject FileManager+SwiftGodotKick.swift
[9/18] Compiling CreateProject DataFactory.swift
[10/18] Compiling CreateProject UserChoice.swift
[11/18] Compiling CreateProject ChangeDirectoryError.swift
[12/18] Compiling CreateProject UserChoice+Argument.swift
[13/18] Compiling CreateProject FileFactory.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.3 macosSpm