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: 1.4.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hainayanda/Ergo
* tag 1.4.0 -> FETCH_HEAD
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 1.4.0
========================================
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] Emitting module Chary
[5/6] Compiling Chary Atomic.swift
[6/6] Compiling Chary DispatchQueue+Extensions.swift
[7/14] Compiling Ergo Task+Extensions.swift
[8/14] Compiling Ergo ErgoError.swift
[9/14] Compiling Ergo NestedPromise.swift
[10/14] Emitting module Ergo
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Ergo/Classes/Promise.swift:14:20: note: 'Result' previously declared here
open class Promise<Result>: Thenable {
^
[11/14] Compiling Ergo ClosurePromise.swift
[12/14] Compiling Ergo GlobalFunction.swift
[13/14] Compiling Ergo ChainAnimator.swift
[14/14] Compiling Ergo Promise.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Ergo/Classes/Promise.swift:14:20: note: 'Result' previously declared here
open class Promise<Result>: Thenable {
^
[15/15] Compiling Ergo Thenable.swift
Build complete! (11.94s)
Fetching https://github.com/hainayanda/Chary.git
[1/514] Fetching chary
Fetched https://github.com/hainayanda/Chary.git from cache (0.49s)
Computing version for https://github.com/hainayanda/Chary.git
Computed https://github.com/hainayanda/Chary.git at 1.0.2 (0.56s)
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.