Build Information
Failed to build LittleBlueTooth, reference master (46d950
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 20:10:16 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DrAma999/LittleBlueTooth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DrAma999/LittleBlueTooth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 46d9502 Merge branch 'develop'
Cloned https://github.com/DrAma999/LittleBlueTooth.git
Revision (git rev-parse @):
46d9502515f18001207121935d2ea1f659fc3e33
SUCCESS checkout https://github.com/DrAma999/LittleBlueTooth.git at master
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/40] Compiling CoreBluetoothMock CBMPeripheralPreview.swift
[6/40] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[7/40] Compiling LittleBlueTooth Log.swift
[8/40] Compiling LittleBlueTooth ReadAndWrite.swift
[9/40] Compiling LittleBlueTooth JustLittleBlueTooth.swift
[10/40] Compiling LittleBlueTooth Listen.swift
[11/40] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
[12/40] Compiling CoreBluetoothMock CBMAttributes.swift
[13/40] Compiling CoreBluetoothMock CBMCentralManager.swift
[14/40] Compiling LittleBlueTooth ScanAndConnection.swift
[15/40] Compiling LittleBlueTooth LittleBlueToothError.swift
[16/40] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[17/40] Emitting module CoreBluetoothMock
[18/40] Compiling LittleBlueTooth Helper.swift
[19/40] Compiling LittleBlueTooth AdvertisingData.swift
[20/41] Compiling LittleBlueTooth ShareReplay.swift
[21/41] Compiling LittleBlueTooth Utilities.swift
[22/43] Compiling LittleBlueTooth Peripheral.swift
[23/43] Compiling LittleBlueTooth PeripheralDiscovery.swift
[24/43] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
[25/43] Compiling LittleBlueTooth ReplaySubject.swift
[26/43] Compiling LittleBlueTooth ReplaySubjectSubscription.swift
[27/43] Compiling LittleBlueTooth CBCentralManagerDelegateProxy.swift
[28/43] Compiling LittleBlueTooth CBPeripheralProxy.swift
[39/43] Emitting module LittleBlueTooth
[40/43] Compiling LittleBlueTooth LittleBluetoothConfiguration.swift
[41/43] Compiling LittleBlueTooth Loggable.swift
[42/64] Compiling LittleBlueTooth CoreBluetoothTypeAliases.swift
[43/64] Compiling LittleBlueTooth LittleBlueTooth.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/64] Emitting module LittleBlueToothForTest
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:34:10: error: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
32 | case couldNotConnectToPeripheral(PeripheralIdentifier, Error?)
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
| `- error: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
/Applications/Xcode-26.0.0-Beta.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: error: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
| `- error: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
37 | case emptyData
/Applications/Xcode-26.0.0-Beta.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: error: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has 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)
| `- error: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
37 | case emptyData
38 | case couldNotConvertDataToRead(data: Data, type: String)
/Applications/Xcode-26.0.0-Beta.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 | /*!
[45/66] Compiling LittleBlueToothForTest JustLittleBlueTooth.swift
[46/66] Compiling LittleBlueToothForTest Listen.swift
[47/66] Compiling LittleBlueToothForTest Log.swift
[48/66] Compiling LittleBlueToothForTest ReplaySubject.swift
[49/66] Compiling LittleBlueToothForTest ReplaySubjectSubscription.swift
[50/66] Compiling LittleBlueToothForTest ReadAndWrite.swift
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:34:10: error: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
32 | case couldNotConnectToPeripheral(PeripheralIdentifier, Error?)
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
| `- error: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
/Applications/Xcode-26.0.0-Beta.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: error: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
| `- error: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
37 | case emptyData
/Applications/Xcode-26.0.0-Beta.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: error: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has 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)
| `- error: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
37 | case emptyData
38 | case couldNotConvertDataToRead(data: Data, type: String)
/Applications/Xcode-26.0.0-Beta.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 | /*!
[51/66] Compiling LittleBlueToothForTest ScanAndConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:34:10: error: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
32 | case couldNotConnectToPeripheral(PeripheralIdentifier, Error?)
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
| `- error: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
/Applications/Xcode-26.0.0-Beta.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: error: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
| `- error: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
37 | case emptyData
/Applications/Xcode-26.0.0-Beta.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: error: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has 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)
| `- error: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
37 | case emptyData
38 | case couldNotConvertDataToRead(data: Data, type: String)
/Applications/Xcode-26.0.0-Beta.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 | /*!
[52/66] Compiling LittleBlueToothForTest LittleBlueToothError.swift
/Users/admin/builder/spi-builder-workspace/Sources/LittleBlueToothForTest/Classes/Error/LittleBlueToothError.swift:34:10: error: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
32 | case couldNotConnectToPeripheral(PeripheralIdentifier, Error?)
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
| `- error: associated value 'couldNotReadFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
/Applications/Xcode-26.0.0-Beta.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: error: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
33 | case couldNotReadRSSI(Error)
34 | case couldNotReadFromCharacteristic(characteristic: CBUUID, error: Error)
35 | case couldNotWriteFromCharacteristic(characteristic: CBUUID, error: Error)
| `- error: associated value 'couldNotWriteFromCharacteristic(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
36 | case couldNotUpdateListenState(characteristic: CBUUID, error: Error)
37 | case emptyData
/Applications/Xcode-26.0.0-Beta.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: error: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has 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)
| `- error: associated value 'couldNotUpdateListenState(characteristic:error:)' of 'Sendable'-conforming enum 'LittleBluetoothError' has non-sendable type 'CBUUID'
37 | case emptyData
38 | case couldNotConvertDataToRead(data: Data, type: String)
/Applications/Xcode-26.0.0-Beta.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 | /*!
[53/66] Compiling LittleBlueToothForTest LittleBluetoothConfiguration.swift
[54/66] Compiling LittleBlueToothForTest Loggable.swift
[55/66] Compiling LittleBlueToothForTest ShareReplay.swift
[56/66] Compiling LittleBlueToothForTest Utilities.swift
[57/66] Compiling LittleBlueToothForTest CentralRestorer.swift
[58/66] Compiling LittleBlueToothForTest LittleBlueToothCharacteristic.swift
[59/66] Compiling LittleBlueToothForTest Helper.swift
[60/66] Compiling LittleBlueToothForTest AdvertisingData.swift
[61/66] Compiling LittleBlueToothForTest CBCentralManagerDelegateProxy.swift
[62/66] Compiling LittleBlueToothForTest CBPeripheralProxy.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
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/6547] Fetching ios-corebluetooth-mock
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (1.17s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.18.0 (3.81s)
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
BUILD FAILURE 6.2 macosSpm