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 ncryptf-swift with Swift 6.0 (beta) for visionOS using Xcode 16.0 at master.

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

Build Log

209 |     typealias Digest = UnsafeMutablePointer<UInt8>
210 |     typealias Initializer = (Context) -> (Int32)
211 |     typealias Updater = (Context, Buffer, CC_LONG) -> (Int32)
    |                                           `- error: cannot find type 'CC_LONG' in scope
212 |     typealias Finalizer = (Digest, Context) -> (Int32)
213 |
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:229:52: error: @escaping attribute only applies to function types
227 | 	/// 	- length:		The digest length.
228 | 	///
229 | 	init(initializer: @escaping Initializer, updater: @escaping Updater, finalizer: @escaping Finalizer, length: Int32) {
    |                                                    `- error: @escaping attribute only applies to function types
230 |
231 |         self.initializer = initializer
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:257:41: error: cannot find type 'CC_LONG' in scope
255 | 	///		- byteCount:	The length of the buffer.
256 | 	///
257 | 	func update(buffer: Buffer, byteCount: CC_LONG) {
    |                                         `- error: cannot find type 'CC_LONG' in scope
258 |
259 |         _ = updater(context, buffer, byteCount)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift:170:38: error: cannot find type 'Status' in scope
168 |
169 |     /// Status of the calculation
170 |     public internal(set) var status: Status = .success
    |                                      `- error: cannot find type 'Status' in scope
171 |
172 | 	#if os(Linux)
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift:175:25: error: cannot find 'Context' in scope
173 | 		private let context = HMAC_CTX_new_wrapper()
174 | 	#else
175 | 		private let context = Context.allocate(capacity: 1)
    |                         `- error: cannot find 'Context' in scope
176 | 	#endif
177 |     private var algorithm: Algorithm
SwiftCompile normal arm64 Compiling\ Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Utilities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Crypto.swift,\ Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats/stats-1717264695808744-swift-frontend-Cryptor-HMAC.swift-arm64_apple_xros1.0-o-Onone-1629625729.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7731 seconds (0.7751 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0203 (  8.6%)   0.1042 ( 19.4%)   0.1244 ( 16.1%)   0.1251 ( 16.1%)  parse-and-resolve-imports
   0.0196 (  8.3%)   0.1032 ( 19.2%)   0.1228 ( 15.9%)   0.1234 ( 15.9%)  Import resolution
   0.0267 ( 11.3%)   0.0472 (  8.8%)   0.0740 (  9.6%)   0.0741 (  9.6%)  perform-sema
   0.0267 ( 11.3%)   0.0471 (  8.8%)   0.0738 (  9.5%)   0.0739 (  9.5%)  TypeCheckSourceFileRequest
   0.0265 ( 11.2%)   0.0469 (  8.7%)   0.0735 (  9.5%)   0.0736 (  9.5%)  Type checking and Semantic analysis
   0.0248 ( 10.5%)   0.0435 (  8.1%)   0.0684 (  8.8%)   0.0685 (  8.8%)  typecheck-decl
   0.0167 (  7.1%)   0.0278 (  5.2%)   0.0445 (  5.8%)   0.0446 (  5.8%)  ResolveValueWitnessesRequest
   0.0058 (  2.5%)   0.0155 (  2.9%)   0.0213 (  2.8%)   0.0213 (  2.8%)  InterfaceTypeRequest
   0.0074 (  3.1%)   0.0097 (  1.8%)   0.0170 (  2.2%)   0.0171 (  2.2%)  UnqualifiedLookupRequest
   0.0073 (  3.1%)   0.0092 (  1.7%)   0.0165 (  2.1%)   0.0165 (  2.1%)  performUnqualifiedLookup
   0.0070 (  3.0%)   0.0082 (  1.5%)   0.0151 (  2.0%)   0.0152 (  2.0%)  LookupInModuleRequest
   0.0048 (  2.0%)   0.0082 (  1.5%)   0.0129 (  1.7%)   0.0130 (  1.7%)  TypeCheckFunctionBodyRequest
   0.0042 (  1.8%)   0.0070 (  1.3%)   0.0111 (  1.4%)   0.0112 (  1.4%)  typecheck-stmt
   0.0041 (  1.7%)   0.0068 (  1.3%)   0.0109 (  1.4%)   0.0109 (  1.4%)  typecheck-expr
   0.0037 (  1.6%)   0.0062 (  1.1%)   0.0098 (  1.3%)   0.0099 (  1.3%)  PatternBindingEntryRequest
   0.0053 (  2.2%)   0.0041 (  0.8%)   0.0093 (  1.2%)   0.0094 (  1.2%)  build-rewrite-system
   0.0014 (  0.6%)   0.0054 (  1.0%)   0.0069 (  0.9%)   0.0069 (  0.9%)  load-stdlib
   0.0022 (  0.9%)   0.0046 (  0.9%)   0.0067 (  0.9%)   0.0068 (  0.9%)  QualifiedLookupRequest
   0.0014 (  0.6%)   0.0047 (  0.9%)   0.0061 (  0.8%)   0.0061 (  0.8%)  AttachedPropertyWrappersRequest
   0.0019 (  0.8%)   0.0035 (  0.6%)   0.0054 (  0.7%)   0.0054 (  0.7%)  DirectLookupRequest
   0.0019 (  0.8%)   0.0025 (  0.5%)   0.0044 (  0.6%)   0.0044 (  0.6%)  ModuleQualifiedLookupRequest
   0.0010 (  0.4%)   0.0028 (  0.5%)   0.0038 (  0.5%)   0.0038 (  0.5%)  ActorIsolationRequest
   0.0025 (  1.0%)   0.0010 (  0.2%)   0.0034 (  0.4%)   0.0034 (  0.4%)  ParseTopLevelDeclsRequest
   0.0016 (  0.7%)   0.0018 (  0.3%)   0.0034 (  0.4%)   0.0034 (  0.4%)  LookupConformanceInModuleRequest
   0.0024 (  1.0%)   0.0009 (  0.2%)   0.0033 (  0.4%)   0.0033 (  0.4%)  ParseSourceFileRequest
   0.0012 (  0.5%)   0.0019 (  0.3%)   0.0030 (  0.4%)   0.0030 (  0.4%)  ResolveTypeRequest
   0.0005 (  0.2%)   0.0014 (  0.3%)   0.0020 (  0.3%)   0.0020 (  0.3%)  PotentialMacroExpansionsInContextRequest
   0.0007 (  0.3%)   0.0010 (  0.2%)   0.0017 (  0.2%)   0.0017 (  0.2%)  import-clang-decl
   0.0006 (  0.3%)   0.0008 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.2%)  ExtendedNominalRequest
   0.0003 (  0.1%)   0.0007 (  0.1%)   0.0009 (  0.1%)   0.0010 (  0.1%)  PatternTypeRequest
   0.0003 (  0.1%)   0.0005 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  precheck-expr
   0.0003 (  0.1%)   0.0006 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  ABIMembersRequest
   0.0004 (  0.2%)   0.0004 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  USRGenerationRequest
   0.0006 (  0.3%)   0.0002 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.1%)  verify-all-loaded-modules
   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  SemanticDeclAttrsRequest
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  ImplicitKnownProtocolConformanceRequest
   0.0004 (  0.2%)   0.0002 (  0.0%)   0.0006 (  0.1%)   0.0005 (  0.1%)  ExpandMemberAttributeMacros
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  ResultTypeRequest
   0.0002 (  0.1%)   0.0003 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  ExpandPeerMacroRequest
   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  StoredPropertiesRequest
   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  NamingPatternRequest
   0.0002 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  ResolveImplicitMemberRequest
   0.0002 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasIsolatedSelfRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CollectOverriddenDeclsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GenericSignatureRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ProtocolDependenciesRequest
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GenericParamListRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  InheritedDeclsReferencedRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupPrecedenceGroupRequest
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  RequirementSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SPIGroupsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsDynamicRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ProtocolRequirementsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LifetimeDependenceInfoRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LocalDiscriminatorsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsGetterMutatingRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DefaultTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupAllConformancesInContextRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsActorRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsObjCRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedProtocolsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandExtensionMacros
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AssociatedConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AbstractGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OpaqueReadOwnershipRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritedTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParseMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasInitAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProvideDefaultImplForRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CompareDeclSpecializationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  StructuralRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.2364 (100.0%)   0.5367 (100.0%)   0.7731 (100.0%)   0.7751 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2137 seconds (0.2146 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0512 (100.0%)   0.1624 (100.0%)   0.2137 (100.0%)   0.2146 (100.0%)  Building Target
   0.0512 (100.0%)   0.1624 (100.0%)   0.2137 (100.0%)   0.2146 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift:170:38: error: cannot find type 'Status' in scope
    public internal(set) var status: Status = .success
                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift:175:25: error: cannot find 'Context' in scope
                private let context = Context.allocate(capacity: 1)
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift:26:17: error: cannot find type 'Status' in scope
    var status: Status { get }
                ^~~~~~
SwiftCompile normal arm64 Compiling\ Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats/stats-1717264695813384-swift-frontend-Cryptor-Random.swift-arm64_apple_xros1.0-o-Onone-2307624840.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7191 seconds (0.7219 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0204 ( 10.4%)   0.0995 ( 19.0%)   0.1199 ( 16.7%)   0.1209 ( 16.8%)  parse-and-resolve-imports
   0.0197 ( 10.1%)   0.0984 ( 18.8%)   0.1181 ( 16.4%)   0.1191 ( 16.5%)  Import resolution
   0.0191 (  9.7%)   0.0411 (  7.9%)   0.0602 (  8.4%)   0.0603 (  8.3%)  perform-sema
   0.0190 (  9.7%)   0.0411 (  7.8%)   0.0601 (  8.4%)   0.0602 (  8.3%)  TypeCheckSourceFileRequest
   0.0190 (  9.7%)   0.0409 (  7.8%)   0.0598 (  8.3%)   0.0599 (  8.3%)  Type checking and Semantic analysis
   0.0173 (  8.9%)   0.0372 (  7.1%)   0.0545 (  7.6%)   0.0546 (  7.6%)  TypeCheckFunctionBodyRequest
   0.0168 (  8.6%)   0.0361 (  6.9%)   0.0529 (  7.4%)   0.0530 (  7.3%)  typecheck-stmt
   0.0166 (  8.5%)   0.0351 (  6.7%)   0.0517 (  7.2%)   0.0517 (  7.2%)  typecheck-expr
   0.0065 (  3.3%)   0.0182 (  3.5%)   0.0247 (  3.4%)   0.0247 (  3.4%)  QualifiedLookupRequest
   0.0056 (  2.9%)   0.0118 (  2.3%)   0.0174 (  2.4%)   0.0174 (  2.4%)  typecheck-decl
   0.0043 (  2.2%)   0.0083 (  1.6%)   0.0126 (  1.7%)   0.0126 (  1.7%)  DirectLookupRequest
   0.0030 (  1.5%)   0.0069 (  1.3%)   0.0099 (  1.4%)   0.0099 (  1.4%)  precheck-expr
   0.0033 (  1.7%)   0.0064 (  1.2%)   0.0098 (  1.4%)   0.0098 (  1.4%)  PatternBindingEntryRequest
   0.0016 (  0.8%)   0.0072 (  1.4%)   0.0089 (  1.2%)   0.0090 (  1.2%)  load-stdlib
   0.0019 (  1.0%)   0.0057 (  1.1%)   0.0076 (  1.1%)   0.0076 (  1.1%)  InterfaceTypeRequest
   0.0022 (  1.1%)   0.0031 (  0.6%)   0.0053 (  0.7%)   0.0053 (  0.7%)  UnqualifiedLookupRequest
   0.0013 (  0.7%)   0.0038 (  0.7%)   0.0051 (  0.7%)   0.0051 (  0.7%)  ActorIsolationRequest
   0.0021 (  1.1%)   0.0027 (  0.5%)   0.0048 (  0.7%)   0.0049 (  0.7%)  performUnqualifiedLookup
   0.0022 (  1.1%)   0.0021 (  0.4%)   0.0043 (  0.6%)   0.0043 (  0.6%)  LookupInModuleRequest
   0.0010 (  0.5%)   0.0030 (  0.6%)   0.0040 (  0.6%)   0.0040 (  0.6%)  PotentialMacroExpansionsInContextRequest
   0.0023 (  1.2%)   0.0005 (  0.1%)   0.0029 (  0.4%)   0.0029 (  0.4%)  ParseTopLevelDeclsRequest
   0.0023 (  1.2%)   0.0004 (  0.1%)   0.0027 (  0.4%)   0.0027 (  0.4%)  ParseSourceFileRequest
   0.0009 (  0.5%)   0.0014 (  0.3%)   0.0022 (  0.3%)   0.0023 (  0.3%)  ModuleQualifiedLookupRequest
   0.0004 (  0.2%)   0.0017 (  0.3%)   0.0021 (  0.3%)   0.0021 (  0.3%)  AttachedPropertyWrappersRequest
   0.0007 (  0.4%)   0.0011 (  0.2%)   0.0018 (  0.3%)   0.0018 (  0.3%)  ResolveTypeRequest
   0.0009 (  0.4%)   0.0008 (  0.2%)   0.0017 (  0.2%)   0.0017 (  0.2%)  LookupConformanceInModuleRequest
   0.0006 (  0.3%)   0.0009 (  0.2%)   0.0015 (  0.2%)   0.0015 (  0.2%)  ExtendedNominalRequest
   0.0003 (  0.2%)   0.0006 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  HasIsolatedSelfRequest
   0.0004 (  0.2%)   0.0005 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  ResolveImplicitMemberRequest
   0.0002 (  0.1%)   0.0006 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  ABIMembersRequest
   0.0004 (  0.2%)   0.0003 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  verify-all-loaded-modules
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  DefaultInitializerIsolation
   0.0001 (  0.1%)   0.0005 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  LookupInfixOperatorRequest
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  DefaultArgumentExprRequest
   0.0003 (  0.1%)   0.0003 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  USRGenerationRequest
   0.0002 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  ResolveValueWitnessesRequest
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  ExpandMemberAttributeMacros
   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  ResultTypeRequest
   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  DefaultTypeRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  build-rewrite-system
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CallerSideDefaultArgExprRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsActorRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  UnderlyingTypeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SemanticDeclAttrsRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsGetterMutatingRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SynthesizeDefaultInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  define-default-ctor
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  GenericSignatureRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandPeerMacroRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SPIGroupsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  import-clang-decl
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalDiscriminatorsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsDynamicRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StoredPropertiesRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PatternTypeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CollectOverriddenDeclsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckRedeclarationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GenericParamListRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolDependenciesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LifetimeDependenceInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsObjCRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CompareDeclSpecializationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasInitAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParseMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LookupAllConformancesInContextRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequirementSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProvideDefaultImplForRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.1956 (100.0%)   0.5235 (100.0%)   0.7191 (100.0%)   0.7219 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1942 seconds (0.1955 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0428 (100.0%)   0.1514 (100.0%)   0.1942 (100.0%)   0.1955 (100.0%)  Building Target
   0.0428 (100.0%)   0.1514 (100.0%)   0.1942 (100.0%)   0.1955 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift:26:30: error: cannot find type 'Status' in scope
public typealias RNGStatus = Status
                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift:77:38: error: extra argument 'bytes' in call
        let status = generate(bytes: &bytes, byteCount: byteCount)
                             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift:79:17: error: cannot infer contextual base in reference to member 'success'
                if status != .success {
                             ~^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift:102:38: error: extra argument 'bytes' in call
        let status = generate(bytes: &bytes, byteCount: byteCount)
                             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats/stats-1717264695808460-swift-frontend-Cryptor-Digest.swift-arm64_apple_xros1.0-o-Onone-2861849400.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9355 seconds (0.9377 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0205 (  6.8%)   0.1045 ( 16.5%)   0.1250 ( 13.4%)   0.1255 ( 13.4%)  parse-and-resolve-imports
   0.0199 (  6.6%)   0.1036 ( 16.4%)   0.1235 ( 13.2%)   0.1240 ( 13.2%)  Import resolution
   0.0346 ( 11.5%)   0.0602 (  9.5%)   0.0948 ( 10.1%)   0.0951 ( 10.1%)  perform-sema
   0.0345 ( 11.4%)   0.0601 (  9.5%)   0.0946 ( 10.1%)   0.0948 ( 10.1%)  TypeCheckSourceFileRequest
   0.0344 ( 11.4%)   0.0599 (  9.5%)   0.0944 ( 10.1%)   0.0946 ( 10.1%)  Type checking and Semantic analysis
   0.0309 ( 10.2%)   0.0540 (  8.5%)   0.0849 (  9.1%)   0.0851 (  9.1%)  typecheck-decl
   0.0169 (  5.6%)   0.0277 (  4.4%)   0.0446 (  4.8%)   0.0447 (  4.8%)  ResolveValueWitnessesRequest
   0.0097 (  3.2%)   0.0143 (  2.3%)   0.0241 (  2.6%)   0.0241 (  2.6%)  TypeCheckFunctionBodyRequest
   0.0090 (  3.0%)   0.0142 (  2.2%)   0.0232 (  2.5%)   0.0233 (  2.5%)  typecheck-expr
   0.0088 (  2.9%)   0.0130 (  2.1%)   0.0219 (  2.3%)   0.0219 (  2.3%)  typecheck-stmt
   0.0059 (  1.9%)   0.0156 (  2.5%)   0.0215 (  2.3%)   0.0215 (  2.3%)  InterfaceTypeRequest
   0.0075 (  2.5%)   0.0119 (  1.9%)   0.0194 (  2.1%)   0.0194 (  2.1%)  PatternBindingEntryRequest
   0.0081 (  2.7%)   0.0110 (  1.7%)   0.0191 (  2.0%)   0.0191 (  2.0%)  UnqualifiedLookupRequest
   0.0079 (  2.6%)   0.0103 (  1.6%)   0.0183 (  2.0%)   0.0183 (  1.9%)  performUnqualifiedLookup
   0.0074 (  2.5%)   0.0081 (  1.3%)   0.0155 (  1.7%)   0.0155 (  1.7%)  LookupInModuleRequest
   0.0042 (  1.4%)   0.0088 (  1.4%)   0.0130 (  1.4%)   0.0130 (  1.4%)  QualifiedLookupRequest
   0.0073 (  2.4%)   0.0057 (  0.9%)   0.0129 (  1.4%)   0.0129 (  1.4%)  build-rewrite-system
   0.0033 (  1.1%)   0.0054 (  0.9%)   0.0087 (  0.9%)   0.0087 (  0.9%)  DirectLookupRequest
   0.0016 (  0.5%)   0.0057 (  0.9%)   0.0073 (  0.8%)   0.0073 (  0.8%)  load-stdlib
   0.0015 (  0.5%)   0.0050 (  0.8%)   0.0065 (  0.7%)   0.0065 (  0.7%)  AttachedPropertyWrappersRequest
   0.0014 (  0.5%)   0.0036 (  0.6%)   0.0051 (  0.5%)   0.0051 (  0.5%)  ActorIsolationRequest
   0.0022 (  0.7%)   0.0026 (  0.4%)   0.0048 (  0.5%)   0.0048 (  0.5%)  ModuleQualifiedLookupRequest
   0.0028 (  0.9%)   0.0019 (  0.3%)   0.0047 (  0.5%)   0.0047 (  0.5%)  USRGenerationRequest
   0.0016 (  0.5%)   0.0030 (  0.5%)   0.0046 (  0.5%)   0.0046 (  0.5%)  ResolveTypeRequest
   0.0012 (  0.4%)   0.0027 (  0.4%)   0.0039 (  0.4%)   0.0039 (  0.4%)  precheck-expr
   0.0026 (  0.8%)   0.0009 (  0.1%)   0.0035 (  0.4%)   0.0035 (  0.4%)  ParseTopLevelDeclsRequest
   0.0025 (  0.8%)   0.0008 (  0.1%)   0.0033 (  0.4%)   0.0033 (  0.4%)  ParseSourceFileRequest
   0.0008 (  0.3%)   0.0023 (  0.4%)   0.0031 (  0.3%)   0.0031 (  0.3%)  PotentialMacroExpansionsInContextRequest
   0.0015 (  0.5%)   0.0014 (  0.2%)   0.0029 (  0.3%)   0.0028 (  0.3%)  LookupConformanceInModuleRequest
   0.0005 (  0.2%)   0.0012 (  0.2%)   0.0017 (  0.2%)   0.0017 (  0.2%)  UnderlyingTypeRequest
   0.0008 (  0.3%)   0.0008 (  0.1%)   0.0016 (  0.2%)   0.0016 (  0.2%)  import-clang-decl
   0.0004 (  0.1%)   0.0009 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  ABIMembersRequest
   0.0010 (  0.3%)   0.0003 (  0.0%)   0.0013 (  0.1%)   0.0013 (  0.1%)  verify-all-loaded-modules
   0.0005 (  0.2%)   0.0007 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0006 (  0.2%)   0.0007 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  ExtendedNominalRequest
   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  SemanticDeclAttrsRequest
   0.0005 (  0.2%)   0.0005 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  ResolveImplicitMemberRequest
   0.0003 (  0.1%)   0.0006 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  PatternTypeRequest
   0.0002 (  0.1%)   0.0006 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  StoredPropertiesRequest
   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ResultTypeRequest
   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ParseAbstractFunctionBodyRequest
   0.0005 (  0.2%)   0.0002 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ExpandMemberAttributeMacros
   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ExpandPeerMacroRequest
   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  HasIsolatedSelfRequest
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  GenericSignatureRequest
   0.0002 (  0.1%)   0.0003 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0005 (  0.0%)   0.0005 (  0.0%)  NamingPatternRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  CollectOverriddenDeclsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ProtocolDependenciesRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  InheritedDeclsReferencedRequest
   0.0002 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  IsActorRequest
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)  GenericParamListRequest
   0.0002 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  SPIGroupsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasInitAccessorRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsGetterMutatingRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ProtocolRequirementsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  AbstractGenericSignatureRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsDynamicRequest
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  RequirementSignatureRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupAllConformancesInContextRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupPrecedenceGroupRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  OpaqueReadOwnershipRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LocalDiscriminatorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsObjCRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultTypeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StructuralRequirementsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AssociatedConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CompareDeclSpecializationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InferredGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProvideDefaultImplForRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSingleValueStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.3017 (100.0%)   0.6337 (100.0%)   0.9355 (100.0%)   0.9377 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2405 seconds (0.2413 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0629 (100.0%)   0.1777 (100.0%)   0.2405 (100.0%)   0.2413 (100.0%)  Building Target
   0.0629 (100.0%)   0.1777 (100.0%)   0.2405 (100.0%)   0.2413 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:46:25: error: cannot find 'Status' in scope
    public var status = Status.success
                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:189:54: error: cannot find type 'CC_LONG' in scope
    func update(buffer: UnsafeRawPointer, byteCount: CC_LONG)
                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift:26:17: error: cannot find type 'Status' in scope
    var status: Status { get }
                ^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:211:43: error: cannot find type 'CC_LONG' in scope
    typealias Updater = (Context, Buffer, CC_LONG) -> (Int32)
                                          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:229:52: error: @escaping attribute only applies to function types
        init(initializer: @escaping Initializer, updater: @escaping Updater, finalizer: @escaping Finalizer, length: Int32) {
                                                          ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:257:41: error: cannot find type 'CC_LONG' in scope
        func update(buffer: Buffer, byteCount: CC_LONG) {
                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:159:50: error: cannot find 'CC_LONG' in scope
        engine.update(buffer: buffer, byteCount: CC_LONG(byteCount))
                                                 ^~~~~~~
SwiftCompile normal arm64 Compiling\ KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    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/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats/stats-1717264695818189-swift-frontend-Cryptor-KeyDerivation.swift-arm64_apple_xros1.0-o-Onone-484083031.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8542 seconds (0.8581 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 (  7.4%)   0.0979 ( 16.9%)   0.1181 ( 13.8%)   0.1188 ( 13.8%)  parse-and-resolve-imports
   0.0196 (  7.1%)   0.0969 ( 16.7%)   0.1165 ( 13.6%)   0.1171 ( 13.6%)  Import resolution
   0.0251 (  9.2%)   0.0446 (  7.7%)   0.0698 (  8.2%)   0.0700 (  8.2%)  perform-sema
   0.0250 (  9.1%)   0.0443 (  7.6%)   0.0693 (  8.1%)   0.0696 (  8.1%)  TypeCheckSourceFileRequest
   0.0249 (  9.1%)   0.0441 (  7.6%)   0.0691 (  8.1%)   0.0693 (  8.1%)  Type checking and Semantic analysis
   0.0245 (  8.9%)   0.0434 (  7.5%)   0.0679 (  8.0%)   0.0682 (  7.9%)  typecheck-decl
   0.0148 (  5.4%)   0.0249 (  4.3%)   0.0398 (  4.7%)   0.0399 (  4.7%)  ResolveValueWitnessesRequest
   0.0103 (  3.7%)   0.0130 (  2.2%)   0.0233 (  2.7%)   0.0235 (  2.7%)  ASTLoweringRequest
   0.0099 (  3.6%)   0.0129 (  2.2%)   0.0228 (  2.7%)   0.0230 (  2.7%)  SILgen-decl
   0.0078 (  2.9%)   0.0136 (  2.3%)   0.0214 (  2.5%)   0.0215 (  2.5%)  TypeCheckFunctionBodyRequest
   0.0052 (  1.9%)   0.0153 (  2.6%)   0.0204 (  2.4%)   0.0205 (  2.4%)  InterfaceTypeRequest
   0.0073 (  2.7%)   0.0128 (  2.2%)   0.0202 (  2.4%)   0.0203 (  2.4%)  typecheck-stmt
   0.0069 (  2.5%)   0.0120 (  2.1%)   0.0189 (  2.2%)   0.0189 (  2.2%)  typecheck-expr
   0.0065 (  2.4%)   0.0115 (  2.0%)   0.0180 (  2.1%)   0.0181 (  2.1%)  PatternBindingEntryRequest
   0.0066 (  2.4%)   0.0089 (  1.5%)   0.0154 (  1.8%)   0.0155 (  1.8%)  UnqualifiedLookupRequest
   0.0065 (  2.4%)   0.0085 (  1.5%)   0.0149 (  1.7%)   0.0150 (  1.7%)  performUnqualifiedLookup
   0.0065 (  2.4%)   0.0078 (  1.3%)   0.0142 (  1.7%)   0.0143 (  1.7%)  LookupInModuleRequest
   0.0071 (  2.6%)   0.0049 (  0.8%)   0.0119 (  1.4%)   0.0119 (  1.4%)  build-rewrite-system
   0.0053 (  1.9%)   0.0063 (  1.1%)   0.0116 (  1.4%)   0.0117 (  1.4%)  SILGen-function
   0.0028 (  1.0%)   0.0066 (  1.1%)   0.0095 (  1.1%)   0.0095 (  1.1%)  QualifiedLookupRequest
   0.0016 (  0.6%)   0.0074 (  1.3%)   0.0090 (  1.1%)   0.0090 (  1.1%)  load-stdlib
   0.0026 (  1.0%)   0.0062 (  1.1%)   0.0088 (  1.0%)   0.0090 (  1.1%)  StoredPropertiesRequest
   0.0024 (  0.9%)   0.0049 (  0.8%)   0.0073 (  0.9%)   0.0073 (  0.9%)  DirectLookupRequest
   0.0039 (  1.4%)   0.0030 (  0.5%)   0.0068 (  0.8%)   0.0068 (  0.8%)  ExecuteSILPipelineRequest
   0.0013 (  0.5%)   0.0049 (  0.8%)   0.0061 (  0.7%)   0.0062 (  0.7%)  AttachedPropertyWrappersRequest
   0.0029 (  1.0%)   0.0020 (  0.3%)   0.0048 (  0.6%)   0.0048 (  0.6%)  LookupConformanceInModuleRequest
   0.0018 (  0.6%)   0.0025 (  0.4%)   0.0043 (  0.5%)   0.0043 (  0.5%)  ModuleQualifiedLookupRequest
   0.0008 (  0.3%)   0.0025 (  0.4%)   0.0033 (  0.4%)   0.0033 (  0.4%)  ActorIsolationRequest
   0.0007 (  0.3%)   0.0023 (  0.4%)   0.0030 (  0.4%)   0.0030 (  0.4%)  ExpandPeerMacroRequest
   0.0021 (  0.8%)   0.0005 (  0.1%)   0.0026 (  0.3%)   0.0026 (  0.3%)  ParseTopLevelDeclsRequest
   0.0020 (  0.7%)   0.0004 (  0.1%)   0.0024 (  0.3%)   0.0024 (  0.3%)  ParseSourceFileRequest
   0.0005 (  0.2%)   0.0018 (  0.3%)   0.0024 (  0.3%)   0.0024 (  0.3%)  PotentialMacroExpansionsInContextRequest
   0.0009 (  0.3%)   0.0015 (  0.3%)   0.0024 (  0.3%)   0.0024 (  0.3%)  ResolveTypeRequest
   0.0014 (  0.5%)   0.0002 (  0.0%)   0.0016 (  0.2%)   0.0016 (  0.2%)  verify-all-loaded-modules
   0.0009 (  0.3%)   0.0005 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.2%)  USRGenerationRequest
   0.0006 (  0.2%)   0.0008 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.2%)  ExtendedNominalRequest
   0.0005 (  0.2%)   0.0008 (  0.1%)   0.0013 (  0.2%)   0.0013 (  0.2%)  import-clang-decl
   0.0003 (  0.1%)   0.0008 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.1%)  SemanticDeclAttrsRequest
   0.0003 (  0.1%)   0.0008 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.1%)  HasInitAccessorRequest
   0.0002 (  0.1%)   0.0007 (  0.1%)   0.0009 (  0.1%)   0.0010 (  0.1%)  ABIMembersRequest
   0.0006 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  ExpandMemberAttributeMacros
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  ResolveImplicitMemberRequest
   0.0003 (  0.1%)   0.0003 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  ResultTypeRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  HasIsolatedSelfRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AST verification
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  precheck-expr
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GenericParamListRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SPIGroupsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ProtocolDependenciesRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CollectOverriddenDeclsRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SynthesizeDefaultInitRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  define-default-ctor
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  GenericSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LocalDiscriminatorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsDynamicRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultTypeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsGetterMutatingRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDefaultInitRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ResultBuilderTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequirementSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllMembersRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsObjCRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupAllConformancesInContextRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CompareDeclSpecializationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AssociatedConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProvideDefaultImplForRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OpaqueReadOwnershipRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  NeedsNewVTableEntryRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDefaultActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.2745 (100.0%)   0.5797 (100.0%)   0.8542 (100.0%)   0.8581 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2360 seconds (0.2373 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0651 (100.0%)   0.1709 (100.0%)   0.2360 (100.0%)   0.2373 (100.0%)  Building Target
   0.0651 (100.0%)   0.1709 (100.0%)   0.2360 (100.0%)   0.2373 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_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/.dependencies/checkouts/BlueCryptor -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/Cryptor.build/Debug-xros/Cryptor.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/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -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/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift:112:5: error: missing return in class method expected to return 'UInt'
    }
    ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Sodium (in target 'Sodium' from project 'Sodium')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Aead.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Auth.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Box.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Bytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/ExitCode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Generators/KeyPairGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Generators/KeyPairProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Generators/NonceGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Generators/SecretKeyGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/GenericHash.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/KeyExchange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/PWHash.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/RandomBytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/SecretBox.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/SecretStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/ShortHash.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Sign.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Sodium.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Stream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/Sodium/Utils.swift -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 -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-sodium/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/Objects-normal/arm64/Sodium_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/.dependencies/checkouts/swift-sodium -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Clibsodium/module.modulemap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.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/Sodium.build/Debug-xros/Sodium.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Sodium -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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/Objects-normal/arm64/Sodium.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/Objects-normal/arm64/Sodium.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/Objects-normal/arm64/Sodium-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/Objects-normal/arm64/Sodium-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/Objects-normal/arm64/Sodium-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/Objects-normal/arm64/Sodium.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sodium.build/Debug-xros/Sodium.build/Objects-normal/arm64/Sodium.abi.json
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Sodium' from project 'Sodium')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ncryptf' from project 'ncryptf-swift')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'HKDF' from project 'HKDF')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'HKDF' from project 'HKDF')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Cryptor' from project 'Cryptor')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Clibsodium' from project 'Clibsodium')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CryptoSwift' from project 'CryptoSwift')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ncryptf' from project 'ncryptf-swift')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Cryptor' from project 'Cryptor')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CryptoSwift' from project 'CryptoSwift')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 Compiling\ Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 Compiling\ Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 Compiling\ KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Sodium (in target 'Sodium' from project 'Sodium')
(9 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.