Build Information
Failed to build hcitool, reference master (52fa8a
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 17 Jun 2025 16:48:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme hcitool -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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: watchOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/millertechnologyperu/hcitool.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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-argument-parser’
Checking out 1.1.4 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-system’
Checking out 1.5.0 of package ‘swift-system’
Creating working copy of package ‘Bluetooth’
Checking out master (3db3287) of package ‘Bluetooth’
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Creating working copy of package ‘BluetoothLinux’
Checking out master (d102e1b) of package ‘BluetoothLinux’
Creating working copy of package ‘Socket’
Checking out main (fa5f3c5) of package ‘Socket’
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
hcitool: /Users/admin/builder/spi-builder-workspace
Socket: https://github.com/PureSwift/Socket.git @ main (fa5f3c5)
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
BluetoothLinux: https://github.com/PureSwift/BluetoothLinux.git @ master (d102e1b)
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ master (3db3287)
swift-system: https://github.com/apple/swift-system @ 1.5.0
resolved source packages: swift-argument-parser, hcitool, Socket, swift-syntax, BluetoothLinux, Bluetooth, swift-system
{
"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"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme hcitool -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
hcitool: /Users/admin/builder/spi-builder-workspace
BluetoothLinux: https://github.com/PureSwift/BluetoothLinux.git @ master (d102e1b)
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ master (3db3287)
swift-system: https://github.com/apple/swift-system @ 1.5.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
Socket: https://github.com/PureSwift/Socket.git @ main (fa5f3c5)
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.0.0-Beta.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: 5153f03a0252aaa9cc0640677e3bae16a427b0cbccc91466a024e34ac8191176
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin
/Library/Apple/usr/bin
/System/Cryptexes/App/usr/bin
/bin
/opt/homebrew/bin
/opt/homebrew/sbin
/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:0x115d6d880 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: [], 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: [], 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: [], 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: [], 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: [], 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: [], 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: [], 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 (43 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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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'
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch x86_64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
Build description signature: 4a2a8f766ca0f5b6ae1a757dd67a0c3b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4a2a8f766ca0f5b6ae1a757dd67a0c3b.xcbuilddata
error: The package product 'BluetoothLinux' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'hcitool' from project 'hcitool')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme hcitool
(1 failure)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
BluetoothLinux: https://github.com/PureSwift/BluetoothLinux.git @ master (d102e1b)
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
Socket: https://github.com/PureSwift/Socket.git @ main (fa5f3c5)
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ master (3db3287)
swift-system: https://github.com/apple/swift-system @ 1.5.0
hcitool: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
resolved source packages: BluetoothLinux, swift-argument-parser, Socket, Bluetooth, swift-system, hcitool, swift-syntax
{
"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"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme hcitool -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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=watchOS
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
hcitool: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
Bluetooth: https://github.com/PureSwift/Bluetooth.git @ master (3db3287)
BluetoothLinux: https://github.com/PureSwift/BluetoothLinux.git @ master (d102e1b)
Socket: https://github.com/PureSwift/Socket.git @ main (fa5f3c5)
swift-system: https://github.com/apple/swift-system @ 1.5.0
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.0.0-Beta.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: 5153f03a0252aaa9cc0640677e3bae16a427b0cbccc91466a024e34ac8191176
Apply build tool plug-in “GenerateBluetoothDefinitions” to target “Bluetooth” 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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin
/Library/Apple/usr/bin
/System/Cryptexes/App/usr/bin
/bin
/opt/homebrew/bin
/opt/homebrew/sbin
/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:0x15272dff0 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: [], 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: [], 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: [], 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: [], 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: [], 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: [], 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: [], 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 (43 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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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'
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch x86_64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: d2e0cd953223ca1a55af0b19b29bcc89
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d2e0cd953223ca1a55af0b19b29bcc89.xcbuilddata
error: The package product 'BluetoothLinux' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'hcitool' from project 'hcitool')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme hcitool
(1 failure)
BUILD FAILURE 6.2 watchOS