The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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

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.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StarryInternet/CombineCoreBluetooth.git
Reference: 0.8.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/StarryInternet/CombineCoreBluetooth
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at 72b672e Bump podspect version
Cloned https://github.com/StarryInternet/CombineCoreBluetooth.git
Revision (git rev-parse @):
72b672e3adfdb0af357bfcebd4ef185429076405
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/StarryInternet/CombineCoreBluetooth.git at 0.8.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/StarryInternet/CombineCoreBluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/24] Compiling CombineCoreBluetooth Exports.swift
[4/24] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[5/24] Compiling CombineCoreBluetooth Unimplemented.swift
[6/24] Compiling CombineCoreBluetooth L2CAPChannel.swift
[7/24] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[8/24] Compiling CombineCoreBluetooth Peer.swift
[9/27] Compiling CombineCoreBluetooth ATTRequest.swift
[10/27] Compiling CombineCoreBluetooth AdvertisementData.swift
[11/27] Compiling CombineCoreBluetooth CentralManagerError.swift
[12/27] Emitting module CombineCoreBluetooth
[13/27] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[14/27] Compiling CombineCoreBluetooth PeripheralError.swift
[15/27] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[16/27] Compiling CombineCoreBluetooth Interface+Central.swift
[17/27] Compiling CombineCoreBluetooth Live+Central.swift
[18/27] Compiling CombineCoreBluetooth Mock+Central.swift
[19/27] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[20/27] Compiling CombineCoreBluetooth Live+Peripheral.swift
[21/27] Compiling CombineCoreBluetooth Mock+Peripheral.swift
[22/27] Compiling CombineCoreBluetooth Interface+CentralManager.swift
[23/27] Compiling CombineCoreBluetooth Live+CentralManager.swift
[24/27] Compiling CombineCoreBluetooth Mock+CentralManager.swift
[25/27] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
[26/27] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[27/27] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
Build complete! (9.51s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.16s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras (0.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.02s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.02s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "CombineCoreBluetooth",
  "name" : "CombineCoreBluetooth",
  "path" : "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineCoreBluetooth",
      "targets" : [
        "CombineCoreBluetooth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineCoreBluetoothTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineCoreBluetoothTests",
      "path" : "Tests/CombineCoreBluetoothTests",
      "product_dependencies" : [
        "ConcurrencyExtras"
      ],
      "sources" : [
        "CentralManagerTests.swift",
        "PeripheralManagerTests.swift",
        "PeripheralTests.swift"
      ],
      "target_dependencies" : [
        "CombineCoreBluetooth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineCoreBluetooth",
      "module_type" : "SwiftTarget",
      "name" : "CombineCoreBluetooth",
      "path" : "Sources/CombineCoreBluetooth",
      "product_memberships" : [
        "CombineCoreBluetooth"
      ],
      "sources" : [
        "Central/Interface+Central.swift",
        "Central/Live+Central.swift",
        "Central/Mock+Central.swift",
        "CentralManager/Interface+CentralManager.swift",
        "CentralManager/Live+CentralManager.swift",
        "CentralManager/Mock+CentralManager.swift",
        "Internal/Exports.swift",
        "Internal/Publisher+Extensions.swift",
        "Internal/Unimplemented.swift",
        "Models/ATTRequest.swift",
        "Models/AdvertisementData.swift",
        "Models/CentralManagerError.swift",
        "Models/L2CAPChannel.swift",
        "Models/ManagerCreationOptions.swift",
        "Models/Peer.swift",
        "Models/PeripheralDiscovery.swift",
        "Models/PeripheralError.swift",
        "Models/PeripheralManagerError.swift",
        "Peripheral/Interface+Peripheral.swift",
        "Peripheral/Live+Peripheral.swift",
        "Peripheral/Mock+Peripheral.swift",
        "PeripheralManager/Interface+PeripheralManager.swift",
        "PeripheralManager/Live+PeripheralManager.swift",
        "PeripheralManager/Mock+PeripheralManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.