Build Information
Successful build of ShoppingListModule, reference main (6b9fef), with Swift 6.2 for macOS (SPM) on 25 Feb 2026 22:59:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "shoppinglistmodule",
"name": "ShoppingListModule",
"url": "https://github.com/manozghale/ShoppingListModule.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShoppingListModule",
"dependencies": [
]
}
]
}
Fetching https://github.com/manozghale/ShoppingListModule.git
[1/224] Fetching shoppinglistmodule
Fetched https://github.com/manozghale/ShoppingListModule.git from cache (0.71s)
Creating working copy for https://github.com/manozghale/ShoppingListModule.git
Working copy of https://github.com/manozghale/ShoppingListModule.git resolved at main (6b9fef5)
warning: '.resolve-product-dependencies': dependency 'shoppinglistmodule' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/manozghale/ShoppingListModule.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write TestSPMIntegration-entitlement.plist
[0/7] Write sources
[3/7] Write swift-version-49B95AFC49DCD68C.txt
[5/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
/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 [#ExistentialAny]
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 [#ExistentialAny]
157 |
158 | public var errorDescription: String? {
macro expansion @Model:9:25: warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
`- /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:89:2: note: expanded code originates here
12 | /// Designed to support offline-first architecture with sync capabilities
13 |
14 | @Model
| `- note: in expansion of macro 'Model' on class 'ShoppingItem' here
15 | public class ShoppingItem: Identifiable, @unchecked Sendable {
| `- note: 'ShoppingItem' declares conformance to protocol 'Sendable' here
16 | /// Unique identifier - using UUID for distributed system compatibility
17 | @Attribute(.unique) public var id: String
:
87 | return nameMatches || noteMatches
88 | }
89 | }
+--- macro expansion @Model ----------------------------------------
| 7 | @available(swift, deprecated: 5.9, message: "PersistentModels are not Sendable, consider utilizing a ModelActor or use ShoppingItem's persistentModelID instead")
| 8 | @available(*, unavailable, message: "PersistentModels are not Sendable, consider utilizing a ModelActor or use ShoppingItem's persistentModelID instead")
| 9 | extension ShoppingItem: Sendable {
| | `- warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
|10 | }
+-------------------------------------------------------------------
90 |
91 | /// Sort options for item display
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[6/32] 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
macro expansion @Model:9:25: warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
`- /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:89:2: note: expanded code originates here
12 | /// Designed to support offline-first architecture with sync capabilities
13 |
14 | @Model
| `- note: in expansion of macro 'Model' on class 'ShoppingItem' here
15 | public class ShoppingItem: Identifiable, @unchecked Sendable {
| `- note: 'ShoppingItem' declares conformance to protocol 'Sendable' here
16 | /// Unique identifier - using UUID for distributed system compatibility
17 | @Attribute(.unique) public var id: String
:
87 | return nameMatches || noteMatches
88 | }
89 | }
+--- macro expansion @Model ----------------------------------------
| 7 | @available(swift, deprecated: 5.9, message: "PersistentModels are not Sendable, consider utilizing a ModelActor or use ShoppingItem's persistentModelID instead")
| 8 | @available(*, unavailable, message: "PersistentModels are not Sendable, consider utilizing a ModelActor or use ShoppingItem's persistentModelID instead")
| 9 | extension ShoppingItem: Sendable {
| | `- warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
|10 | }
+-------------------------------------------------------------------
90 |
91 | /// Sort options for item display
[7/32] 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
macro expansion @Model:9:25: warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
`- /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:89:2: note: expanded code originates here
12 | /// Designed to support offline-first architecture with sync capabilities
13 |
14 | @Model
| `- note: in expansion of macro 'Model' on class 'ShoppingItem' here
15 | public class ShoppingItem: Identifiable, @unchecked Sendable {
| `- note: 'ShoppingItem' declares conformance to protocol 'Sendable' here
16 | /// Unique identifier - using UUID for distributed system compatibility
17 | @Attribute(.unique) public var id: String
:
87 | return nameMatches || noteMatches
88 | }
89 | }
+--- macro expansion @Model ----------------------------------------
| 7 | @available(swift, deprecated: 5.9, message: "PersistentModels are not Sendable, consider utilizing a ModelActor or use ShoppingItem's persistentModelID instead")
| 8 | @available(*, unavailable, message: "PersistentModels are not Sendable, consider utilizing a ModelActor or use ShoppingItem's persistentModelID instead")
| 9 | extension ShoppingItem: Sendable {
| | `- warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
|10 | }
+-------------------------------------------------------------------
90 |
91 | /// Sort options for item display
[8/32] 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
[9/32] 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
[10/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
136 |
137 | for attempt in 0..<maxRetries {
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[11/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
136 |
137 | for attempt in 0..<maxRetries {
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[12/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
136 |
137 | for attempt in 0..<maxRetries {
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[13/32] 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
[14/32] 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
[15/32] 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
[16/32] 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
[17/32] 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
[18/32] 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
[19/32] 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
[20/32] 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
[21/32] 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
[22/32] 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
[23/32] 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
[24/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
187 |
188 | let viewModel = ShoppingListViewModel(repository: mockRepository, syncService: syncService)
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[25/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
187 |
188 | let viewModel = ShoppingListViewModel(repository: mockRepository, syncService: syncService)
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[26/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
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 [#ExistentialAny]
187 |
188 | let viewModel = ShoppingListViewModel(repository: mockRepository, syncService: syncService)
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[27/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
66 | return
67 | }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[28/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
66 | return
67 | }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[29/32] 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
/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 [#ExistentialAny]
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 [#ExistentialAny]
66 | return
67 | }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[30/34] Compiling TestSPMIntegration main.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
/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 '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.08s)
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.