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 master (5dae2d), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 23:33: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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/millertechnologyperu/nordicdfu
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5dae2d8 Added GitHub PR template
Cloned https://github.com/millertechnologyperu/nordicdfu.git
Revision (git rev-parse @):
5dae2d88d5132c29370eb45f482234aac9489910
SUCCESS checkout https://github.com/millertechnologyperu/nordicdfu.git at master
========================================
Build
========================================
Selected platform:         watchOS
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
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-26 16:33:49.917 xcodebuild[519:2904] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_16-33-0049.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 16:33:53.375 xcodebuild[877:4442] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_16-33-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 watchOS