Build Information
Successful build of Faketooth, reference master (b9a459), with Swift 6.1 for macOS (SPM) on 16 Apr 2026 14:41:58 UTC.
Swift 6 data race errors: 0
Build Command
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 InferSendableFromCapturesBuild 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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rozd/faketooth.git
https://github.com/rozd/faketooth.git
{
"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"
}
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/8] Write sources
[1/8] Write swift-version-2F0A5646E1D333AE.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 FaketoothService.m
[6/8] Compiling Faketooth-ObjC CBCentralManager+Faketooth.m
[7/8] Compiling Faketooth-ObjC FaketoothCharacteristic.m
[9/10] Emitting module Faketooth
[10/10] Compiling Faketooth Faketooth.swift
Build complete! (6.12s)
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.