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

Failed to build CombineCoreBluetooth, reference master (17ef83), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 17:30:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StarryInternet/CombineCoreBluetooth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StarryInternet/CombineCoreBluetooth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 17ef837 Merge pull request #38 from StarryInternet/fix-warnings
Cloned https://github.com/StarryInternet/CombineCoreBluetooth.git
Revision (git rev-parse @):
17ef837de13c506915dd7fa73a215ef77875b356
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StarryInternet/CombineCoreBluetooth.git at master
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.40s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (1.47s)
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
========================================
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": "combinecorebluetooth",
      "name": "CombineCoreBluetooth",
      "url": "https://github.com/StarryInternet/CombineCoreBluetooth.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineCoreBluetooth",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/StarryInternet/CombineCoreBluetooth.git
[1/980] Fetching combinecorebluetooth
Fetched https://github.com/StarryInternet/CombineCoreBluetooth.git from cache (0.84s)
Creating working copy for https://github.com/StarryInternet/CombineCoreBluetooth.git
Working copy of https://github.com/StarryInternet/CombineCoreBluetooth.git resolved at master (17ef837)
warning: '.resolve-product-dependencies': dependency 'combinecorebluetooth' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StarryInternet/CombineCoreBluetooth.git
https://github.com/StarryInternet/CombineCoreBluetooth.git
{
  "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"
    }
  ],
  "manifest_display_name" : "CombineCoreBluetooth",
  "name" : "CombineCoreBluetooth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "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.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/25] Emitting module CombineCoreBluetooth
[4/27] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[5/27] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[6/27] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[7/27] Compiling CombineCoreBluetooth Live+Peripheral.swift
[8/27] Compiling CombineCoreBluetooth Interface+Central.swift
[9/27] Compiling CombineCoreBluetooth Live+Central.swift
[10/27] Compiling CombineCoreBluetooth Mock+Central.swift
[11/27] Compiling CombineCoreBluetooth PeripheralError.swift
[12/27] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[13/27] Compiling CombineCoreBluetooth Peer.swift
[14/27] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[15/27] Compiling CombineCoreBluetooth Interface+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
[16/27] Compiling CombineCoreBluetooth Live+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
[17/27] Compiling CombineCoreBluetooth Mock+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
[18/27] Compiling CombineCoreBluetooth ATTRequest.swift
[19/27] Compiling CombineCoreBluetooth AdvertisementData.swift
[20/27] Compiling CombineCoreBluetooth CentralManagerError.swift
[21/27] Compiling CombineCoreBluetooth Mock+Peripheral.swift
[22/27] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
[23/27] Compiling CombineCoreBluetooth L2CAPChannel.swift
[24/27] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[25/27] Compiling CombineCoreBluetooth Exports.swift
[26/27] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[27/27] Compiling CombineCoreBluetooth Unimplemented.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/24] Compiling CombineCoreBluetooth Interface+Central.swift
[3/24] Compiling CombineCoreBluetooth Live+Central.swift
[4/24] Compiling CombineCoreBluetooth Mock+Central.swift
[5/26] Compiling CombineCoreBluetooth PeripheralError.swift
[6/26] Compiling CombineCoreBluetooth PeripheralManagerError.swift
[7/26] Compiling CombineCoreBluetooth Exports.swift
[8/26] Compiling CombineCoreBluetooth Publisher+Extensions.swift
[9/26] Compiling CombineCoreBluetooth Unimplemented.swift
[10/26] Compiling CombineCoreBluetooth ATTRequest.swift
[11/26] Compiling CombineCoreBluetooth AdvertisementData.swift
[12/26] Compiling CombineCoreBluetooth CentralManagerError.swift
[13/26] Emitting module CombineCoreBluetooth
[14/26] Compiling CombineCoreBluetooth Live+PeripheralManager.swift
[15/26] Compiling CombineCoreBluetooth Mock+PeripheralManager.swift
[16/26] Compiling CombineCoreBluetooth L2CAPChannel.swift
[17/26] Compiling CombineCoreBluetooth ManagerCreationOptions.swift
[18/26] Compiling CombineCoreBluetooth Peer.swift
[19/26] Compiling CombineCoreBluetooth PeripheralDiscovery.swift
[20/26] Compiling CombineCoreBluetooth Mock+Peripheral.swift
[21/26] Compiling CombineCoreBluetooth Interface+PeripheralManager.swift
[22/26] Compiling CombineCoreBluetooth Interface+Peripheral.swift
[23/26] Compiling CombineCoreBluetooth Live+Peripheral.swift
[24/26] Compiling CombineCoreBluetooth Interface+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
[25/26] Compiling CombineCoreBluetooth Live+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
[26/26] Compiling CombineCoreBluetooth Mock+CentralManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineCoreBluetooth/CentralManager/Live+CentralManager.swift:25:26: error: cannot convert value of type '()' to closure result type 'Bool'
 23 |       },
 24 |       _isScanning: { centralManager.isScanning },
 25 |       _supportsFeatures: {
    |                          `- error: cannot convert value of type '()' to closure result type 'Bool'
 26 | #if os(macOS) && !targetEnvironment(macCatalyst)
 27 |         // will never be called on native macOS
BUILD FAILURE 6.1 macosSpm