The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CombineCoreBluetooth, reference 0.8.0 (72b672), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 11:28:57 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/StarryInternet/CombineCoreBluetooth.git
Reference: 0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StarryInternet/CombineCoreBluetooth
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at 72b672e Bump podspect version
Cloned https://github.com/StarryInternet/CombineCoreBluetooth.git
Revision (git rev-parse @):
72b672e3adfdb0af357bfcebd4ef185429076405
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StarryInternet/CombineCoreBluetooth.git at 0.8.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/StarryInternet/CombineCoreBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/27] Emitting module CombineCoreBluetooth
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Interface+CentralManager.swift:187:9: warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
185 |
186 |   @objc(CCBCentralManagerRestorableDelegate)
187 |   class RestorableDelegate: Delegate {
    |         `- warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
188 |   }
189 | }
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/PeripheralManager/Interface+PeripheralManager.swift:152:9: warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
150 |
151 |   @objc(CCBPeripheralManagerRestorableDelegate)
152 |   class RestorableDelegate: Delegate {
    |         `- warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
153 |
154 |   }
[6/29] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[7/29] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[8/29] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[9/29] Compiling CombineCoreBluetooth Live+Peripheral.swift
[10/29] Compiling CombineCoreBluetooth Peer.swift
[11/29] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[12/29] Compiling CombineCoreBluetooth L2CAPChannel.swift
[13/29] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[14/29] Compiling CombineCoreBluetooth ATTRequest.swift
[15/29] Compiling CombineCoreBluetooth AdvertisementData.swift
[16/29] Compiling CombineCoreBluetooth CentralManagerError.swift
[17/29] Compiling CombineCoreBluetooth Interface+Central.swift
[18/29] Compiling CombineCoreBluetooth Live+Central.swift
[19/29] Compiling CombineCoreBluetooth Mock+Central.swift
[20/29] Compiling CombineCoreBluetooth Interface+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Interface+CentralManager.swift:187:9: warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
185 |
186 |   @objc(CCBCentralManagerRestorableDelegate)
187 |   class RestorableDelegate: Delegate {
    |         `- warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
188 |   }
189 | }
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
[21/29] Compiling CombineCoreBluetooth Live+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Interface+CentralManager.swift:187:9: warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
185 |
186 |   @objc(CCBCentralManagerRestorableDelegate)
187 |   class RestorableDelegate: Delegate {
    |         `- warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
188 |   }
189 | }
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
[22/29] Compiling CombineCoreBluetooth Mock+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Interface+CentralManager.swift:187:9: warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
185 |
186 |   @objc(CCBCentralManagerRestorableDelegate)
187 |   class RestorableDelegate: Delegate {
    |         `- warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
188 |   }
189 | }
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
[23/29] Compiling CombineCoreBluetooth Mock+Peripheral.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/PeripheralManager/Interface+PeripheralManager.swift:152:9: warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
150 |
151 |   @objc(CCBPeripheralManagerRestorableDelegate)
152 |   class RestorableDelegate: Delegate {
    |         `- warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
153 |
154 |   }
[24/29] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/PeripheralManager/Interface+PeripheralManager.swift:152:9: warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
150 |
151 |   @objc(CCBPeripheralManagerRestorableDelegate)
152 |   class RestorableDelegate: Delegate {
    |         `- warning: class 'RestorableDelegate' must restate inherited '@unchecked Sendable' conformance
153 |
154 |   }
[25/29] Compiling CombineCoreBluetooth Exports.swift
[26/29] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[27/29] Compiling CombineCoreBluetooth Unimplemented.swift
[28/29] Compiling CombineCoreBluetooth PeripheralError.swift
[29/29] Compiling CombineCoreBluetooth PeripheralManagerError.swift
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/apple/swift-docc-plugin
[1/861] Fetching swift-concurrency-extras
[174/2943] Fetching swift-concurrency-extras, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.27s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.67s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.41s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/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.4.4
BUILD FAILURE 6.2 macosSpm