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 swift-dropbox-client 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 swift-dropbox-client -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
/Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift:2:8: error: failed to build module 'SwiftUI'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import SwiftUI
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/CurrentValueAsyncSequence.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/CurrentValueAsyncSequence.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/CurrentValueAsyncSequence.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/CurrentValueAsyncSequence.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DateGenerator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DateGenerator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DateGenerator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DateGenerator.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/CurrentValueAsyncSequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DateGenerator.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/CurrentValueAsyncSequence.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DateGenerator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
/Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift:2:8: error: failed to build module 'SwiftUI'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import SwiftUI
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
SwiftCompile normal arm64 Compiling\ DeleteFile.swift,\ DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.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/DropboxClient/DeleteFile.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.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/DropboxClient/DownloadFile.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DeleteFile.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DownloadFile.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ HTTPClient.swift,\ Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.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/DropboxClient/HTTPClient.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.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/DropboxClient/Keychain.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/HTTPClient.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Keychain.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ListFolder.swift,\ Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.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/DropboxClient/ListFolder.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.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/DropboxClient/Metadata.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/ListFolder.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Metadata.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ OpenURL.swift,\ PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.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/DropboxClient/OpenURL.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
/Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift:2:8: error: failed to build module 'SwiftUI'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import SwiftUI
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/OpenURL.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/PKCEUtils.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:106:57: error: 'CMDyskineticSymptomResult' is unavailable: not available on visionOS
typedef void(^CMDyskineticSymptomResultHandler)(NSArray<CMDyskineticSymptomResult *> * _Nonnull dyskineticSymptomResult, NSError * _Nullable error) API_AVAILABLE(watchos(5.0)) API_UNAVAILABLE(ios, macos, tvos);
                                                        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CMMovementDisorderManager.h:25:12: note: 'CMDyskineticSymptomResult' has been explicitly marked unavailable here
@interface CMDyskineticSymptomResult : NSObject <NSCopying, NSSecureCoding>
           ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Modules/CoreMotion.swiftmodule/arm64-apple-xros.swiftinterface:4:19: error: could not build Objective-C module 'CoreMotion'
@_exported import CoreMotion
                  ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/RealityFoundation.framework/Modules/RealityFoundation.swiftmodule/arm64-apple-xros.swiftinterface:12:8: error: failed to build module 'CoreMotion'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import CoreMotion
       ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/CoreMotion.h"
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:9: note: in file included from /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/CoreMotion.framework/Headers/CoreMotion.h:32:
#import <CoreMotion/CMMovementDisorderManager.h>
        ^
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64-apple-xros.swiftinterface:16:8: error: failed to build module 'RealityFoundation'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.12.5 clang-1500.3.9.1.1)', while this compiler is 'Apple Swift version 6.0-dev effective-5.10 (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)'). Please select a toolchain which matches the SDK.
import RealityFoundation
       ^
SwiftCompile normal arm64 Compiling\ Config.swift,\ Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.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/DropboxClient/Config.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.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/DropboxClient/Credentials.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Config.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/Credentials.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FileMetadata.swift,\ GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.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/DropboxClient/FileMetadata.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.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/DropboxClient/GetMetadata.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/FileMetadata.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/GetMetadata.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ UploadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
    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/DropboxClient/ActorIsolated.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Credentials.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DeleteFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DownloadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/FileMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/GetMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Keychain.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/ListFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/UploadFile.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/UploadFile.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/UploadFile.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/UploadFile.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/DropboxClient_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/swift-dropbox-client.build/Debug-xros/DropboxClient.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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dropbox-client.build/Debug-xros/DropboxClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DropboxClient -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/swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/UploadFile.o -index-unit-output-path /swift-dropbox-client.build/Debug-xros/DropboxClient.build/Objects-normal/arm64/UploadFile.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DropboxClient' from project 'swift-dropbox-client')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ CurrentValueAsyncSequence.swift,\ DateGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/CurrentValueAsyncSequence.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/DateGenerator.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
	SwiftCompile normal arm64 Compiling\ OpenURL.swift,\ PKCEUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/OpenURL.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/PKCEUtils.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
	SwiftCompile normal arm64 Compiling\ UploadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/UploadFile.swift (in target 'DropboxClient' from project 'swift-dropbox-client')
(7 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.