The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of BlueConnect, reference 1.4.1 (93cfe5), with Swift 6.0 for macOS (SPM) on 18 Apr 2025 09:08:21 UTC.

Swift 6 data race errors: 11

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielepantaleone/BlueConnect.git
Reference: 1.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielepantaleone/BlueConnect
 * tag               1.4.1      -> FETCH_HEAD
HEAD is now at 93cfe56 Updated CHANGELOG.md
Cloned https://github.com/danielepantaleone/BlueConnect.git
Revision (git rev-parse @):
93cfe5614c3e8f55aa6f4bfe94e0d24abf4d8fa4
SUCCESS checkout https://github.com/danielepantaleone/BlueConnect.git at 1.4.1
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/5415] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (3.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
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/6474] Fetching blueconnect
Fetched https://github.com/danielepantaleone/BlueConnect.git from cache (1.15s)
Creating working copy for https://github.com/danielepantaleone/BlueConnect.git
Working copy of https://github.com/danielepantaleone/BlueConnect.git resolved at 1.4.1 (93cfe56)
warning: '.resolve-product-dependencies': dependency 'blueconnect' 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/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.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[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-5BDAB9E9C0126B9D.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 BleCharacteristicWriteProxy.swift
[11/46] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy+SwiftConcurrency.swift
[12/46] Compiling BlueConnect BleCharacteristicWriteWithoutResponseProxy.swift
[13/46] Compiling BlueConnect Globals.swift
[14/46] Compiling BlueConnect BlePeripheralManagerProxyError.swift
[15/46] Compiling BlueConnect BlePeripheralCachePolicy.swift
[16/46] Compiling BlueConnect BlePeripheralCacheRecord.swift
[17/46] Compiling BlueConnect BlePeripheralProxy+BlePeripheralDelegate.swift
[18/46] Compiling BlueConnect BleCharacteristicNotifyProxy+SwiftConcurrency.swift
[19/46] Compiling BlueConnect BleCharacteristicNotifyProxy.swift
[20/46] Compiling BlueConnect BleCharacteristicProxy+SwiftConcurrency.swift
[21/46] Compiling BlueConnect BleCharacteristicProxy.swift
[22/46] Compiling BlueConnect BleCentral.swift
[23/46] Compiling BlueConnect BleAdvertisementData.swift
[24/46] Compiling BlueConnect BleCentralManager.swift
[25/46] Compiling BlueConnect BleCentralManagerDelegate.swift
[26/46] Compiling BlueConnect BleCentralManagerProxy+BleCentralManagerDelegate.swift
[27/46] Compiling BlueConnect Registry.swift
[28/46] Compiling BlueConnect DispatchTimeIntervalExtensions.swift
[29/46] Compiling BlueConnect OptionalExtensions.swift
[30/46] Compiling BlueConnect ResultExtensions.swift
[31/46] Compiling BlueConnect BleCentralManagerProxy+CBCentralManagerDelegate.swift
[32/46] Compiling BlueConnect BleCentralManagerProxy+SwiftConcurrency.swift
[33/46] Compiling BlueConnect BleCentralManagerProxy.swift
[34/46] Compiling BlueConnect BleCentralManagerProxyError.swift
[35/46] Compiling BlueConnect BlePeripheralProxy+CBPeripheralDelegate.swift
[36/46] Compiling BlueConnect BlePeripheralProxy+SwiftConcurrency.swift
[37/46] Compiling BlueConnect BlePeripheralProxy.swift
[38/46] Compiling BlueConnect BlePeripheralProxyError.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 BleCharacteristicProxyError.swift
[44/46] Compiling BlueConnect BleCharacteristicReadProxy+SwiftConcurrency.swift
[45/46] Compiling BlueConnect BleCharacteristicReadProxy.swift
[46/46] Compiling BlueConnect BleCharacteristicWriteProxy+SwiftConcurrency.swift
Build complete! (25.40s)
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.