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 AsyncBluetooth, reference 6.1.0 (3fc99d), with Swift 6.2 (beta) for macOS (SPM) on 28 Jun 2025 17:38:04 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/manolofdez/AsyncBluetooth.git
Reference: 6.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manolofdez/AsyncBluetooth
 * tag               6.1.0      -> FETCH_HEAD
HEAD is now at 3fc99dd [Maintenance] Make cancelAllOperations non throwing. Aligns to Peripheral (#81)
Cloned https://github.com/manolofdez/AsyncBluetooth.git
Revision (git rev-parse @):
3fc99dd2c4a2fcf1f9283c26584f8f344e97e872
SUCCESS checkout https://github.com/manolofdez/AsyncBluetooth.git at 6.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/manolofdez/AsyncBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/30] Emitting module AsyncBluetooth
/Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManagerContext.swift:33:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     nonisolated private(set) lazy var eventSubject = PassthroughSubject<CentralManagerEvent, Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
34 |
35 |     private(set) lazy var waitUntilReadyExecutor = {
/Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift:9:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
 7 | /// Contains the objects necessary to track a Peripheral's commands.
 8 | actor PeripheralContext {
 9 |     nonisolated private(set) lazy var characteristicValueUpdatedSubject = PassthroughSubject<CharacteristicValueUpdateEventData, Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
10 |     nonisolated private(set) lazy var invalidatedServicesSubject = PassthroughSubject<[Service], Never>()
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift:10:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
 8 | actor PeripheralContext {
 9 |     nonisolated private(set) lazy var characteristicValueUpdatedSubject = PassthroughSubject<CharacteristicValueUpdateEventData, Never>()
10 |     nonisolated private(set) lazy var invalidatedServicesSubject = PassthroughSubject<[Service], Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
11 |
12 |     private(set) lazy var readRSSIExecutor = {
[5/32] Compiling AsyncBluetooth ThreadSafeArray.swift
[6/32] Compiling AsyncBluetooth resource_bundle_accessor.swift
[7/32] Compiling AsyncBluetooth CentralManagerEvent.swift
[8/32] Compiling AsyncBluetooth ScanData.swift
[9/32] Compiling AsyncBluetooth PeripheralDataConvertible.swift
[10/32] Compiling AsyncBluetooth AsyncBluetooth.swift
/Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManagerContext.swift:33:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     nonisolated private(set) lazy var eventSubject = PassthroughSubject<CentralManagerEvent, Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
34 |
35 |     private(set) lazy var waitUntilReadyExecutor = {
[11/32] Compiling AsyncBluetooth CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManagerContext.swift:33:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     nonisolated private(set) lazy var eventSubject = PassthroughSubject<CentralManagerEvent, Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
34 |
35 |     private(set) lazy var waitUntilReadyExecutor = {
[12/32] Compiling AsyncBluetooth CentralManagerContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/CentralManager/CentralManagerContext.swift:33:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     nonisolated private(set) lazy var eventSubject = PassthroughSubject<CentralManagerEvent, Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
34 |
35 |     private(set) lazy var waitUntilReadyExecutor = {
[13/32] Compiling AsyncBluetooth CallbackUtils.swift
[14/32] Compiling AsyncBluetooth CentralManagerUtils.swift
[15/32] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
[16/32] Compiling AsyncBluetooth CBUUID+Sendable.swift
[17/32] Compiling AsyncBluetooth FlushableExecutor.swift
[18/32] Compiling AsyncBluetooth BluetoothError.swift
[19/32] Compiling AsyncBluetooth Characteristic.swift
[20/32] Compiling AsyncBluetooth CharacteristicValueUpdateEventData.swift
[21/32] Compiling AsyncBluetooth PeripheralDelegate.swift
[22/32] Compiling AsyncBluetooth Service.swift
[23/32] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
[24/32] Compiling AsyncBluetooth AsyncExecutorMap.swift
[25/32] Compiling AsyncBluetooth AsyncSerialExecutor.swift
[26/32] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
[27/32] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
/Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift:9:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
 7 | /// Contains the objects necessary to track a Peripheral's commands.
 8 | actor PeripheralContext {
 9 |     nonisolated private(set) lazy var characteristicValueUpdatedSubject = PassthroughSubject<CharacteristicValueUpdateEventData, Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
10 |     nonisolated private(set) lazy var invalidatedServicesSubject = PassthroughSubject<[Service], Never>()
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift:10:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
 8 | actor PeripheralContext {
 9 |     nonisolated private(set) lazy var characteristicValueUpdatedSubject = PassthroughSubject<CharacteristicValueUpdateEventData, Never>()
10 |     nonisolated private(set) lazy var invalidatedServicesSubject = PassthroughSubject<[Service], Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
11 |
12 |     private(set) lazy var readRSSIExecutor = {
[28/32] Compiling AsyncBluetooth Peripheral.swift
/Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift:9:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
 7 | /// Contains the objects necessary to track a Peripheral's commands.
 8 | actor PeripheralContext {
 9 |     nonisolated private(set) lazy var characteristicValueUpdatedSubject = PassthroughSubject<CharacteristicValueUpdateEventData, Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
10 |     nonisolated private(set) lazy var invalidatedServicesSubject = PassthroughSubject<[Service], Never>()
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift:10:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
 8 | actor PeripheralContext {
 9 |     nonisolated private(set) lazy var characteristicValueUpdatedSubject = PassthroughSubject<CharacteristicValueUpdateEventData, Never>()
10 |     nonisolated private(set) lazy var invalidatedServicesSubject = PassthroughSubject<[Service], Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
11 |
12 |     private(set) lazy var readRSSIExecutor = {
[29/32] Compiling AsyncBluetooth PeripheralContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift:9:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
 7 | /// Contains the objects necessary to track a Peripheral's commands.
 8 | actor PeripheralContext {
 9 |     nonisolated private(set) lazy var characteristicValueUpdatedSubject = PassthroughSubject<CharacteristicValueUpdateEventData, Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
10 |     nonisolated private(set) lazy var invalidatedServicesSubject = PassthroughSubject<[Service], Never>()
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Peripheral/PeripheralContext.swift:10:5: warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
 8 | actor PeripheralContext {
 9 |     nonisolated private(set) lazy var characteristicValueUpdatedSubject = PassthroughSubject<CharacteristicValueUpdateEventData, Never>()
10 |     nonisolated private(set) lazy var invalidatedServicesSubject = PassthroughSubject<[Service], Never>()
   |     `- warning: 'nonisolated' is not supported on lazy properties; this is an error in the Swift 6 language mode
11 |
12 |     private(set) lazy var readRSSIExecutor = {
[30/32] Compiling AsyncBluetooth Descriptor.swift
[31/32] Compiling AsyncBluetooth Characteristic+DataConversion.swift
[32/32] Compiling AsyncBluetooth CharacteristicValueUpdateData+DataConversion.swift
Build complete! (5.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncBluetooth",
  "name" : "AsyncBluetooth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncBluetooth",
      "targets" : [
        "AsyncBluetooth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AsyncBluetoothTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncBluetoothTests",
      "path" : "Tests",
      "sources" : [
        "AsyncExecutorMapTests.swift",
        "AsyncSerailExecutorTests.swift",
        "CentralManagerUtilsTests.swift",
        "PeripheralDataConversionTests.swift"
      ],
      "target_dependencies" : [
        "AsyncBluetooth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncBluetooth",
      "module_type" : "SwiftTarget",
      "name" : "AsyncBluetooth",
      "path" : "Sources",
      "product_memberships" : [
        "AsyncBluetooth"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncBluetooth.swift",
        "CentralManager/CentralManager.swift",
        "CentralManager/CentralManagerContext.swift",
        "CentralManager/CentralManagerEvent.swift",
        "CentralManager/ScanData.swift",
        "DataConversion/PeripheralDataConvertible.swift",
        "Peripheral/BluetoothError.swift",
        "Peripheral/Characteristic.swift",
        "Peripheral/CharacteristicValueUpdateEventData.swift",
        "Peripheral/Descriptor.swift",
        "Peripheral/Extensions/Characteristic+DataConversion.swift",
        "Peripheral/Extensions/CharacteristicValueUpdateData+DataConversion.swift",
        "Peripheral/Extensions/Peripheral+ReadWrite.swift",
        "Peripheral/Peripheral.swift",
        "Peripheral/PeripheralContext.swift",
        "Peripheral/PeripheralDelegate.swift",
        "Peripheral/Service.swift",
        "Utils/AsyncBluetoothLogging.swift",
        "Utils/AsyncExecutorMap.swift",
        "Utils/AsyncSerialExecutor.swift",
        "Utils/AsyncSerialExecutorConstants.swift",
        "Utils/CallbackUtils.swift",
        "Utils/CentralManagerUtils.swift",
        "Utils/Extensions/AsyncExecutor+Flushable.swift",
        "Utils/Extensions/CBUUID+Sendable.swift",
        "Utils/FlushableExecutor.swift",
        "Utils/ThreadSafeArray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.