The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoreBluetoothMock, reference main (477998), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 22:45:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nordicsemi/IOS-CoreBluetooth-Mock
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 477998d Merge pull request #148 from NordicSemiconductor/version/1.0.4
Cloned https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git
Revision (git rev-parse @):
477998d850a2233e05d1941ed0b5a2385da8cf4d
SUCCESS checkout https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2277] Fetching swift-docc-plugin
[229/5950] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.70s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit 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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ios-corebluetooth-mock",
      "name": "CoreBluetoothMock",
      "url": "https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IOS-CoreBluetooth-Mock",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git
[1/7168] Fetching ios-corebluetooth-mock
Fetched https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git from cache (1.63s)
Creating working copy for https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git
Working copy of https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git resolved at main (477998d)
warning: '.resolve-product-dependencies': dependency 'ios-corebluetooth-mock' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nordicsemi/IOS-CoreBluetooth-Mock.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/20] Compiling CoreBluetoothMock CBMCentralManagerNative.swift
/Users/admin/builder/spi-builder-workspace/CoreBluetoothMock/CBMCentralManagerNative.swift:290:13: warning: will never be executed
283 |         let restoration = options?[CBMCentralManagerOptionRestoreIdentifierKey] != nil
284 |
285 |         if iOS17 {
    |            `- note: condition always evaluates to true
286 |             self.wrapper = restoration ?
287 |                 CBMCentralManagerDelegateWrapperIOS17WithRestoration(self) :
288 |                 CBMCentralManagerDelegateWrapperIOS17(self)
289 |         } else {
290 |             self.wrapper = restoration ?
    |             `- warning: will never be executed
291 |                 CBMCentralManagerDelegateWrapperIOS12WithRestoration(self) :
292 |                 CBMCentralManagerDelegateWrapperIOS12(self)
[6/20] Compiling CoreBluetoothMock CBMDictionary.swift
/Users/admin/builder/spi-builder-workspace/CoreBluetoothMock/CBMCentralManagerNative.swift:290:13: warning: will never be executed
283 |         let restoration = options?[CBMCentralManagerOptionRestoreIdentifierKey] != nil
284 |
285 |         if iOS17 {
    |            `- note: condition always evaluates to true
286 |             self.wrapper = restoration ?
287 |                 CBMCentralManagerDelegateWrapperIOS17WithRestoration(self) :
288 |                 CBMCentralManagerDelegateWrapperIOS17(self)
289 |         } else {
290 |             self.wrapper = restoration ?
    |             `- warning: will never be executed
291 |                 CBMCentralManagerDelegateWrapperIOS12WithRestoration(self) :
292 |                 CBMCentralManagerDelegateWrapperIOS12(self)
[7/20] Compiling CoreBluetoothMock CBMAttributes.swift
[8/20] Compiling CoreBluetoothMock CBMCentralManager.swift
[9/20] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[10/20] Compiling CoreBluetoothMock CBMPeripheralPreview.swift
[11/20] Compiling CoreBluetoothMock CBMCentralManagerFactory.swift
[12/20] Compiling CoreBluetoothMock CBMCentralManagerMock.swift
[13/20] Compiling CoreBluetoothMock CBMCentralManagerDelegate.swift
[14/20] Compiling CoreBluetoothMock CBMCentralManagerDelegateProxy.swift
[15/20] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
[16/20] Emitting module CoreBluetoothMock
[17/20] Compiling CoreBluetoothMock CBMManagerTypes.swift
[18/20] Compiling CoreBluetoothMock CBMPeer.swift
[19/20] Compiling CoreBluetoothMock CBMPeripheral.swift
[20/20] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[21/21] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
Build complete! (11.35s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "CoreBluetoothMock",
  "name" : "CoreBluetoothMock",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreBluetoothMock",
      "targets" : [
        "CoreBluetoothMock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CoreBluetoothMock",
      "module_type" : "SwiftTarget",
      "name" : "CoreBluetoothMock",
      "path" : "CoreBluetoothMock",
      "product_memberships" : [
        "CoreBluetoothMock"
      ],
      "sources" : [
        "CBMAttributes.swift",
        "CBMCentralManager.swift",
        "CBMCentralManagerDelegate.swift",
        "CBMCentralManagerDelegateProxy.swift",
        "CBMCentralManagerFactory.swift",
        "CBMCentralManagerMock.swift",
        "CBMCentralManagerNative.swift",
        "CBMDictionary.swift",
        "CBMManagerTypes.swift",
        "CBMPeer.swift",
        "CBMPeripheral.swift",
        "CBMPeripheralDelegate.swift",
        "CBMPeripheralDelegateProxy.swift",
        "CBMPeripheralPreview.swift",
        "CBMPeripheralSpec.swift",
        "CBMPeripheralSpecDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.