The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CBGPromise with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cbguder/CBGPromise.git
Reference: v0.6.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cbguder/CBGPromise
 * tag               v0.6.0     -> FETCH_HEAD
HEAD is now at 136a811 Releasing version 0.6.0
Cloned https://github.com/cbguder/CBGPromise.git into spi-builder-workspace
136a811a40a50cc1ed8656396cd31365aa72ac8e
SUCCESS checkout https://github.com/cbguder/CBGPromise.git at v0.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/3] Compiling CBGPromise Promise.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Promise.swift:15:28: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class func when<T>(_ futures: [Future<T>]) -> Future<[T]> {
                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Promise.swift:3:28: note: 'T' previously declared here
public final class Promise<T> {
                           ^
[2/3] Emitting module CBGPromise
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Promise.swift:15:28: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class func when<T>(_ futures: [Future<T>]) -> Future<[T]> {
                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Promise.swift:3:28: note: 'T' previously declared here
public final class Promise<T> {
                           ^
[3/3] Compiling CBGPromise Future.swift
Build complete! (3.55s)
Build complete.
Done.