The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncBluetooth with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manolofdez/AsyncBluetooth.git
Reference: 1.11.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/manolofdez/AsyncBluetooth
 * tag               1.11.0     -> FETCH_HEAD
HEAD is now at 2bb6c48 [Feature] Add the privacy manifest #49
Cloned https://github.com/manolofdez/AsyncBluetooth.git
Revision (git rev-parse @):
2bb6c48e886b4cb2bdf82074352ed60fe0515b35
SUCCESS checkout https://github.com/manolofdez/AsyncBluetooth.git at 1.11.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/manolofdez/AsyncBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/24] Compiling AsyncBluetooth CallbackUtils.swift
[3/24] Compiling AsyncBluetooth CentralManagerUtils.swift
[4/24] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
[5/27] Emitting module AsyncBluetooth
[6/27] Compiling AsyncBluetooth PeripheralDelegate.swift
[7/27] Compiling AsyncBluetooth Service.swift
[8/27] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
[9/27] Compiling AsyncBluetooth Characteristic.swift
[10/27] Compiling AsyncBluetooth Descriptor.swift
[11/27] Compiling AsyncBluetooth Characteristic+DataConversion.swift
[12/27] Compiling AsyncBluetooth AsyncBluetooth.swift
[13/27] Compiling AsyncBluetooth CentralManager.swift
[14/27] Compiling AsyncBluetooth CentralManagerContext.swift
[15/27] Compiling AsyncBluetooth CentralManagerEvent.swift
[16/27] Compiling AsyncBluetooth AsyncExecutorMap.swift
[17/27] Compiling AsyncBluetooth AsyncSerialExecutor.swift
[18/27] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
[19/27] Compiling AsyncBluetooth ScanData.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataConversion/PeripheralDataConvertible.swift:57:29: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        return .init(bytes: &value, count: MemoryLayout<Self>.size)
                            ^
[20/27] Compiling AsyncBluetooth PeripheralDataConvertible.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataConversion/PeripheralDataConvertible.swift:57:29: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        return .init(bytes: &value, count: MemoryLayout<Self>.size)
                            ^
[21/27] Compiling AsyncBluetooth BluetoothError.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DataConversion/PeripheralDataConvertible.swift:57:29: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
        return .init(bytes: &value, count: MemoryLayout<Self>.size)
                            ^
[22/27] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
[23/27] Compiling AsyncBluetooth Peripheral.swift
[24/27] Compiling AsyncBluetooth PeripheralContext.swift
[25/27] Compiling AsyncBluetooth FlushableExecutor.swift
[26/27] Compiling AsyncBluetooth ThreadSafeArray.swift
[27/27] Compiling AsyncBluetooth resource_bundle_accessor.swift
Build complete! (4.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncBluetooth",
  "name" : "AsyncBluetooth",
  "path" : "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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/Descriptor.swift",
        "Peripheral/Extensions/Characteristic+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/FlushableExecutor.swift",
        "Utils/ThreadSafeArray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.

Build Machine: Mac 7