Build Information
Successful build of CoreBluetoothMock 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/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b522df5 Merge pull request #109 from NordicSemiconductor/readme
Cloned https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Revision (git rev-parse @):
b522df5fc0eae2a4ccea1bd8dc732265003a48a3
SUCCESS checkout https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/19] Compiling CoreBluetoothMock CBMCentralManagerNative.swift
[6/19] Compiling CoreBluetoothMock CBMManagerTypes.swift
[7/20] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:283:20: warning: 'peripheral(_:didReceiveIncludedServiceDiscoveryRequest:for:)' is deprecated: Use similar method with CBMServiceMock parameter type.
return peripheral(p, didReceiveIncludedServiceDiscoveryRequest: serviceUUIDs, for: service as CBMService)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:297:20: warning: 'peripheral(_:didReceiveCharacteristicsDiscoveryRequest:for:)' is deprecated: Use similar method with CBMServiceMock parameter type.
return peripheral(p, didReceiveCharacteristicsDiscoveryRequest: characteristicUUIDs, for: service as CBMService)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:309:20: warning: 'peripheral(_:didReceiveDescriptorsDiscoveryRequestFor:)' is deprecated: Use similar method with CBMCharacteristicMock parameter type.
return peripheral(p, didReceiveDescriptorsDiscoveryRequestFor: characteristic as CBMCharacteristic)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:321:20: warning: 'peripheral(_:didReceiveReadRequestFor:)' is deprecated: Use similar method with CBMCharacteristicMock parameter type.
return peripheral(p, didReceiveReadRequestFor: characteristic as CBMCharacteristic)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:333:20: warning: 'peripheral(_:didReceiveReadRequestFor:)' is deprecated: Use similar method with CBMDescriptorMock parameter type.
return peripheral(p, didReceiveReadRequestFor: descriptor as CBMDescriptor)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:347:20: warning: 'peripheral(_:didReceiveWriteRequestFor:data:)' is deprecated: Use similar method with CBMCharacteristicMock parameter type.
return peripheral(p, didReceiveWriteRequestFor: characteristic as CBMCharacteristic, data: data)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:359:9: warning: 'peripheral(_:didReceiveWriteCommandFor:data:)' is deprecated: Use similar method with CBMCharacteristicMock parameter type.
peripheral(p, didReceiveWriteCommandFor: characteristic as CBMCharacteristic, data: data)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:373:20: warning: 'peripheral(_:didReceiveWriteRequestFor:data:)' is deprecated: Use similar method with CBMDescriptorMock parameter type.
return peripheral(p, didReceiveWriteRequestFor: descriptor as CBMDescriptor, data: data)
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CoreBluetoothMock/CBMPeripheralSpecDelegate.swift:396:20: warning: 'peripheral(_:didReceiveSetNotifyRequest:for:)' is deprecated: Use similar method with CBMCharacteristicMock parameter type.
return peripheral(p, didReceiveSetNotifyRequest: enabled, for: characteristic as CBMCharacteristic)
^
[8/20] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[9/20] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[10/20] Compiling CoreBluetoothMock CBMPeer.swift
[11/20] Compiling CoreBluetoothMock CBMPeripheral.swift
[12/20] Compiling CoreBluetoothMock CBMCentralManagerDelegate.swift
[13/20] Compiling CoreBluetoothMock CBMCentralManagerDelegateProxy.swift
[14/20] Compiling CoreBluetoothMock CBMPeripheralPreview.swift
[15/20] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
[16/20] Emitting module CoreBluetoothMock
[17/20] Compiling CoreBluetoothMock CBMAttributes.swift
[18/20] Compiling CoreBluetoothMock CBMCentralManager.swift
[19/20] Compiling CoreBluetoothMock CBMCentralManagerFactory.swift
[20/20] Compiling CoreBluetoothMock CBMCentralManagerMock.swift
Build complete! (11.62s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-plugin from cache (0.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.25s)
Computed https://github.com/apple/swift-docc-plugin at 1.1.0 (0.04s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.06s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.1.0
Build complete.
Done.