Build Information
Failed to build RemoteImage, reference master (66680f
), with Swift 6.1 for visionOS using Xcode 16.3 on 30 Apr 2025 17:31:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RemoteImage -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chris-swift-dev/RemoteImage.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chris-swift-dev/RemoteImage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 66680f4 docs(readme): updated build status badge
Cloned https://github.com/chris-swift-dev/RemoteImage.git
Revision (git rev-parse @):
66680f49e07da247db5fd08c089bdfa485f68c38
SUCCESS checkout https://github.com/chris-swift-dev/RemoteImage.git at master
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/chris-swift-dev/RemoteImage.git
https://github.com/chris-swift-dev/RemoteImage.git
{
"dependencies" : [
{
"identity" : "viewinspector",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nalexn/ViewInspector.git"
}
],
"manifest_display_name" : "RemoteImage",
"name" : "RemoteImage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "RemoteImage",
"targets" : [
"RemoteImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RemoteImageTests",
"module_type" : "SwiftTarget",
"name" : "RemoteImageTests",
"path" : "Tests/RemoteImageTests",
"product_dependencies" : [
"ViewInspector"
],
"sources" : [
"Extensions/RemoteImage+Inspectable.swift",
"Extensions/URLSession+RemoteImageURLDataPublisherTests.swift",
"Mocks/MockImageManager.swift",
"Mocks/MockPHAsset.swift",
"Mocks/MockPHAssetFetchResult.swift",
"Mocks/MockPhotoKitService.swift",
"Mocks/MockRemoteImageServiceDependencies.swift",
"Mocks/MockRemoteImageURLDataPublisher.swift",
"Models/PhotoKitServiceErrorTests.swift",
"Models/RemoteImageServiceErrorTests.swift",
"Services/DefaultRemoteImageCacheTests.swift",
"Services/PhotoKitServiceTests.swift",
"Services/RemoteImageServiceDependenciesTests.swift",
"Services/RemoteImageServiceFactoryTests.swift",
"Services/RemoteImageServiceTests.swift",
"Views/RemoteImageTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RemoteImage"
],
"type" : "test"
},
{
"c99name" : "RemoteImage",
"module_type" : "SwiftTarget",
"name" : "RemoteImage",
"path" : "Sources/RemoteImage",
"product_memberships" : [
"RemoteImage"
],
"sources" : [
"private/Models/RemoteImageServiceError.swift",
"private/Protocols/RemoteImageURLDataPublisherProvider.swift",
"private/Services/DefaultRemoteImageCache.swift",
"private/Services/DefaultRemoteImageServiceDependencies.swift",
"private/Services/PhotoKitService.swift",
"public/Extensions/URLSession+RemoteImageURLDataPublisher.swift",
"public/Models/PhotoKitServiceError.swift",
"public/Models/RemoteImageState.swift",
"public/Models/RemoteImageType.swift",
"public/Models/UniversalImage.swift",
"public/Protocols/RemoteImageCache.swift",
"public/Protocols/RemoteImageService.swift",
"public/Protocols/RemoteImageURLDataPublisher.swift",
"public/Services/DefaultRemoteImageService.swift",
"public/Services/DefaultRemoteImageServiceFactory.swift",
"public/Views/RemoteImage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/nalexn/ViewInspector.git
Creating working copy of package ‘ViewInspector’
Checking out 0.10.1 of package ‘ViewInspector’
Resolve Package Graph
Resolved source packages:
ViewInspector: https://github.com/nalexn/ViewInspector.git @ 0.10.1
RemoteImage: /Users/admin/builder/spi-builder-workspace
resolved source packages: ViewInspector, RemoteImage
{
"dependencies" : [
{
"identity" : "viewinspector",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nalexn/ViewInspector.git"
}
],
"manifest_display_name" : "RemoteImage",
"name" : "RemoteImage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "RemoteImage",
"targets" : [
"RemoteImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RemoteImageTests",
"module_type" : "SwiftTarget",
"name" : "RemoteImageTests",
"path" : "Tests/RemoteImageTests",
"product_dependencies" : [
"ViewInspector"
],
"sources" : [
"Extensions/RemoteImage+Inspectable.swift",
"Extensions/URLSession+RemoteImageURLDataPublisherTests.swift",
"Mocks/MockImageManager.swift",
"Mocks/MockPHAsset.swift",
"Mocks/MockPHAssetFetchResult.swift",
"Mocks/MockPhotoKitService.swift",
"Mocks/MockRemoteImageServiceDependencies.swift",
"Mocks/MockRemoteImageURLDataPublisher.swift",
"Models/PhotoKitServiceErrorTests.swift",
"Models/RemoteImageServiceErrorTests.swift",
"Services/DefaultRemoteImageCacheTests.swift",
"Services/PhotoKitServiceTests.swift",
"Services/RemoteImageServiceDependenciesTests.swift",
"Services/RemoteImageServiceFactoryTests.swift",
"Services/RemoteImageServiceTests.swift",
"Views/RemoteImageTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RemoteImage"
],
"type" : "test"
},
{
"c99name" : "RemoteImage",
"module_type" : "SwiftTarget",
"name" : "RemoteImage",
"path" : "Sources/RemoteImage",
"product_memberships" : [
"RemoteImage"
],
"sources" : [
"private/Models/RemoteImageServiceError.swift",
"private/Protocols/RemoteImageURLDataPublisherProvider.swift",
"private/Services/DefaultRemoteImageCache.swift",
"private/Services/DefaultRemoteImageServiceDependencies.swift",
"private/Services/PhotoKitService.swift",
"public/Extensions/URLSession+RemoteImageURLDataPublisher.swift",
"public/Models/PhotoKitServiceError.swift",
"public/Models/RemoteImageState.swift",
"public/Models/RemoteImageType.swift",
"public/Models/UniversalImage.swift",
"public/Protocols/RemoteImageCache.swift",
"public/Protocols/RemoteImageService.swift",
"public/Protocols/RemoteImageURLDataPublisher.swift",
"public/Services/DefaultRemoteImageService.swift",
"public/Services/DefaultRemoteImageServiceFactory.swift",
"public/Views/RemoteImage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RemoteImage"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RemoteImage -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.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 RemoteImage -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
RemoteImage: /Users/admin/builder/spi-builder-workspace
ViewInspector: https://github.com/nalexn/ViewInspector.git @ 0.10.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'RemoteImage' in project 'RemoteImage'
➜ Explicit dependency on target 'RemoteImage' in project 'RemoteImage'
Target 'RemoteImage' in project 'RemoteImage' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a047acda8280a6d96eaeb5720450f07d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a047acda8280a6d96eaeb5720450f07d.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/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/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/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/RemoteImage.build/Debug-xros/RemoteImage.build/RemoteImage.DependencyMetadataFileList (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/RemoteImage.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/RemoteImage.DependencyStaticMetadataFileList (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/RemoteImage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/RemoteImage.modulemap (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/RemoteImage.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-OutputFileMap.json (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.LinkFileList (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.SwiftFileList (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage_const_extract_protocols.json (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.SwiftConstValuesFileList (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/RemoteImage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/RemoteImage.modulemap (in target 'RemoteImage' from project 'RemoteImage')
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/RemoteImage.build/Debug-xros/RemoteImage.build/RemoteImage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver RemoteImage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RemoteImage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage_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/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.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/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DefaultRemoteImageCache.swift,\ DefaultRemoteImageServiceDependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageServiceDependencies.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageServiceDependencies.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageURLDataPublisher.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageURLDataPublisher.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PhotoKitService.swift,\ URLSession+RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Extensions/URLSession+RemoteImageURLDataPublisher.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Extensions/URLSession+RemoteImageURLDataPublisher.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImageServiceError.swift,\ RemoteImageURLDataPublisherProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Models/RemoteImageServiceError.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Protocols/RemoteImageURLDataPublisherProvider.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Models/RemoteImageServiceError.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Protocols/RemoteImageURLDataPublisherProvider.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DefaultRemoteImageServiceFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageServiceFactory.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageServiceFactory.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DefaultRemoteImageService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ RemoteImage (in target 'RemoteImage' from project 'RemoteImage')
Failed frontend command:
/Applications/Xcode-16.3.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/RemoteImage/private/Models/RemoteImageServiceError.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Protocols/RemoteImageURLDataPublisherProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageServiceDependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Extensions/URLSession+RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/PhotoKitServiceError.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageType.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/UniversalImage.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageServiceFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Views/RemoteImage.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/swift-overrides.hmap -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/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RemoteImage -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.abi.json
EmitSwiftModule normal arm64 (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift:11:36: error: cannot find type 'UniversalImage' in scope
let cache = NSCache<AnyObject, UniversalImage>()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift:15:43: error: cannot find type 'UniversalImage' in scope
func object(forKey key: AnyObject) -> UniversalImage? { cache.object(forKey: key) }
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift:17:30: error: cannot find type 'UniversalImage' in scope
func setObject(_ object: UniversalImage, forKey key: AnyObject) { cache.setObject(object, forKey: key) }
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift:9:43: error: cannot find type 'UniversalImage' in scope
func object(forKey key: AnyObject) -> UniversalImage?
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift:10:30: error: cannot find type 'UniversalImage' in scope
func setObject(_ object: UniversalImage, forKey key: AnyObject)
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:22:16: warning: static property 'asset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var asset: PHAsset.Type = PHAsset.self
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:22:16: note: convert 'asset' to a 'let' constant to make 'Sendable' shared state immutable
static var asset: PHAsset.Type = PHAsset.self
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:22:16: note: add '@MainActor' to make static property 'asset' part of global actor 'MainActor'
static var asset: PHAsset.Type = PHAsset.self
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var asset: PHAsset.Type = PHAsset.self
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:23:16: warning: static property 'imageManager' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var imageManager: PHImageManager = PHImageManager.default()
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:23:16: note: convert 'imageManager' to a 'let' constant to make 'Sendable' shared state immutable
static var imageManager: PHImageManager = PHImageManager.default()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:23:16: note: add '@MainActor' to make static property 'imageManager' part of global actor 'MainActor'
static var imageManager: PHImageManager = PHImageManager.default()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var imageManager: PHImageManager = PHImageManager.default()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:13:25: error: cannot find type 'UniversalImage' in scope
case image(_ image: UniversalImage)
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:11:13: error: type 'RemoteImageState' does not conform to protocol 'Hashable'
public enum RemoteImageState: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:13:25: note: associated value type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'RemoteImageState' to 'Hashable'
case image(_ image: UniversalImage)
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:11:13: error: type 'RemoteImageState' does not conform to protocol 'Equatable'
public enum RemoteImageState: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:13:25: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'RemoteImageState' to 'Equatable'
case image(_ image: UniversalImage)
^
Swift.==:1:24: note: candidate would match if 'RemoteImageState' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'RemoteImageState' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'RemoteImageState' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'RemoteImageState' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'RemoteImageState' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'RemoteImageState' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'RemoteImageState' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'RemoteImageState' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'RemoteImageState' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'RemoteImageState' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'RemoteImageState' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:11:13: note: add stubs for conformance
public enum RemoteImageState: Hashable {
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(RemoteImageState, RemoteImageState) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:18:23: warning: static property 'cache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var cache: RemoteImageCache = DefaultRemoteImageCache()
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:18:23: note: convert 'cache' to a 'let' constant to make 'Sendable' shared state immutable
public static var cache: RemoteImageCache = DefaultRemoteImageCache()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:18:23: note: add '@MainActor' to make static property 'cache' part of global actor 'MainActor'
public static var cache: RemoteImageCache = DefaultRemoteImageCache()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var cache: RemoteImageCache = DefaultRemoteImageCache()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:19:23: warning: static property 'cacheKeyProvider' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var cacheKeyProvider: RemoteImageCacheKeyProvider = { remoteImageType in
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:19:23: note: convert 'cacheKeyProvider' to a 'let' constant to make 'Sendable' shared state immutable
public static var cacheKeyProvider: RemoteImageCacheKeyProvider = { remoteImageType in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:19:23: note: add '@MainActor' to make static property 'cacheKeyProvider' part of global actor 'MainActor'
public static var cacheKeyProvider: RemoteImageCacheKeyProvider = { remoteImageType in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var cacheKeyProvider: RemoteImageCacheKeyProvider = { remoteImageType in
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PhotoKitServiceError.swift,\ RemoteImageState.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/PhotoKitServiceError.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/PhotoKitServiceError.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImageCache.swift,\ RemoteImageService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageService.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageService.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImage.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Views/RemoteImage.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Views/RemoteImage.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImageType.swift,\ UniversalImage.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageType.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/UniversalImage.swift (in target 'RemoteImage' from project 'RemoteImage')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ RemoteImage (in target 'RemoteImage' from project 'RemoteImage')
EmitSwiftModule normal arm64 (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 Compiling\ RemoteImageType.swift,\ UniversalImage.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageType.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/UniversalImage.swift (in target 'RemoteImage' from project 'RemoteImage')
Building workspace spi-builder-workspace with scheme RemoteImage
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
RemoteImage: /Users/admin/builder/spi-builder-workspace
ViewInspector: https://github.com/nalexn/ViewInspector.git @ 0.10.1
resolved source packages: RemoteImage, ViewInspector
{
"dependencies" : [
{
"identity" : "viewinspector",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nalexn/ViewInspector.git"
}
],
"manifest_display_name" : "RemoteImage",
"name" : "RemoteImage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "RemoteImage",
"targets" : [
"RemoteImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RemoteImageTests",
"module_type" : "SwiftTarget",
"name" : "RemoteImageTests",
"path" : "Tests/RemoteImageTests",
"product_dependencies" : [
"ViewInspector"
],
"sources" : [
"Extensions/RemoteImage+Inspectable.swift",
"Extensions/URLSession+RemoteImageURLDataPublisherTests.swift",
"Mocks/MockImageManager.swift",
"Mocks/MockPHAsset.swift",
"Mocks/MockPHAssetFetchResult.swift",
"Mocks/MockPhotoKitService.swift",
"Mocks/MockRemoteImageServiceDependencies.swift",
"Mocks/MockRemoteImageURLDataPublisher.swift",
"Models/PhotoKitServiceErrorTests.swift",
"Models/RemoteImageServiceErrorTests.swift",
"Services/DefaultRemoteImageCacheTests.swift",
"Services/PhotoKitServiceTests.swift",
"Services/RemoteImageServiceDependenciesTests.swift",
"Services/RemoteImageServiceFactoryTests.swift",
"Services/RemoteImageServiceTests.swift",
"Views/RemoteImageTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RemoteImage"
],
"type" : "test"
},
{
"c99name" : "RemoteImage",
"module_type" : "SwiftTarget",
"name" : "RemoteImage",
"path" : "Sources/RemoteImage",
"product_memberships" : [
"RemoteImage"
],
"sources" : [
"private/Models/RemoteImageServiceError.swift",
"private/Protocols/RemoteImageURLDataPublisherProvider.swift",
"private/Services/DefaultRemoteImageCache.swift",
"private/Services/DefaultRemoteImageServiceDependencies.swift",
"private/Services/PhotoKitService.swift",
"public/Extensions/URLSession+RemoteImageURLDataPublisher.swift",
"public/Models/PhotoKitServiceError.swift",
"public/Models/RemoteImageState.swift",
"public/Models/RemoteImageType.swift",
"public/Models/UniversalImage.swift",
"public/Protocols/RemoteImageCache.swift",
"public/Protocols/RemoteImageService.swift",
"public/Protocols/RemoteImageURLDataPublisher.swift",
"public/Services/DefaultRemoteImageService.swift",
"public/Services/DefaultRemoteImageServiceFactory.swift",
"public/Views/RemoteImage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RemoteImage"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RemoteImage -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.3.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 RemoteImage -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
ViewInspector: https://github.com/nalexn/ViewInspector.git @ 0.10.1
RemoteImage: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'RemoteImage' in project 'RemoteImage'
➜ Explicit dependency on target 'RemoteImage' in project 'RemoteImage'
Target 'RemoteImage' in project 'RemoteImage' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9a0684d37fb1bac22b131118df895bc3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9a0684d37fb1bac22b131118df895bc3.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver RemoteImage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RemoteImage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage_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/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.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/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DefaultRemoteImageCache.swift,\ DefaultRemoteImageServiceDependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageServiceDependencies.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageServiceDependencies.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImageServiceError.swift,\ RemoteImageURLDataPublisherProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Models/RemoteImageServiceError.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Protocols/RemoteImageURLDataPublisherProvider.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Models/RemoteImageServiceError.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Protocols/RemoteImageURLDataPublisherProvider.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PhotoKitService.swift,\ URLSession+RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Extensions/URLSession+RemoteImageURLDataPublisher.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Extensions/URLSession+RemoteImageURLDataPublisher.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PhotoKitServiceError.swift,\ RemoteImageState.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/PhotoKitServiceError.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/PhotoKitServiceError.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImageCache.swift,\ RemoteImageService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageService.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageService.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DefaultRemoteImageServiceFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageServiceFactory.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageServiceFactory.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DefaultRemoteImageService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImageType.swift,\ UniversalImage.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageType.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/UniversalImage.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageType.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/UniversalImage.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ RemoteImage (in target 'RemoteImage' from project 'RemoteImage')
Failed frontend command:
/Applications/Xcode-16.3.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/RemoteImage/private/Models/RemoteImageServiceError.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Protocols/RemoteImageURLDataPublisherProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageServiceDependencies.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/PhotoKitService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Extensions/URLSession+RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/PhotoKitServiceError.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageType.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/UniversalImage.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageService.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Services/DefaultRemoteImageServiceFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Views/RemoteImage.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -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/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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 -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/swift-overrides.hmap -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/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RemoteImage -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RemoteImage.build/Debug-xros/RemoteImage.build/Objects-normal/arm64/RemoteImage.abi.json
EmitSwiftModule normal arm64 (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift:11:36: error: cannot find type 'UniversalImage' in scope
let cache = NSCache<AnyObject, UniversalImage>()
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift:15:43: error: cannot find type 'UniversalImage' in scope
func object(forKey key: AnyObject) -> UniversalImage? { cache.object(forKey: key) }
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/private/Services/DefaultRemoteImageCache.swift:17:30: error: cannot find type 'UniversalImage' in scope
func setObject(_ object: UniversalImage, forKey key: AnyObject) { cache.setObject(object, forKey: key) }
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift:9:43: error: cannot find type 'UniversalImage' in scope
func object(forKey key: AnyObject) -> UniversalImage?
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageCache.swift:10:30: error: cannot find type 'UniversalImage' in scope
func setObject(_ object: UniversalImage, forKey key: AnyObject)
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:13:25: error: cannot find type 'UniversalImage' in scope
case image(_ image: UniversalImage)
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:11:13: error: type 'RemoteImageState' does not conform to protocol 'Hashable'
public enum RemoteImageState: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:13:25: note: associated value type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'RemoteImageState' to 'Hashable'
case image(_ image: UniversalImage)
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:11:13: error: type 'RemoteImageState' does not conform to protocol 'Equatable'
public enum RemoteImageState: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:13:25: note: associated value type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'RemoteImageState' to 'Equatable'
case image(_ image: UniversalImage)
^
Swift.==:1:24: note: candidate would match if 'RemoteImageState' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'RemoteImageState' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'RemoteImageState' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'RemoteImageState' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'RemoteImageState' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'RemoteImageState' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'RemoteImageState' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'RemoteImageState' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'RemoteImageState' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'RemoteImageState' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'RemoteImageState' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Models/RemoteImageState.swift:11:13: note: add stubs for conformance
public enum RemoteImageState: Hashable {
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(RemoteImageState, RemoteImageState) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
SwiftCompile normal arm64 Compiling\ RemoteImage.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Views/RemoteImage.swift (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Views/RemoteImage.swift (in target 'RemoteImage' from project 'RemoteImage')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageURLDataPublisher.swift (in target 'RemoteImage' from project 'RemoteImage')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ RemoteImage (in target 'RemoteImage' from project 'RemoteImage')
EmitSwiftModule normal arm64 (in target 'RemoteImage' from project 'RemoteImage')
SwiftCompile normal arm64 Compiling\ RemoteImageURLDataPublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/RemoteImage/public/Protocols/RemoteImageURLDataPublisher.swift (in target 'RemoteImage' from project 'RemoteImage')
Building workspace spi-builder-workspace with scheme RemoteImage
(4 failures)
BUILD FAILURE 6.1 visionOS