The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CombineCoreBluetooth, reference 0.8.0 (72b672), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 12:27:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2271] Fetching swift-docc-plugin
[229/3227] Fetching swift-docc-plugin, swift-concurrency-extras
Fetched https://github.com/apple/swift-docc-plugin from cache (1.09s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.09s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (1.77s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.66s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.0.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "combinecorebluetooth",
      "name": "CombineCoreBluetooth",
      "url": "https://github.com/StarryInternet/CombineCoreBluetooth.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineCoreBluetooth",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/StarryInternet/CombineCoreBluetooth.git
[1/995] Fetching combinecorebluetooth
Fetched https://github.com/StarryInternet/CombineCoreBluetooth.git from cache (0.77s)
Creating working copy for https://github.com/StarryInternet/CombineCoreBluetooth.git
Working copy of https://github.com/StarryInternet/CombineCoreBluetooth.git resolved at 0.8.0 (72b672e)
warning: '.resolve-product-dependencies': dependency 'combinecorebluetooth' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/StarryInternet/CombineCoreBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.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--6988338F2F200930.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 PeripheralError.swift
[11/29] Compiling CombineCoreBluetooth PeripheralManagerError.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 Peer.swift
[18/29] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[19/29] Compiling CombineCoreBluetooth Interface+Central.swift
[20/29] Compiling CombineCoreBluetooth Live+Central.swift
[21/29] Compiling CombineCoreBluetooth Mock+Central.swift
[22/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 |   }
[23/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 |   }
[24/29] Compiling CombineCoreBluetooth Exports.swift
[25/29] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[26/29] Compiling CombineCoreBluetooth Unimplemented.swift
[27/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
[28/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
[29/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
BUILD FAILURE 6.3 macosSpm