Build Information
Failed to build LittleBlueTooth with Swift 6.2 (beta) for visionOS using Xcode 26.0.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DrAma999/LittleBlueTooth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DrAma999/LittleBlueTooth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 46d9502 Merge branch 'develop'
Cloned https://github.com/DrAma999/LittleBlueTooth.git
Revision (git rev-parse @):
46d9502515f18001207121935d2ea1f659fc3e33
SUCCESS checkout https://github.com/DrAma999/LittleBlueTooth.git at master
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/DrAma999/LittleBlueTooth.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/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Creating working copy of package ‘IOS-CoreBluetooth-Mock’
Checking out 0.18.0 of package ‘IOS-CoreBluetooth-Mock’
Resolved source packages:
CoreBluetoothMock: https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git @ 0.18.0
resolved source packages: CoreBluetoothMock
{
"dependencies" : [
{
"identity" : "ios-corebluetooth-mock",
"requirement" : {
"range" : [
{
"lower_bound" : "0.18.0",
"upper_bound" : "0.19.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git"
}
],
"manifest_display_name" : "LittleBlueTooth",
"name" : "LittleBlueTooth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LittleBlueTooth",
"targets" : [
"LittleBlueTooth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LittleBlueToothForTest",
"targets" : [
"LittleBlueToothForTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LittleBlueToothTests",
"module_type" : "SwiftTarget",
"name" : "LittleBlueToothTests",
"path" : "Tests/LittleBlueToothTests",
"product_dependencies" : [
"CoreBluetoothMock"
],
"sources" : [
"ConnectionTest.swift",
"CustomOperator.swift",
"Extraction.swift",
"ListenTest.swift",
"LittleBlueToothTests.swift",
"Mocks/MockPeripherals.swift",
"ScanDiscoveryTest.swift",
"StateRestoration.swift",
"UtilityTest.swift",
"WriteReadTest.swift",
"WriteWithoutResponse.swift"
],
"target_dependencies" : [
"LittleBlueToothForTest"
],
"type" : "test"
},
{
"c99name" : "LittleBlueToothForTest",
"module_type" : "SwiftTarget",
"name" : "LittleBlueToothForTest",
"path" : "Sources/LittleBlueToothForTest",
"product_dependencies" : [
"CoreBluetoothMock"
],
"product_memberships" : [
"LittleBlueToothForTest"
],
"sources" : [
"Classes/CustomOperator/JustLittleBlueTooth.swift",
"Classes/CustomOperator/Listen.swift",
"Classes/CustomOperator/Log.swift",
"Classes/CustomOperator/ReadAndWrite.swift",
"Classes/CustomOperator/ScanAndConnection.swift",
"Classes/Error/LittleBlueToothError.swift",
"Classes/Extension/Helper.swift",
"Classes/Model/AdvertisingData.swift",
"Classes/Model/CentralRestorer.swift",
"Classes/Model/LittleBlueToothCharacteristic.swift",
"Classes/Model/LittleBluetoothConfiguration.swift",
"Classes/Model/Loggable.swift",
"Classes/Model/Peripheral.swift",
"Classes/Model/PeripheralDiscovery.swift",
"Classes/Proxies/CBCentralManagerDelegateProxy.swift",
"Classes/Proxies/CBPeripheralProxy.swift",
"Classes/Utilities/ShareAndReplayOperator/ReplaySubject.swift",
"Classes/Utilities/ShareAndReplayOperator/ReplaySubjectSubscription.swift",
"Classes/Utilities/ShareAndReplayOperator/ShareReplay.swift",
"Classes/Utilities/Utilities.swift",
"CoreBluetoothTypeAliases.swift",
"LittleBlueTooth.swift"
],
"type" : "library"
},
{
"c99name" : "LittleBlueTooth",
"module_type" : "SwiftTarget",
"name" : "LittleBlueTooth",
"path" : "Sources/LittleBlueTooth",
"product_memberships" : [
"LittleBlueTooth"
],
"sources" : [
"Classes/CustomOperator/JustLittleBlueTooth.swift",
"Classes/CustomOperator/Listen.swift",
"Classes/CustomOperator/Log.swift",
"Classes/CustomOperator/ReadAndWrite.swift",
"Classes/CustomOperator/ScanAndConnection.swift",
"Classes/Error/LittleBlueToothError.swift",
"Classes/Extension/Helper.swift",
"Classes/Model/AdvertisingData.swift",
"Classes/Model/CentralRestorer.swift",
"Classes/Model/LittleBlueToothCharacteristic.swift",
"Classes/Model/LittleBluetoothConfiguration.swift",
"Classes/Model/Loggable.swift",
"Classes/Model/Peripheral.swift",
"Classes/Model/PeripheralDiscovery.swift",
"Classes/Proxies/CBCentralManagerDelegateProxy.swift",
"Classes/Proxies/CBPeripheralProxy.swift",
"Classes/Utilities/ShareAndReplayOperator/ReplaySubject.swift",
"Classes/Utilities/ShareAndReplayOperator/ReplaySubjectSubscription.swift",
"Classes/Utilities/ShareAndReplayOperator/ShareReplay.swift",
"Classes/Utilities/Utilities.swift",
"CoreBluetoothTypeAliases.swift",
"LittleBlueTooth.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:26:10: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
24 | dependencies: [
25 | // Dependencies declare other packages that this package depends on.
26 | .package(name: "CoreBluetoothMock",
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead [#DeprecatedDeclaration]
27 | url: "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
28 | .upToNextMinor(from: "0.18.0")),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
{
"project" : {
"configurations" : [
"Debug",
"Debug-test",
"Release"
],
"name" : "LittleBlueTooth",
"schemes" : [
"LittleBlueTooth"
],
"targets" : [
"LittleBlueTooth",
"LittleBlueToothForTest",
"LittleBlueToothTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LittleBlueTooth -destination generic/platform=xrOS
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 LittleBlueTooth -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
CoreBluetoothMock: https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git @ 0.18.0
2025-06-22 13:10:40.705 xcodebuild[607:3575] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-22-06_13-10-0040.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xrOS }
Available destinations for the "LittleBlueTooth" scheme:
{ platform:macOS, arch:arm64, id:5eb636575074bb1c16a82f022a40acd3ae423964, name:My Mac }
{ platform:macOS, arch:x86_64, id:5eb636575074bb1c16a82f022a40acd3ae423964, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:5eb636575074bb1c16a82f022a40acd3ae423964, name:My Mac }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:5eb636575074bb1c16a82f022a40acd3ae423964, name:My Mac }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:macOS, name:Any Mac }
{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
{ platform:tvOS Simulator, arch:arm64, id:F69FF41F-59AD-4EAE-94E2-6D1A1112ED95, OS:26.0, name:Apple TV }
{ platform:tvOS Simulator, arch:x86_64, id:F69FF41F-59AD-4EAE-94E2-6D1A1112ED95, OS:26.0, name:Apple TV }
{ platform:tvOS Simulator, arch:arm64, id:833DC45D-933E-473A-B8B3-E40EF25072B4, OS:26.0, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, arch:x86_64, id:833DC45D-933E-473A-B8B3-E40EF25072B4, OS:26.0, name:Apple TV 4K (3rd generation) }
{ platform:tvOS Simulator, arch:arm64, id:AB5CFB16-0F3F-4D9E-8151-F6A49E8B91B4, OS:26.0, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:tvOS Simulator, arch:x86_64, id:AB5CFB16-0F3F-4D9E-8151-F6A49E8B91B4, OS:26.0, name:Apple TV 4K (3rd generation) (at 1080p) }
{ platform:visionOS Simulator, arch:arm64, variant:Designed for [iPad,iPhone], id:EFECA3E5-EBBC-4E1D-A125-60C784EFEA50, OS:26.0, name:Apple Vision Pro 4K }
{ platform:watchOS Simulator, arch:arm64, id:506D5DF6-CA7E-4417-8B04-633B0E40731C, OS:26.0, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, arch:x86_64, id:506D5DF6-CA7E-4417-8B04-633B0E40731C, OS:26.0, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, arch:arm64, id:C807D16C-BE7F-4897-94C8-9D237C355F5D, OS:26.0, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, arch:x86_64, id:C807D16C-BE7F-4897-94C8-9D237C355F5D, OS:26.0, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, arch:arm64, id:F0F5B16E-07A2-4186-864E-BC59A85AD8F9, OS:26.0, name:Apple Watch Series 10 (42mm) }
{ platform:watchOS Simulator, arch:x86_64, id:F0F5B16E-07A2-4186-864E-BC59A85AD8F9, OS:26.0, name:Apple Watch Series 10 (42mm) }
{ platform:watchOS Simulator, arch:arm64, id:9D215D6C-AE23-4DE6-B45C-0301E0B21364, OS:26.0, name:Apple Watch Series 10 (46mm) }
{ platform:watchOS Simulator, arch:x86_64, id:9D215D6C-AE23-4DE6-B45C-0301E0B21364, OS:26.0, name:Apple Watch Series 10 (46mm) }
{ platform:watchOS Simulator, arch:arm64, id:62C57E77-3EB0-4056-8FA4-AFEB6601CA6B, OS:26.0, name:Apple Watch Ultra 2 (49mm) }
{ platform:watchOS Simulator, arch:x86_64, id:62C57E77-3EB0-4056-8FA4-AFEB6601CA6B, OS:26.0, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, arch:arm64, id:47CB3090-4A7A-4BA9-865C-E774CB80CB09, OS:26.0, name:iPad (A16) }
{ platform:iOS Simulator, arch:x86_64, id:47CB3090-4A7A-4BA9-865C-E774CB80CB09, OS:26.0, name:iPad (A16) }
{ platform:iOS Simulator, arch:arm64, id:6C579DFE-7828-4DBD-BD48-410887D06893, OS:26.0, name:iPad Air 11-inch (M3) }
{ platform:iOS Simulator, arch:x86_64, id:6C579DFE-7828-4DBD-BD48-410887D06893, OS:26.0, name:iPad Air 11-inch (M3) }
{ platform:iOS Simulator, arch:arm64, id:AD038BAF-21F2-47D8-8D06-3CCDB2E46003, OS:26.0, name:iPad Air 13-inch (M3) }
{ platform:iOS Simulator, arch:x86_64, id:AD038BAF-21F2-47D8-8D06-3CCDB2E46003, OS:26.0, name:iPad Air 13-inch (M3) }
{ platform:iOS Simulator, arch:arm64, id:D954F7DE-D2F1-45A9-A5AD-468ED1E09E9C, OS:26.0, name:iPad Pro 11-inch (M4) }
{ platform:iOS Simulator, arch:x86_64, id:D954F7DE-D2F1-45A9-A5AD-468ED1E09E9C, OS:26.0, name:iPad Pro 11-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:90E811AF-0D27-406F-9D62-A086722898B9, OS:26.0, name:iPad Pro 13-inch (M4) }
{ platform:iOS Simulator, arch:x86_64, id:90E811AF-0D27-406F-9D62-A086722898B9, OS:26.0, name:iPad Pro 13-inch (M4) }
{ platform:iOS Simulator, arch:arm64, id:AC7215AF-9A15-4CD9-9EBB-254006B2477F, OS:26.0, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, arch:x86_64, id:AC7215AF-9A15-4CD9-9EBB-254006B2477F, OS:26.0, name:iPad mini (A17 Pro) }
{ platform:iOS Simulator, arch:arm64, id:2EE34D1F-8701-4887-A1BB-5304E84F5E8A, OS:26.0, name:iPhone 16 }
{ platform:iOS Simulator, arch:x86_64, id:2EE34D1F-8701-4887-A1BB-5304E84F5E8A, OS:26.0, name:iPhone 16 }
{ platform:iOS Simulator, arch:arm64, id:5A94F69F-39F1-4D54-BDDE-4BD094DC8EAB, OS:26.0, name:iPhone 16 Plus }
{ platform:iOS Simulator, arch:x86_64, id:5A94F69F-39F1-4D54-BDDE-4BD094DC8EAB, OS:26.0, name:iPhone 16 Plus }
{ platform:iOS Simulator, arch:arm64, id:0564477C-84AD-4EFA-A3A0-C92E288A2BE9, OS:26.0, name:iPhone 16 Pro }
{ platform:iOS Simulator, arch:x86_64, id:0564477C-84AD-4EFA-A3A0-C92E288A2BE9, OS:26.0, name:iPhone 16 Pro }
{ platform:iOS Simulator, arch:arm64, id:95106813-3A4A-468A-99A5-A92A44C22B4B, OS:26.0, name:iPhone 16 Pro Max }
{ platform:iOS Simulator, arch:x86_64, id:95106813-3A4A-468A-99A5-A92A44C22B4B, OS:26.0, name:iPhone 16 Pro Max }
{ platform:iOS Simulator, arch:arm64, id:FA8B8B74-3A18-4F6B-BEE3-60145FDAF81B, OS:26.0, name:iPhone 16e }
{ platform:iOS Simulator, arch:x86_64, id:FA8B8B74-3A18-4F6B-BEE3-60145FDAF81B, OS:26.0, name:iPhone 16e }
INFRASTRUCTURE ERROR (status: destinationUnavailable