The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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: 0.18.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock
 * tag               0.18.0     -> FETCH_HEAD
HEAD is now at 500b238 Merge pull request #108 from NordicSemiconductor/launchscreen
Cloned https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Revision (git rev-parse @):
500b23852e7d46b63ef8e2a826c2b6f3f6ed50ef
SUCCESS checkout https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 0.18.0
========================================
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 CBMPeripheralPreview.swift
[6/19] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
[7/20] Compiling CoreBluetoothMock CBMCentralManagerNative.swift
[8/20] Compiling CoreBluetoothMock CBMManagerTypes.swift
[9/20] Emitting module CoreBluetoothMock
[10/20] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[11/20] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[12/20] Compiling CoreBluetoothMock CBMPeer.swift
[13/20] Compiling CoreBluetoothMock CBMPeripheral.swift
[14/20] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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)
                   ^
[15/20] Compiling CoreBluetoothMock CBMCentralManagerDelegate.swift
[16/20] Compiling CoreBluetoothMock CBMCentralManagerDelegateProxy.swift
[17/20] Compiling CoreBluetoothMock CBMCentralManagerFactory.swift
[18/20] Compiling CoreBluetoothMock CBMCentralManagerMock.swift
[19/20] Compiling CoreBluetoothMock CBMAttributes.swift
[20/20] Compiling CoreBluetoothMock CBMCentralManager.swift
Build complete! (14.63s)
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.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.24s)
Computed https://github.com/apple/swift-docc-plugin at 1.1.0 (0.06s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.07s)
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.