Build Information
Failed to build hcitool, reference master (52fa8a), with Swift 6.3 for iOS using Xcode 26.4 on 21 Apr 2026 08:40:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme hcitool -destination generic/platform=iOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/millertechnologyperu/hcitool.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/millertechnologyperu/hcitool
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 52fa8a2 Updated GitHub CI
Cloned https://github.com/millertechnologyperu/hcitool.git
Revision (git rev-parse @):
52fa8a281a43914e699c383753072df46914cdbc
SUCCESS checkout https://github.com/millertechnologyperu/hcitool.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/millertechnologyperu/hcitool.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/PureSwift/BluetoothLinux.git
Fetching from https://github.com/PureSwift/Bluetooth.git
Fetching from https://github.com/PureSwift/Socket.git
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/swiftlang/swift-syntax.git
Fetching from https://github.com/apple/swift-system
Creating working copy of package ‘swift-syntax’
Checking out 601.0.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.1.4 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Creating working copy of package ‘Bluetooth’
Checking out master (f6e6982) of package ‘Bluetooth’
Creating working copy of package ‘Socket’
Checking out main (579c0fc) of package ‘Socket’
Creating working copy of package ‘BluetoothLinux’
Checking out master (077f9d3) of package ‘BluetoothLinux’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
BluetoothLinux: https://github.com/PureSwift/BluetoothLinux.git @ master (077f9d3)
swift-system: https://github.com/apple/swift-system @ 1.6.4
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ master (f6e6982)
hcitool: /Users/admin/builder/spi-builder-workspace
Socket: https://github.com/PureSwift/Socket.git @ main (579c0fc)
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
resolved source packages: BluetoothLinux, swift-system, Bluetooth, hcitool, Socket, swift-syntax, swift-argument-parser
2026-04-21 04:40:12.690 xcodebuild[529:3074] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "bluetoothlinux",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/BluetoothLinux.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "hcitool",
"name" : "hcitool",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "hcitool",
"targets" : [
"hcitool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "hcitool",
"module_type" : "SwiftTarget",
"name" : "hcitool",
"path" : "Sources/hcitool",
"product_dependencies" : [
"BluetoothLinux",
"ArgumentParser"
],
"product_memberships" : [
"hcitool"
],
"sources" : [
"Argument.swift",
"DeviceCommand.swift",
"LEScan.swift",
"ListDevices.swift",
"hcitool.swift",
"iBeacon.swift"
],
"type" : "executable"
},
{
"c99name" : "HCIToolTests",
"module_type" : "SwiftTarget",
"name" : "HCIToolTests",
"path" : "Tests/HCIToolTests",
"sources" : [
"HCIToolTests.swift"
],
"target_dependencies" : [
"hcitool"
],
"type" : "test"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"hcitool"
]
}
}
2026-04-21 04:40:24.813 xcodebuild[895:5253] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme hcitool -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme hcitool -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
BluetoothLinux: https://github.com/PureSwift/BluetoothLinux.git @ master (077f9d3)
hcitool: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
swift-system: https://github.com/apple/swift-system @ 1.6.4
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ master (f6e6982)
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
Socket: https://github.com/PureSwift/Socket.git @ main (579c0fc)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “GenerateBluetoothDefinitions” in package “bluetooth”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/GenerateBluetoothDefinitions
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 577c436120e5c97e4fccad485b1f90c37fec1ae5c89207fcadf1ba166b5321cb
Apply build tool plug-in “GenerateBluetoothDefinitions” to target “BluetoothHCI” in package “bluetooth”
working directory:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
tool mapping:
GenerateBluetooth: /${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth
tool search paths:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin
/Library/Apple/usr/bin
/System/Cryptexes/App/usr/bin
/bin
/opt/homebrew/bin
/opt/homebrew/sbin
/opt/pkg/env/active/bin
/opt/pmk/env/global/bin
/sbin
/usr/bin
/usr/local/bin
/usr/sbin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackageDependency:0x994191e00 path:'/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth'>
target: BluetoothHCI
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
target: Bluetooth
prebuildCommandOutputPaths: []
buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Company Identifier Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["companyIdentifier", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CompanyIdentifiers.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CompanyIdentifiers.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Unit Identifier Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["unitIdentifier", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/UnitIdentifiers.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/UnitIdentifiers.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Service UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Service", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/ServiceUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/ServiceUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Characteristic UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Characteristic", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CharacteristicUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CharacteristicUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Descriptor UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Descriptor", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DescriptorUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DescriptorUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Member UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Member", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/MemberUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/MemberUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Declaration UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Declaration", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DeclarationUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DeclarationUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">])))]
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CompanyIdentifiers.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/UnitIdentifiers.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/ServiceUUID.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CharacteristicUUID.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DescriptorUUID.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/MemberUUID.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DeclarationUUID.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (44 targets)
Target 'hcitool' in project 'hcitool'
➜ Explicit dependency on target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'CBluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'CBluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'CSocket' in project 'Socket'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'CSocket' in project 'Socket'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target 'CSocket' in project 'Socket' (no dependencies)
Target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothGAP' in project 'Bluetooth'
Target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothGAP' in project 'Bluetooth'
Target 'BluetoothGAP' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
Target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
Target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
Target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth_BluetoothMetadata' in project 'Bluetooth'
Target 'Bluetooth_BluetoothMetadata' in project 'Bluetooth' (no dependencies)
Target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
Target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
Target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
Target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
Target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
Target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth_BluetoothMetadata' in project 'Bluetooth'
Target 'Bluetooth_BluetoothMetadata' in project 'Bluetooth' (no dependencies)
Target 'CBluetoothLinux' in project 'BluetoothLinux' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch x86_64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9ee8564ee58a9bb232b661dfa02da3ea
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9ee8564ee58a9bb232b661dfa02da3ea.xcbuilddata
error: The package product 'BluetoothLinux' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'hcitool' from project 'hcitool')
2026-04-21 04:40:30.634 xcodebuild[911:5379] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme hcitool
(1 failure)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Socket: https://github.com/PureSwift/Socket.git @ main (579c0fc)
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ master (f6e6982)
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
hcitool: /Users/admin/builder/spi-builder-workspace
BluetoothLinux: https://github.com/PureSwift/BluetoothLinux.git @ master (077f9d3)
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
swift-system: https://github.com/apple/swift-system @ 1.6.4
resolved source packages: Socket, Bluetooth, swift-argument-parser, hcitool, BluetoothLinux, swift-syntax, swift-system
2026-04-21 04:40:38.258 xcodebuild[1009:5925] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "bluetoothlinux",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/BluetoothLinux.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "hcitool",
"name" : "hcitool",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "hcitool",
"targets" : [
"hcitool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "hcitool",
"module_type" : "SwiftTarget",
"name" : "hcitool",
"path" : "Sources/hcitool",
"product_dependencies" : [
"BluetoothLinux",
"ArgumentParser"
],
"product_memberships" : [
"hcitool"
],
"sources" : [
"Argument.swift",
"DeviceCommand.swift",
"LEScan.swift",
"ListDevices.swift",
"hcitool.swift",
"iBeacon.swift"
],
"type" : "executable"
},
{
"c99name" : "HCIToolTests",
"module_type" : "SwiftTarget",
"name" : "HCIToolTests",
"path" : "Tests/HCIToolTests",
"sources" : [
"HCIToolTests.swift"
],
"target_dependencies" : [
"hcitool"
],
"type" : "test"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"hcitool"
]
}
}
2026-04-21 04:40:40.635 xcodebuild[1027:6053] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme hcitool -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme hcitool -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
hcitool: /Users/admin/builder/spi-builder-workspace
BluetoothLinux: https://github.com/PureSwift/BluetoothLinux.git @ master (077f9d3)
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ master (f6e6982)
Socket: https://github.com/PureSwift/Socket.git @ main (579c0fc)
swift-system: https://github.com/apple/swift-system @ 1.6.4
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “GenerateBluetoothDefinitions” in package “bluetooth”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/GenerateBluetoothDefinitions
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 577c436120e5c97e4fccad485b1f90c37fec1ae5c89207fcadf1ba166b5321cb
Apply build tool plug-in “GenerateBluetoothDefinitions” to target “BluetoothHCI” in package “bluetooth”
working directory:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth
tool mapping:
GenerateBluetooth: /${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth
tool search paths:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin
/Library/Apple/usr/bin
/System/Cryptexes/App/usr/bin
/bin
/opt/homebrew/bin
/opt/homebrew/sbin
/opt/pkg/env/active/bin
/opt/pmk/env/global/bin
/sbin
/usr/bin
/usr/local/bin
/usr/sbin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackageDependency:0xc8a195e00 path:'/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth'>
target: Bluetooth
prebuildCommandOutputPaths: []
buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Company Identifier Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["companyIdentifier", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CompanyIdentifiers.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CompanyIdentifiers.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Unit Identifier Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["unitIdentifier", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/UnitIdentifiers.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/UnitIdentifiers.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Service UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Service", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/ServiceUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/ServiceUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Characteristic UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Characteristic", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CharacteristicUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CharacteristicUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Descriptor UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Descriptor", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DescriptorUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DescriptorUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Member UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Member", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/MemberUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/MemberUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">]))), SwiftPM.SPMCustomBuildCommand(displayName: Optional("Generate Bluetooth Declaration UUID Definitions"), executable: "/${BUILD_DIR}/${CONFIGURATION}/GenerateBluetooth", arguments: ["uuid", "Declaration", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DeclarationUUID.swift"], environment: [:], workingDir: nil, inputPaths: [], pluginOutputDir: SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">), outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DeclarationUUID.swift"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Bluetooth">])))]
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CompanyIdentifiers.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/UnitIdentifiers.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/ServiceUUID.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/CharacteristicUUID.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DescriptorUUID.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/MemberUUID.swift">), SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/bluetooth.output/Bluetooth/GenerateBluetoothDefinitions/DeclarationUUID.swift">)]
target: BluetoothHCI
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (44 targets)
Target 'hcitool' in project 'hcitool'
➜ Explicit dependency on target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'CBluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'BluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'CBluetoothLinux' in project 'BluetoothLinux'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'CSocket' in project 'Socket'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'CSocket' in project 'Socket'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target 'CSocket' in project 'Socket' (no dependencies)
Target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothGAP' in project 'Bluetooth'
Target 'BluetoothHCI' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothGAP' in project 'Bluetooth'
Target 'BluetoothGAP' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
Target 'Bluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
Target 'GenerateBluetoothDefinitions' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'GenerateBluetooth' in project 'Bluetooth'
Target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
Target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth_BluetoothMetadata' in project 'Bluetooth'
Target 'Bluetooth_BluetoothMetadata' in project 'Bluetooth' (no dependencies)
Target 'GenerateBluetooth' in project 'Bluetooth'
➜ Explicit dependency on target 'BluetoothMetadata' in project 'Bluetooth'
Target 'BluetoothMacros' in project 'Bluetooth'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
Target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
Target 'SwiftCompilerPlugin' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
Target 'SwiftOperators' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxMacros' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
Target 'BluetoothMetadata' in project 'Bluetooth'
➜ Explicit dependency on target 'Bluetooth_BluetoothMetadata' in project 'Bluetooth'
Target 'Bluetooth_BluetoothMetadata' in project 'Bluetooth' (no dependencies)
Target 'CBluetoothLinux' in project 'BluetoothLinux' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch x86_64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a0dce1658d1b0bc96ada74b0e4e5d5d8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a0dce1658d1b0bc96ada74b0e4e5d5d8.xcbuilddata
error: The package product 'BluetoothLinux' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'hcitool' from project 'hcitool')
2026-04-21 04:40:42.744 xcodebuild[1038:6142] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme hcitool
(1 failure)
BUILD FAILURE 6.3 iOS