Build Information
Failed to build NordicDFU, reference 1.0.3 (4e8a73
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 23:33:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/millertechnologyperu/nordicdfu.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/millertechnologyperu/nordicdfu
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at 4e8a738 Fixed Swift 5.5 support
Cloned https://github.com/millertechnologyperu/nordicdfu.git
Revision (git rev-parse @):
4e8a738fc772b91ce71d67b8801ffe617e95248c
SUCCESS checkout https://github.com/millertechnologyperu/nordicdfu.git at 1.0.3
Fetching https://github.com/PureSwift/Bluetooth.git
[1/23440] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (1.41s)
Fetching https://github.com/PureSwift/GATT.git
[1/5721] Fetching gatt
Fetched https://github.com/PureSwift/GATT.git from cache (1.09s)
Fetching https://github.com/PureSwift/BluetoothLinux.git
[1/6111] Fetching bluetoothlinux
Fetched https://github.com/PureSwift/BluetoothLinux.git from cache (1.08s)
Fetching https://github.com/PureSwift/BluetoothDarwin.git
[1/347] Fetching bluetoothdarwin
Fetched https://github.com/PureSwift/BluetoothDarwin.git from cache (0.66s)
Fetching https://github.com/PureSwift/Zip.git
[1/4885] Fetching zip
Fetched https://github.com/PureSwift/Zip.git from cache (1.17s)
Fetching https://github.com/PureSwift/Socket.git
[1/1083] Fetching socket
Fetched https://github.com/PureSwift/Socket.git from cache (0.82s)
error: bluetooth is required using two different revision-based requirements (master and feature/async), which is not supported
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/millertechnologyperu/nordicdfu.git
https://github.com/millertechnologyperu/nordicdfu.git
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
},
{
"identity" : "gatt",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/GATT.git"
},
{
"identity" : "bluetoothlinux",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/BluetoothLinux.git"
},
{
"identity" : "bluetoothdarwin",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/BluetoothDarwin.git"
},
{
"identity" : "zip",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Zip.git"
}
],
"manifest_display_name" : "NordicDFU",
"name" : "NordicDFU",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "NordicDFU",
"targets" : [
"NordicDFU"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dfutool",
"targets" : [
"dfutool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "dfutool",
"module_type" : "SwiftTarget",
"name" : "dfutool",
"path" : "Sources/dfutool",
"product_dependencies" : [
"Bluetooth",
"BluetoothGAP",
"BluetoothGATT",
"BluetoothHCI",
"BluetoothLinux",
"DarwinGATT",
"BluetoothDarwin"
],
"product_memberships" : [
"dfutool"
],
"sources" : [
"Command.swift",
"CommandLineBool.swift",
"DarwinCentral.swift",
"DeviceCommand.swift",
"EnterBootloaderCommand.swift",
"Error.swift",
"Option.swift",
"ScanCommand.swift",
"UploadFirmwareCommand.swift",
"main.swift"
],
"target_dependencies" : [
"NordicDFU"
],
"type" : "executable"
},
{
"c99name" : "NordicDFUTests",
"module_type" : "SwiftTarget",
"name" : "NordicDFUTests",
"path" : "Tests/NordicDFUTests",
"sources" : [
"ButtonlessDFUTests.swift",
"FirmwareTests.swift",
"ManifestTests.swift",
"NordicDFUTests.swift",
"SecureDFUControlPointTests.swift",
"SecureDFUPacketTests.swift",
"Utilities.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NordicDFU"
],
"type" : "test"
},
{
"c99name" : "NordicDFU",
"module_type" : "SwiftTarget",
"name" : "NordicDFU",
"path" : "Sources/NordicDFU",
"product_dependencies" : [
"Bluetooth",
"GATT",
"ZIPFoundation"
],
"product_memberships" : [
"NordicDFU",
"dfutool"
],
"sources" : [
"ButtonlessDFU.swift",
"ButtonlessDFUOpCode.swift",
"ButtonlessDFURequest.swift",
"ButtonlessDFUResponse.swift",
"ButtonlessDFUResultCode.swift",
"Central.swift",
"DFUControlPoint.swift",
"DFUFirmware.swift",
"DFUFirmwareSize.swift",
"DFUFirmwareType.swift",
"DFUOpcode.swift",
"DFUPacket.swift",
"DFUPacketReceiptNotification.swift",
"DFURequest.swift",
"DFUResponse.swift",
"DFUResultCode.swift",
"DFUService.swift",
"DFUStream.swift",
"DFUStreamZip.swift",
"DFUStreamZipError.swift",
"DFUVersion.swift",
"DFUVersionCharacteristic.swift",
"Data.swift",
"DataConvertible.swift",
"DeviceManager.swift",
"GATTError.swift",
"GATTProfile.swift",
"Integer.swift",
"Manifest.swift",
"ManifestFirmwareInfo.swift",
"SecureDFUControlPoint.swift",
"SecureDFUExtendedError.swift",
"SecureDFUOpCode.swift",
"SecureDFUPacket.swift",
"SecureDFUProcedureType.swift",
"SecureDFURequest.swift",
"SecureDFUResponse.swift",
"SecureDFUResultCode.swift",
"SecureDFUService.swift",
"SoftdeviceBootloaderInfo.swift",
"crc32.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Updating https://github.com/PureSwift/Bluetooth.git
Updated https://github.com/PureSwift/Bluetooth.git (0.45s)
Updating https://github.com/PureSwift/GATT.git
Updated https://github.com/PureSwift/GATT.git (0.43s)
Updating https://github.com/PureSwift/BluetoothLinux.git
Updated https://github.com/PureSwift/BluetoothLinux.git (0.41s)
Updating https://github.com/PureSwift/BluetoothDarwin.git
Updated https://github.com/PureSwift/BluetoothDarwin.git (0.41s)
Updating https://github.com/PureSwift/Zip.git
Updated https://github.com/PureSwift/Zip.git (0.43s)
Updating https://github.com/PureSwift/Socket.git
Updated https://github.com/PureSwift/Socket.git (0.46s)
error: bluetooth is required using two different revision-based requirements (master and feature/async), which is not supported
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/PureSwift/Bluetooth.git
Updated https://github.com/PureSwift/Bluetooth.git (0.46s)
Updating https://github.com/PureSwift/GATT.git
Updated https://github.com/PureSwift/GATT.git (0.42s)
Updating https://github.com/PureSwift/BluetoothLinux.git
Updated https://github.com/PureSwift/BluetoothLinux.git (0.45s)
Updating https://github.com/PureSwift/BluetoothDarwin.git
Updated https://github.com/PureSwift/BluetoothDarwin.git (0.40s)
Updating https://github.com/PureSwift/Zip.git
Updated https://github.com/PureSwift/Zip.git (0.40s)
Updating https://github.com/PureSwift/Socket.git
Updated https://github.com/PureSwift/Socket.git (0.43s)
error: bluetooth is required using two different revision-based requirements (master and feature/async), which is not supported
BUILD FAILURE 6.1 macosSpm