Build Information
Successful build of Faketooth, reference master (b9a459), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 14:58:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rozd/faketooth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rozd/faketooth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "faketooth",
"name": "Faketooth",
"url": "https://github.com/rozd/faketooth.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/faketooth",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/rozd/faketooth.git
[1/400] Fetching faketooth
Fetched https://github.com/rozd/faketooth.git from cache (0.76s)
Creating working copy for https://github.com/rozd/faketooth.git
Working copy of https://github.com/rozd/faketooth.git resolved at master (b9a459e)
warning: '.resolve-product-dependencies': dependency 'faketooth' 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/rozd/faketooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write swift-version--6988338F2F200930.txt
[2/8] Compiling Faketooth-ObjC FaketoothSettings.m
[3/8] Compiling Faketooth-ObjC FaketoothDescriptor.m
[4/8] Compiling Faketooth-ObjC FaketoothCharacteristic.m
[5/8] Compiling Faketooth-ObjC CBCentralManager+Faketooth.m
[6/8] Compiling Faketooth-ObjC FaketoothPeripheral.m
[7/8] Compiling Faketooth-ObjC FaketoothService.m
[9/10] Emitting module Faketooth
[10/10] Compiling Faketooth Faketooth.swift
Build complete! (4.66s)
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.