Build Information
Failed to build CombineCoreBluetooth, reference 0.8.0 (72b672
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 17:30:19 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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 from cache
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.10s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.10s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (1.73s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.61s)
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
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
========================================
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/StarryInternet/CombineCoreBluetooth.git
[1/980] Fetching combinecorebluetooth
Fetched https://github.com/StarryInternet/CombineCoreBluetooth.git from cache (0.76s)
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.1
Building package at path: $PWD
https://github.com/StarryInternet/CombineCoreBluetooth.git
https://github.com/StarryInternet/CombineCoreBluetooth.git
{
"dependencies" : [
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "CombineCoreBluetooth",
"name" : "CombineCoreBluetooth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CombineCoreBluetooth",
"targets" : [
"CombineCoreBluetooth"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineCoreBluetoothTests",
"module_type" : "SwiftTarget",
"name" : "CombineCoreBluetoothTests",
"path" : "Tests/CombineCoreBluetoothTests",
"product_dependencies" : [
"ConcurrencyExtras"
],
"sources" : [
"CentralManagerTests.swift",
"PeripheralManagerTests.swift",
"PeripheralTests.swift"
],
"target_dependencies" : [
"CombineCoreBluetooth"
],
"type" : "test"
},
{
"c99name" : "CombineCoreBluetooth",
"module_type" : "SwiftTarget",
"name" : "CombineCoreBluetooth",
"path" : "Sources/CombineCoreBluetooth",
"product_memberships" : [
"CombineCoreBluetooth"
],
"sources" : [
"Central/Interface+Central.swift",
"Central/Live+Central.swift",
"Central/Mock+Central.swift",
"CentralManager/Interface+CentralManager.swift",
"CentralManager/Live+CentralManager.swift",
"CentralManager/Mock+CentralManager.swift",
"Internal/Exports.swift",
"Internal/Publisher+Extensions.swift",
"Internal/Unimplemented.swift",
"Models/ATTRequest.swift",
"Models/AdvertisementData.swift",
"Models/CentralManagerError.swift",
"Models/L2CAPChannel.swift",
"Models/ManagerCreationOptions.swift",
"Models/Peer.swift",
"Models/PeripheralDiscovery.swift",
"Models/PeripheralError.swift",
"Models/PeripheralManagerError.swift",
"Peripheral/Interface+Peripheral.swift",
"Peripheral/Live+Peripheral.swift",
"Peripheral/Mock+Peripheral.swift",
"PeripheralManager/Interface+PeripheralManager.swift",
"PeripheralManager/Live+PeripheralManager.swift",
"PeripheralManager/Mock+PeripheralManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[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-2F0A5646E1D333AE.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 PeripheralError.swift
[7/29] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[8/29] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[9/29] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[10/29] Compiling CombineCoreBluetooth Interface+Central.swift
[11/29] Compiling CombineCoreBluetooth Live+Central.swift
[12/29] Compiling CombineCoreBluetooth Mock+Central.swift
[13/29] Compiling CombineCoreBluetooth Peer.swift
[14/29] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[15/29] Compiling CombineCoreBluetooth L2CAPChannel.swift
[16/29] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[17/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 | }
[18/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 | }
[19/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
[20/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
[21/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
[22/29] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[23/29] Compiling CombineCoreBluetooth Live+Peripheral.swift
[24/29] Compiling CombineCoreBluetooth ATTRequest.swift
[25/29] Compiling CombineCoreBluetooth AdvertisementData.swift
[26/29] Compiling CombineCoreBluetooth CentralManagerError.swift
[27/29] Compiling CombineCoreBluetooth Exports.swift
[28/29] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[29/29] Compiling CombineCoreBluetooth Unimplemented.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/26] 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 | }
[5/28] Compiling CombineCoreBluetooth Interface+Central.swift
[6/28] Compiling CombineCoreBluetooth Live+Central.swift
[7/28] Compiling CombineCoreBluetooth Mock+Central.swift
[8/28] Compiling CombineCoreBluetooth Exports.swift
[9/28] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[10/28] Compiling CombineCoreBluetooth Unimplemented.swift
[11/28] Compiling CombineCoreBluetooth ATTRequest.swift
[12/28] Compiling CombineCoreBluetooth AdvertisementData.swift
[13/28] Compiling CombineCoreBluetooth CentralManagerError.swift
[14/28] Compiling CombineCoreBluetooth Peer.swift
[15/28] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[16/28] 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 | }
[17/28] 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 | }
[18/28] Compiling CombineCoreBluetooth PeripheralError.swift
[19/28] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[20/28] Compiling CombineCoreBluetooth L2CAPChannel.swift
[21/28] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[22/28] 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
[23/28] 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
[24/28] 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
[25/28] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[26/28] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[27/28] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[28/28] Compiling CombineCoreBluetooth Live+Peripheral.swift
BUILD FAILURE 6.1 macosSpm