Build Information
Successful build of Ergo with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hainayanda/Ergo.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hainayanda/Ergo
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d09e8b5 Update README.md
Cloned https://github.com/hainayanda/Ergo.git
Revision (git rev-parse @):
d09e8b5bc8baf01430c842062d5d7899f3e187c0
SUCCESS checkout https://github.com/hainayanda/Ergo.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/hainayanda/Ergo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/6] Compiling Chary DispatchQueue+Extensions.swift
[5/6] Emitting module Chary
[6/6] Compiling Chary Atomic.swift
[7/14] Compiling Ergo Task+Extensions.swift
[8/14] Compiling Ergo GlobalFunction.swift
[9/14] Compiling Ergo NestedPromise.swift
[10/15] Compiling Ergo ClosurePromise.swift
[11/15] Compiling Ergo Promise.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Ergo/Classes/Promise.swift:271:17: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func synced<Result>(run: () -> Result) -> Result {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Ergo/Classes/Promise.swift:14:20: note: 'Result' previously declared here
open class Promise<Result>: Thenable {
^
[12/15] Emitting module Ergo
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Ergo/Classes/Promise.swift:271:17: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func synced<Result>(run: () -> Result) -> Result {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Ergo/Classes/Promise.swift:14:20: note: 'Result' previously declared here
open class Promise<Result>: Thenable {
^
[13/15] Compiling Ergo ErgoError.swift
[14/15] Compiling Ergo ChainAnimator.swift
[15/15] Compiling Ergo Thenable.swift
Build complete! (4.70s)
Fetching https://github.com/hainayanda/Chary.git from cache
Fetched https://github.com/hainayanda/Chary.git from cache (0.17s)
Computing version for https://github.com/hainayanda/Chary.git
Computed https://github.com/hainayanda/Chary.git at 1.0.2 (0.44s)
Creating working copy for https://github.com/hainayanda/Chary.git
Working copy of https://github.com/hainayanda/Chary.git resolved at 1.0.2
Build complete.
Done.