The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftGodotKick, reference 3.0.0 (b16ed8), with Swift 6.3 for Linux on 16 Apr 2026 10:40:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /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/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:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/EstevanBR/SwiftGodotKick.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/6] Copying Resources
[1/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/16] Compiling CreateProject CreateProject.swift
/host/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 |         }
[5/16] Compiling CreateProject DataFactory.swift
/host/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 |         }
[6/16] Emitting module CreateProject
[7/16] Compiling CreateProject ChangeDirectoryError.swift
[8/16] Compiling CreateProject Color.swift
[9/17] Compiling CreateProject FileManager+SwiftGodotKick.swift
/host/spi-builder-workspace/Sources/CreateProject/FileManager+SwiftGodotKick.swift:15:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
13 |             throw FileAlreadyExistsError(path: path)
14 |         }
15 |         createFile(atPath: path, contents: data)
   |         `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
16 |     }
17 |
[10/17] Compiling CreateProject FileFactory.swift
/host/spi-builder-workspace/Sources/CreateProject/FileFactory.swift:30:21: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 28 |         let data = try DataFactory.makeEnvFileData(projectName: projectName, executableName: executableName, godotPath: godotPath)
 29 |         let path = directory + "/.env"
 30 |         fileManager.createFile(atPath: path, contents: data)
    |                     `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 31 |         return path
 32 |     }
/host/spi-builder-workspace/Sources/CreateProject/FileFactory.swift:58:21: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 56 |         let mainFileData = try DataFactory.makeMainFileData(projectName: projectName)
 57 |         let mainPath = executableTargetDirectory + "/main.swift"
 58 |         fileManager.createFile(atPath: mainPath, contents: mainFileData)
    |                     `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 59 |
 60 |         let resourcesDirectory = executableTargetDirectory + "/Resources"
[11/17] Compiling CreateProject UserChoice+Argument.swift
[12/17] Compiling CreateProject UserChoice.swift
[13/17] Compiling CreateProject ProcessInfo+SwiftGodotKick.swift
[14/17] Compiling CreateProject resource_bundle_accessor.swift
BUILD FAILURE 6.3 linux