The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LittleBlueTooth 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/DrAma999/LittleBlueTooth.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/DrAma999/LittleBlueTooth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e10591e Updated xcframework script according to bitcode removal in Xcode14
Cloned https://github.com/DrAma999/LittleBlueTooth.git
Revision (git rev-parse @):
e10591e393f28cfed120bc1ed77c645b20bb790f
SUCCESS checkout https://github.com/DrAma999/LittleBlueTooth.git at master
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git (0.25s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.14.0 (0.66s)
Creating working copy for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Working copy of https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git resolved at 0.14.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "littlebluetooth",
      "name": "LittleBlueTooth",
      "url": "https://github.com/DrAma999/LittleBlueTooth.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LittleBlueTooth",
      "dependencies": [
        {
          "identity": "ios-corebluetooth-mock",
          "name": "CoreBluetoothMock",
          "url": "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
          "version": "0.14.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IOS-CoreBluetooth-Mock",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/DrAma999/LittleBlueTooth.git
[1/1683] Fetching littlebluetooth
Fetched https://github.com/DrAma999/LittleBlueTooth.git (0.54s)
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git (0.18s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.14.0 (0.03s)
Creating working copy for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Working copy of https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git resolved at 0.14.0
Creating working copy for https://github.com/DrAma999/LittleBlueTooth.git
Working copy of https://github.com/DrAma999/LittleBlueTooth.git resolved at master
warning: '.resolve-product-dependencies': dependency 'littlebluetooth' is not used by any target
Found 1 product dependencies
  - CoreBluetoothMock
========================================
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/35] Compiling CoreBluetoothMock CBMAttributes.swift
[2/35] Compiling CoreBluetoothMock CBMCentralManager.swift
[3/36] Compiling LittleBlueTooth CBPeripheralProxy.swift
[4/36] Compiling LittleBlueTooth ReplaySubject.swift
[6/36] Compiling LittleBlueTooth Peripheral.swift
[7/36] Compiling LittleBlueTooth PeripheralDiscovery.swift
[8/36] Compiling LittleBlueTooth CBCentralManagerDelegateProxy.swift
[9/36] Compiling LittleBlueTooth LittleBlueToothCharacteristic.swift
[10/36] Compiling LittleBlueTooth LittleBluetoothConfiguration.swift
[11/36] Compiling LittleBlueTooth Loggable.swift
[12/36] Compiling LittleBlueTooth ShareReplay.swift
[13/36] Compiling LittleBlueTooth Utilities.swift
[14/36] Compiling LittleBlueTooth Helper.swift
[15/36] Compiling LittleBlueTooth AdvertisingData.swift
[16/36] Compiling LittleBlueTooth CentralRestorer.swift
[17/36] Emitting module LittleBlueTooth
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/Listen.swift:54:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func startListen<T: Readable, Upstream: Publisher>(upstream: Upstream,
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/Listen.swift:51:29: note: 'T' previously declared here
    public func startListen<T: Readable>(for littleBluetooth: LittleBlueTooth,
                            ^
[19/38] Compiling CoreBluetoothMock CBMPeer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/Listen.swift:54:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func startListen<T: Readable, Upstream: Publisher>(upstream: Upstream,
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/Listen.swift:51:29: note: 'T' previously declared here
    public func startListen<T: Readable>(for littleBluetooth: LittleBlueTooth,
                            ^
[20/38] Compiling CoreBluetoothMock CBMPeripheral.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/Listen.swift:54:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func startListen<T: Readable, Upstream: Publisher>(upstream: Upstream,
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/Listen.swift:51:29: note: 'T' previously declared here
    public func startListen<T: Readable>(for littleBluetooth: LittleBlueTooth,
                            ^
[21/38] Compiling LittleBlueTooth ReadAndWrite.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:45:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func read<T: Readable, Upstream: Publisher>(upstream: Upstream,
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:42:22: note: 'T' previously declared here
    public func read<T: Readable>(for littleBluetooth: LittleBlueTooth,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:73:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func write<T: Writable, Upstream: Publisher>(upstream: Upstream,
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:68:23: note: 'T' previously declared here
    public func write<T: Writable>(for littleBluetooth: LittleBlueTooth,
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:100:29: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:97:32: note: 'W' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:100:42: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:97:45: note: 'R' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ScanAndConnection.swift:132:43: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func timeout<Upstream: Publisher, S>(upsstream: Upstream,_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Upstream.Output, LittleBluetoothError> where S: Scheduler, Upstream.Failure == LittleBluetoothError {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ScanAndConnection.swift:131:25: note: 'S' previously declared here
    public func timeout<S>(_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Self.Output, LittleBluetoothError> where S: Scheduler {
                        ^
[22/38] Compiling LittleBlueTooth ScanAndConnection.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:45:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func read<T: Readable, Upstream: Publisher>(upstream: Upstream,
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:42:22: note: 'T' previously declared here
    public func read<T: Readable>(for littleBluetooth: LittleBlueTooth,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:73:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func write<T: Writable, Upstream: Publisher>(upstream: Upstream,
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:68:23: note: 'T' previously declared here
    public func write<T: Writable>(for littleBluetooth: LittleBlueTooth,
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:100:29: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:97:32: note: 'W' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:100:42: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:97:45: note: 'R' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ScanAndConnection.swift:132:43: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func timeout<Upstream: Publisher, S>(upsstream: Upstream,_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Upstream.Output, LittleBluetoothError> where S: Scheduler, Upstream.Failure == LittleBluetoothError {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ScanAndConnection.swift:131:25: note: 'S' previously declared here
    public func timeout<S>(_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Self.Output, LittleBluetoothError> where S: Scheduler {
                        ^
[23/38] Compiling LittleBlueTooth LittleBlueToothError.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:45:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func read<T: Readable, Upstream: Publisher>(upstream: Upstream,
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:42:22: note: 'T' previously declared here
    public func read<T: Readable>(for littleBluetooth: LittleBlueTooth,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:73:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func write<T: Writable, Upstream: Publisher>(upstream: Upstream,
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:68:23: note: 'T' previously declared here
    public func write<T: Writable>(for littleBluetooth: LittleBlueTooth,
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:100:29: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:97:32: note: 'W' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:100:42: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ReadAndWrite.swift:97:45: note: 'R' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ScanAndConnection.swift:132:43: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func timeout<Upstream: Publisher, S>(upsstream: Upstream,_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Upstream.Output, LittleBluetoothError> where S: Scheduler, Upstream.Failure == LittleBluetoothError {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueTooth/Classes/CustomOperator/ScanAndConnection.swift:131:25: note: 'S' previously declared here
    public func timeout<S>(_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Self.Output, LittleBluetoothError> where S: Scheduler {
                        ^
[30/38] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
[31/38] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
[34/38] Emitting module CoreBluetoothMock
[37/59] Compiling LittleBlueToothForTest ReadAndWrite.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:45:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func read<T: Readable, Upstream: Publisher>(upstream: Upstream,
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:42:22: note: 'T' previously declared here
    public func read<T: Readable>(for littleBluetooth: LittleBlueTooth,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:73:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func write<T: Writable, Upstream: Publisher>(upstream: Upstream,
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:68:23: note: 'T' previously declared here
    public func write<T: Writable>(for littleBluetooth: LittleBlueTooth,
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:100:29: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:97:32: note: 'W' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:100:42: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:97:45: note: 'R' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ScanAndConnection.swift:132:43: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func timeout<Upstream: Publisher, S>(upsstream: Upstream,_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Upstream.Output, LittleBluetoothError> where S: Scheduler, Upstream.Failure == LittleBluetoothError {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ScanAndConnection.swift:131:25: note: 'S' previously declared here
    public func timeout<S>(_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Self.Output, LittleBluetoothError> where S: Scheduler {
                        ^
[38/59] Compiling LittleBlueToothForTest ScanAndConnection.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:45:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func read<T: Readable, Upstream: Publisher>(upstream: Upstream,
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:42:22: note: 'T' previously declared here
    public func read<T: Readable>(for littleBluetooth: LittleBlueTooth,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:73:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func write<T: Writable, Upstream: Publisher>(upstream: Upstream,
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:68:23: note: 'T' previously declared here
    public func write<T: Writable>(for littleBluetooth: LittleBlueTooth,
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:100:29: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:97:32: note: 'W' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:100:42: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:97:45: note: 'R' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ScanAndConnection.swift:132:43: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func timeout<Upstream: Publisher, S>(upsstream: Upstream,_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Upstream.Output, LittleBluetoothError> where S: Scheduler, Upstream.Failure == LittleBluetoothError {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ScanAndConnection.swift:131:25: note: 'S' previously declared here
    public func timeout<S>(_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Self.Output, LittleBluetoothError> where S: Scheduler {
                        ^
[39/59] Compiling LittleBlueToothForTest LittleBlueToothError.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:45:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func read<T: Readable, Upstream: Publisher>(upstream: Upstream,
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:42:22: note: 'T' previously declared here
    public func read<T: Readable>(for littleBluetooth: LittleBlueTooth,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:73:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func write<T: Writable, Upstream: Publisher>(upstream: Upstream,
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:68:23: note: 'T' previously declared here
    public func write<T: Writable>(for littleBluetooth: LittleBlueTooth,
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:100:29: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:97:32: note: 'W' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:100:42: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func writeAndListen<W: Writable, R: Readable, Upstream: Publisher>(upstream: Upstream,
                                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ReadAndWrite.swift:97:45: note: 'R' previously declared here
    public func writeAndListen<W: Writable, R: Readable>(for littleBluetooth: LittleBlueTooth,
                                            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ScanAndConnection.swift:132:43: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func timeout<Upstream: Publisher, S>(upsstream: Upstream,_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Upstream.Output, LittleBluetoothError> where S: Scheduler, Upstream.Failure == LittleBluetoothError {
                                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/ScanAndConnection.swift:131:25: note: 'S' previously declared here
    public func timeout<S>(_ interval: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions? = nil, error: LittleBluetoothError = .operationTimeout) -> AnyPublisher<Self.Output, LittleBluetoothError> where S: Scheduler {
                        ^
[40/61] Compiling LittleBlueToothForTest JustLittleBlueTooth.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/Listen.swift:54:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func startListen<T: Readable, Upstream: Publisher>(upstream: Upstream,
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/Listen.swift:51:29: note: 'T' previously declared here
    public func startListen<T: Readable>(for littleBluetooth: LittleBlueTooth,
                            ^
[41/61] Compiling LittleBlueToothForTest Listen.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/Listen.swift:54:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func startListen<T: Readable, Upstream: Publisher>(upstream: Upstream,
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/Listen.swift:51:29: note: 'T' previously declared here
    public func startListen<T: Readable>(for littleBluetooth: LittleBlueTooth,
                            ^
[42/61] Compiling LittleBlueToothForTest Log.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/Listen.swift:54:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        func startListen<T: Readable, Upstream: Publisher>(upstream: Upstream,
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/CustomOperator/Listen.swift:51:29: note: 'T' previously declared here
    public func startListen<T: Readable>(for littleBluetooth: LittleBlueTooth,
                            ^
[43/61] Emitting module LittleBlueToothForTest
[44/61] Compiling LittleBlueToothForTest Helper.swift
[45/61] Compiling LittleBlueToothForTest AdvertisingData.swift
[46/61] Compiling LittleBlueToothForTest CentralRestorer.swift
[47/61] Compiling LittleBlueToothForTest LittleBlueToothCharacteristic.swift
[48/61] Compiling LittleBlueToothForTest LittleBluetoothConfiguration.swift
[49/61] Compiling LittleBlueToothForTest Loggable.swift
[50/61] Compiling LittleBlueToothForTest CoreBluetoothTypeAliases.swift
[51/61] Compiling LittleBlueToothForTest LittleBlueTooth.swift
[52/61] Compiling LittleBlueToothForTest ShareReplay.swift
[53/61] Compiling LittleBlueToothForTest Utilities.swift
[54/61] Compiling LittleBlueToothForTest CBPeripheralProxy.swift
[55/61] Compiling LittleBlueToothForTest ReplaySubject.swift
[56/61] Compiling LittleBlueToothForTest ReplaySubjectSubscription.swift
[57/61] Compiling LittleBlueToothForTest Peripheral.swift
[58/61] Compiling LittleBlueToothForTest PeripheralDiscovery.swift
[59/61] Compiling LittleBlueToothForTest CBCentralManagerDelegateProxy.swift
Build complete! (14.37s)
Build complete.
Done.