The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Conbini 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/dehesa/Conbini.git
Reference: 0.6.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dehesa/Conbini
 * tag               0.6.2      -> FETCH_HEAD
HEAD is now at cff128f Await operator added
Cloned https://github.com/dehesa/Conbini.git into spi-builder-workspace
cff128fe48e7bc1fbdfbfc00b68df2a0bddef542
SUCCESS checkout https://github.com/dehesa/Conbini.git at 0.6.2
========================================
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/24] Compiling Conbini GraduatedSink.swift
[2/24] Compiling Conbini Buffer.swift
[3/24] Compiling Conbini DeferredPassthrough.swift
[4/24] Compiling Conbini DeferredResult.swift
[5/24] Compiling Conbini DeferredTryComplete.swift
[6/24] Compiling Conbini ThenOp.swift
[7/24] Compiling Conbini DeferredComplete.swift
[8/24] Compiling Conbini DeferredFuture.swift
[9/26] Compiling Conbini Lock.swift
[10/26] Compiling Conbini State.swift
[11/26] Emitting module Conbini
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:35:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public func receive<S>(subscriber: S) where S:Subscriber, S.Input==Output, S.Failure==Failure {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:8:41: note: 'S' previously declared here
    public struct DelayedRetry<Upstream,S>: Publisher where Upstream:Publisher, S:Scheduler {
                                        ^
[12/26] Compiling Conbini AssignOp.swift
[13/26] Compiling Conbini AwaitOp.swift
[14/26] Compiling Conbini HandleEndOp.swift
[15/26] Compiling Conbini ResultOp.swift
[16/26] Compiling Conbini RetryOp.swift
[17/26] Compiling Conbini SinkOp.swift
[18/26] Compiling Conbini Retry.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:35:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public func receive<S>(subscriber: S) where S:Subscriber, S.Input==Output, S.Failure==Failure {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:8:41: note: 'S' previously declared here
    public struct DelayedRetry<Upstream,S>: Publisher where Upstream:Publisher, S:Scheduler {
                                        ^
[19/26] Compiling Conbini Then.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:35:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public func receive<S>(subscriber: S) where S:Subscriber, S.Input==Output, S.Failure==Failure {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:8:41: note: 'S' previously declared here
    public struct DelayedRetry<Upstream,S>: Publisher where Upstream:Publisher, S:Scheduler {
                                        ^
[20/26] Compiling Conbini FixedSink.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:35:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public func receive<S>(subscriber: S) where S:Subscriber, S.Input==Output, S.Failure==Failure {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:8:41: note: 'S' previously declared here
    public struct DelayedRetry<Upstream,S>: Publisher where Upstream:Publisher, S:Scheduler {
                                        ^
[21/26] Compiling Conbini DeferredTryValue.swift
[22/26] Compiling Conbini DeferredValue.swift
[23/26] Compiling Conbini HandleEnd.swift
[24/26] Compiling ConbiniForTesting XCTestCase.swift
[25/26] Emitting module ConbiniForTesting
[26/26] Compiling ConbiniForTesting Expectations.swift
Build complete! (9.13s)
Build complete.
Done.