The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build NordicDFU, reference 1.0.3 (4e8a73), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 03:35:53 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

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
========================================
Build
========================================
Selected platform:         macosXcodebuild
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"
}
Command line invocation:
    /Applications/Xcode-16.3.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/Bluetooth.git
Fetching from https://github.com/PureSwift/GATT.git
Fetching from https://github.com/PureSwift/BluetoothLinux.git
Fetching from https://github.com/PureSwift/BluetoothDarwin.git
Fetching from https://github.com/PureSwift/Zip.git
Fetching from https://github.com/PureSwift/Socket.git
Resolve Package Graph
Updating from https://github.com/PureSwift/Bluetooth.git
Updating from https://github.com/PureSwift/GATT.git
Updating from https://github.com/PureSwift/BluetoothLinux.git
Updating from https://github.com/PureSwift/BluetoothDarwin.git
Updating from https://github.com/PureSwift/Zip.git
Updating from https://github.com/PureSwift/Socket.git
Resolve Package Graph
Updating from https://github.com/PureSwift/Bluetooth.git
Updating from https://github.com/PureSwift/GATT.git
Updating from https://github.com/PureSwift/BluetoothLinux.git
Updating from https://github.com/PureSwift/BluetoothDarwin.git
Updating from https://github.com/PureSwift/Zip.git
Updating from https://github.com/PureSwift/Socket.git
Resolve Package Graph
Updating from https://github.com/PureSwift/Bluetooth.git
Updating from https://github.com/PureSwift/GATT.git
Updating from https://github.com/PureSwift/BluetoothLinux.git
Updating from https://github.com/PureSwift/BluetoothDarwin.git
Updating from https://github.com/PureSwift/Zip.git
Updating from https://github.com/PureSwift/Socket.git
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-26 20:35:50.111 xcodebuild[520:2922] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_20-35-0050.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies bluetooth is required using two different revision-based requirements (master and feature/async), which is not supported
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/PureSwift/Bluetooth.git
Updating from https://github.com/PureSwift/GATT.git
Updating from https://github.com/PureSwift/BluetoothLinux.git
Updating from https://github.com/PureSwift/BluetoothDarwin.git
Updating from https://github.com/PureSwift/Zip.git
Updating from https://github.com/PureSwift/Socket.git
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-26 20:35:53.418 xcodebuild[926:4594] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_20-35-0053.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies bluetooth is required using two different revision-based requirements (master and feature/async), which is not supported
BUILD FAILURE 6.1 macosXcodebuild