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 master (19d07c), with Swift 6.1 for macOS (SPM) on 10 Jun 2025 07:59:17 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielepantaleone/BlueConnect.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielepantaleone/BlueConnect
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
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-plugin from cache (1.43s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.45s)
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (4.73s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.65s)
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/7136] Fetching blueconnect
Fetched https://github.com/danielepantaleone/BlueConnect.git from cache (1.25s)
Creating working copy for https://github.com/danielepantaleone/BlueConnect.git
Working copy of https://github.com/danielepantaleone/BlueConnect.git resolved at master (19d07c5)
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+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"
}
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/42] Emitting module BlueConnect
[6/46] Compiling BlueConnect BlePeripheral.swift
[7/46] Compiling BlueConnect BlePeripheralDelegate.swift
[8/46] Compiling BlueConnect BlePeripheralManager.swift
[9/46] Compiling BlueConnect BlePeripheralManagerDelegate.swift
[10/46] Compiling BlueConnect BleCentral.swift
[11/46] Compiling BlueConnect BleAdvertisementData.swift
[12/46] Compiling BlueConnect BleCentralManager.swift
[13/46] Compiling BlueConnect BleCentralManagerDelegate.swift
[14/46] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
[15/46] Compiling BlueConnect BleCharacteristicProxyError.swift
[16/46] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
[17/46] Compiling BlueConnect BleCharacteristicReadProxy.swift
[18/46] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
[19/46] Compiling BlueConnect BleCharacteristicWriteProxy.swift
[20/46] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
[21/46] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
[22/46] Compiling BlueConnect Globals.swift
[23/46] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
[24/46] Compiling BlueConnect BleCentralManagerProxy+SwiftConcurrency.swift
[25/46] Compiling BlueConnect BleCentralManagerProxy.swift
[26/46] Compiling BlueConnect BleCentralManagerProxyError.swift
[27/46] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
[28/46] Compiling BlueConnect BlePeripheralProxy+SwiftConcurrency.swift
[29/46] Compiling BlueConnect BlePeripheralProxy.swift
[30/46] Compiling BlueConnect BlePeripheralProxyError.swift
[31/46] Compiling BlueConnect BlePeripheralManagerProxyError.swift
[32/46] Compiling BlueConnect BlePeripheralCachePolicy.swift
[33/46] Compiling BlueConnect BlePeripheralCacheRecord.swift
[34/46] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
[35/46] Compiling BlueConnect BlePeripheralManagerProxy+BlePeripheralManagerDelegate.swift
[36/46] Compiling BlueConnect BlePeripheralManagerProxy+CBPeripheralManagerDelegate.swift
[37/46] Compiling BlueConnect BlePeripheralManagerProxy+SwiftConcurrency.swift
[38/46] Compiling BlueConnect BlePeripheralManagerProxy.swift
[39/46] Compiling BlueConnect Registry.swift
[40/46] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
[41/46] Compiling BlueConnect OptionalExtensions.swift
[42/46] Compiling BlueConnect ResultExtensions.swift
[43/46] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
[44/46] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
[45/46] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
[46/46] Compiling BlueConnect BleCharacteristicProxy.swift
Build complete! (13.79s)
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.