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 Lifx with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/glennschmidt/swift-lifx.git
Reference: master
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/glennschmidt/swift-lifx
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dd063fb Fix incorrect name
Cloned https://github.com/glennschmidt/swift-lifx.git
Revision (git rev-parse @):
dd063fb9812ab44d2e5937117bb9dbdbd938250e
SUCCESS checkout https://github.com/glennschmidt/swift-lifx.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/glennschmidt/swift-lifx.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/27] Emitting module Lifx
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[4/30] Compiling Lifx StateLightPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[5/30] Compiling Lifx StateLocationPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[6/30] Compiling Lifx StatePowerPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[7/30] Compiling Lifx StateServicePayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[8/30] Compiling Lifx StateVersionPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[9/30] Compiling Lifx StateWiFiInfoPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[10/30] Compiling Lifx ProtocolHeader.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[11/30] Compiling Lifx InboundPacket.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[12/30] Compiling Lifx LifxLanSocket.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[13/30] Compiling Lifx MessageType.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[14/30] Compiling Lifx OutboundPacket.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[15/30] Compiling Lifx LifxLanClientDelegate.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[16/30] Compiling Lifx ColorTemperature.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[17/30] Compiling Lifx HSBK.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[18/30] Compiling Lifx LifxState.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[19/30] Compiling Lifx MacAddr.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[20/30] Compiling Lifx SignalStrength.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[21/30] Compiling Lifx SetColorPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[22/30] Compiling Lifx SetPowerPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[23/30] Compiling Lifx StateGroupPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[24/30] Compiling Lifx StateLabelPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[25/30] Compiling Lifx ProtocolMessage.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[26/30] Compiling Lifx LifxDevice.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[27/30] Compiling Lifx LifxLanClient.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[28/30] Compiling Lifx Binary.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[29/30] Compiling Lifx CompletionHandler.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[30/30] Compiling Lifx Time.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling Lifx StateLightPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[3/26] Compiling Lifx StateLocationPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[4/26] Compiling Lifx StatePowerPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[5/26] Compiling Lifx StateServicePayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[6/29] Compiling Lifx LifxState.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[7/29] Compiling Lifx MacAddr.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[8/29] Compiling Lifx SignalStrength.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[9/29] Compiling Lifx StateVersionPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[10/29] Compiling Lifx StateWiFiInfoPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[11/29] Compiling Lifx ProtocolHeader.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[12/29] Compiling Lifx LifxLanClientDelegate.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[13/29] Compiling Lifx ColorTemperature.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[14/29] Compiling Lifx HSBK.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[15/29] Compiling Lifx SetColorPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[16/29] Compiling Lifx SetPowerPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[17/29] Compiling Lifx StateGroupPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[18/29] Compiling Lifx StateLabelPayload.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[19/29] Compiling Lifx InboundPacket.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[20/29] Compiling Lifx LifxLanSocket.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[21/29] Compiling Lifx MessageType.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[22/29] Compiling Lifx OutboundPacket.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[23/29] Compiling Lifx ProtocolMessage.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[24/29] Compiling Lifx LifxDevice.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[25/29] Compiling Lifx LifxLanClient.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/29] Emitting module Lifx
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[27/29] Compiling Lifx Binary.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[28/29] Compiling Lifx CompletionHandler.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
[29/29] Compiling Lifx Time.swift
/host/spi-builder-workspace/Sources/Lifx/LanProtocol/LifxLanSocket.swift:1:8: error: no such module 'Combine'
import Combine
       ^
error: fatalError
BUILD FAILURE 5.10 linux