The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftGodotKick, reference main (d6b3d4), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 18:20:22 UTC.

Swift 6 data race errors: 0

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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EstevanBR/SwiftGodotKick
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d6b3d4d fix typo (#21)
Cloned https://github.com/EstevanBR/SwiftGodotKick.git
Revision (git rev-parse @):
d6b3d4d0adadb15873e30b85663328277441ffe5
SUCCESS checkout https://github.com/EstevanBR/SwiftGodotKick.git at main
========================================
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 sources
[1/7] Write swift-godot-kick-entitlement.plist
[2/7] Copying Resources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling CreateProject Color.swift
[6/18] Compiling CreateProject DataFactory.swift
[7/18] Compiling CreateProject ChangeDirectoryError.swift
[8/18] Emitting module CreateProject
[9/18] Compiling CreateProject UserChoice+Argument.swift
[10/18] Compiling CreateProject ProcessInfo+SwiftGodotKick.swift
[11/18] Compiling CreateProject FileFactory.swift
[12/18] Compiling CreateProject FileManager+SwiftGodotKick.swift
[13/18] Compiling CreateProject UserChoice.swift
[14/18] Compiling CreateProject CreateProject.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! (5.53s)
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.