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 iOSMcuManagerLibrary, reference 1.7.4 (306560), with Swift 6.0 for Linux on 31 Oct 2024 18:18:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
Reference: 1.7.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager
 * tag               1.7.4      -> FETCH_HEAD
HEAD is now at 306560c Merge pull request #264 from NordicSemiconductor/code-cleanup
Cloned https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
Revision (git rev-parse @):
306560c51de79ac388f97236701ea52aceb467d2
SUCCESS checkout https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git at 1.7.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/unrelentingtech/SwiftCBOR.git
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/1311] Fetching swiftcbor
[1286/6777] Fetching swiftcbor, zipfoundation
Fetched https://github.com/unrelentingtech/SwiftCBOR.git from cache (0.50s)
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.51s)
Computing version for https://github.com/unrelentingtech/SwiftCBOR.git
Computed https://github.com/unrelentingtech/SwiftCBOR.git at 0.4.7 (1.40s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.49s)
Creating working copy for https://github.com/unrelentingtech/SwiftCBOR.git
Working copy of https://github.com/unrelentingtech/SwiftCBOR.git resolved at 0.4.7
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Source/PrivacyInfo.xcprivacy
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/40] Emitting module SwiftCBOR
[6/42] Emitting module ZIPFoundation
[7/44] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[8/44] Compiling SwiftCBOR Util.swift
[9/44] Compiling ZIPFoundation Archive+Deprecated.swift
[10/44] Compiling ZIPFoundation Archive+Helpers.swift
[11/44] Compiling ZIPFoundation Entry+Serialization.swift
[12/44] Compiling ZIPFoundation Entry+ZIP64.swift
[13/44] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[14/44] Compiling ZIPFoundation URL+ZIP.swift
[15/44] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[16/44] Compiling ZIPFoundation Data+Serialization.swift
[19/44] Compiling ZIPFoundation Archive.swift
[20/44] Compiling ZIPFoundation Data+Compression.swift
[23/44] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[26/44] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[27/44] Compiling ZIPFoundation Archive+Writing.swift
[28/44] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[29/44] Compiling ZIPFoundation Entry.swift
[30/44] Compiling ZIPFoundation FileManager+ZIP.swift
[31/44] Compiling ZIPFoundation Archive+MemoryFile.swift
[32/44] Compiling ZIPFoundation Archive+Progress.swift
[33/44] Compiling ZIPFoundation Archive+Reading.swift
[47/77] Compiling iOSMcuManagerLibrary StatsManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[48/77] Compiling iOSMcuManagerLibrary SuitManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[49/77] Compiling iOSMcuManagerLibrary McuManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[50/77] Compiling iOSMcuManagerLibrary McuMgrHeader.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[51/81] Compiling iOSMcuManagerLibrary McuMgrTransport.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[52/81] Compiling iOSMcuManagerLibrary CBOR+String.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[53/81] Compiling iOSMcuManagerLibrary ResultLock.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[54/81] Compiling iOSMcuManagerLibrary UTI.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[55/81] Compiling iOSMcuManagerLibrary McuMgrImage.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[56/81] Compiling iOSMcuManagerLibrary McuMgrLogDelegate.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[57/81] Compiling iOSMcuManagerLibrary McuMgrManifest.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[58/81] Compiling iOSMcuManagerLibrary McuMgrPackage.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[59/81] Compiling iOSMcuManagerLibrary McuMgrBleTransport+CBCentralManagerDelegate.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[60/81] Compiling iOSMcuManagerLibrary McuMgrBleTransport+CBPeripheralDelegate.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[61/81] Compiling iOSMcuManagerLibrary McuMgrBleTransport.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[62/81] Compiling iOSMcuManagerLibrary McuMgrBleTransportWriteState.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[63/81] Compiling iOSMcuManagerLibrary CBOR+McuManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[64/81] Compiling iOSMcuManagerLibrary FirmwareUpgradeManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[65/81] Compiling iOSMcuManagerLibrary DefaultManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[66/81] Compiling iOSMcuManagerLibrary FileSystemManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[67/81] Compiling iOSMcuManagerLibrary ImageManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[68/81] Compiling iOSMcuManagerLibrary McuMgrROBBuffer.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[69/81] Compiling iOSMcuManagerLibrary McuMgrResponse.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[70/81] Compiling iOSMcuManagerLibrary McuMgrSuitEnvelope.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[71/81] Compiling iOSMcuManagerLibrary McuMgrSuitManifest.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[72/81] Compiling iOSMcuManagerLibrary LogManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[73/81] Compiling iOSMcuManagerLibrary RunTestManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[74/81] Compiling iOSMcuManagerLibrary SettingsManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[75/81] Compiling iOSMcuManagerLibrary ShellManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[76/81] Compiling iOSMcuManagerLibrary Data+McuManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[77/81] Compiling iOSMcuManagerLibrary String+McuManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[78/81] Compiling iOSMcuManagerLibrary BasicManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[79/81] Compiling iOSMcuManagerLibrary CrashManager.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
[80/81] Compiling iOSMcuManagerLibrary FirmwareUpgradeController.swift
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
error: emit-module command failed with exit code 1 (use -v to see invocation)
[81/81] Emitting module iOSMcuManagerLibrary
/host/spi-builder-workspace/Source/Bluetooth/McuMgrBleTransport+CBCentralManagerDelegate.swift:9:8: error: no such module 'CoreBluetooth'
 7 |
 8 | import Foundation
 9 | import CoreBluetooth
   |        `- error: no such module 'CoreBluetooth'
10 |
11 | // MARK: - McuMgrBleTransport+CBCentralManagerDelegate
BUILD FAILURE 6.0 linux