Build Information
Successful build of MothECS with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/forkercat/MothECS.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "mothecs",
"name": "MothECS",
"url": "https://github.com/forkercat/MothECS.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MothECS",
"dependencies": [
]
}
]
}
Fetching https://github.com/forkercat/MothECS.git from cache
Fetched https://github.com/forkercat/MothECS.git (0.27s)
Creating working copy for https://github.com/forkercat/MothECS.git
Working copy of https://github.com/forkercat/MothECS.git resolved at main
warning: '.resolve-product-dependencies': dependency 'mothecs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling MothECS Moth+Mask.swift
[2/7] Compiling MothECS Moth+Identifiers.swift
[3/7] Compiling MothECS Moth+Entity.swift
[4/7] Compiling MothECS Moth+Component.swift
[5/7] Emitting module MothECS
[6/7] Compiling MothECS Moth.swift
[7/9] Emitting module MothECS_Demo
[8/9] Compiling MothECS_Demo main.swift
[8/9] Linking MothECS-Demo
Build complete! (5.64s)
Build complete.
Done.