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.5.1 (2d653f), with Swift 6.1 for macOS (SPM) on 8 Sep 2025 16:12:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielepantaleone/BlueConnect.git
Reference: 1.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielepantaleone/BlueConnect
 * tag               1.5.1      -> FETCH_HEAD
HEAD is now at 2d653fa Bump version: 1.5.1
Cloned https://github.com/danielepantaleone/BlueConnect.git
Revision (git rev-parse @):
2d653faf664c809f671bcedceddc5d3f285891fa
SUCCESS checkout https://github.com/danielepantaleone/BlueConnect.git at 1.5.1
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.92s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (4.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.68s)
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
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
========================================
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": "blueconnect",
      "name": "BlueConnect",
      "url": "https://github.com/danielepantaleone/BlueConnect.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueConnect",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielepantaleone/BlueConnect.git
[1/7981] Fetching blueconnect
Fetched https://github.com/danielepantaleone/BlueConnect.git from cache (1.24s)
Creating working copy for https://github.com/danielepantaleone/BlueConnect.git
Working copy of https://github.com/danielepantaleone/BlueConnect.git resolved at 1.5.1 (2d653fa)
warning: '.resolve-product-dependencies': dependency 'blueconnect' 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/danielepantaleone/BlueConnect.git
https://github.com/danielepantaleone/BlueConnect.git
{
  "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+Connection.swift",
        "CentralManagerProxy/BleCentralManagerProxy+Disconnection.swift",
        "CentralManagerProxy/BleCentralManagerProxy+Retrieval.swift",
        "CentralManagerProxy/BleCentralManagerProxy+Scan.swift",
        "CentralManagerProxy/BleCentralManagerProxy+WaitUntilReady.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+Advertising.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+Characteristics.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+Services.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+WaitUntilReady.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxyError.swift",
        "PeripheralProxy/BlePeripheralCachePolicy.swift",
        "PeripheralProxy/BlePeripheralCacheRecord.swift",
        "PeripheralProxy/BlePeripheralProxy+BlePeripheralDelegate.swift",
        "PeripheralProxy/BlePeripheralProxy+CBPeripheralDelegate.swift",
        "PeripheralProxy/BlePeripheralProxy+CharacteristicDiscovery.swift",
        "PeripheralProxy/BlePeripheralProxy+CharacteristicNotify.swift",
        "PeripheralProxy/BlePeripheralProxy+CharacteristicRead.swift",
        "PeripheralProxy/BlePeripheralProxy+CharacteristicWrite.swift",
        "PeripheralProxy/BlePeripheralProxy+RSSI.swift",
        "PeripheralProxy/BlePeripheralProxy+ServiceDiscovery.swift",
        "PeripheralProxy/BlePeripheralProxy.swift",
        "PeripheralProxy/BlePeripheralProxyError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
[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/53] Emitting module BlueConnect
[6/58] Compiling BlueConnect ResultExtensions.swift
[7/58] Compiling BlueConnect BlePeripheral.swift
[8/58] Compiling BlueConnect BlePeripheralDelegate.swift
[9/58] Compiling BlueConnect BlePeripheralManager.swift
[10/58] Compiling BlueConnect BlePeripheralManagerDelegate.swift
[11/58] Compiling BlueConnect BlePeripheralProxy+CharacteristicWrite.swift
[12/58] Compiling BlueConnect BlePeripheralProxy+RSSI.swift
[13/58] Compiling BlueConnect BlePeripheralProxy+ServiceDiscovery.swift
[14/58] Compiling BlueConnect BlePeripheralProxy.swift
[15/58] Compiling BlueConnect BlePeripheralProxyError.swift
[16/58] Compiling BlueConnect BleCentralManagerProxyError.swift
[17/58] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
[18/58] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
[19/58] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
[20/58] Compiling BlueConnect BleCharacteristicProxy.swift
[21/58] Compiling BlueConnect BleCharacteristicProxyError.swift
[22/58] Compiling BlueConnect BleCentral.swift
[23/58] Compiling BlueConnect BleAdvertisementData.swift
[24/58] Compiling BlueConnect BleCentralManager.swift
[25/58] Compiling BlueConnect BleCentralManagerDelegate.swift
[26/58] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
[27/58] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
[28/58] Compiling BlueConnect BleCentralManagerProxy+Connection.swift
[29/58] Compiling BlueConnect BleCentralManagerProxy+Disconnection.swift
[30/58] Compiling BlueConnect BleCentralManagerProxy+Retrieval.swift
[31/58] Compiling BlueConnect BleCentralManagerProxy+Scan.swift
[32/58] Compiling BlueConnect BleCentralManagerProxy+WaitUntilReady.swift
[33/58] Compiling BlueConnect BleCentralManagerProxy.swift
[34/58] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
[35/58] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
[36/58] Compiling BlueConnect BlePeripheralProxy+CharacteristicDiscovery.swift
[37/58] Compiling BlueConnect BlePeripheralProxy+CharacteristicNotify.swift
[38/58] Compiling BlueConnect BlePeripheralProxy+CharacteristicRead.swift
[39/58] Compiling BlueConnect BlePeripheralManagerProxy+Advertising.swift
[40/58] Compiling BlueConnect BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift
[41/58] Compiling BlueConnect BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift
[42/58] Compiling BlueConnect BlePeripheralManagerProxy+Characteristics.swift
[43/58] Compiling BlueConnect BlePeripheralManagerProxy+Services.swift
[44/58] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
[45/58] Compiling BlueConnect Globals.swift
[46/58] Compiling BlueConnect Registry.swift
[47/58] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
[48/58] Compiling BlueConnect OptionalExtensions.swift
[49/58] Compiling BlueConnect BlePeripheralManagerProxy+WaitUntilReady.swift
[50/58] Compiling BlueConnect BlePeripheralManagerProxy.swift
[51/58] Compiling BlueConnect BlePeripheralManagerProxyError.swift
[52/58] Compiling BlueConnect BlePeripheralCachePolicy.swift
[53/58] Compiling BlueConnect BlePeripheralCacheRecord.swift
[54/58] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
[55/58] Compiling BlueConnect BleCharacteristicReadProxy.swift
[56/58] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
[57/58] Compiling BlueConnect BleCharacteristicWriteProxy.swift
[58/58] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
Build complete! (15.14s)
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+Connection.swift",
        "CentralManagerProxy/BleCentralManagerProxy+Disconnection.swift",
        "CentralManagerProxy/BleCentralManagerProxy+Retrieval.swift",
        "CentralManagerProxy/BleCentralManagerProxy+Scan.swift",
        "CentralManagerProxy/BleCentralManagerProxy+WaitUntilReady.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+Advertising.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+Characteristics.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+Services.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy+WaitUntilReady.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxy.swift",
        "PeripheralManagerProxy/BlePeripheralManagerProxyError.swift",
        "PeripheralProxy/BlePeripheralCachePolicy.swift",
        "PeripheralProxy/BlePeripheralCacheRecord.swift",
        "PeripheralProxy/BlePeripheralProxy+BlePeripheralDelegate.swift",
        "PeripheralProxy/BlePeripheralProxy+CBPeripheralDelegate.swift",
        "PeripheralProxy/BlePeripheralProxy+CharacteristicDiscovery.swift",
        "PeripheralProxy/BlePeripheralProxy+CharacteristicNotify.swift",
        "PeripheralProxy/BlePeripheralProxy+CharacteristicRead.swift",
        "PeripheralProxy/BlePeripheralProxy+CharacteristicWrite.swift",
        "PeripheralProxy/BlePeripheralProxy+RSSI.swift",
        "PeripheralProxy/BlePeripheralProxy+ServiceDiscovery.swift",
        "PeripheralProxy/BlePeripheralProxy.swift",
        "PeripheralProxy/BlePeripheralProxyError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.