The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Conbini 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/dehesa/Conbini.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dehesa/Conbini
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a3e95ef Change indentation
Cloned https://github.com/dehesa/Conbini.git
Revision (git rev-parse @):
a3e95eff312dfd0fe32a5c42776af15851e5facd
SUCCESS checkout https://github.com/dehesa/Conbini.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dehesa/Conbini.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/27] Emitting module Conbini
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:35:25: 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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:8:39: note: 'S' previously declared here
  public struct DelayedRetry<Upstream,S>: Publisher where Upstream:Publisher, S:Scheduler {
                                      ^
[5/29] Compiling Conbini GraduatedSink.swift
[6/29] Compiling Conbini Buffer.swift
[7/29] Compiling Conbini Lock.swift
[8/29] Compiling Conbini State.swift
[9/29] Compiling Conbini DeferredTryValue.swift
[10/29] Compiling Conbini DeferredValue.swift
[11/29] Compiling Conbini HandleEnd.swift
[12/29] Compiling Conbini DeferredPassthrough.swift
[13/29] Compiling Conbini DeferredResult.swift
[14/29] Compiling Conbini DeferredTryComplete.swift
[15/29] Compiling Conbini ThenOp.swift
[16/29] Compiling Conbini DeferredComplete.swift
[17/29] Compiling Conbini DeferredFuture.swift
[18/29] Compiling Conbini Retry.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:35:25: 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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:8:39: note: 'S' previously declared here
  public struct DelayedRetry<Upstream,S>: Publisher where Upstream:Publisher, S:Scheduler {
                                      ^
[19/29] Compiling Conbini Then.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:35:25: 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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:8:39: note: 'S' previously declared here
  public struct DelayedRetry<Upstream,S>: Publisher where Upstream:Publisher, S:Scheduler {
                                      ^
[20/29] Compiling Conbini FixedSink.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:35:25: 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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/runtime/publishers/Retry.swift:8:39: note: 'S' previously declared here
  public struct DelayedRetry<Upstream,S>: Publisher where Upstream:Publisher, S:Scheduler {
                                      ^
[21/29] Compiling Conbini AssignOp.swift
[22/29] Compiling Conbini AwaitOp.swift
[23/29] Compiling Conbini HandleEndOp.swift
[24/29] Compiling Conbini ResultOp.swift
[25/29] Compiling Conbini RetryOp.swift
[26/29] Compiling Conbini SinkOp.swift
[27/29] Compiling ConbiniForTesting XCTestCase.swift
[28/29] Emitting module ConbiniForTesting
[29/29] Compiling ConbiniForTesting Expectations.swift
Build complete! (7.94s)
Build complete.
Done.