Build Information
Successful build of SwiftGodotKick, reference 3.0.0 (b16ed8), with Swift 6.0 for macOS (SPM) on 21 Jun 2025 13:43:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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.0
Building package at path: $PWD
https://github.com/EstevanBR/SwiftGodotKick.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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-5BDAB9E9C0126B9D.txt
[5/17] Compiling CreateProject UserChoice+Argument.swift
[6/17] Compiling CreateProject FileManager+SwiftGodotKick.swift
[7/18] Compiling CreateProject UserChoice.swift
[8/18] Compiling CreateProject DataFactory.swift
[9/18] Emitting module CreateProject
[10/18] Compiling CreateProject Color.swift
[11/18] Compiling CreateProject CreateProject.swift
/Users/admin/builder/spi-builder-workspace/Sources/CreateProject/CreateProject.swift:174:50: warning: enum case 'executableNameMustBeUnique' has 2 associated values
168 |
169 | private enum CreateProjectError: Swift.Error, LocalizedError {
170 | case executableNameMustBeUnique(executableName: String, projectName: String)
| `- note: 'executableNameMustBeUnique(executableName:projectName:)' declared here
171 |
172 | var errorDescription: String? {
173 | switch self {
174 | case let .executableNameMustBeUnique((executableName, projectName)):
| `- warning: enum case 'executableNameMustBeUnique' has 2 associated values
175 | "Executable name \"\(executableName)\" and project name \"\(projectName)\" must be different"
176 | }
[12/18] Compiling CreateProject ChangeDirectoryError.swift
[13/18] Compiling CreateProject ProcessInfo+SwiftGodotKick.swift
[14/18] Compiling CreateProject FileFactory.swift
[15/18] Compiling CreateProject resource_bundle_accessor.swift
[15/18] Write Objects.LinkFileList
[16/18] Linking swift-godot-kick
[17/18] Applying swift-godot-kick
Build complete! (6.11s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftGodotKick",
"name" : "SwiftGodotKick",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "swift-godot-kick",
"targets" : [
"CreateProject"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CreateProject",
"module_type" : "SwiftTarget",
"name" : "CreateProject",
"path" : "Sources/CreateProject",
"product_memberships" : [
"swift-godot-kick"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CreateProject/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ChangeDirectoryError.swift",
"Color.swift",
"CreateProject.swift",
"DataFactory.swift",
"Extensions/ProcessInfo+SwiftGodotKick.swift",
"Extensions/UserChoice+Argument.swift",
"FileFactory.swift",
"FileManager+SwiftGodotKick.swift",
"UserChoice.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.