Build Information
Successful build of GPEngine 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/LuizZak/GPEngine.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/LuizZak/GPEngine
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 145d8a9 Don't emit 'presets' key if no presents are present in Serializable
Cloned https://github.com/LuizZak/GPEngine.git
Revision (git rev-parse @):
145d8a97244314c0cb01d89fa36d5a08e9febc84
SUCCESS checkout https://github.com/LuizZak/GPEngine.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "gpengine",
"name": "GPEngine",
"url": "https://github.com/LuizZak/GPEngine.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GPEngine",
"dependencies": [
]
}
]
}
Fetching https://github.com/LuizZak/GPEngine.git
[1/1449] Fetching gpengine
Fetched https://github.com/LuizZak/GPEngine.git (0.38s)
Creating working copy for https://github.com/LuizZak/GPEngine.git
Working copy of https://github.com/LuizZak/GPEngine.git resolved at master
warning: '.resolve-product-dependencies': dependency 'gpengine' 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/12] Compiling GPEngine System.swift
[2/13] Compiling GPEngine Utils.swift
[3/13] Compiling GPEngine Types.swift
[4/13] Compiling GPEngine GameEvent.swift
[5/13] Compiling GPEngine GameEventDispatcher.swift
[6/13] Compiling GPEngine Subspace.swift
[7/13] Compiling GPEngine EntitySelector.swift
[8/13] Compiling GPEngine Game.swift
[9/13] Emitting module GPEngine
[10/13] Compiling GPEngine Component.swift
[11/13] Compiling GPEngine Entity.swift
[12/13] Compiling GPEngine GameEventListener.swift
[13/13] Compiling GPEngine Space.swift
[14/16] Emitting module Serialization
[15/16] Compiling Serialization Serialization.swift
[16/16] Compiling Serialization JSON.swift
Build complete! (10.33s)
Build complete.
Done.