This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Shallows with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Shallows-Package -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:5:32: warning: capture of 'function' with non-sendable type '(In) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(input) })
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:5:32: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        queue.async(execute: { function(input) })
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:5:41: warning: capture of 'input' with non-sendable type 'In' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(input) })
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:3:26: note: consider making generic parameter 'In' conform to the 'Sendable' protocol
internal func dispatched<In>(to queue: DispatchQueue, _ function: @escaping (In) -> ()) -> (In) -> () {
                         ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:11:32: warning: capture of 'function' with non-sendable type '(In1, In2) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(in1, in2) })
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:11:32: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        queue.async(execute: { function(in1, in2) })
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:11:41: warning: capture of 'in1' with non-sendable type 'In1' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(in1, in2) })
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:9:26: note: consider making generic parameter 'In1' conform to the 'Sendable' protocol
internal func dispatched<In1, In2>(to queue: DispatchQueue, _ function: @escaping (In1, In2) -> ()) -> (In1, In2) -> () {
                         ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:11:46: warning: capture of 'in2' with non-sendable type 'In2' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(in1, in2) })
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:9:31: note: consider making generic parameter 'In2' conform to the 'Sendable' protocol
internal func dispatched<In1, In2>(to queue: DispatchQueue, _ function: @escaping (In1, In2) -> ()) -> (In1, In2) -> () {
                              ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:17:32: warning: capture of 'function' with non-sendable type '(In1, In2, In3) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(in1, in2, in3) })
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:17:32: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        queue.async(execute: { function(in1, in2, in3) })
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:17:41: warning: capture of 'in1' with non-sendable type 'In1' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(in1, in2, in3) })
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:15:26: note: consider making generic parameter 'In1' conform to the 'Sendable' protocol
internal func dispatched<In1, In2, In3>(to queue: DispatchQueue, _ function: @escaping (In1, In2, In3) -> ()) -> (In1, In2, In3) -> () {
                         ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:17:46: warning: capture of 'in2' with non-sendable type 'In2' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(in1, in2, in3) })
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:15:31: note: consider making generic parameter 'In2' conform to the 'Sendable' protocol
internal func dispatched<In1, In2, In3>(to queue: DispatchQueue, _ function: @escaping (In1, In2, In3) -> ()) -> (In1, In2, In3) -> () {
                              ^
                                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:17:51: warning: capture of 'in3' with non-sendable type 'In3' in a `@Sendable` closure; this is an error in the Swift 6 language mode
        queue.async(execute: { function(in1, in2, in3) })
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift:15:36: note: consider making generic parameter 'In3' conform to the 'Sendable' protocol
internal func dispatched<In1, In2, In3>(to queue: DispatchQueue, _ function: @escaping (In1, In2, In3) -> ()) -> (In1, In2, In3) -> () {
                                   ^
                                      : Sendable
SwiftCompile normal arm64 Compiling\ Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift:83:23: warning: static property 'isEnabled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var isEnabled = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift:83:23: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    public static var isEnabled = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift:83:23: note: annotate 'isEnabled' with '@MainActor' if property should only be accessed from the main actor
    public static var isEnabled = false
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var isEnabled = false
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NSCacheStorage.swift,\ ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift:6:14: warning: associated value 'noValue' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Key'; this is an error in the Swift 6 language mode
        case noValue(Key)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift:3:35: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public final class NSCacheStorage<Key : NSObject, Value : AnyObject> : StorageProtocol {
                                  ^
                                                , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/NSCacheStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/ReadOnlyStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Storage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Filename.swift,\ MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:58:27: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64: Encoder = Encoder(encode: { $0.base64Encoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:49:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:58:27: note: annotate 'base64' with '@MainActor' if property should only be accessed from the main actor
        public static let base64: Encoder = Encoder(encode: { $0.base64Encoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:58:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64: Encoder = Encoder(encode: { $0.base64Encoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:59:27: warning: static property 'base64URL' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:49:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:59:27: note: annotate 'base64URL' with '@MainActor' if property should only be accessed from the main actor
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:59:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64URL: Encoder = Encoder(encode: { $0.base64URLEncoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:60:27: warning: static property 'noEncoding' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:49:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:60:27: note: annotate 'noEncoding' with '@MainActor' if property should only be accessed from the main actor
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:60:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let noEncoding: Encoder = Encoder(encode: { $0.rawValue })
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Filename.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/MemoryStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ DiskExtensions.swift,\ DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift:61:31: warning: stored property '_originalData' of 'Sendable'-conforming generic struct 'DecodingError' has non-sendable type 'StringPrinted'; this is an error in the Swift 6 language mode
    @StringPrinted public var originalData: Data
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift:66:15: note: consider making struct 'StringPrinted' conform to the 'Sendable' protocol
public struct StringPrinted: CustomStringConvertible {
              ^
                                                    , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskExtensions.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/DiskStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:162:23: warning: static property 'main' is not concurrency-safe because non-'Sendable' type 'DiskStorage' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let main = DiskStorage(creatingDirectories: true)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:89:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage : StorageProtocol {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:162:23: note: annotate 'main' with '@MainActor' if property should only be accessed from the main actor
    public static let main = DiskStorage(creatingDirectories: true)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:162:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let main = DiskStorage(creatingDirectories: true)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:24:54: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                filenameEncoder: Filename.Encoder = .base64) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:58:27: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'Filename.Encoder' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let base64: Encoder = Encoder(encode: { $0.base64Encoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:49:19: note: consider making struct 'Encoder' conform to the 'Sendable' protocol
    public struct Encoder {
                  ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:58:27: note: annotate 'base64' with '@MainActor' if property should only be accessed from the main actor
        public static let base64: Encoder = Encoder(encode: { $0.base64Encoded() })
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift:58:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let base64: Encoder = Encoder(encode: { $0.base64Encoded() })
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:167:68: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                              filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:174:61: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                       filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:108:17: warning: capture of 'completion' with non-sendable type '(ShallowsResult<Data>) -> ()' (aka '(Result<Data, any Error>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
                completion(succeed(with: data))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:108:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(succeed(with: data))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:123:21: warning: capture of 'self' with non-sendable type 'DiskStorage' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try self.createDirectoryURLIfNotExisting(for: key)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:89:20: note: class 'DiskStorage' does not conform to the 'Sendable' protocol
public final class DiskStorage : StorageProtocol {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:128:21: warning: capture of 'completion' with non-sendable type '(ShallowsResult<Void>) -> ()' (aka '(Result<(), any Error>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    completion(.success)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:128:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    completion(.success)
                    ^
SwiftCompile normal arm64 Compiling\ Async.swift,\ Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:79:54: warning: capture of 'transform' with non-sendable type '(Self.Value) async throws -> OtherValue' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                            let newValue = try await transform(value)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:79:54: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            let newValue = try await transform(value)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:79:64: warning: capture of 'value' with non-sendable type 'Self.Value' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                            let newValue = try await transform(value)
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:80:29: warning: capture of 'completion' with non-sendable type '(Result<OtherValue, any Error>) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                            completion(.success(newValue))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:80:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            completion(.success(newValue))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:99:44: warning: capture of 'transform' with non-sendable type '(OtherKey) async throws -> Self.Key' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newKey = try await transform(key)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:99:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    let newKey = try await transform(key)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:99:54: warning: capture of 'key' with non-sendable type 'OtherKey' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newKey = try await transform(key)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:92:30: note: consider making generic parameter 'OtherKey' conform to the 'Sendable' protocol
    public func asyncMapKeys<OtherKey>(
                             ^
                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:100:21: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.retrieve(forKey: newKey, completion: completion)
                    ^
<unknown>:0: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:100:63: warning: capture of 'completion' with non-sendable type '(Result<Self.Value, any Error>) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.retrieve(forKey: newKey, completion: completion)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:100:63: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    self.retrieve(forKey: newKey, completion: completion)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:131:46: warning: capture of 'transform' with non-sendable type '(OtherValue) async throws -> Self.Value' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newValue = try await transform(value)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:131:46: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    let newValue = try await transform(value)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:131:56: warning: capture of 'value' with non-sendable type 'OtherValue' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newValue = try await transform(value)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:124:32: note: consider making generic parameter 'OtherValue' conform to the 'Sendable' protocol
    public func asyncMapValues<OtherValue>(
                               ^
                                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:132:21: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(newValue, forKey: key, completion: completion)
                    ^
<unknown>:0: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:132:48: warning: capture of 'key' with non-sendable type 'Self.Key' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(newValue, forKey: key, completion: completion)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:132:65: warning: capture of 'completion' with non-sendable type '(ShallowsResult<Void>) -> ()' (aka '(Result<(), any Error>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(newValue, forKey: key, completion: completion)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:132:65: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    self.set(newValue, forKey: key, completion: completion)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:147:44: warning: capture of 'transform' with non-sendable type '(OtherKey) async throws -> Self.Key' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newKey = try await transform(key)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:147:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    let newKey = try await transform(key)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:147:54: warning: capture of 'key' with non-sendable type 'OtherKey' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newKey = try await transform(key)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:140:30: note: consider making generic parameter 'OtherKey' conform to the 'Sendable' protocol
    public func asyncMapKeys<OtherKey>(
                             ^
                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:148:21: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(value, forKey: newKey, completion: completion)
                    ^
<unknown>:0: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:148:30: warning: capture of 'value' with non-sendable type 'Self.Value' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(value, forKey: newKey, completion: completion)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:148:65: warning: capture of 'completion' with non-sendable type '(ShallowsResult<Void>) -> ()' (aka '(Result<(), any Error>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(value, forKey: newKey, completion: completion)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:148:65: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    self.set(value, forKey: newKey, completion: completion)
                                                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Async.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Composition.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:79:54: warning: capture of 'transform' with non-sendable type '(Self.Value) async throws -> OtherValue' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                            let newValue = try await transform(value)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:79:54: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            let newValue = try await transform(value)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:79:64: warning: capture of 'value' with non-sendable type 'Self.Value' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                            let newValue = try await transform(value)
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:80:29: warning: capture of 'completion' with non-sendable type '(Result<OtherValue, any Error>) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                            completion(.success(newValue))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:80:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                            completion(.success(newValue))
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:99:44: warning: capture of 'transform' with non-sendable type '(OtherKey) async throws -> Self.Key' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newKey = try await transform(key)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:99:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    let newKey = try await transform(key)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:99:54: warning: capture of 'key' with non-sendable type 'OtherKey' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newKey = try await transform(key)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:92:30: note: consider making generic parameter 'OtherKey' conform to the 'Sendable' protocol
    public func asyncMapKeys<OtherKey>(
                             ^
                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:100:21: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.retrieve(forKey: newKey, completion: completion)
                    ^
<unknown>:0: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:100:63: warning: capture of 'completion' with non-sendable type '(Result<Self.Value, any Error>) -> ()' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.retrieve(forKey: newKey, completion: completion)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:100:63: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    self.retrieve(forKey: newKey, completion: completion)
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:131:46: warning: capture of 'transform' with non-sendable type '(OtherValue) async throws -> Self.Value' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newValue = try await transform(value)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:131:46: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    let newValue = try await transform(value)
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:131:56: warning: capture of 'value' with non-sendable type 'OtherValue' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newValue = try await transform(value)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:124:32: note: consider making generic parameter 'OtherValue' conform to the 'Sendable' protocol
    public func asyncMapValues<OtherValue>(
                               ^
                                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:132:21: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(newValue, forKey: key, completion: completion)
                    ^
<unknown>:0: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:132:48: warning: capture of 'key' with non-sendable type 'Self.Key' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(newValue, forKey: key, completion: completion)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:132:65: warning: capture of 'completion' with non-sendable type '(ShallowsResult<Void>) -> ()' (aka '(Result<(), any Error>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(newValue, forKey: key, completion: completion)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:132:65: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    self.set(newValue, forKey: key, completion: completion)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:147:44: warning: capture of 'transform' with non-sendable type '(OtherKey) async throws -> Self.Key' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newKey = try await transform(key)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:147:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    let newKey = try await transform(key)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:147:54: warning: capture of 'key' with non-sendable type 'OtherKey' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    let newKey = try await transform(key)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:140:30: note: consider making generic parameter 'OtherKey' conform to the 'Sendable' protocol
    public func asyncMapKeys<OtherKey>(
                             ^
                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:148:21: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(value, forKey: newKey, completion: completion)
                    ^
<unknown>:0: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:148:30: warning: capture of 'value' with non-sendable type 'Self.Value' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(value, forKey: newKey, completion: completion)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:148:65: warning: capture of 'completion' with non-sendable type '(ShallowsResult<Void>) -> ()' (aka '(Result<(), any Error>) -> ()') in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    self.set(value, forKey: newKey, completion: completion)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift:148:65: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    self.set(value, forKey: newKey, completion: completion)
                                                                ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Shallows (in target 'Shallows' from project 'Shallows')
SwiftCompile normal arm64 Compiling\ Zip.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/DiskStorage/Filename.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/NSCacheStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ReadOnlyStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Shallows.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/ShallowsResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Storage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/SyncStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Shallows/WriteOnlyStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -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/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_const_extract_protocols.json -strict-concurrency\=complete -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Shallows -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.o -index-unit-output-path /Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Zip.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift:57:13: warning: capture of 'self' with non-sendable type 'CompletionContainer<Left, Right>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.left = left
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift:43:25: note: generic class 'CompletionContainer' does not conform to the 'Sendable' protocol
fileprivate final class CompletionContainer<Left, Right> {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift:57:25: warning: capture of 'left' with non-sendable type 'Left' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.left = left
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift:43:45: note: consider making generic parameter 'Left' conform to the 'Sendable' protocol
fileprivate final class CompletionContainer<Left, Right> {
                                            ^
                                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift:64:13: warning: capture of 'self' with non-sendable type 'CompletionContainer<Left, Right>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.right = right
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift:43:25: note: generic class 'CompletionContainer' does not conform to the 'Sendable' protocol
fileprivate final class CompletionContainer<Left, Right> {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift:64:26: warning: capture of 'right' with non-sendable type 'Right' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self.right = right
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Shallows/Zip.swift:43:51: note: consider making generic parameter 'Right' conform to the 'Sendable' protocol
fileprivate final class CompletionContainer<Left, Right> {
                                                  ^
                                                       : Sendable
SwiftDriver\ Compilation\ Requirements Shallows normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Shallows -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.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-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows-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/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.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/Shallows.build/Debug-xros/Shallows.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Storage.swift (in target 'Shallows' from project 'Shallows')
SwiftDriverJobDiscovery normal arm64 Compiling Shallows.swift (in target 'Shallows' from project 'Shallows')
SwiftDriverJobDiscovery normal arm64 Compiling WriteOnlyStorage.swift (in target 'Shallows' from project 'Shallows')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Shallows-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows-Swift.h (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Shallows-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftmodule (in target 'Shallows' from project 'Shallows')
    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/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftdoc (in target 'Shallows' from project 'Shallows')
    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/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.abi.json (in target 'Shallows' from project 'Shallows')
    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/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftsourceinfo (in target 'Shallows' from project 'Shallows')
    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/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SyncStorage.swift (in target 'Shallows' from project 'Shallows')
SwiftDriverJobDiscovery normal arm64 Compiling Zip.swift (in target 'Shallows' from project 'Shallows')
SwiftDriverJobDiscovery normal arm64 Compiling ShallowsResult.swift (in target 'Shallows' from project 'Shallows')
SwiftDriverJobDiscovery normal arm64 Compiling NSCacheStorage.swift, ReadOnlyStorage.swift (in target 'Shallows' from project 'Shallows')
SwiftDriverJobDiscovery normal arm64 Compiling Async.swift, Composition.swift (in target 'Shallows' from project 'Shallows')
SwiftDriverJobDiscovery normal arm64 Compiling Filename.swift, MemoryStorage.swift (in target 'Shallows' from project 'Shallows')
SwiftDriverJobDiscovery normal arm64 Compiling DiskExtensions.swift, DiskStorage.swift (in target 'Shallows' from project 'Shallows')
SwiftDriver\ Compilation Shallows normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Shallows -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.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-15.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-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows-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/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.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/Shallows.build/Debug-xros/Shallows.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_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/Shallows.build/Debug-xros/Shallows.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.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/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.o normal (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.o (in target 'Shallows' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Shallows.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/empty-ShallowsDynamic.plist (in target 'ShallowsDynamic' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/empty-ShallowsDynamic.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/Objects-normal/arm64/ShallowsDynamic.LinkFileList (in target 'ShallowsDynamic' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/Objects-normal/arm64/ShallowsDynamic.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/ShallowsDynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/empty-ShallowsDynamic.plist (in target 'ShallowsDynamic' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/empty-ShallowsDynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/ShallowsDynamic.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/ShallowsDynamic.framework/ShallowsDynamic normal (in target 'ShallowsDynamic' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -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 -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/Objects-normal/arm64/ShallowsDynamic.LinkFileList -install_name @rpath/ShallowsDynamic.framework/ShallowsDynamic -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/Objects-normal/arm64/ShallowsDynamic_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/Objects-normal/arm64/ShallowsDynamic_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/ShallowsDynamic.framework/ShallowsDynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_xros.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShallowsStatic' from project 'Shallows')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Shallows' from project 'Shallows')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShallowsDynamic' from project 'Shallows')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/ShallowsDynamic.framework/ShallowsDynamic normal (in target 'ShallowsDynamic' from project 'Shallows')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.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 Shallows-Package -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  Shallows: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ShallowsStatic' in project 'Shallows'
        ➜ Explicit dependency on target 'Shallows' in project 'Shallows'
    Target 'ShallowsDynamic' in project 'Shallows'
        ➜ Explicit dependency on target 'Shallows' in project 'Shallows'
    Target 'Shallows' in project 'Shallows'
        ➜ Explicit dependency on target 'Shallows' in project 'Shallows'
    Target 'Shallows' in project 'Shallows' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShallowsDynamic' from project 'Shallows')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/ShallowsDynamic.framework/ShallowsDynamic normal (in target 'ShallowsDynamic' from project 'Shallows')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -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 -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/Objects-normal/arm64/ShallowsDynamic.LinkFileList -install_name @rpath/ShallowsDynamic.framework/ShallowsDynamic -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/Objects-normal/arm64/ShallowsDynamic_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/ShallowsDynamic\ product.build/Objects-normal/arm64/ShallowsDynamic_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/ShallowsDynamic.framework/ShallowsDynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Shallows.build/Debug-xros/Shallows.build/Objects-normal/arm64/Shallows.swiftmodule
ld: library '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.profile_xros.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Shallows' from project 'Shallows')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Shallows' from project 'Shallows')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShallowsStatic' from project 'Shallows')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/ShallowsDynamic.framework/ShallowsDynamic normal (in target 'ShallowsDynamic' from project 'Shallows')
(1 failure)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.