Build Information
Successful build of CombineCoreBluetooth, reference master (17ef83
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 23:54:25 UTC.
Swift 6 data race errors: 58
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: 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
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/773] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.95s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (2.92s)
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",
"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.92s)
Creating working copy for https://github.com/StarryInternet/CombineCoreBluetooth.git
Working copy of https://github.com/StarryInternet/CombineCoreBluetooth.git resolved at master (17ef837)
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"
}
],
"manifest_display_name" : "CombineCoreBluetooth",
"name" : "CombineCoreBluetooth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"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.9"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/25] Emitting module CombineCoreBluetooth
[4/27] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[5/27] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[6/27] Compiling CombineCoreBluetooth Peer.swift
[7/27] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[8/27] Compiling CombineCoreBluetooth L2CAPChannel.swift
[9/27] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[10/27] Compiling CombineCoreBluetooth Interface+CentralManager.swift
[11/27] Compiling CombineCoreBluetooth Live+CentralManager.swift
[12/27] Compiling CombineCoreBluetooth Mock+CentralManager.swift
[13/27] Compiling CombineCoreBluetooth ATTRequest.swift
[14/27] Compiling CombineCoreBluetooth AdvertisementData.swift
[15/27] Compiling CombineCoreBluetooth CentralManagerError.swift
[16/27] Compiling CombineCoreBluetooth Mock+Peripheral.swift
[17/27] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
[18/27] Compiling CombineCoreBluetooth Interface+Central.swift
[19/27] Compiling CombineCoreBluetooth Live+Central.swift
[20/27] Compiling CombineCoreBluetooth Mock+Central.swift
[21/27] Compiling CombineCoreBluetooth PeripheralError.swift
[22/27] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[23/27] Compiling CombineCoreBluetooth Exports.swift
[24/27] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[25/27] Compiling CombineCoreBluetooth Unimplemented.swift
[26/27] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[27/27] Compiling CombineCoreBluetooth Live+Peripheral.swift
Build complete! (15.19s)
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"
}
],
"manifest_display_name" : "CombineCoreBluetooth",
"name" : "CombineCoreBluetooth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"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.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/starryinternet/combinecorebluetooth/master
Repository: StarryInternet/CombineCoreBluetooth
Swift version used: 6.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
Extracting symbol information for 'CombineCoreBluetooth'...
Finished extracting symbol information for 'CombineCoreBluetooth'. (3.01s)
Building documentation for 'CombineCoreBluetooth'...
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> {Finished building documentation for 'CombineCoreBluetooth' (0.18s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/starryinternet/combinecorebluetooth/master
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Updated https://github.com/pointfreeco/swift-concurrency-extras (0.49s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.53s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Emitting module Snippets
[8/57] Compiling Snippets Snippet.swift
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit Names.swift
[26/57] Compiling SymbolKit SPI.swift
[27/57] Compiling SymbolKit Snippet.swift
[28/57] Compiling SymbolKit Extension.swift
[29/57] Compiling SymbolKit Symbol.swift
[30/57] Compiling SymbolKit SymbolKind.swift
[31/57] Compiling SymbolKit SymbolGraph.swift
[32/57] Compiling SymbolKit GraphCollector.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit Identifier.swift
[38/57] Compiling SymbolKit KindIdentifier.swift
[39/57] Compiling SymbolKit Location.swift
[40/57] Compiling SymbolKit Mutability.swift
[41/57] Compiling SymbolKit DeclarationFragments.swift
[42/57] Compiling SymbolKit Fragment.swift
[43/57] Compiling SymbolKit FragmentKind.swift
[44/57] Compiling SymbolKit FunctionParameter.swift
[45/57] Compiling SymbolKit FunctionSignature.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.09s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/24] Compiling CombineCoreBluetooth Interface+Central.swift
[3/24] Compiling CombineCoreBluetooth Live+Central.swift
[4/24] Compiling CombineCoreBluetooth Mock+Central.swift
[5/26] Emitting module CombineCoreBluetooth
[6/26] Compiling CombineCoreBluetooth Interface+CentralManager.swift
[7/26] Compiling CombineCoreBluetooth Live+CentralManager.swift
[8/26] Compiling CombineCoreBluetooth Mock+CentralManager.swift
[9/26] Compiling CombineCoreBluetooth PeripheralError.swift
[10/26] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[11/26] Compiling CombineCoreBluetooth ATTRequest.swift
[12/26] Compiling CombineCoreBluetooth AdvertisementData.swift
[13/26] Compiling CombineCoreBluetooth CentralManagerError.swift
[14/26] Compiling CombineCoreBluetooth Mock+Peripheral.swift
[15/26] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
[16/26] Compiling CombineCoreBluetooth L2CAPChannel.swift
[17/26] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[18/26] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[19/26] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[20/26] Compiling CombineCoreBluetooth Exports.swift
[21/26] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[22/26] Compiling CombineCoreBluetooth Unimplemented.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! (0.99s)
460
4 /Users/admin/builder/spi-builder-workspace/.docs/starryinternet/combinecorebluetooth/master
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/starryinternet/combinecorebluetooth/master
File count: 460
Doc size: 4.0MB
Preparing doc bundle ...
Uploading prod-starryinternet-combinecorebluetooth-master-cd9c9472.zip to s3://spi-docs-inbox/prod-starryinternet-combinecorebluetooth-master-cd9c9472.zip
Copying... [16%]
Copying... [24%]
Copying... [32%]
Copying... [47%]
Copying... [55%]
Copying... [63%]
Copying... [71%]
Copying... [87%]
Copying... [95%]
Copying... [100%]
Done.