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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dehesa/Conbini.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "conbini",
      "name": "Conbini",
      "url": "https://github.com/dehesa/Conbini.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Conbini",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dehesa/Conbini.git
[1/931] Fetching conbini
Fetched https://github.com/dehesa/Conbini.git (0.29s)
Creating working copy for https://github.com/dehesa/Conbini.git
Working copy of https://github.com/dehesa/Conbini.git resolved at master
warning: '.resolve-product-dependencies': dependency 'conbini' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/24] Emitting module Conbini
/Users/admin/builds/h8344Zi3/0/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/h8344Zi3/0/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 {
                                      ^
[2/26] Compiling Conbini Lock.swift
[3/26] Compiling Conbini State.swift
[4/26] Compiling Conbini ThenOp.swift
[5/26] Compiling Conbini DeferredComplete.swift
[6/26] Compiling Conbini DeferredFuture.swift
[7/26] Compiling Conbini GraduatedSink.swift
[8/26] Compiling Conbini Buffer.swift
[9/26] Compiling Conbini ResultOp.swift
[10/26] Compiling Conbini RetryOp.swift
[11/26] Compiling Conbini SinkOp.swift
[12/26] Compiling Conbini AssignOp.swift
[13/26] Compiling Conbini AwaitOp.swift
[14/26] Compiling Conbini HandleEndOp.swift
[15/26] Compiling Conbini DeferredTryValue.swift
[16/26] Compiling Conbini DeferredValue.swift
[17/26] Compiling Conbini HandleEnd.swift
[18/26] Compiling Conbini DeferredPassthrough.swift
[19/26] Compiling Conbini DeferredResult.swift
[20/26] Compiling Conbini DeferredTryComplete.swift
[21/26] Compiling Conbini Retry.swift
/Users/admin/builds/h8344Zi3/0/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/h8344Zi3/0/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 {
                                      ^
[22/26] Compiling Conbini Then.swift
/Users/admin/builds/h8344Zi3/0/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/h8344Zi3/0/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 {
                                      ^
[23/26] Compiling Conbini FixedSink.swift
/Users/admin/builds/h8344Zi3/0/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/h8344Zi3/0/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 {
                                      ^
[24/26] Compiling ConbiniForTesting XCTestCase.swift
[25/26] Emitting module ConbiniForTesting
[26/26] Compiling ConbiniForTesting Expectations.swift
Build complete! (14.04s)
Build complete.
Done.