The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ShoppingListModule, reference main (6b9fef), with Swift 6.1 for Wasm on 25 Feb 2026 23:03:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manozghale/ShoppingListModule.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b9fef5 Remove MVVM Combine docs and update code
Cloned https://github.com/manozghale/ShoppingListModule.git
Revision (git rev-parse @):
6b9fef572aac7e763d4ed5de8df2e765dcabb1bd
SUCCESS checkout https://github.com/manozghale/ShoppingListModule.git at main
========================================
Build
========================================
Selected platform:         wasm
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
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShoppingListModule",
  "name" : "ShoppingListModule",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ShoppingListModule",
      "targets" : [
        "ShoppingListModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestSPMIntegration",
      "targets" : [
        "TestSPMIntegration"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestSPMIntegration",
      "module_type" : "SwiftTarget",
      "name" : "TestSPMIntegration",
      "path" : "Sources/TestSPMIntegration",
      "product_memberships" : [
        "TestSPMIntegration"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ShoppingListModule"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ShoppingListModuleTests",
      "module_type" : "SwiftTarget",
      "name" : "ShoppingListModuleTests",
      "path" : "Tests/ShoppingListModuleTests",
      "sources" : [
        "DataTests/BackgroundSyncManagerTests.swift",
        "DataTests/NetworkServiceTests.swift",
        "DataTests/RepositoryTests.swift",
        "DataTests/SyncServiceTests.swift",
        "IntegrationTests/EndToEndTests.swift",
        "IntegrationTests/ModuleIntegrationTests.swift",
        "IntegrationTests/SwiftDataRepositoryIntegrationTests.swift",
        "ModelTests/ArrayExtensionTests.swift",
        "ModelTests/ShoppingItemTests.swift",
        "PresentationTests/UIIntegrationTests.swift",
        "PresentationTests/ViewModelTests.swift",
        "TestUtilities/MockData.swift",
        "TestUtilities/TestHelpers.swift",
        "TestUtilities/XCTestExtensions.swift"
      ],
      "target_dependencies" : [
        "ShoppingListModule"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShoppingListModule",
      "module_type" : "SwiftTarget",
      "name" : "ShoppingListModule",
      "path" : "Sources/ShoppingListModule",
      "product_memberships" : [
        "ShoppingListModule",
        "TestSPMIntegration"
      ],
      "sources" : [
        "Data/Network/HTTPNetworkService.swift",
        "Data/Network/MockNetworkService.swift",
        "Data/Network/NetworkService.swift",
        "Data/Network/SyncService.swift",
        "Data/Repository/MockRepository.swift",
        "Data/Repository/ShoppingListRepository.swift",
        "Data/Repository/SwiftDataRepository.swift",
        "DependencyInjection/BackgroundSyncManager.swift",
        "DependencyInjection/ShoppingListConfiguration.swift",
        "DependencyInjection/ShoppingListDependencies.swift",
        "DependencyInjection/ShoppingListModuleFactory.swift",
        "Models/FilteringSorting.swift",
        "Models/ShoppingItem.swift",
        "Models/SyncStatus.swift",
        "Presentation/ViewModels/ShoppingListErrors.swift",
        "Presentation/ViewModels/ShoppingListViewModel.swift",
        "Presentation/Views/Components/AddItemSheet.swift",
        "Presentation/Views/Components/EditItemSheet.swift",
        "Presentation/Views/Components/EmptyStateView.swift",
        "Presentation/Views/Components/SearchAndFilterBar.swift",
        "Presentation/Views/Components/ShoppingItemRow.swift",
        "Presentation/Views/ShoppingListView.swift",
        "Presentation/Views/Supporting/LoadingView.swift",
        "ShoppingListModule.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/29] 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
[5/32] 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
[6/32] 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
[7/32] 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
[8/32] 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
[9/32] 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
[10/32] 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
[11/32] 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
[12/32] 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
[13/32] 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
[14/32] 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
[15/32] 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
[16/32] 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
[17/32] 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
[18/32] 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
[19/32] 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
[20/32] 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
[21/32] 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
[22/32] 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
[23/32] 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
[24/32] 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
[25/32] 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
[26/32] 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
[27/32] 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
[28/32] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/27] 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
[3/27] 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
[4/27] 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
[5/30] 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
[6/30] 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
[7/30] 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
[8/30] 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
[9/30] 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
[10/30] 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
[11/30] 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
[12/30] 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
[13/30] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/30] 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
[15/30] 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
[16/30] 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
[17/30] 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
[18/30] 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/30] 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/30] 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/30] 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
[22/30] 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
[23/30] 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
[24/30] 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/30] 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/30] 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 wasm