Build Information
Successful build of CombineCoreBluetooth, reference 0.8.0 (72b672
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 23:54:12 UTC.
Swift 6 data race errors: 57
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
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/773] Fetching swift-concurrency-extras
[210/2811] Fetching swift-concurrency-extras, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.35s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.35s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.56s)
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
[10/980] Fetching combinecorebluetooth
Fetched https://github.com/StarryInternet/CombineCoreBluetooth.git from cache (0.85s)
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.0
Building package at path: $PWD
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.1.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
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.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 Interface+Central.swift
[7/29] Compiling CombineCoreBluetooth Live+Central.swift
[8/29] Compiling CombineCoreBluetooth Mock+Central.swift
[9/29] Compiling CombineCoreBluetooth Peer.swift
[10/29] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[11/29] Compiling CombineCoreBluetooth L2CAPChannel.swift
[12/29] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[13/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 | }
[14/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 | }
[15/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 | }
[16/29] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[17/29] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[18/29] Compiling CombineCoreBluetooth ATTRequest.swift
[19/29] Compiling CombineCoreBluetooth AdvertisementData.swift
[20/29] Compiling CombineCoreBluetooth CentralManagerError.swift
[21/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 | }
[22/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 | }
[23/29] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[24/29] Compiling CombineCoreBluetooth Live+Peripheral.swift
[25/29] Compiling CombineCoreBluetooth PeripheralError.swift
[26/29] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[27/29] Compiling CombineCoreBluetooth Exports.swift
[28/29] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[29/29] Compiling CombineCoreBluetooth Unimplemented.swift
Build complete! (24.99s)
Build complete.
{
"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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/starryinternet/combinecorebluetooth/0.8.0
Repository: StarryInternet/CombineCoreBluetooth
Swift version used: 6.0
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target: CombineCoreBluetooth
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Generating documentation for 'CombineCoreBluetooth'...
Converting documentation...
warning: Parameter 'characteristicUUIDs' not found in instance method declaration
--> Sources/CombineCoreBluetooth/Peripheral/Interface+Peripheral.swift:288:11-288:30
286 | /// Discovers the service with the given service UUID, then discovers the characteristic with the given UUID and returns that.
287 | /// - Parameters:
288 + /// - characteristicUUIDs: The UUID of the characteristic you want to discover.
| ╰─suggestion: Replace 'characteristicUUIDs' with 'characteristicUUID'
289 | /// - serviceUUID: The service to discover that contain the characteristics you need.
290 | /// - Returns: A publisher of the desired characteristic
warning: Parameter 'characteristicUUID' is missing documentation
--> Sources/CombineCoreBluetooth/Peripheral/Interface+Peripheral.swift:289:90-289:90
287 | /// - Parameters:
288 | /// - characteristicUUIDs: The UUID of the characteristic you want to discover.
289 + /// - serviceUUID: The service to discover that contain the characteristics you need.
| ╰─suggestion: Document 'characteristicUUID' parameter
290 | /// - Returns: A publisher of the desired characteristic
291 | public func discoverCharacteristic(withUUID characteristicUUID: CBUUID, inServiceWithUUID serviceUUID: CBUUID) -> AnyPublisher<CBCharacteristic, Error> {Conversion complete! (0.17s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/starryinternet/combinecorebluetooth/0.8.0'
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/24] 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 | }
[3/26] 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 | }
[4/26] 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 | }
[5/26] 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 | }
[6/26] 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 | }
[7/26] 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 | }
[8/26] Compiling CombineCoreBluetooth PeripheralError.swift
[9/26] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[10/26] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[11/26] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[12/26] Compiling CombineCoreBluetooth Exports.swift
[13/26] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[14/26] Compiling CombineCoreBluetooth Unimplemented.swift
[15/26] Compiling CombineCoreBluetooth ATTRequest.swift
[16/26] Compiling CombineCoreBluetooth AdvertisementData.swift
[17/26] Compiling CombineCoreBluetooth CentralManagerError.swift
[18/26] Compiling CombineCoreBluetooth Interface+Central.swift
[19/26] Compiling CombineCoreBluetooth Live+Central.swift
[20/26] Compiling CombineCoreBluetooth Mock+Central.swift
[21/26] Compiling CombineCoreBluetooth L2CAPChannel.swift
[22/26] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[23/26] Compiling CombineCoreBluetooth Peer.swift
[24/26] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[25/26] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[26/26] Compiling CombineCoreBluetooth Live+Peripheral.swift
Build of target: 'CombineCoreBluetooth' complete! (1.43s)
460
4 /Users/admin/builder/spi-builder-workspace/.docs/starryinternet/combinecorebluetooth/0.8.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/starryinternet/combinecorebluetooth/0.8.0
File count: 460
Doc size: 4.0MB
Preparing doc bundle ...
Uploading prod-starryinternet-combinecorebluetooth-0.8.0-9a7ed238.zip to s3://spi-docs-inbox/prod-starryinternet-combinecorebluetooth-0.8.0-9a7ed238.zip
Copying... [16%]
Copying... [24%]
Copying... [32%]
Copying... [47%]
Copying... [55%]
Copying... [63%]
Copying... [71%]
Copying... [87%]
Copying... [95%]
Copying... [100%]
Done.