Build Information
Successful build of MothECS, reference main (f95445
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 04:20:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/forkercat/MothECS.git
[1/71] Fetching mothecs
Fetched https://github.com/forkercat/MothECS.git from cache (0.67s)
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.0
Building package at path: $PWD
https://github.com/forkercat/MothECS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[2/7] Write MothECS-Demo-entitlement.plist
[3/7] Write swift-version--7754E27361AE5C74.txt
[5/13] Compiling MothECS Moth+Identifiers.swift
[6/13] Compiling MothECS Moth+Mask.swift
[7/13] Compiling MothECS Moth.swift
[8/13] Compiling MothECS Moth+Component.swift
[9/13] Compiling MothECS Moth+Entity.swift
[10/13] Emitting module MothECS
[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! (3.68s)
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.