Build Information
Successful build of LittleBlueTooth, reference 1.1.1 (b8be23), with Swift 6.2 for macOS (SPM) on 30 Mar 2026 20:02:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DrAma999/LittleBlueTooth.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DrAma999/LittleBlueTooth
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at b8be234 Fix force unwrap crash in discover methods (#45)
Cloned https://github.com/DrAma999/LittleBlueTooth.git
Revision (git rev-parse @):
b8be234506eee294a69a9cbaa60be1c5ecdb99e5
SUCCESS checkout https://github.com/DrAma999/LittleBlueTooth.git at 1.1.1
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
24 | dependencies: [
25 | // Dependencies declare other packages that this package depends on.
26 | .package(name: "CoreBluetoothMock",
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
27 | url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 | .upToNextMinor(from: "0.18.0")),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
[1/7168] Fetching ios-corebluetooth-mock
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (1.62s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.18.0 (4.43s)
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.18.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "littlebluetooth",
"name": "LittleBlueTooth",
"url": "https://github.com/DrAma999/LittleBlueTooth.git",
"version": "unspecified",
"path": "/Users/admin/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.18.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IOS-CoreBluetooth-Mock",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/DrAma999/LittleBlueTooth.git
[1/1832] Fetching littlebluetooth
Fetched https://github.com/DrAma999/LittleBlueTooth.git from cache (1.11s)
warning: 'littlebluetooth': /Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
24 | dependencies: [
25 | // Dependencies declare other packages that this package depends on.
26 | .package(name: "CoreBluetoothMock",
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
27 | url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 | .upToNextMinor(from: "0.18.0")),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (0.45s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.18.0 (0.51s)
Creating working copy for https://github.com/DrAma999/LittleBlueTooth.git
Working copy of https://github.com/DrAma999/LittleBlueTooth.git resolved at 1.1.1 (b8be234)
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.18.0
warning: 'littlebluetooth': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LittleBlueTooth/Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
24 | dependencies: [
25 | // Dependencies declare other packages that this package depends on.
26 | .package(name: "CoreBluetoothMock",
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
27 | url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 | .upToNextMinor(from: "0.18.0")),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: '.resolve-product-dependencies': dependency 'littlebluetooth' is not used by any target
Found 1 product dependencies
- CoreBluetoothMock
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/DrAma999/LittleBlueTooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/40] Compiling LittleBlueTooth ShareReplay.swift
[6/40] Compiling LittleBlueTooth Utilities.swift
[7/42] Compiling LittleBlueTooth ReplaySubject.swift
[8/42] Compiling LittleBlueTooth ReplaySubjectSubscription.swift
[9/42] Emitting module LittleBlueTooth
[10/42] Compiling LittleBlueTooth JustLittleBlueTooth.swift
[11/42] Compiling LittleBlueTooth Listen.swift
[12/42] Compiling LittleBlueTooth Log.swift
[13/42] Compiling LittleBlueTooth Peripheral.swift
[14/42] Compiling LittleBlueTooth PeripheralDiscovery.swift
[15/42] Compiling LittleBlueTooth Helper.swift
[16/42] Compiling LittleBlueTooth AdvertisingData.swift
[17/42] Compiling LittleBlueTooth CentralRestorer.swift
[18/42] Compiling LittleBlueTooth LittleBlueToothCharacteristic.swift
[19/42] Compiling LittleBlueTooth LittleBluetoothConfiguration.swift
[20/42] Compiling LittleBlueTooth Loggable.swift
[21/42] Compiling LittleBlueTooth CBCentralManagerDelegateProxy.swift
[22/42] Compiling LittleBlueTooth CBPeripheralProxy.swift
[23/42] Compiling LittleBlueTooth ReadAndWrite.swift
[24/42] Compiling LittleBlueTooth ScanAndConnection.swift
[25/42] Compiling LittleBlueTooth LittleBlueToothError.swift
[30/42] Emitting module CoreBluetoothMock
[37/42] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
[38/42] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[39/42] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[40/42] Compiling CoreBluetoothMock CBMPeripheralPreview.swift
[41/43] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
[42/64] Compiling LittleBlueToothForTest ReplaySubject.swift
[43/64] Compiling LittleBlueToothForTest ReplaySubjectSubscription.swift
[44/64] Compiling LittleBlueTooth CoreBluetoothTypeAliases.swift
[45/64] Compiling LittleBlueTooth LittleBlueTooth.swift
[46/66] Compiling LittleBlueToothForTest ShareReplay.swift
[47/66] Compiling LittleBlueToothForTest Utilities.swift
[48/66] Emitting module LittleBlueToothForTest
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:34:10: warning: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
32 | case couldNotConnectToPeripheral(PeripheralIdentifier, Error?)
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:35:10: warning: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
37 | case emptyData
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:36:10: warning: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
37 | case emptyData
38 | case couldNotConvertDataToRead(data: Data, type: String)
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
[49/66] Compiling LittleBlueToothForTest JustLittleBlueTooth.swift
[50/66] Compiling LittleBlueToothForTest Listen.swift
[51/66] Compiling LittleBlueToothForTest Log.swift
[52/66] Compiling LittleBlueToothForTest LittleBluetoothConfiguration.swift
[53/66] Compiling LittleBlueToothForTest Loggable.swift
[54/66] Compiling LittleBlueToothForTest Helper.swift
[55/66] Compiling LittleBlueToothForTest AdvertisingData.swift
[56/66] Compiling LittleBlueToothForTest ReadAndWrite.swift
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:34:10: warning: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
32 | case couldNotConnectToPeripheral(PeripheralIdentifier, Error?)
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:35:10: warning: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
37 | case emptyData
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:36:10: warning: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
37 | case emptyData
38 | case couldNotConvertDataToRead(data: Data, type: String)
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
[57/66] Compiling LittleBlueToothForTest ScanAndConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:34:10: warning: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
32 | case couldNotConnectToPeripheral(PeripheralIdentifier, Error?)
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:35:10: warning: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
37 | case emptyData
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:36:10: warning: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
37 | case emptyData
38 | case couldNotConvertDataToRead(data: Data, type: String)
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
[58/66] Compiling LittleBlueToothForTest LittleBlueToothError.swift
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:34:10: warning: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
32 | case couldNotConnectToPeripheral(PeripheralIdentifier, Error?)
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:35:10: warning: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
37 | case emptyData
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:36:10: warning: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
| `- warning: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' contains non-Sendable type 'CBUUID'
37 | case emptyData
38 | case couldNotConvertDataToRead(data: Data, type: String)
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBUUID.h:85:28: note: class 'CBUUID' does not conform to the 'Sendable' protocol
83 | */
84 | NS_CLASS_AVAILABLE(10_7, 5_0)
85 | CB_EXTERN_CLASS @interface CBUUID : NSObject <NSCopying>
| `- note: class 'CBUUID' does not conform to the 'Sendable' protocol
86 |
87 | /*!
[59/66] Compiling LittleBlueToothForTest CBCentralManagerDelegateProxy.swift
[60/66] Compiling LittleBlueToothForTest CBPeripheralProxy.swift
[61/66] Compiling LittleBlueToothForTest CentralRestorer.swift
[62/66] Compiling LittleBlueToothForTest LittleBlueToothCharacteristic.swift
[63/66] Compiling LittleBlueToothForTest Peripheral.swift
[64/66] Compiling LittleBlueToothForTest PeripheralDiscovery.swift
[65/66] Compiling LittleBlueToothForTest CoreBluetoothTypeAliases.swift
[66/66] Compiling LittleBlueToothForTest LittleBlueTooth.swift
Build complete! (6.66s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
24 | dependencies: [
25 | // Dependencies declare other packages that this package depends on.
26 | .package(name: "CoreBluetoothMock",
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
27 | url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 | .upToNextMinor(from: "0.18.0")),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
"dependencies" : [
{
"identity" : "ios-corebluetooth-mock",
"requirement" : {
"range" : [
{
"lower_bound" : "0.18.0",
"upper_bound" : "0.19.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git"
}
],
"manifest_display_name" : "LittleBlueTooth",
"name" : "LittleBlueTooth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LittleBlueTooth",
"targets" : [
"LittleBlueTooth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LittleBlueToothForTest",
"targets" : [
"LittleBlueToothForTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LittleBlueToothTests",
"module_type" : "SwiftTarget",
"name" : "LittleBlueToothTests",
"path" : "Tests/LittleBlueToothTests",
"product_dependencies" : [
"CoreBluetoothMock"
],
"sources" : [
"ConnectionTest.swift",
"CustomOperator.swift",
"Extraction.swift",
"ListenTest.swift",
"LittleBlueToothTests.swift",
"Mocks/MockPeripherals.swift",
"ScanDiscoveryTest.swift",
"StateRestoration.swift",
"UtilityTest.swift",
"WriteReadTest.swift",
"WriteWithoutResponse.swift"
],
"target_dependencies" : [
"LittleBlueToothForTest"
],
"type" : "test"
},
{
"c99name" : "LittleBlueToothForTest",
"module_type" : "SwiftTarget",
"name" : "LittleBlueToothForTest",
"path" : "Sources/LittleBlueToothForTest",
"product_dependencies" : [
"CoreBluetoothMock"
],
"product_memberships" : [
"LittleBlueToothForTest"
],
"sources" : [
"Classes/CustomOperator/JustLittleBlueTooth.swift",
"Classes/CustomOperator/Listen.swift",
"Classes/CustomOperator/Log.swift",
"Classes/CustomOperator/ReadAndWrite.swift",
"Classes/CustomOperator/ScanAndConnection.swift",
"Classes/Error/LittleBlueToothError.swift",
"Classes/Extension/Helper.swift",
"Classes/Model/AdvertisingData.swift",
"Classes/Model/CentralRestorer.swift",
"Classes/Model/LittleBlueToothCharacteristic.swift",
"Classes/Model/LittleBluetoothConfiguration.swift",
"Classes/Model/Loggable.swift",
"Classes/Model/Peripheral.swift",
"Classes/Model/PeripheralDiscovery.swift",
"Classes/Proxies/CBCentralManagerDelegateProxy.swift",
"Classes/Proxies/CBPeripheralProxy.swift",
"Classes/Utilities/ShareAndReplayOperator/ReplaySubject.swift",
"Classes/Utilities/ShareAndReplayOperator/ReplaySubjectSubscription.swift",
"Classes/Utilities/ShareAndReplayOperator/ShareReplay.swift",
"Classes/Utilities/Utilities.swift",
"CoreBluetoothTypeAliases.swift",
"LittleBlueTooth.swift"
],
"type" : "library"
},
{
"c99name" : "LittleBlueTooth",
"module_type" : "SwiftTarget",
"name" : "LittleBlueTooth",
"path" : "Sources/LittleBlueTooth",
"product_memberships" : [
"LittleBlueTooth"
],
"sources" : [
"Classes/CustomOperator/JustLittleBlueTooth.swift",
"Classes/CustomOperator/Listen.swift",
"Classes/CustomOperator/Log.swift",
"Classes/CustomOperator/ReadAndWrite.swift",
"Classes/CustomOperator/ScanAndConnection.swift",
"Classes/Error/LittleBlueToothError.swift",
"Classes/Extension/Helper.swift",
"Classes/Model/AdvertisingData.swift",
"Classes/Model/CentralRestorer.swift",
"Classes/Model/LittleBlueToothCharacteristic.swift",
"Classes/Model/LittleBluetoothConfiguration.swift",
"Classes/Model/Loggable.swift",
"Classes/Model/Peripheral.swift",
"Classes/Model/PeripheralDiscovery.swift",
"Classes/Proxies/CBCentralManagerDelegateProxy.swift",
"Classes/Proxies/CBPeripheralProxy.swift",
"Classes/Utilities/ShareAndReplayOperator/ReplaySubject.swift",
"Classes/Utilities/ShareAndReplayOperator/ReplaySubjectSubscription.swift",
"Classes/Utilities/ShareAndReplayOperator/ShareReplay.swift",
"Classes/Utilities/Utilities.swift",
"CoreBluetoothTypeAliases.swift",
"LittleBlueTooth.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
24 | dependencies: [
25 | // Dependencies declare other packages that this package depends on.
26 | .package(name: "CoreBluetoothMock",
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
27 | url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 | .upToNextMinor(from: "0.18.0")),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.