The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LittleBlueTooth 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/DrAma999/LittleBlueTooth.git
Reference: 0.8.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/DrAma999/LittleBlueTooth
 * tag               0.8.0      -> FETCH_HEAD
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 0.8.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/DrAma999/LittleBlueTooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/39] Emitting module CoreBluetoothMock
[6/40] Compiling CoreBluetoothMock CBMPeer.swift
[7/40] Compiling CoreBluetoothMock CBMPeripheral.swift
[8/40] Compiling CoreBluetoothMock CBMCentralManagerNative.swift
[9/40] Compiling LittleBlueTooth Peripheral.swift
[10/40] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
[11/40] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[12/40] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[13/40] Compiling CoreBluetoothMock CBMAttributes.swift
[14/40] Compiling CoreBluetoothMock CBMCentralManager.swift
[15/40] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
[16/40] Compiling CoreBluetoothMock CBMCentralManagerDelegate.swift
[17/40] Compiling CoreBluetoothMock CBMCentralManagerDelegateProxy.swift
[22/40] Compiling LittleBlueTooth ReplaySubject.swift
[23/40] Compiling LittleBlueTooth ReplaySubjectSubscription.swift
[24/40] Compiling CoreBluetoothMock CBMCentralManagerFactory.swift
[25/40] Compiling CoreBluetoothMock CBMCentralManagerMock.swift
[26/40] Compiling LittleBlueTooth Helper.swift
[27/40] Compiling LittleBlueTooth AdvertisingData.swift
[28/40] Compiling LittleBlueTooth CentralRestorer.swift
[29/40] Compiling LittleBlueTooth JustLittleBlueTooth.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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,
                            ^
[30/40] Compiling LittleBlueTooth Listen.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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,
                            ^
[31/40] Compiling LittleBlueTooth Log.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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,
                            ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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 {
                        ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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 {
                        ^
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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 {
                        ^
[35/40] Emitting module LittleBlueTooth
[41/63] Compiling LittleBlueToothForTest ReadAndWrite.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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 {
                        ^
[42/63] Compiling LittleBlueToothForTest ScanAndConnection.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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 {
                        ^
[43/63] Compiling LittleBlueToothForTest LittleBlueToothError.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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 {
                        ^
[44/65] Compiling LittleBlueToothForTest CoreBluetoothTypeAliases.swift
[45/65] Compiling LittleBlueToothForTest LittleBlueTooth.swift
[46/65] Compiling LittleBlueToothForTest CBPeripheralProxy.swift
[47/65] Compiling LittleBlueToothForTest ReplaySubject.swift
[48/65] Compiling LittleBlueToothForTest ReplaySubjectSubscription.swift
[49/65] Compiling LittleBlueToothForTest JustLittleBlueTooth.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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,
                            ^
[50/65] Compiling LittleBlueToothForTest Listen.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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,
                            ^
[51/65] Compiling LittleBlueToothForTest Log.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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,
                            ^
[52/65] Compiling LittleBlueToothForTest Helper.swift
[53/65] Compiling LittleBlueToothForTest AdvertisingData.swift
[54/65] Compiling LittleBlueToothForTest CentralRestorer.swift
[55/65] Compiling LittleBlueToothForTest LittleBlueToothCharacteristic.swift
[56/65] Compiling LittleBlueToothForTest LittleBluetoothConfiguration.swift
[57/65] Compiling LittleBlueToothForTest Loggable.swift
[58/65] Compiling LittleBlueToothForTest ShareReplay.swift
[59/65] Compiling LittleBlueToothForTest Utilities.swift
[60/65] Emitting module LittleBlueToothForTest
[61/65] Compiling LittleBlueToothForTest Peripheral.swift
[62/65] Compiling LittleBlueToothForTest PeripheralDiscovery.swift
[63/65] Compiling LittleBlueToothForTest CBCentralManagerDelegateProxy.swift
Build complete! (7.33s)
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (0.20s)
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.53s)
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
Build complete.
Done.