The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShoppingListModule, reference main (6b9fef), with Swift 6.1 for macOS (SPM) on 25 Feb 2026 22:58:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/manozghale/ShoppingListModule.git
https://github.com/manozghale/ShoppingListModule.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShoppingListModule",
  "name" : "ShoppingListModule",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[2/7] Write TestSPMIntegration-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/30] 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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:156:31: warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
154 |     case missingDependency(String)
155 |     case configurationError(String)
156 |     case initializationFailed(Error)
    |                               `- warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
157 |
158 |     public var errorDescription: String? {
[6/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/BackgroundSyncManager.swift:65:73: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
63 |     @MainActor
64 |     private func performBackgroundSync() async {
65 |         guard let syncService = ShoppingListDependencies.shared.resolve(SyncService.self) else {
   |                                                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
66 |             return
67 |         }
[7/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/BackgroundSyncManager.swift:65:73: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
63 |     @MainActor
64 |     private func performBackgroundSync() async {
65 |         guard let syncService = ShoppingListDependencies.shared.resolve(SyncService.self) else {
   |                                                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
66 |             return
67 |         }
[8/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/BackgroundSyncManager.swift:65:73: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
63 |     @MainActor
64 |     private func performBackgroundSync() async {
65 |         guard let syncService = ShoppingListDependencies.shared.resolve(SyncService.self) else {
   |                                                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
66 |             return
67 |         }
[9/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
[10/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
[11/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:135:24: warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
133 |     /// Implements exponential backoff retry logic
134 |     private func retryWithBackoff<T>(_ operation: () async throws -> T) async throws -> T {
135 |         var lastError: Error?
    |                        `- warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
136 |
137 |         for attempt in 0..<maxRetries {
[12/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:135:24: warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
133 |     /// Implements exponential backoff retry logic
134 |     private func retryWithBackoff<T>(_ operation: () async throws -> T) async throws -> T {
135 |         var lastError: Error?
    |                        `- warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
136 |
137 |         for attempt in 0..<maxRetries {
[13/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift:135:24: warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
133 |     /// Implements exponential backoff retry logic
134 |     private func retryWithBackoff<T>(_ operation: () async throws -> T) async throws -> T {
135 |         var lastError: Error?
    |                        `- warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
136 |
137 |         for attempt in 0..<maxRetries {
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:156:31: warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
154 |     case missingDependency(String)
155 |     case configurationError(String)
156 |     case initializationFailed(Error)
    |                               `- warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
157 |
158 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:48:72: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 46 |         print("Dependencies setup completed, resolving repository...")
 47 |
 48 |         guard let repository = ShoppingListDependencies.shared.resolve(ShoppingListRepository.self) else {
    |                                                                        `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 49 |             print("Failed to resolve ShoppingListRepository")
 50 |             throw ModuleError.missingDependency("ShoppingListRepository")
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:55:73: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
 53 |         print("Repository resolved: \(type(of: repository))")
 54 |
 55 |         guard let syncService = ShoppingListDependencies.shared.resolve(SyncService.self) else {
    |                                                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
 56 |             print("Failed to resolve SyncService")
 57 |             throw ModuleError.missingDependency("SyncService")
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:73:25: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 71 |
 72 |         // Setup Repository
 73 |         let repository: ShoppingListRepository
    |                         `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 74 |         if configuration.isTestMode {
 75 |             repository = MockShoppingListRepository()
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:87:60: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 85 |
 86 |         // Verify repository was registered
 87 |         guard let registeredRepository = container.resolve(ShoppingListRepository.self) else {
    |                                                            `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 88 |             throw ModuleError.configurationError("Repository registration failed")
 89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:93:29: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 91 |
 92 |         // Setup Network Service
 93 |         let networkService: NetworkService
    |                             `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 94 |         if let apiURL = configuration.apiBaseURL {
 95 |             networkService = HTTPShoppingNetworkService(baseURL: apiURL)
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:109:41: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
107 |
108 |         // Verify all dependencies are registered
109 |         guard let _ = container.resolve(SyncService.self) else {
    |                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
110 |             throw ModuleError.configurationError("SyncService registration failed")
111 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:84:45: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 82 |             }
 83 |         }
 84 |         container.register(repository, for: ShoppingListRepository.self)
    |                                             `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 85 |
 86 |         // Verify repository was registered
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:99:49: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 97 |             networkService = MockNetworkService()
 98 |         }
 99 |         container.register(networkService, for: NetworkService.self)
    |                                                 `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
100 |
101 |         // Setup Sync Service
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:106:46: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
104 |             networkService: networkService
105 |         )
106 |         container.register(syncService, for: SyncService.self)
    |                                              `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
107 |
108 |         // Verify all dependencies are registered
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:184:49: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
182 |         // Register test dependencies
183 |         let container = ShoppingListDependencies.shared
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
    |                                                 `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
185 |         container.register(mockNetworkService, for: NetworkService.self)
186 |         container.register(syncService, for: SyncService.self)
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:185:53: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
183 |         let container = ShoppingListDependencies.shared
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
185 |         container.register(mockNetworkService, for: NetworkService.self)
    |                                                     `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
186 |         container.register(syncService, for: SyncService.self)
187 |
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:186:46: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
185 |         container.register(mockNetworkService, for: NetworkService.self)
186 |         container.register(syncService, for: SyncService.self)
    |                                              `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
187 |
188 |         let viewModel = ShoppingListViewModel(repository: mockRepository, syncService: syncService)
[28/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:156:31: warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
154 |     case missingDependency(String)
155 |     case configurationError(String)
156 |     case initializationFailed(Error)
    |                               `- warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
157 |
158 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:48:72: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 46 |         print("Dependencies setup completed, resolving repository...")
 47 |
 48 |         guard let repository = ShoppingListDependencies.shared.resolve(ShoppingListRepository.self) else {
    |                                                                        `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 49 |             print("Failed to resolve ShoppingListRepository")
 50 |             throw ModuleError.missingDependency("ShoppingListRepository")
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:55:73: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
 53 |         print("Repository resolved: \(type(of: repository))")
 54 |
 55 |         guard let syncService = ShoppingListDependencies.shared.resolve(SyncService.self) else {
    |                                                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
 56 |             print("Failed to resolve SyncService")
 57 |             throw ModuleError.missingDependency("SyncService")
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:73:25: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 71 |
 72 |         // Setup Repository
 73 |         let repository: ShoppingListRepository
    |                         `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 74 |         if configuration.isTestMode {
 75 |             repository = MockShoppingListRepository()
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:87:60: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 85 |
 86 |         // Verify repository was registered
 87 |         guard let registeredRepository = container.resolve(ShoppingListRepository.self) else {
    |                                                            `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 88 |             throw ModuleError.configurationError("Repository registration failed")
 89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:93:29: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 91 |
 92 |         // Setup Network Service
 93 |         let networkService: NetworkService
    |                             `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 94 |         if let apiURL = configuration.apiBaseURL {
 95 |             networkService = HTTPShoppingNetworkService(baseURL: apiURL)
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:109:41: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
107 |
108 |         // Verify all dependencies are registered
109 |         guard let _ = container.resolve(SyncService.self) else {
    |                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
110 |             throw ModuleError.configurationError("SyncService registration failed")
111 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:84:45: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 82 |             }
 83 |         }
 84 |         container.register(repository, for: ShoppingListRepository.self)
    |                                             `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 85 |
 86 |         // Verify repository was registered
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:99:49: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 97 |             networkService = MockNetworkService()
 98 |         }
 99 |         container.register(networkService, for: NetworkService.self)
    |                                                 `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
100 |
101 |         // Setup Sync Service
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:106:46: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
104 |             networkService: networkService
105 |         )
106 |         container.register(syncService, for: SyncService.self)
    |                                              `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
107 |
108 |         // Verify all dependencies are registered
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:184:49: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
182 |         // Register test dependencies
183 |         let container = ShoppingListDependencies.shared
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
    |                                                 `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
185 |         container.register(mockNetworkService, for: NetworkService.self)
186 |         container.register(syncService, for: SyncService.self)
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:185:53: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
183 |         let container = ShoppingListDependencies.shared
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
185 |         container.register(mockNetworkService, for: NetworkService.self)
    |                                                     `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
186 |         container.register(syncService, for: SyncService.self)
187 |
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:186:46: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
185 |         container.register(mockNetworkService, for: NetworkService.self)
186 |         container.register(syncService, for: SyncService.self)
    |                                              `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
187 |
188 |         let viewModel = ShoppingListViewModel(repository: mockRepository, syncService: syncService)
[29/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
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:156:31: warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
154 |     case missingDependency(String)
155 |     case configurationError(String)
156 |     case initializationFailed(Error)
    |                               `- warning: use of protocol 'Error' as a type must be written 'any Error'; this will be an error in a future Swift language mode
157 |
158 |     public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:48:72: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 46 |         print("Dependencies setup completed, resolving repository...")
 47 |
 48 |         guard let repository = ShoppingListDependencies.shared.resolve(ShoppingListRepository.self) else {
    |                                                                        `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 49 |             print("Failed to resolve ShoppingListRepository")
 50 |             throw ModuleError.missingDependency("ShoppingListRepository")
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:55:73: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
 53 |         print("Repository resolved: \(type(of: repository))")
 54 |
 55 |         guard let syncService = ShoppingListDependencies.shared.resolve(SyncService.self) else {
    |                                                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
 56 |             print("Failed to resolve SyncService")
 57 |             throw ModuleError.missingDependency("SyncService")
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:73:25: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 71 |
 72 |         // Setup Repository
 73 |         let repository: ShoppingListRepository
    |                         `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 74 |         if configuration.isTestMode {
 75 |             repository = MockShoppingListRepository()
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:87:60: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 85 |
 86 |         // Verify repository was registered
 87 |         guard let registeredRepository = container.resolve(ShoppingListRepository.self) else {
    |                                                            `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 88 |             throw ModuleError.configurationError("Repository registration failed")
 89 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:93:29: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 91 |
 92 |         // Setup Network Service
 93 |         let networkService: NetworkService
    |                             `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 94 |         if let apiURL = configuration.apiBaseURL {
 95 |             networkService = HTTPShoppingNetworkService(baseURL: apiURL)
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:109:41: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
107 |
108 |         // Verify all dependencies are registered
109 |         guard let _ = container.resolve(SyncService.self) else {
    |                                         `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
110 |             throw ModuleError.configurationError("SyncService registration failed")
111 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:84:45: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 82 |             }
 83 |         }
 84 |         container.register(repository, for: ShoppingListRepository.self)
    |                                             `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
 85 |
 86 |         // Verify repository was registered
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:99:49: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
 97 |             networkService = MockNetworkService()
 98 |         }
 99 |         container.register(networkService, for: NetworkService.self)
    |                                                 `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
100 |
101 |         // Setup Sync Service
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:106:46: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
104 |             networkService: networkService
105 |         )
106 |         container.register(syncService, for: SyncService.self)
    |                                              `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
107 |
108 |         // Verify all dependencies are registered
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:184:49: warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
182 |         // Register test dependencies
183 |         let container = ShoppingListDependencies.shared
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
    |                                                 `- warning: use of protocol 'ShoppingListRepository' as a type must be written 'any ShoppingListRepository'; this will be an error in a future Swift language mode
185 |         container.register(mockNetworkService, for: NetworkService.self)
186 |         container.register(syncService, for: SyncService.self)
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:185:53: warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
183 |         let container = ShoppingListDependencies.shared
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
185 |         container.register(mockNetworkService, for: NetworkService.self)
    |                                                     `- warning: use of protocol 'NetworkService' as a type must be written 'any NetworkService'; this will be an error in a future Swift language mode
186 |         container.register(syncService, for: SyncService.self)
187 |
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift:186:46: warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
184 |         container.register(mockRepository, for: ShoppingListRepository.self)
185 |         container.register(mockNetworkService, for: NetworkService.self)
186 |         container.register(syncService, for: SyncService.self)
    |                                              `- warning: use of protocol 'SyncService' as a type must be written 'any SyncService'; this will be an error in a future Swift language mode
187 |
188 |         let viewModel = ShoppingListViewModel(repository: mockRepository, syncService: syncService)
[30/34] Compiling TestSPMIntegration main.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
/Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift:27:24: warning: no calls to throwing functions occur within 'try' expression
25 |         print("\n3. Testing createView() method...")
26 |         do {
27 |             let view = try await ShoppingListModule.createView()
   |                        `- warning: no calls to throwing functions occur within 'try' expression
28 |             print("✅ Successfully created view with createView(): \(type(of: view))")
29 |         } catch {
/Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift:29:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
27 |             let view = try await ShoppingListModule.createView()
28 |             print("✅ Successfully created view with createView(): \(type(of: view))")
29 |         } catch {
   |           `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
30 |             print("❌ Failed to create view with createView(): \(error)")
31 |         }
[31/34] Emitting module TestSPMIntegration
<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
[31/34] Write Objects.LinkFileList
[32/34] Linking TestSPMIntegration
[33/34] Applying TestSPMIntegration
Build complete! (11.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShoppingListModule",
  "name" : "ShoppingListModule",
  "path" : "/Users/admin/builder/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"
}
Done.