The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build iOSMcuManagerLibrary, reference main (f26a97), with Swift 6.1 for macOS (SPM) on 12 Dec 2025 17:13:10 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f26a977 Merge pull request #521 from NordicSemiconductor/minor
Cloned https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
Revision (git rev-parse @):
f26a97714e6fa501db103cf12e88b7988401a50b
SUCCESS checkout https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
{
  "dependencies" : [
    {
      "identity" : "swiftcbor",
      "requirement" : {
        "exact" : [
          "0.5.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/valpackett/SwiftCBOR.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.19",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    },
    {
      "identity" : "ios-ble-library",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NordicSemiconductor/IOS-BLE-Library"
    },
    {
      "identity" : "ios-common-libraries",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NordicPlayground/IOS-Common-Libraries"
    }
  ],
  "manifest_display_name" : "iOSMcuManagerLibrary",
  "name" : "iOSMcuManagerLibrary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "iOSMcuManagerLibrary",
      "targets" : [
        "iOSMcuManagerLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "iOSOtaLibrary",
      "targets" : [
        "iOSOtaLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iOSOtaLibrary",
      "module_type" : "SwiftTarget",
      "name" : "iOSOtaLibrary",
      "path" : "iOSOtaLibrary/Source",
      "product_dependencies" : [
        "iOS-BLE-Library-Mock",
        "iOSCommonLibraries"
      ],
      "product_memberships" : [
        "iOSOtaLibrary"
      ],
      "sources" : [
        "OTA/GetLatestReleaseInfoRequest.swift",
        "OTA/MemfaultManager.swift",
        "OTA/OTAManager.swift",
        "OTA/Tokens/DeviceInfoToken.swift",
        "OTA/Tokens/ProjectKey.swift",
        "Observability/Data Structures/CBUUID+MDS.swift",
        "Observability/Data Structures/ObservabilityChunk.swift",
        "Observability/Data Structures/ObservabilityDevice.swift",
        "Observability/Data Structures/ObservabilityDeviceEvent.swift",
        "Observability/Data Structures/ObservabilityState.swift",
        "Observability/ObservabilityError.swift",
        "Observability/ObservabilityManager+Internal.swift",
        "Observability/ObservabilityManager+Logs.swift",
        "Observability/ObservabilityManager.swift",
        "Observability/PostChunkRequest.swift"
      ],
      "target_dependencies" : [
        "iOSMcuManagerLibrary"
      ],
      "type" : "library"
    },
    {
      "c99name" : "iOSMcuManagerLibrary",
      "module_type" : "SwiftTarget",
      "name" : "iOSMcuManagerLibrary",
      "path" : "iOSMcuManagerLibrary/Source",
      "product_dependencies" : [
        "SwiftCBOR",
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "iOSMcuManagerLibrary",
        "iOSOtaLibrary"
      ],
      "sources" : [
        "Bluetooth/McuMgrBleROBWriteBuffer.swift",
        "Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift",
        "Bluetooth/McuMgrBleTransport+CBPeripheralDelegate.swift",
        "Bluetooth/McuMgrBleTransport.swift",
        "Bluetooth/McuMgrBleTransportConfguration.swift",
        "Bluetooth/McuMgrBleTransportWriteState.swift",
        "Extensions/CBOR+McuManager.swift",
        "Extensions/Data+McuManager.swift",
        "Extensions/String+McuManager.swift",
        "Managers/BasicManager.swift",
        "Managers/CrashManager.swift",
        "Managers/DFU/FirmwareUpgradeConfiguration.swift",
        "Managers/DFU/FirmwareUpgradeController.swift",
        "Managers/DFU/FirmwareUpgradeError.swift",
        "Managers/DFU/FirmwareUpgradeImage.swift",
        "Managers/DFU/FirmwareUpgradeManager+Public.swift",
        "Managers/DFU/FirmwareUpgradeManager.swift",
        "Managers/DFU/FirmwareUpgradeMode.swift",
        "Managers/DFU/FirmwareUpgradePeripheralFinder.swift",
        "Managers/DefaultManager.swift",
        "Managers/FileSystemManager.swift",
        "Managers/ImageManager.swift",
        "Managers/LogManager.swift",
        "Managers/RunTestManager.swift",
        "Managers/SettingsManager.swift",
        "Managers/ShellManager.swift",
        "Managers/StatsManager.swift",
        "Managers/SuitManager.swift",
        "McuManager.swift",
        "McuMgrCallbackOoOBuffer.swift",
        "McuMgrHeader.swift",
        "McuMgrImage.swift",
        "McuMgrLogDelegate.swift",
        "McuMgrManifest.swift",
        "McuMgrPackage.swift",
        "McuMgrResponse.swift",
        "McuMgrSuitEnvelope.swift",
        "McuMgrSuitManifest.swift",
        "McuMgrTransport.swift",
        "McuMgrUploadPipeline.swift",
        "Utils/CBOR+String.swift",
        "Utils/ResultLock.swift",
        "Utils/UTI.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
Fetching https://github.com/NordicPlayground/IOS-Common-Libraries
[1/1794] Fetching ios-common-libraries
Fetched https://github.com/NordicPlayground/IOS-Common-Libraries from cache (0.95s)
Fetching https://github.com/valpackett/SwiftCBOR.git
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/NordicSemiconductor/IOS-BLE-Library
[1/5797] Fetching zipfoundation
[59/10209] Fetching zipfoundation, ios-ble-library
[118/11621] Fetching zipfoundation, ios-ble-library, swiftcbor
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.28s)
Fetched https://github.com/valpackett/SwiftCBOR.git from cache (1.28s)
Fetched https://github.com/NordicSemiconductor/IOS-BLE-Library from cache (1.28s)
Computing version for https://github.com/NordicSemiconductor/IOS-BLE-Library
Computed https://github.com/NordicSemiconductor/IOS-BLE-Library at 0.4.4 (2.18s)
Fetching https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
[1/7145] Fetching ios-corebluetooth-mock
Fetched https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git from cache (1.45s)
Computing version for https://github.com/valpackett/SwiftCBOR.git
Computed https://github.com/valpackett/SwiftCBOR.git at 0.5.0 (2.06s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (0.48s)
Computing version for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Computed https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git at 1.0.3 (0.47s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
Creating working copy for https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git
Working copy of https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git resolved at 1.0.3
Creating working copy for https://github.com/NordicPlayground/IOS-Common-Libraries
Working copy of https://github.com/NordicPlayground/IOS-Common-Libraries resolved at main (5c554c4)
Creating working copy for https://github.com/NordicSemiconductor/IOS-BLE-Library
Working copy of https://github.com/NordicSemiconductor/IOS-BLE-Library resolved at 0.4.4
Creating working copy for https://github.com/valpackett/SwiftCBOR.git
Working copy of https://github.com/valpackett/SwiftCBOR.git resolved at 0.5.0
error: the library 'iOSOtaLibrary' requires macos 10.14, but depends on the product 'iOS-BLE-Library-Mock' which requires macos 10.15; consider changing the library 'iOSOtaLibrary' to require macos 10.15 or later, or the product 'iOS-BLE-Library-Mock' to require macos 10.14 or earlier.
error: the library 'iOSOtaLibrary' requires macos 10.14, but depends on the product 'iOSCommonLibraries' which requires macos 10.15; consider changing the library 'iOSOtaLibrary' to require macos 10.15 or later, or the product 'iOSCommonLibraries' to require macos 10.14 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'iOSOtaLibrary' requires macos 10.14, but depends on the product 'iOS-BLE-Library-Mock' which requires macos 10.15; consider changing the library 'iOSOtaLibrary' to require macos 10.15 or later, or the product 'iOS-BLE-Library-Mock' to require macos 10.14 or earlier.
error: the library 'iOSOtaLibrary' requires macos 10.14, but depends on the product 'iOSCommonLibraries' which requires macos 10.15; consider changing the library 'iOSOtaLibrary' to require macos 10.15 or later, or the product 'iOSCommonLibraries' to require macos 10.14 or earlier.
BUILD FAILURE 6.1 macosSpm