Build Information
Successful build of MothECS with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path: $workDir
https://github.com/forkercat/MothECS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[5/13] Compiling MothECS Moth+Mask.swift
[6/13] Compiling MothECS Moth+Identifiers.swift
[7/13] Compiling MothECS Moth+Entity.swift
[8/13] Compiling MothECS Moth+Component.swift
[9/13] Emitting module MothECS
[10/13] Compiling MothECS Moth.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! (6.97s)
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.