The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.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: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/manolofdez/AsyncBluetooth
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "asyncbluetooth",
      "name": "AsyncBluetooth",
      "url": "https://github.com/manolofdez/AsyncBluetooth.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncBluetooth",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/manolofdez/AsyncBluetooth.git from cache
Fetched https://github.com/manolofdez/AsyncBluetooth.git from cache (0.14s)
Creating working copy for https://github.com/manolofdez/AsyncBluetooth.git
Working copy of https://github.com/manolofdez/AsyncBluetooth.git resolved at main (2bb6c48)
warning: '.resolve-product-dependencies': dependency 'asyncbluetooth' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/manolofdez/AsyncBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-6044DDE57671499D.txt
[4/26] Compiling AsyncBluetooth Peripheral+ReadWrite.swift
[5/26] Compiling AsyncBluetooth Peripheral.swift
[6/26] Compiling AsyncBluetooth PeripheralContext.swift
[7/26] Compiling AsyncBluetooth CallbackUtils.swift
[8/26] Compiling AsyncBluetooth CentralManagerUtils.swift
[9/26] Compiling AsyncBluetooth AsyncExecutor+Flushable.swift
[10/26] Compiling AsyncBluetooth PeripheralDelegate.swift
[11/26] Compiling AsyncBluetooth Service.swift
[12/26] Compiling AsyncBluetooth AsyncBluetoothLogging.swift
[13/26] Compiling AsyncBluetooth AsyncExecutorMap.swift
[14/26] Compiling AsyncBluetooth AsyncSerialExecutor.swift
[15/26] Compiling AsyncBluetooth AsyncSerialExecutorConstants.swift
[16/26] Compiling AsyncBluetooth Characteristic.swift
[17/26] Compiling AsyncBluetooth Descriptor.swift
[18/26] Compiling AsyncBluetooth Characteristic+DataConversion.swift
[19/29] Emitting module AsyncBluetooth
[20/29] Compiling AsyncBluetooth ScanData.swift
/Users/builder/builds/UKfvDsi8u/1/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/29] Compiling AsyncBluetooth PeripheralDataConvertible.swift
/Users/builder/builds/UKfvDsi8u/1/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/29] Compiling AsyncBluetooth BluetoothError.swift
/Users/builder/builds/UKfvDsi8u/1/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)
                            ^
[23/29] Compiling AsyncBluetooth AsyncBluetooth.swift
[24/29] Compiling AsyncBluetooth CentralManager.swift
[25/29] Compiling AsyncBluetooth CentralManagerContext.swift
[26/29] Compiling AsyncBluetooth CentralManagerEvent.swift
[27/29] Compiling AsyncBluetooth FlushableExecutor.swift
[28/29] Compiling AsyncBluetooth ThreadSafeArray.swift
[29/29] Compiling AsyncBluetooth resource_bundle_accessor.swift
Build complete! (4.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncBluetooth",
  "name" : "AsyncBluetooth",
  "path" : "/Users/builder/builds/UKfvDsi8u/1/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/1/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