The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MothECS, reference main (f95445), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:34:52 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/forkercat/MothECS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/forkercat/MothECS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f954455 Add entity ID list API
Cloned https://github.com/forkercat/MothECS.git
Revision (git rev-parse @):
f954455d8aece6b4d0ec9ca9b3960d9360b3eb98
SUCCESS checkout https://github.com/forkercat/MothECS.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/forkercat/MothECS.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 MothECS-Demo-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/13] Compiling MothECS Moth+Identifiers.swift
[6/13] Compiling MothECS Moth.swift
[7/13] Emitting module MothECS
[8/13] Compiling MothECS Moth+Component.swift
[9/13] Compiling MothECS Moth+Mask.swift
[10/13] Compiling MothECS Moth+Entity.swift
[11/15] Emitting module MothECS_Demo
[12/15] Compiling MothECS_Demo main.swift
[12/15] Write Objects.LinkFileList
[13/15] Linking MothECS-Demo
[14/15] Applying MothECS-Demo
Build complete! (1.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MothECS",
  "name" : "MothECS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MothECS",
      "targets" : [
        "MothECS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MothECS-Demo",
      "targets" : [
        "MothECS-Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MothECS_Demo",
      "module_type" : "SwiftTarget",
      "name" : "MothECS-Demo",
      "path" : "Sources/MothECS-Demo",
      "product_memberships" : [
        "MothECS-Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MothECS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MothECS",
      "module_type" : "SwiftTarget",
      "name" : "MothECS",
      "path" : "Sources/MothECS",
      "product_memberships" : [
        "MothECS",
        "MothECS-Demo"
      ],
      "sources" : [
        "Moth+Component.swift",
        "Moth+Entity.swift",
        "Moth+Identifiers.swift",
        "Moth+Mask.swift",
        "Moth.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.