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 CBCBluetooth, reference 1.1.4 (098c1e), with Swift 5.9 for macOS (SPM) on 3 Feb 2025 15:47:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eugene-software/CBCBluetooth.git
Reference: 1.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugene-software/CBCBluetooth
 * tag               1.1.4      -> FETCH_HEAD
HEAD is now at 098c1ed - podspec updated
Cloned https://github.com/eugene-software/CBCBluetooth.git
Revision (git rev-parse @):
098c1ed506fd32006e7008f4178d89fb2c09b1d6
SUCCESS checkout https://github.com/eugene-software/CBCBluetooth.git at 1.1.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/eugene-software/CBCBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/16] Compiling CBCBluetooth Optional+ext.swift
[2/16] Compiling CBCBluetooth CBCCentralManager.swift
[3/17] Compiling CBCBluetooth CBCPeripheral.swift
[4/17] Compiling CBCBluetooth CBCCentralManagerFactory.swift
[5/17] Compiling CBCBluetooth CBCCharacteristic.swift
[6/17] Compiling CBCBluetooth CoreBluetoothService.swift
[7/17] Compiling CBCBluetooth Error+ext.swift
[8/17] Compiling CBCBluetooth CoreBluetoothCentralManager.swift
[9/17] Compiling CBCBluetooth CoreBluetoothCharacteristic.swift
[10/17] Compiling CBCBluetooth CBCCharacteristicData.swift
[11/17] Emitting module CBCBluetooth
[12/17] Compiling CBCBluetooth CoreBluetoothPeripheralDelegate.swift
[13/17] Compiling CBCBluetooth CoreBluetoothdCentralManagerDelegate.swift
[14/17] Compiling CBCBluetooth CBCError.swift
[15/17] Compiling CBCBluetooth CoreBluetoothCharacteristicData.swift
[16/17] Compiling CBCBluetooth CoreBluetoothPeripheral.swift
[17/17] Compiling CBCBluetooth CBCService.swift
Build complete! (7.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CBCBluetooth",
  "name" : "CBCBluetooth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CBCBluetooth",
      "targets" : [
        "CBCBluetooth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBCBluetooth",
      "module_type" : "SwiftTarget",
      "name" : "CBCBluetooth",
      "path" : "Sources/CBCBluetooth",
      "product_memberships" : [
        "CBCBluetooth"
      ],
      "sources" : [
        "Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothPeripheralDelegate.swift",
        "Classes/Implementation/CoreBluetooth Delegate/CoreBluetoothdCentralManagerDelegate.swift",
        "Classes/Implementation/CoreBluetoothCentralManager.swift",
        "Classes/Implementation/CoreBluetoothCharacteristic.swift",
        "Classes/Implementation/CoreBluetoothCharacteristicData.swift",
        "Classes/Implementation/CoreBluetoothPeripheral.swift",
        "Classes/Implementation/CoreBluetoothService.swift",
        "Classes/Implementation/Error+ext.swift",
        "Classes/Implementation/Optional+ext.swift",
        "Classes/Protocol/CBCCentralManager.swift",
        "Classes/Protocol/CBCCentralManagerFactory.swift",
        "Classes/Protocol/CBCCharacteristic.swift",
        "Classes/Protocol/CBCCharacteristicData.swift",
        "Classes/Protocol/CBCError.swift",
        "Classes/Protocol/CBCPeripheral.swift",
        "Classes/Protocol/CBCService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.