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 master (098c1e), with Swift 6.0 for macOS (SPM) on 3 Feb 2025 15:46:23 UTC.

Swift 6 data race errors: 0

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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eugene-software/CBCBluetooth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugene-software/CBCBluetooth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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": "cbcbluetooth",
      "name": "CBCBluetooth",
      "url": "https://github.com/eugene-software/CBCBluetooth.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CBCBluetooth",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/eugene-software/CBCBluetooth.git
[1/208] Fetching cbcbluetooth
Fetched https://github.com/eugene-software/CBCBluetooth.git from cache (0.75s)
Creating working copy for https://github.com/eugene-software/CBCBluetooth.git
Working copy of https://github.com/eugene-software/CBCBluetooth.git resolved at master (098c1ed)
warning: '.resolve-product-dependencies': dependency 'cbcbluetooth' 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/eugene-software/CBCBluetooth.git
https://github.com/eugene-software/CBCBluetooth.git
{
  "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"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/18] Compiling CBCBluetooth CBCPeripheral.swift
[4/18] Compiling CBCBluetooth CBCCharacteristicData.swift
[5/18] Compiling CBCBluetooth CBCCentralManagerFactory.swift
[6/18] Compiling CBCBluetooth CBCCharacteristic.swift
[7/19] Compiling CBCBluetooth CBCError.swift
[8/19] Compiling CBCBluetooth Optional+ext.swift
[9/19] Compiling CBCBluetooth CBCCentralManager.swift
[10/19] Compiling CBCBluetooth CoreBluetoothService.swift
[11/19] Compiling CBCBluetooth Error+ext.swift
[12/19] Compiling CBCBluetooth CoreBluetoothCentralManager.swift
[13/19] Compiling CBCBluetooth CoreBluetoothCharacteristic.swift
[14/19] Compiling CBCBluetooth CoreBluetoothPeripheralDelegate.swift
[15/19] Compiling CBCBluetooth CoreBluetoothdCentralManagerDelegate.swift
[16/19] Compiling CBCBluetooth CoreBluetoothCharacteristicData.swift
[17/19] Compiling CBCBluetooth CoreBluetoothPeripheral.swift
[18/19] Emitting module CBCBluetooth
[19/19] Compiling CBCBluetooth CBCService.swift
Build complete! (15.47s)
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.