Build Information
Failed to build ShoppingListModule, reference main (6b9fef), with Swift 6.3 for visionOS using Xcode 26.4 on 16 Apr 2026 16:54:01 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ShoppingListModule-Package -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.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: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/manozghale/ShoppingListModule.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
ShoppingListModule: /Users/admin/builder/spi-builder-workspace
resolved source packages: ShoppingListModule
2026-04-16 12:53:32.978 xcodebuild[529:3062] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ShoppingListModule",
"ShoppingListModule-Package",
"TestSPMIntegration"
]
}
}
2026-04-16 12:53:40.833 xcodebuild[628:3808] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ShoppingListModule",
"ShoppingListModule-Package",
"TestSPMIntegration"
]
}
}
2026-04-16 12:53:41.725 xcodebuild[633:3860] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ShoppingListModule-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ShoppingListModule-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
ShoppingListModule: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'TestSPMIntegration' in project 'ShoppingListModule'
➜ Explicit dependency on target 'ShoppingListModule' in project 'ShoppingListModule'
Target 'ShoppingListModule' in project 'ShoppingListModule'
➜ Explicit dependency on target 'ShoppingListModule' in project 'ShoppingListModule'
Target 'ShoppingListModule' in project 'ShoppingListModule' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e90384b0414b60e5a2faf08da2d612e8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e90384b0414b60e5a2faf08da2d612e8.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/TestSPMIntegration.DependencyMetadataFileList (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/TestSPMIntegration.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/ShoppingListModule.DependencyStaticMetadataFileList (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/ShoppingListModule.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/TestSPMIntegration.DependencyStaticMetadataFileList (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/TestSPMIntegration.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/ShoppingListModule.modulemap (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/ShoppingListModule.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-OutputFileMap.json (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration_const_extract_protocols.json (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.SwiftFileList (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.LinkFileList (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/ShoppingListModule.DependencyMetadataFileList (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/ShoppingListModule.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.SwiftFileList (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule_const_extract_protocols.json (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-OutputFileMap.json (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.LinkFileList (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.SwiftConstValuesFileList (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ShoppingListModule.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/ShoppingListModule.modulemap (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/ShoppingListModule.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver ShoppingListModule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ShoppingListModule -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
warning: Upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6 (in target 'ShoppingListModule' from project 'ShoppingListModule')
warning: Upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6 (in target 'ShoppingListModule' from project 'ShoppingListModule')
warning: Upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6 (in target 'ShoppingListModule' from project 'ShoppingListModule')
warning: Upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6 (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C21NR73BQS9YG84UF3Z27MZO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-5FHCG9W8AOEJ547P8R0LSBI27.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-2Y1DNGB0APBU37UCM85USN5Y7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-C41A3QGCM1YYJNI7YRH3ZKU8F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-7YY1YWNK5RJ1L5PT0R8GATWBI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-BWITQRLOAUXY4J5EOQVH70S40.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-1OT2ROK20XTH9ADDS9YILR71T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-SEU7M0Z3UU3ECB3MXH41MTTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-6D6D389ZXB7ZA90W84UX1ZL2D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-CKA43H4J856XAK8467CMSTRYN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-AV4T6NB9MX6FXUSNVLM60WU35.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-6C7U720J1A7CX6SY1HA6Y4ABQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9F06RGJJQSDB3CAB2FUUZLYOT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-4WF1DCPFGVO4O7LGM2599FA6F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2VHBA2ITX47FXGDI0ECTM0J5J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-1UZDUXFNH2LE5XBXBIMGCD3RJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-1BK14W3VDJTL3BNFXE3OYQWPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-9GLAF4Q49LDEVGMXLL96RQSVX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-4WD0AKQ2YZIMZ9EVCJ5P6VZTE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DOZ9OALAIXSON0S4A162ZO3RH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-88QYID429OP0RJV4X7NPHPT2W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-F36H83LV35XMQO29HWTCS3X0Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-5MAD45BWGS8P30UMUJFGZ7LVH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-B2YPZM6W0IOL2GX00XNRS4TO5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-BHB2AXKXK7HNT33V5WH5L4PHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-ES7TF84IHLHY68XC8B13D06G2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-E1HB5UEN8BO57X8RZQ5OSRH5V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CH0YEHE89REKJW64S77ZBPVT6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-CB1E2Y5DHG10RUFYUNP5BII37.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-2JEYRPXOLD9YNF4DBVAINHNJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-4STKRW4U5FHOJVWZOV7YRUFCP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-8APAWVF8FFUPC0VL9BIGF8N03.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-3Z0SJYWDUUVHX9LZ2IZU1SRXF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-94IVTH1ZB7XMMQR8GFP7ZGDF6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-6NU22SXLBZU0SQFUSK4SEVSDE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8OM0E0PQ5C6PZYQVGYD252RWL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-40PQRK99RRMDAQSOHXECX5QNH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-120O7O5D399XYLNVU7Q8KMT9F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-67PR8RFP277YDC0MV0TJU5MVL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-DP9XSP296KRTMEDL66GBU234S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-QGFLFQ4JBX84ZLUFZZ3POLJR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-7N5QVR8UMILS1NQYJB481LXZF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-AN2IAJ3FJNGQKC5502ZC4FV7P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-AHUOJ6YIJG1AFU3D13EUHFJBB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-50YPR6W4M873UK4YRHFSSKODJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-EC5TAV1OJGAFTZQSSCBX5MKU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-5UL06WD3E8RG70AOJ5Y3RFUXS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-4B741HIG5IRXU6BLF4OVD70O3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-A26ISYZBF4GF2C6RARPF4LWGB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-7OKQQV92A7NW9M3AK3R82JPZP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-7FVD9XSIMHXLS6GZ83H1XZKZY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-9QVDDUDZY30Y1MQJMY57KCGA0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-7ZAZDT8HIUG78G965X8PPTV1H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-1QEF00C3AZZZ9C7L59SX2ZSOI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-EQ34JLPOTJ9Y97X9GLUKOYMWR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-2TMF11OJZOAYKYGUCUT828H6K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-74LBM4JZWCGTR1JYVKJAR74GR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-5QK63K4X4XPKDVGTQ00V8SJPM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-3JGPU3DQFENWE43VURHH69EFC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-2SYTSGMJS8NWPY5F6DY4R0JIW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMotion-48BQWKWZ5X0R6025T7W7ND3VV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-4QJRD5N28N1XK2N177H8LFT5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-9Q6P057BR6Z31IEHNCG1LKENZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-B0MFOL84A3EXIBU4D4ZWVSHNI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ARKit-EAL8U608CG4KX87GFMOF84T7X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-8LMBAW3T8G5I6YCMMZGNOOCQY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-2XOHIAPUI4YG6AWR50835TWOS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-9X1XP99T428QZFBXH7B8CT197.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-6NHGU0CKNVUWAHH9PEZITRHBT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-69HYFXR2H8TPTEMEHW08UJ927.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-EXVBCS8IM77SZSPOQASG59IGD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-3QEF2J5RBKKHZMEI47AAGXBUR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/GameController-ACXON1Z7O31DVB44WUP1OCAGP.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ ShoppingListModule (in target 'ShoppingListModule' from project 'ShoppingListModule')
EmitSwiftModule normal arm64 (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
case initializationFailed(Error)
^~~~~
any Error
@__swiftmacro_18ShoppingListModule0A4Item5ModelfMe_.swift:9:25: warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
extension ShoppingItem: Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:14:1: note: in expansion of macro 'Model' on class 'ShoppingItem' here
@Model
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:14:1: note: in expansion of macro 'Model' on class 'ShoppingItem' here
@Model
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:15:14: note: 'ShoppingItem' declares conformance to protocol 'Sendable' here
public class ShoppingItem: Identifiable, @unchecked Sendable {
^
<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
SwiftCompile normal arm64 Compiling\ AddItemSheet.swift,\ EditItemSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/AddItemSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/EditItemSheet.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/AddItemSheet.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/EditItemSheet.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<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
SwiftCompile normal arm64 Compiling\ ShoppingItemRow.swift,\ ShoppingListView.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/ShoppingItemRow.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/ShoppingListView.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/ShoppingItemRow.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/ShoppingListView.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ShoppingListErrors.swift,\ ShoppingListViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/ViewModels/ShoppingListErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/ViewModels/ShoppingListViewModel.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/ViewModels/ShoppingListErrors.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/ViewModels/ShoppingListViewModel.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<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
SwiftCompile normal arm64 Compiling\ HTTPNetworkService.swift,\ MockNetworkService.swift,\ NetworkService.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/HTTPNetworkService.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/MockNetworkService.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/NetworkService.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/HTTPNetworkService.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/MockNetworkService.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/NetworkService.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SwiftDataRepository.swift,\ BackgroundSyncManager.swift,\ ShoppingListConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Repository/SwiftDataRepository.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/BackgroundSyncManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListConfiguration.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Repository/SwiftDataRepository.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/BackgroundSyncManager.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListConfiguration.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ShoppingListDependencies.swift,\ ShoppingListModuleFactory.swift,\ FilteringSorting.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListDependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/FilteringSorting.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListDependencies.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/FilteringSorting.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LoadingView.swift,\ ShoppingListModule.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Supporting/LoadingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/ShoppingListModule.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Supporting/LoadingView.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/ShoppingListModule.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SyncService.swift,\ MockRepository.swift,\ ShoppingListRepository.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Repository/MockRepository.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Repository/ShoppingListRepository.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Network/SyncService.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
var lastError: Error?
^~~~~
(any Error)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Repository/MockRepository.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Repository/ShoppingListRepository.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ShoppingItem.swift,\ SyncStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/SyncStatus.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
@__swiftmacro_18ShoppingListModule0A4Item5ModelfMe_.swift:9:25: warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
extension ShoppingItem: Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:14:1: note: in expansion of macro 'Model' on class 'ShoppingItem' here
@Model
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:14:1: note: in expansion of macro 'Model' on class 'ShoppingItem' here
@Model
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:15:14: note: 'ShoppingItem' declares conformance to protocol 'Sendable' here
public class ShoppingItem: Identifiable, @unchecked Sendable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/SyncStatus.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
@__swiftmacro_18ShoppingListModule0A4Item5ModelfMe_.swift:9:25: warning: redundant conformance of 'ShoppingItem' to protocol 'Sendable'
extension ShoppingItem: Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:14:1: note: in expansion of macro 'Model' on class 'ShoppingItem' here
@Model
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:14:1: note: in expansion of macro 'Model' on class 'ShoppingItem' here
@Model
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/ShoppingItem.swift:15:14: note: 'ShoppingItem' declares conformance to protocol 'Sendable' here
public class ShoppingItem: Identifiable, @unchecked Sendable {
^
SwiftCompile normal arm64 Compiling\ EmptyStateView.swift,\ SearchAndFilterBar.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/EmptyStateView.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/SearchAndFilterBar.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/EmptyStateView.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/SearchAndFilterBar.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for ShoppingListModule (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftDriver\ Compilation\ Requirements ShoppingListModule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ShoppingListModule -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HTTPNetworkService.swift, MockNetworkService.swift, NetworkService.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ShoppingListModule-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-Swift.h (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ShoppingListModule-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ShoppingListModule.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftmodule (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ShoppingListModule.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ShoppingListModule.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftdoc (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ShoppingListModule.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ShoppingListModule.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.abi.json (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ShoppingListModule.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ShoppingListModule.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftsourceinfo (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ShoppingListModule.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SyncService.swift, MockRepository.swift, ShoppingListRepository.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftDriver TestSPMIntegration normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestSPMIntegration -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
warning: Upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6 (in target 'TestSPMIntegration' from project 'ShoppingListModule')
warning: Upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6 (in target 'TestSPMIntegration' from project 'ShoppingListModule')
warning: Upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6 (in target 'TestSPMIntegration' from project 'ShoppingListModule')
warning: Upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6 (in target 'TestSPMIntegration' from project 'ShoppingListModule')
SwiftDriverJobDiscovery normal arm64 Compiling ShoppingItem.swift, SyncStatus.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftEmitModule normal arm64 Emitting\ module\ for\ TestSPMIntegration (in target 'TestSPMIntegration' from project '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
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftDataMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftDataMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration_const_extract_protocols.json -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name TestSPMIntegration -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-xros26.4 -target-sdk-version 26.4 -target-sdk-name xros26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift:5:1: error: 'main' attribute cannot be used in a module that contains top-level code
@main
^
/Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift:1:1: note: top-level code defined in this source file
import Foundation
^
/Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift:1:1: note: pass '-parse-as-library' to compiler invocation if this is intentional
import Foundation
^
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift (in target 'TestSPMIntegration' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2026-04-16 12:53:43.193 xcodebuild[635:3888] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ TestSPMIntegration (in target 'TestSPMIntegration' from project 'ShoppingListModule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift (in target 'TestSPMIntegration' from project 'ShoppingListModule')
Building workspace spi-builder-workspace with scheme ShoppingListModule-Package
(3 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
ShoppingListModule: /Users/admin/builder/spi-builder-workspace
resolved source packages: ShoppingListModule
2026-04-16 12:53:55.913 xcodebuild[762:4477] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ShoppingListModule",
"ShoppingListModule-Package",
"TestSPMIntegration"
]
}
}
2026-04-16 12:53:57.603 xcodebuild[771:4591] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ShoppingListModule",
"ShoppingListModule-Package",
"TestSPMIntegration"
]
}
}
2026-04-16 12:53:58.759 xcodebuild[774:4630] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ShoppingListModule-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ShoppingListModule-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
ShoppingListModule: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'TestSPMIntegration' in project 'ShoppingListModule'
➜ Explicit dependency on target 'ShoppingListModule' in project 'ShoppingListModule'
Target 'ShoppingListModule' in project 'ShoppingListModule'
➜ Explicit dependency on target 'ShoppingListModule' in project 'ShoppingListModule'
Target 'ShoppingListModule' in project 'ShoppingListModule' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
SwiftDriver TestSPMIntegration normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TestSPMIntegration -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
warning: Upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6 (in target 'TestSPMIntegration' from project 'ShoppingListModule')
warning: Upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6 (in target 'TestSPMIntegration' from project 'ShoppingListModule')
warning: Upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6 (in target 'TestSPMIntegration' from project 'ShoppingListModule')
warning: Upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6 (in target 'TestSPMIntegration' from project 'ShoppingListModule')
SwiftDriver ShoppingListModule normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ShoppingListModule -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/ShoppingListModule.build/Objects-normal/arm64/ShoppingListModule-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
warning: Upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6 (in target 'ShoppingListModule' from project 'ShoppingListModule')
warning: Upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6 (in target 'ShoppingListModule' from project 'ShoppingListModule')
warning: Upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6 (in target 'ShoppingListModule' from project 'ShoppingListModule')
warning: Upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6 (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftEmitModule normal arm64 Emitting\ module\ for\ TestSPMIntegration (in target 'TestSPMIntegration' from project 'ShoppingListModule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift:5:1: error: 'main' attribute cannot be used in a module that contains top-level code
@main
^
/Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift:1:1: note: top-level code defined in this source file
import Foundation
^
/Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift:1:1: note: pass '-parse-as-library' to compiler invocation if this is intentional
import Foundation
^
<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
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftDataMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftDataMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration_const_extract_protocols.json -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name TestSPMIntegration -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-xros26.4 -target-sdk-version 26.4 -target-sdk-name xros26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ShoppingListModule.build/Debug-xros/TestSPMIntegration.build/Objects-normal/arm64/TestSPMIntegration.abi.json
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift (in target 'TestSPMIntegration' from project 'ShoppingListModule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift (in target 'TestSPMIntegration' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<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
SwiftCompile normal arm64 Compiling\ SwiftDataRepository.swift,\ BackgroundSyncManager.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Repository/SwiftDataRepository.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/BackgroundSyncManager.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Data/Repository/SwiftDataRepository.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/BackgroundSyncManager.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<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
SwiftCompile normal arm64 Compiling\ ShoppingListModuleFactory.swift,\ FilteringSorting.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/FilteringSorting.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListModuleFactory.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Models/FilteringSorting.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ShoppingListErrors.swift,\ ShoppingListViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/ViewModels/ShoppingListErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/ViewModels/ShoppingListViewModel.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/ViewModels/ShoppingListErrors.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/ViewModels/ShoppingListViewModel.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AddItemSheet.swift,\ EditItemSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/AddItemSheet.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/EditItemSheet.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/AddItemSheet.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/EditItemSheet.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EmptyStateView.swift,\ SearchAndFilterBar.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/EmptyStateView.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/SearchAndFilterBar.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/EmptyStateView.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/SearchAndFilterBar.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ShoppingItemRow.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/ShoppingItemRow.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Components/ShoppingItemRow.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<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
SwiftCompile normal arm64 Compiling\ ShoppingListConfiguration.swift,\ ShoppingListDependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListDependencies.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListConfiguration.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/DependencyInjection/ShoppingListDependencies.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LoadingView.swift /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Supporting/LoadingView.swift (in target 'ShoppingListModule' from project '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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ShoppingListModule/Presentation/Views/Supporting/LoadingView.swift (in target 'ShoppingListModule' from project 'ShoppingListModule')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2026-04-16 12:53:59.731 xcodebuild[796:4799] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
warning: upcoming feature 'ImplicitOpenExistentials' is already enabled as of Swift version 6
warning: upcoming feature 'ForwardTrailingClosures' is already enabled as of Swift version 6
warning: upcoming feature 'ConciseMagicFile' is already enabled as of Swift version 6
warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TestSPMIntegration/main.swift (in target 'TestSPMIntegration' from project 'ShoppingListModule')
SwiftEmitModule normal arm64 Emitting\ module\ for\ TestSPMIntegration (in target 'TestSPMIntegration' from project 'ShoppingListModule')
Building workspace spi-builder-workspace with scheme ShoppingListModule-Package
(3 failures)
BUILD FAILURE 6.3 visionOS