Build Information
Failed to build CombineCoreBluetooth, reference master (17ef83
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 11:28:05 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StarryInternet/CombineCoreBluetooth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 17ef837 Merge pull request #38 from StarryInternet/fix-warnings
Cloned https://github.com/StarryInternet/CombineCoreBluetooth.git
Revision (git rev-parse @):
17ef837de13c506915dd7fa73a215ef77875b356
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StarryInternet/CombineCoreBluetooth.git at master
========================================
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/25] Emitting module CombineCoreBluetooth
[4/27] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[5/27] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[6/27] Compiling CombineCoreBluetooth Interface+Central.swift
[7/27] Compiling CombineCoreBluetooth Live+Central.swift
[8/27] Compiling CombineCoreBluetooth Mock+Central.swift
[9/27] Compiling CombineCoreBluetooth L2CAPChannel.swift
[10/27] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[11/27] Compiling CombineCoreBluetooth ATTRequest.swift
[12/27] Compiling CombineCoreBluetooth AdvertisementData.swift
[13/27] Compiling CombineCoreBluetooth CentralManagerError.swift
[14/27] Compiling CombineCoreBluetooth Peer.swift
[15/27] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[16/27] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[17/27] Compiling CombineCoreBluetooth Live+Peripheral.swift
[18/27] Compiling CombineCoreBluetooth Mock+Peripheral.swift
[19/27] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
[20/27] Compiling CombineCoreBluetooth PeripheralError.swift
[21/27] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[22/27] Compiling CombineCoreBluetooth Interface+CentralManager.swift
/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/27] Compiling CombineCoreBluetooth Live+CentralManager.swift
/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
[24/27] Compiling CombineCoreBluetooth Mock+CentralManager.swift
/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
[25/27] Compiling CombineCoreBluetooth Exports.swift
[26/27] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[27/27] Compiling CombineCoreBluetooth Unimplemented.swift
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.88s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.35s)
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
BUILD FAILURE 6.2 macosSpm