The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MothECS, reference main (f95445), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 17:59:51 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/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
========================================
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": "mothecs",
      "name": "MothECS",
      "url": "https://github.com/forkercat/MothECS.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MothECS",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/forkercat/MothECS.git
[1/71] Fetching mothecs
Fetched https://github.com/forkercat/MothECS.git from cache (0.59s)
Creating working copy for https://github.com/forkercat/MothECS.git
Working copy of https://github.com/forkercat/MothECS.git resolved at main (f954455)
warning: '.resolve-product-dependencies': dependency 'mothecs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/forkercat/MothECS.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 MothECS-Demo-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version--6988338F2F200930.txt
[5/13] Compiling MothECS Moth.swift
[6/13] Compiling MothECS Moth+Identifiers.swift
[7/13] Compiling MothECS Moth+Mask.swift
[8/13] Compiling MothECS Moth+Entity.swift
[9/13] Emitting module MothECS
[10/13] Compiling MothECS Moth+Component.swift
[11/15] Compiling MothECS_Demo main.swift
[12/15] Emitting module MothECS_Demo
[12/15] Write Objects.LinkFileList
[13/15] Linking MothECS-Demo
[14/15] Applying MothECS-Demo
Build complete! (1.80s)
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.