The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Faketooth, reference v1.0.0 (b9a459), with Swift 6.2 for macOS (SPM) on 16 Apr 2026 15:06:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/rozd/faketooth.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rozd/faketooth
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at b9a459e feat!: add behavioral fidelity, error simulation, discovery filtering, and cleanup
Cloned https://github.com/rozd/faketooth.git
Revision (git rev-parse @):
b9a459eabdfaa2fd510e91ed537f3db489b658f7
SUCCESS checkout https://github.com/rozd/faketooth.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rozd/faketooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write swift-version--3CB7CFEC50E0D141.txt
[2/8] Compiling Faketooth-ObjC FaketoothSettings.m
[3/8] Compiling Faketooth-ObjC FaketoothDescriptor.m
[4/8] Compiling Faketooth-ObjC FaketoothPeripheral.m
[5/8] Compiling Faketooth-ObjC CBCentralManager+Faketooth.m
[6/8] Compiling Faketooth-ObjC FaketoothCharacteristic.m
[7/8] Compiling Faketooth-ObjC FaketoothService.m
[9/10] Compiling Faketooth Faketooth.swift
[10/10] Emitting module Faketooth
Build complete! (4.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Faketooth",
  "name" : "Faketooth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Faketooth",
      "targets" : [
        "Faketooth",
        "Faketooth-ObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FaketoothTests",
      "module_type" : "SwiftTarget",
      "name" : "FaketoothTests",
      "path" : "Tests/FaketoothTests",
      "sources" : [
        "CBCentralManagerTest+Fallbacks.swift",
        "CBCentralManagerTest.swift",
        "ErrorSimulationTest.swift",
        "FaketoothCharacteristicTest.swift",
        "FaketoothDescriptorTest.swift",
        "FaketoothPeripheralTest.swift",
        "FaketoothServiceTest.swift",
        "FaketoothSettingsTest.swift",
        "Utils/CoreBluetooth+Tests.swift",
        "Utils/XCTestCase+Faketooth.swift"
      ],
      "target_dependencies" : [
        "Faketooth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Faketooth_ObjC",
      "module_type" : "ClangTarget",
      "name" : "Faketooth-ObjC",
      "path" : "Sources/Faketooth-ObjC",
      "product_memberships" : [
        "Faketooth"
      ],
      "sources" : [
        "CBCentralManager+Faketooth.m",
        "FaketoothCharacteristic.m",
        "FaketoothDescriptor.m",
        "FaketoothPeripheral.m",
        "FaketoothService.m",
        "FaketoothSettings.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Faketooth",
      "module_type" : "SwiftTarget",
      "name" : "Faketooth",
      "path" : "Sources/Faketooth",
      "product_memberships" : [
        "Faketooth"
      ],
      "sources" : [
        "Faketooth.swift"
      ],
      "target_dependencies" : [
        "Faketooth-ObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.