The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of BlueConnect, reference 1.4.6 (19d07c), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 13:21:31 UTC.

Swift 6 data race errors: 0

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/danielepantaleone/BlueConnect.git
Reference: 1.4.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielepantaleone/BlueConnect
 * tag               1.4.6      -> FETCH_HEAD
HEAD is now at 19d07c5 Fix warnings due to preconcurrency usage on swift 5
Cloned https://github.com/danielepantaleone/BlueConnect.git
Revision (git rev-parse @):
19d07c5f6f55b77d795d86a5dd3359e44c318683
SUCCESS checkout https://github.com/danielepantaleone/BlueConnect.git at 1.4.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielepantaleone/BlueConnect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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-1EA4D86E10B52AF.txt
[5/42] Compiling BlueConnect Registry.swift
[6/42] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
[7/42] Compiling BlueConnect OptionalExtensions.swift
[8/42] Compiling BlueConnect ResultExtensions.swift
[9/46] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
[10/46] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
[11/46] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
[12/46] Compiling BlueConnect BleCharacteristicProxy.swift
[13/46] Compiling BlueConnect BleCharacteristicWriteProxy.swift
[14/46] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
[15/46] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
[16/46] Compiling BlueConnect Globals.swift
[17/46] Compiling BlueConnect BleCentral.swift
[18/46] Compiling BlueConnect BleAdvertisementData.swift
[19/46] Compiling BlueConnect BleCentralManager.swift
[20/46] Compiling BlueConnect BleCentralManagerDelegate.swift
[21/46] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
[22/46] Emitting module BlueConnect
[23/46] Compiling BlueConnect BlePeripheralManagerProxyError.swift
[24/46] Compiling BlueConnect BlePeripheralCachePolicy.swift
[25/46] Compiling BlueConnect BlePeripheralCacheRecord.swift
[26/46] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
[27/46] Compiling BlueConnect BlePeripheral.swift
[28/46] Compiling BlueConnect BlePeripheralDelegate.swift
[29/46] Compiling BlueConnect BlePeripheralManager.swift
[30/46] Compiling BlueConnect BlePeripheralManagerDelegate.swift
[31/46] Compiling BlueConnect BleCharacteristicProxyError.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueConnect/CharacteristicProxy/BleCharacteristicReadProxy+SwiftConcurrency.swift:51:53: warning: capture of non-sendable type 'Self.Type' in an isolated closure
49 |     /// - Throws: An error if the characteristic cannot be discovered or read within the specified timeout, or if decoding the data fails.
50 |     func read(cachePolicy: BlePeripheralCachePolicy = .never, timeout: DispatchTimeInterval = .seconds(10)) async throws -> ValueType {
51 |         try await withCheckedThrowingContinuation { continuation in
   |                                                     `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
52 |             read(cachePolicy: cachePolicy, timeout: timeout) { result in
53 |                 globalQueue.async {
[32/46] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueConnect/CharacteristicProxy/BleCharacteristicReadProxy+SwiftConcurrency.swift:51:53: warning: capture of non-sendable type 'Self.Type' in an isolated closure
49 |     /// - Throws: An error if the characteristic cannot be discovered or read within the specified timeout, or if decoding the data fails.
50 |     func read(cachePolicy: BlePeripheralCachePolicy = .never, timeout: DispatchTimeInterval = .seconds(10)) async throws -> ValueType {
51 |         try await withCheckedThrowingContinuation { continuation in
   |                                                     `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
52 |             read(cachePolicy: cachePolicy, timeout: timeout) { result in
53 |                 globalQueue.async {
[33/46] Compiling BlueConnect BleCharacteristicReadProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueConnect/CharacteristicProxy/BleCharacteristicReadProxy+SwiftConcurrency.swift:51:53: warning: capture of non-sendable type 'Self.Type' in an isolated closure
49 |     /// - Throws: An error if the characteristic cannot be discovered or read within the specified timeout, or if decoding the data fails.
50 |     func read(cachePolicy: BlePeripheralCachePolicy = .never, timeout: DispatchTimeInterval = .seconds(10)) async throws -> ValueType {
51 |         try await withCheckedThrowingContinuation { continuation in
   |                                                     `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
52 |             read(cachePolicy: cachePolicy, timeout: timeout) { result in
53 |                 globalQueue.async {
[34/46] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueConnect/CharacteristicProxy/BleCharacteristicReadProxy+SwiftConcurrency.swift:51:53: warning: capture of non-sendable type 'Self.Type' in an isolated closure
49 |     /// - Throws: An error if the characteristic cannot be discovered or read within the specified timeout, or if decoding the data fails.
50 |     func read(cachePolicy: BlePeripheralCachePolicy = .never, timeout: DispatchTimeInterval = .seconds(10)) async throws -> ValueType {
51 |         try await withCheckedThrowingContinuation { continuation in
   |                                                     `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
52 |             read(cachePolicy: cachePolicy, timeout: timeout) { result in
53 |                 globalQueue.async {
[35/46] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
[36/46] Compiling BlueConnect BleCentralManagerProxy+SwiftConcurrency.swift
[37/46] Compiling BlueConnect BleCentralManagerProxy.swift
[38/46] Compiling BlueConnect BleCentralManagerProxyError.swift
[39/46] Compiling BlueConnect BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift
[40/46] Compiling BlueConnect BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift
[41/46] Compiling BlueConnect BlePeripheralManagerProxy+SwiftConcurrency.swift
[42/46] Compiling BlueConnect BlePeripheralManagerProxy.swift
[43/46] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
[44/46] Compiling BlueConnect BlePeripheralProxy+SwiftConcurrency.swift
[45/46] Compiling BlueConnect BlePeripheralProxy.swift
[46/46] Compiling BlueConnect BlePeripheralProxyError.swift
Build complete! (20.17s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.74s)
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.4
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "BlueConnect",
  "name" : "BlueConnect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "BlueConnect",
      "targets" : [
        "BlueConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "BlueConnectTests",
      "module_type" : "SwiftTarget",
      "name" : "BlueConnectTests",
      "path" : "Tests/BlueConnectTests",
      "sources" : [
        "BleCentralManagerProxyConnectionTests.swift",
        "BleCentralManagerProxyDisconnectionTests.swift",
        "BleCentralManagerProxyPeripheralRetrievalTests.swift",
        "BleCentralManagerProxyScanTests.swift",
        "BleCentralManagerProxyStateChangeTests.swift",
        "BleCharacteristicNotifyProxyTests.swift",
        "BleCharacteristicProxyTests.swift",
        "BleCharacteristicReadProxyTests.swift",
        "BleCharacteristicWriteProxyTests.swift",
        "BleCharacteristicWriteWithoutResponseProxyTests.swift",
        "BlePeripheralManagerProxyAdvertisingTests.swift",
        "BlePeripheralManagerProxyStateChangeTests.swift",
        "BlePeripheralProxyDiscoverCharacteristicTests.swift",
        "BlePeripheralProxyDiscoverServiceTests.swift",
        "BlePeripheralProxyNotifyCharacteristicTests.swift",
        "BlePeripheralProxyRSSITests.swift",
        "BlePeripheralProxyReadCharacteristicTests.swift",
        "BlePeripheralProxyTests.swift",
        "BlePeripheralProxyWriteCharacteristicTests.swift",
        "BlueConnectTests.swift",
        "CentralManager/MockBleCentralManager.swift",
        "Common/MockBleDescriptor.swift",
        "Common/MockBleError.swift",
        "DispatchTimeIntervalExtTests.swift",
        "Extensions/Foundation/DataExtensions.swift",
        "Extensions/SwiftStdLib/RangeReplaceableCollectionExtensions.swift",
        "Peripheral/MockBlePeripheral.swift",
        "Peripheral/MockCBCharacteristic.swift",
        "Peripheral/MockCharacteristicBatteryLevelProxy.swift",
        "Peripheral/MockCharacteristicBufferProxy.swift",
        "Peripheral/MockCharacteristicFirmwareRevisionProxy.swift",
        "Peripheral/MockCharacteristicHardwareRevisionProxy.swift",
        "Peripheral/MockCharacteristicHeartRateProxy.swift",
        "Peripheral/MockCharacteristicSecretProxy.swift",
        "Peripheral/MockCharacteristicSerialNumberProxy.swift",
        "PeripheralManager/MockBlePeripheralManager.swift"
      ],
      "target_dependencies" : [
        "BlueConnect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BlueConnect",
      "module_type" : "SwiftTarget",
      "name" : "BlueConnect",
      "path" : "Sources/BlueConnect",
      "product_memberships" : [
        "BlueConnect"
      ],
      "sources" : [
        "Central/BleCentral.swift",
        "CentralManager/BleAdvertisementData.swift",
        "CentralManager/BleCentralManager.swift",
        "CentralManager/BleCentralManagerDelegate.swift",
        "CentralManagerProxy/BleCentralManagerProxy+BleCentralManagerDelegate.swift",
        "CentralManagerProxy/BleCentralManagerProxy+CBCentralManagerDelegate.swift",
        "CentralManagerProxy/BleCentralManagerProxy+SwiftConcurrency.swift",
        "CentralManagerProxy/BleCentralManagerProxy.swift",
        "CentralManagerProxy/BleCentralManagerProxyError.swift",
        "CharacteristicProxy/BleCharacteristicNotifyProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicNotifyProxy.swift",
        "CharacteristicProxy/BleCharacteristicProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicProxy.swift",
        "CharacteristicProxy/BleCharacteristicProxyError.swift",
        "CharacteristicProxy/BleCharacteristicReadProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicReadProxy.swift",
        "CharacteristicProxy/BleCharacteristicWriteProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicWriteProxy.swift",
        "CharacteristicProxy/BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift",
        "CharacteristicProxy/BleCharacteristicWriteWithoutResponseProxy.swift",
        "Common/Globals.swift",
        "Common/Registry.swift",
        "Extensions/Dispatch/DispatchTimeIntervalExtensions.swift",
        "Extensions/SwiftStdLib/OptionalExtensions.swift",
        "Extensions/SwiftStdLib/ResultExtensions.swift",
        "Peripheral/BlePeripheral.swift",
        "Peripheral/BlePeripheralDelegate.swift",
        "PeripheralManager/BlePeripheralManager.swift",
        "PeripheralManager/BlePeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+SwiftConcurrency.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxyError.swift",
        "PeripheralProxy/BlePeripheralCachePolicy.swift",
        "PeripheralProxy/BlePeripheralCacheRecord.swift",
        "PeripheralProxy/BlePeripheralProxy+BlePeripheralDelegate.swift",
        "PeripheralProxy/BlePeripheralProxy+CBPeripheralDelegate.swift",
        "PeripheralProxy/BlePeripheralProxy+SwiftConcurrency.swift",
        "PeripheralProxy/BlePeripheralProxy.swift",
        "PeripheralProxy/BlePeripheralProxyError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.