The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ShoppingListModule, reference v1.0.0 (7c5545), with Swift 6.1 for Linux on 6 Aug 2025 17:25:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manozghale/ShoppingListModule.git
Reference: v1.0.0
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/manozghale/ShoppingListModule
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 7c5545d fix: git repo locate
Cloned https://github.com/manozghale/ShoppingListModule.git
Revision (git rev-parse @):
7c5545d665faef5556a80c749fd6632b86c828f4
SUCCESS checkout https://github.com/manozghale/ShoppingListModule.git at v1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/manozghale/ShoppingListModule.git
https://github.com/manozghale/ShoppingListModule.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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/24] Emitting module ShoppingListModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[4/27] Compiling ShoppingListModule EmptyStateView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[5/27] Compiling ShoppingListModule SearchAndFilterBar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[6/27] Compiling ShoppingListModule ShoppingItemRow.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[7/27] Compiling ShoppingListModule ShoppingItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[8/27] Compiling ShoppingListModule SyncStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[9/27] Compiling ShoppingListModule ShoppingListErrors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[10/27] Compiling ShoppingListModule ShoppingListView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[11/27] Compiling ShoppingListModule LoadingView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[12/27] Compiling ShoppingListModule ShoppingListModule.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[13/27] Compiling ShoppingListModule ShoppingListViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[14/27] Compiling ShoppingListModule AddItemSheet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[15/27] Compiling ShoppingListModule EditItemSheet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[16/27] Compiling ShoppingListModule SwiftDataRepository.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[17/27] Compiling ShoppingListModule BackgroundSyncManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[18/27] Compiling ShoppingListModule ShoppingListConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[19/27] Compiling ShoppingListModule ShoppingListDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[20/27] Compiling ShoppingListModule ShoppingListModuleFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[21/27] Compiling ShoppingListModule FilteringSorting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[22/27] Compiling ShoppingListModule HTTPNetworkService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[23/27] Compiling ShoppingListModule MockNetworkService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[24/27] Compiling ShoppingListModule NetworkService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[25/27] Compiling ShoppingListModule SyncService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[26/27] Compiling ShoppingListModule MockRepository.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[27/27] Compiling ShoppingListModule ShoppingListRepository.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/23] Emitting module ShoppingListModule
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[3/26] Compiling ShoppingListModule EmptyStateView.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[4/26] Compiling ShoppingListModule SearchAndFilterBar.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[5/26] Compiling ShoppingListModule ShoppingItemRow.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[6/26] Compiling ShoppingListModule HTTPNetworkService.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[7/26] Compiling ShoppingListModule MockNetworkService.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[8/26] Compiling ShoppingListModule NetworkService.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[9/26] Compiling ShoppingListModule ShoppingItem.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[10/26] Compiling ShoppingListModule SyncStatus.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[11/26] Compiling ShoppingListModule ShoppingListErrors.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[12/26] Compiling ShoppingListModule ShoppingListDependencies.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[13/26] Compiling ShoppingListModule ShoppingListModuleFactory.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[14/26] Compiling ShoppingListModule FilteringSorting.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[15/26] Compiling ShoppingListModule ShoppingListViewModel.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[16/26] Compiling ShoppingListModule AddItemSheet.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[17/26] Compiling ShoppingListModule EditItemSheet.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[18/26] Compiling ShoppingListModule ShoppingListView.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[19/26] Compiling ShoppingListModule LoadingView.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[20/26] Compiling ShoppingListModule ShoppingListModule.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[21/26] Compiling ShoppingListModule SyncService.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[22/26] Compiling ShoppingListModule MockRepository.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[23/26] Compiling ShoppingListModule ShoppingListRepository.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[24/26] Compiling ShoppingListModule SwiftDataRepository.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[25/26] Compiling ShoppingListModule BackgroundSyncManager.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
[26/26] Compiling ShoppingListModule ShoppingListConfiguration.swift
<unknown>:0: warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:9:24: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | @preconcurrency import Combine
    |                        `- error: no such module 'Combine'
 10 |
 11 | /// Protocol defining synchronization operations for shopping list items
BUILD FAILURE 6.1 linux