The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftGodotKick, reference main (d6b3d4), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 10:48:52 UTC.

Swift 6 data race errors: 0

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: 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
========================================
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.75s)
Creating working copy for https://github.com/EstevanBR/SwiftGodotKick.git
Working copy of https://github.com/EstevanBR/SwiftGodotKick.git resolved at main (d6b3d4d)
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
[1/7] Write swift-godot-kick-entitlement.plist
[2/7] Copying Resources
[3/7] Write swift-version--6988338F2F200930.txt
[5/17] Compiling CreateProject UserChoice.swift
[6/17] Compiling CreateProject ProcessInfo+SwiftGodotKick.swift
[7/17] Compiling CreateProject Color.swift
[8/17] Compiling CreateProject FileManager+SwiftGodotKick.swift
[9/17] Compiling CreateProject UserChoice+Argument.swift
[10/17] Compiling CreateProject FileFactory.swift
[11/18] Compiling CreateProject ChangeDirectoryError.swift
[12/18] Compiling CreateProject DataFactory.swift
[13/18] Emitting module CreateProject
[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! (6.80s)
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.