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 Poppo with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

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

Build Log

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift:26:17: error: cannot find type 'Status' in scope
 24 |
 25 |     /// Status of the calculation.
 26 |     var status: Status { get }
    |                 `- error: cannot find type 'Status' in scope
 27 |
 28 | 	///
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:46:25: error: cannot find 'Status' in scope
 44 |     /// It is here to provide for engines which can fail.
 45 |     ///
 46 |     public var status = Status.success
    |                         `- error: cannot find 'Status' in scope
 47 |
 48 |     ///
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:189:54: error: cannot find type 'CC_LONG' in scope
187 | 	///		- byteCount:	The length of the buffer.
188 | 	///
189 |     func update(buffer: UnsafeRawPointer, byteCount: CC_LONG)
    |                                                      `- error: cannot find type 'CC_LONG' in scope
190 |
191 | 	///
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift:211:43: error: cannot find type 'CC_LONG' in scope
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)
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\ StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.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 -primary-file /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/StreamCryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.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/StreamCryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.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/StreamCryptor.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 -primary-file /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/StreamCryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.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/StreamCryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.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\ 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-1717184107842392-swift-frontend-Cryptor-KeyDerivation.swift-arm64_apple_xros1.0-o-Onone-666283199.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9916 seconds (0.9943 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0188 (  7.1%)   0.1617 ( 22.3%)   0.1805 ( 18.2%)   0.1812 ( 18.2%)  parse-and-resolve-imports
   0.0181 (  6.8%)   0.1608 ( 22.2%)   0.1789 ( 18.0%)   0.1796 ( 18.1%)  Import resolution
   0.0249 (  9.4%)   0.0471 (  6.5%)   0.0720 (  7.3%)   0.0721 (  7.3%)  perform-sema
   0.0248 (  9.3%)   0.0468 (  6.5%)   0.0716 (  7.2%)   0.0717 (  7.2%)  TypeCheckSourceFileRequest
   0.0247 (  9.3%)   0.0466 (  6.4%)   0.0713 (  7.2%)   0.0714 (  7.2%)  Type checking and Semantic analysis
   0.0242 (  9.1%)   0.0460 (  6.3%)   0.0702 (  7.1%)   0.0703 (  7.1%)  typecheck-decl
   0.0148 (  5.6%)   0.0269 (  3.7%)   0.0418 (  4.2%)   0.0418 (  4.2%)  ResolveValueWitnessesRequest
   0.0051 (  1.9%)   0.0183 (  2.5%)   0.0234 (  2.4%)   0.0234 (  2.4%)  InterfaceTypeRequest
   0.0092 (  3.5%)   0.0136 (  1.9%)   0.0228 (  2.3%)   0.0230 (  2.3%)  ASTLoweringRequest
   0.0088 (  3.3%)   0.0135 (  1.9%)   0.0223 (  2.2%)   0.0224 (  2.3%)  SILgen-decl
   0.0077 (  2.9%)   0.0140 (  1.9%)   0.0217 (  2.2%)   0.0217 (  2.2%)  TypeCheckFunctionBodyRequest
   0.0072 (  2.7%)   0.0133 (  1.8%)   0.0205 (  2.1%)   0.0206 (  2.1%)  typecheck-stmt
   0.0067 (  2.5%)   0.0125 (  1.7%)   0.0192 (  1.9%)   0.0193 (  1.9%)  typecheck-expr
   0.0065 (  2.4%)   0.0121 (  1.7%)   0.0186 (  1.9%)   0.0187 (  1.9%)  PatternBindingEntryRequest
   0.0064 (  2.4%)   0.0083 (  1.1%)   0.0147 (  1.5%)   0.0147 (  1.5%)  UnqualifiedLookupRequest
   0.0063 (  2.4%)   0.0079 (  1.1%)   0.0143 (  1.4%)   0.0143 (  1.4%)  performUnqualifiedLookup
   0.0063 (  2.4%)   0.0072 (  1.0%)   0.0136 (  1.4%)   0.0136 (  1.4%)  LookupInModuleRequest
   0.0069 (  2.6%)   0.0049 (  0.7%)   0.0118 (  1.2%)   0.0118 (  1.2%)  build-rewrite-system
   0.0048 (  1.8%)   0.0065 (  0.9%)   0.0113 (  1.1%)   0.0113 (  1.1%)  SILGen-function
   0.0028 (  1.1%)   0.0072 (  1.0%)   0.0100 (  1.0%)   0.0100 (  1.0%)  QualifiedLookupRequest
   0.0025 (  0.9%)   0.0060 (  0.8%)   0.0085 (  0.9%)   0.0086 (  0.9%)  StoredPropertiesRequest
   0.0024 (  0.9%)   0.0054 (  0.7%)   0.0078 (  0.8%)   0.0079 (  0.8%)  DirectLookupRequest
   0.0014 (  0.5%)   0.0065 (  0.9%)   0.0079 (  0.8%)   0.0079 (  0.8%)  load-stdlib
   0.0014 (  0.5%)   0.0059 (  0.8%)   0.0073 (  0.7%)   0.0073 (  0.7%)  AttachedPropertyWrappersRequest
   0.0038 (  1.4%)   0.0031 (  0.4%)   0.0069 (  0.7%)   0.0069 (  0.7%)  ExecuteSILPipelineRequest
   0.0024 (  0.9%)   0.0023 (  0.3%)   0.0047 (  0.5%)   0.0048 (  0.5%)  LookupConformanceInModuleRequest
   0.0019 (  0.7%)   0.0024 (  0.3%)   0.0042 (  0.4%)   0.0042 (  0.4%)  ModuleQualifiedLookupRequest
   0.0024 (  0.9%)   0.0010 (  0.1%)   0.0034 (  0.3%)   0.0034 (  0.3%)  ParseTopLevelDeclsRequest
   0.0023 (  0.9%)   0.0009 (  0.1%)   0.0032 (  0.3%)   0.0032 (  0.3%)  ParseSourceFileRequest
   0.0008 (  0.3%)   0.0023 (  0.3%)   0.0031 (  0.3%)   0.0031 (  0.3%)  ActorIsolationRequest
   0.0007 (  0.3%)   0.0021 (  0.3%)   0.0028 (  0.3%)   0.0028 (  0.3%)  ExpandPeerMacroRequest
   0.0006 (  0.2%)   0.0020 (  0.3%)   0.0026 (  0.3%)   0.0026 (  0.3%)  PotentialMacroExpansionsInContextRequest
   0.0007 (  0.3%)   0.0018 (  0.3%)   0.0025 (  0.3%)   0.0025 (  0.3%)  ResolveTypeRequest
   0.0014 (  0.5%)   0.0002 (  0.0%)   0.0015 (  0.2%)   0.0015 (  0.2%)  verify-all-loaded-modules
   0.0006 (  0.2%)   0.0007 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  import-clang-decl
   0.0006 (  0.2%)   0.0006 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  ExtendedNominalRequest
   0.0006 (  0.2%)   0.0003 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.1%)  USRGenerationRequest
   0.0006 (  0.2%)   0.0004 (  0.1%)   0.0010 (  0.1%)   0.0009 (  0.1%)  ExpandMemberAttributeMacros
   0.0003 (  0.1%)   0.0006 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  ABIMembersRequest
   0.0002 (  0.1%)   0.0007 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  HasInitAccessorRequest
   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0008 (  0.1%)   0.0007 (  0.1%)  SemanticDeclAttrsRequest
   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ResolveImplicitMemberRequest
   0.0002 (  0.1%)   0.0003 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  ResultTypeRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)  HasIsolatedSelfRequest
   0.0001 (  0.0%)   0.0002 (  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%)  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%)  precheck-expr
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ProtocolDependenciesRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SynthesizeDefaultInitRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  define-default-ctor
   0.0001 (  0.0%)   0.0001 (  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%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CollectOverriddenDeclsRequest
   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%)  ParseAbstractFunctionBodyRequest
   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.0001 (  0.0%)  LocalDiscriminatorsRequest
   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%)  ExpandExtensionMacros
   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%)  LookupAllConformancesInContextRequest
   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%)  ResultBuilderTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequirementSignatureRequest
   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%)  AllMembersRequest
   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%)  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.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%)  InheritedProtocolsRequest
   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%)  PreCheckFunctionBodyRequest
   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%)  SemanticUnavailableAttrRequest
   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.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   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.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   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.0001 (  0.0%)   0.0000 (  0.0%)  DynamicallyReplacedDeclRequest
   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%)  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%)  AreAllStoredPropertiesDefaultInitableRequest
   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%)  ApplyAccessNoteRequest
   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%)  RequiresOpaqueAccessorsRequest
   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%)  HasCircularInheritedProtocolsRequest
   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%)  RawCommentRequest
   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%)  DefaultInitializerIsolation
   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%)  PropertyWrapperAuxiliaryVariablesRequest
   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%)  FragileFunctionKindRequest
   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%)  ProvideDefaultImplForRequest
   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%)  MemberwiseInitPropertiesRequest
   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%)  ExpandChildTypeRefinementContextsRequest
   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%)  PatternTypeRequest
   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%)  IsFunctionBodySkippedRequest
   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%)  AccessLevelRequest
   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%)  PolymorphicEffectKindRequest
   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%)  ResolveTypeWitnessesRequest
   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%)  SelfBoundsFromWhereClauseRequest
   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%)  ExpandAccessorMacros
   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%)  PropertyWrapperInitializerInfoRequest
   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%)  source-file-populate-cache
   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%)  ExpandSynthesizedMemberMacroRequest
   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%)  IsSetterMutatingRequest
   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%)  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%)  SuperclassTypeRequest
   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%)  ConformanceAccessScopeRequest
   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%)  ExistentialConformsToSelfRequest
   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%)  RequiresOpaqueModifyCoroutineRequest
   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%)  ExpandPreambleMacroRequest
   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%)  PrimarySourceFilesRequest
   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%)  IsDefaultActorRequest
   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%)  EnumRawValuesRequest
   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%)  BodyInitKindRequest
   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%)  IsABICompatibleOverrideRequest
   0.2660 (100.0%)   0.7256 (100.0%)   0.9916 (100.0%)   0.9943 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2981 seconds (0.2991 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0615 (100.0%)   0.2366 (100.0%)   0.2981 (100.0%)   0.2991 (100.0%)  Building Target
   0.0615 (100.0%)   0.2366 (100.0%)   0.2981 (100.0%)   0.2991 (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'
    }
    ^
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-1717184107842136-swift-frontend-Cryptor-HMAC.swift-arm64_apple_xros1.0-o-Onone-621347282.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8737 seconds (0.8774 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0187 (  8.5%)   0.1638 ( 25.1%)   0.1826 ( 20.9%)   0.1840 ( 21.0%)  parse-and-resolve-imports
   0.0181 (  8.2%)   0.1628 ( 24.9%)   0.1809 ( 20.7%)   0.1824 ( 20.8%)  Import resolution
   0.0250 ( 11.3%)   0.0466 (  7.1%)   0.0716 (  8.2%)   0.0717 (  8.2%)  perform-sema
   0.0250 ( 11.3%)   0.0465 (  7.1%)   0.0715 (  8.2%)   0.0716 (  8.2%)  TypeCheckSourceFileRequest
   0.0249 ( 11.3%)   0.0463 (  7.1%)   0.0712 (  8.2%)   0.0713 (  8.1%)  Type checking and Semantic analysis
   0.0233 ( 10.6%)   0.0435 (  6.7%)   0.0668 (  7.6%)   0.0669 (  7.6%)  typecheck-decl
   0.0155 (  7.0%)   0.0280 (  4.3%)   0.0434 (  5.0%)   0.0435 (  5.0%)  ResolveValueWitnessesRequest
   0.0057 (  2.6%)   0.0160 (  2.4%)   0.0217 (  2.5%)   0.0217 (  2.5%)  InterfaceTypeRequest
   0.0064 (  2.9%)   0.0095 (  1.5%)   0.0159 (  1.8%)   0.0159 (  1.8%)  UnqualifiedLookupRequest
   0.0063 (  2.9%)   0.0091 (  1.4%)   0.0154 (  1.8%)   0.0155 (  1.8%)  performUnqualifiedLookup
   0.0060 (  2.7%)   0.0080 (  1.2%)   0.0140 (  1.6%)   0.0140 (  1.6%)  LookupInModuleRequest
   0.0047 (  2.1%)   0.0079 (  1.2%)   0.0126 (  1.4%)   0.0127 (  1.4%)  TypeCheckFunctionBodyRequest
   0.0041 (  1.8%)   0.0070 (  1.1%)   0.0110 (  1.3%)   0.0111 (  1.3%)  typecheck-stmt
   0.0040 (  1.8%)   0.0069 (  1.1%)   0.0110 (  1.3%)   0.0110 (  1.3%)  typecheck-expr
   0.0036 (  1.7%)   0.0065 (  1.0%)   0.0101 (  1.2%)   0.0101 (  1.2%)  PatternBindingEntryRequest
   0.0048 (  2.2%)   0.0037 (  0.6%)   0.0085 (  1.0%)   0.0085 (  1.0%)  build-rewrite-system
   0.0022 (  1.0%)   0.0048 (  0.7%)   0.0070 (  0.8%)   0.0071 (  0.8%)  QualifiedLookupRequest
   0.0015 (  0.7%)   0.0052 (  0.8%)   0.0066 (  0.8%)   0.0068 (  0.8%)  load-stdlib
   0.0014 (  0.6%)   0.0051 (  0.8%)   0.0065 (  0.7%)   0.0065 (  0.7%)  AttachedPropertyWrappersRequest
   0.0020 (  0.9%)   0.0037 (  0.6%)   0.0057 (  0.7%)   0.0058 (  0.7%)  DirectLookupRequest
   0.0016 (  0.7%)   0.0024 (  0.4%)   0.0040 (  0.5%)   0.0040 (  0.5%)  ModuleQualifiedLookupRequest
   0.0009 (  0.4%)   0.0027 (  0.4%)   0.0037 (  0.4%)   0.0037 (  0.4%)  ActorIsolationRequest
   0.0023 (  1.0%)   0.0010 (  0.2%)   0.0033 (  0.4%)   0.0033 (  0.4%)  ParseTopLevelDeclsRequest
   0.0022 (  1.0%)   0.0009 (  0.1%)   0.0032 (  0.4%)   0.0032 (  0.4%)  ParseSourceFileRequest
   0.0015 (  0.7%)   0.0017 (  0.3%)   0.0031 (  0.4%)   0.0032 (  0.4%)  LookupConformanceInModuleRequest
   0.0011 (  0.5%)   0.0018 (  0.3%)   0.0029 (  0.3%)   0.0029 (  0.3%)  ResolveTypeRequest
   0.0005 (  0.2%)   0.0014 (  0.2%)   0.0019 (  0.2%)   0.0019 (  0.2%)  PotentialMacroExpansionsInContextRequest
   0.0006 (  0.2%)   0.0009 (  0.1%)   0.0015 (  0.2%)   0.0015 (  0.2%)  import-clang-decl
   0.0005 (  0.2%)   0.0007 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  ExtendedNominalRequest
   0.0003 (  0.1%)   0.0007 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  PatternTypeRequest
   0.0005 (  0.2%)   0.0004 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  USRGenerationRequest
   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0008 (  0.1%)  precheck-expr
   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0008 (  0.1%)   0.0007 (  0.1%)  ABIMembersRequest
   0.0006 (  0.3%)   0.0001 (  0.0%)   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%)  SemanticDeclAttrsRequest
   0.0004 (  0.2%)   0.0002 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.1%)  ExpandMemberAttributeMacros
   0.0002 (  0.1%)   0.0003 (  0.0%)   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%)  ImplicitKnownProtocolConformanceRequest
   0.0002 (  0.1%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ResolveImplicitMemberRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  NamingPatternRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ExpandPeerMacroRequest
   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.0004 (  0.0%)   0.0004 (  0.0%)  HasIsolatedSelfRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  StoredPropertiesRequest
   0.0001 (  0.1%)   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%)  GenericSignatureRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  CollectOverriddenDeclsRequest
   0.0001 (  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%)  ProtocolDependenciesRequest
   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%)  ValidatePrecedenceGroupRequest
   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%)  IsDynamicRequest
   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%)  SPIGroupsRequest
   0.0001 (  0.1%)   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%)  DefaultTypeRequest
   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%)  LookupAllConformancesInContextRequest
   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.0001 (  0.0%)   0.0001 (  0.0%)  ResolveTypeWitnessesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  OverriddenDeclsRequest
   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%)  RequiresOpaqueAccessorsRequest
   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%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   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%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  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%)  HasDefaultInitRequest
   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%)  OpaqueReadOwnershipRequest
   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%)  HasUserDefinedDesignatedInitRequest
   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.0000 (  0.0%)   0.0000 (  0.0%)  AssociatedConformanceRequest
   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%)  AbstractGenericSignatureRequest
   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%)  AccessLevelRequest
   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.0001 (  0.0%)   0.0000 (  0.0%)  GlobalActorAttributeRequest
   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%)  IsFinalRequest
   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%)  InheritedTypeRequest
   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%)  ParseMembersRequest
   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%)  HasDynamicMemberLookupAttributeRequest
   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%)  DefaultInitializerIsolation
   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%)  ExpandChildTypeRefinementContextsRequest
   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%)  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%)  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%)  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%)  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%)  BodyInitKindRequest
   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%)  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%)  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%)  ConditionalRequirementsRequest
   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%)  DirectOperatorLookupRequest
   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%)  SelfBoundsFromWhereClauseRequest
   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%)  ExpandBodyMacroRequest
   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%)  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%)  TypeAliasRequirementsRequest
   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%)  IsSetterMutatingRequest
   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%)  SelfAccessKindRequest
   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%)  RequiresOpaqueModifyCoroutineRequest
   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%)  ConformanceAccessScopeRequest
   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%)  SetterAccessLevelRequest
   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%)  CheckInconsistentSPIOnlyImportsRequest
   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%)  ExpandSynthesizedMemberMacroRequest
   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%)  SynthesizeMainFunctionRequest
   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%)  PolymorphicEffectKindRequest
   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%)  source-file-populate-cache
   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%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.2208 (100.0%)   0.6529 (100.0%)   0.8737 (100.0%)   0.8774 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2697 seconds (0.2722 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0480 (100.0%)   0.2217 (100.0%)   0.2697 (100.0%)   0.2722 (100.0%)  Building Target
   0.0480 (100.0%)   0.2217 (100.0%)   0.2697 (100.0%)   0.2722 (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\ Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.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 -primary-file /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/Status.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.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/Status.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.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/Status.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 -primary-file /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/Status.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.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/Status.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.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 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-1717184107842697-swift-frontend-Cryptor-Random.swift-arm64_apple_xros1.0-o-Onone-2161823171.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8134 seconds (0.8189 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0184 ( 10.2%)   0.1555 ( 24.6%)   0.1740 ( 21.4%)   0.1751 ( 21.4%)  parse-and-resolve-imports
   0.0178 (  9.8%)   0.1545 ( 24.4%)   0.1723 ( 21.2%)   0.1734 ( 21.2%)  Import resolution
   0.0178 (  9.8%)   0.0398 (  6.3%)   0.0576 (  7.1%)   0.0580 (  7.1%)  perform-sema
   0.0177 (  9.8%)   0.0398 (  6.3%)   0.0576 (  7.1%)   0.0579 (  7.1%)  TypeCheckSourceFileRequest
   0.0177 (  9.7%)   0.0396 (  6.3%)   0.0573 (  7.0%)   0.0576 (  7.0%)  Type checking and Semantic analysis
   0.0160 (  8.8%)   0.0367 (  5.8%)   0.0527 (  6.5%)   0.0530 (  6.5%)  TypeCheckFunctionBodyRequest
   0.0155 (  8.6%)   0.0358 (  5.7%)   0.0513 (  6.3%)   0.0517 (  6.3%)  typecheck-stmt
   0.0153 (  8.4%)   0.0348 (  5.5%)   0.0501 (  6.2%)   0.0505 (  6.2%)  typecheck-expr
   0.0059 (  3.3%)   0.0194 (  3.1%)   0.0253 (  3.1%)   0.0254 (  3.1%)  QualifiedLookupRequest
   0.0056 (  3.1%)   0.0107 (  1.7%)   0.0163 (  2.0%)   0.0164 (  2.0%)  typecheck-decl
   0.0039 (  2.2%)   0.0105 (  1.7%)   0.0144 (  1.8%)   0.0145 (  1.8%)  DirectLookupRequest
   0.0033 (  1.8%)   0.0063 (  1.0%)   0.0096 (  1.2%)   0.0096 (  1.2%)  PatternBindingEntryRequest
   0.0028 (  1.5%)   0.0062 (  1.0%)   0.0090 (  1.1%)   0.0091 (  1.1%)  precheck-expr
   0.0014 (  0.7%)   0.0071 (  1.1%)   0.0084 (  1.0%)   0.0085 (  1.0%)  load-stdlib
   0.0019 (  1.0%)   0.0052 (  0.8%)   0.0070 (  0.9%)   0.0071 (  0.9%)  InterfaceTypeRequest
   0.0009 (  0.5%)   0.0042 (  0.7%)   0.0051 (  0.6%)   0.0051 (  0.6%)  PotentialMacroExpansionsInContextRequest
   0.0023 (  1.2%)   0.0026 (  0.4%)   0.0048 (  0.6%)   0.0050 (  0.6%)  UnqualifiedLookupRequest
   0.0010 (  0.6%)   0.0036 (  0.6%)   0.0046 (  0.6%)   0.0046 (  0.6%)  ActorIsolationRequest
   0.0022 (  1.2%)   0.0023 (  0.4%)   0.0045 (  0.6%)   0.0046 (  0.6%)  performUnqualifiedLookup
   0.0022 (  1.2%)   0.0020 (  0.3%)   0.0042 (  0.5%)   0.0043 (  0.5%)  LookupInModuleRequest
   0.0022 (  1.2%)   0.0015 (  0.2%)   0.0037 (  0.5%)   0.0037 (  0.5%)  ParseTopLevelDeclsRequest
   0.0022 (  1.2%)   0.0015 (  0.2%)   0.0036 (  0.4%)   0.0037 (  0.4%)  ParseSourceFileRequest
   0.0007 (  0.4%)   0.0013 (  0.2%)   0.0021 (  0.3%)   0.0020 (  0.3%)  ModuleQualifiedLookupRequest
   0.0004 (  0.2%)   0.0015 (  0.2%)   0.0018 (  0.2%)   0.0018 (  0.2%)  AttachedPropertyWrappersRequest
   0.0008 (  0.5%)   0.0009 (  0.1%)   0.0017 (  0.2%)   0.0017 (  0.2%)  LookupConformanceInModuleRequest
   0.0007 (  0.4%)   0.0010 (  0.2%)   0.0016 (  0.2%)   0.0016 (  0.2%)  ResolveTypeRequest
   0.0006 (  0.3%)   0.0009 (  0.1%)   0.0015 (  0.2%)   0.0015 (  0.2%)  ExtendedNominalRequest
   0.0003 (  0.2%)   0.0004 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  ResolveImplicitMemberRequest
   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  HasIsolatedSelfRequest
   0.0004 (  0.2%)   0.0003 (  0.0%)   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.0002 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  ABIMembersRequest
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  DefaultArgumentExprRequest
   0.0001 (  0.1%)   0.0005 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  LookupInfixOperatorRequest
   0.0002 (  0.1%)   0.0003 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  USRGenerationRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.1%)  ResolveValueWitnessesRequest
   0.0001 (  0.1%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ResultTypeRequest
   0.0001 (  0.1%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  UnderlyingTypeRequest
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ExpandMemberAttributeMacros
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  build-rewrite-system
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  DefaultTypeRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsActorRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsGetterMutatingRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SemanticDeclAttrsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CallerSideDefaultArgExprRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GenericSignatureRequest
   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%)  SynthesizeDefaultInitRequest
   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%)  ExpandPeerMacroRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  define-default-ctor
   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%)  CollectOverriddenDeclsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SPIGroupsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   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%)  PatternTypeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsDynamicRequest
   0.0001 (  0.0%)   0.0000 (  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%)  StorageImplInfoRequest
   0.0001 (  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%)  InheritedDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  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%)  HasUserDefinedDesignatedInitRequest
   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%)  DynamicallyReplacedDeclRequest
   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%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LifetimeDependenceInfoRequest
   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%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   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%)  DirectOperatorLookupRequest
   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%)  ParseMembersRequest
   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%)  PropertyWrapperMutabilityRequest
   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%)  PreCheckFunctionBodyRequest
   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%)  module-populate-cache
   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%)  ProtocolDependenciesRequest
   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%)  RequiresOpaqueAccessorsRequest
   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%)  FragileFunctionKindRequest
   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%)  MemberwiseInitPropertiesRequest
   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%)  LookupAllConformancesInContextRequest
   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%)  AccessLevelRequest
   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%)  ParseAbstractFunctionBodyRequest
   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%)  GetDestructorRequest
   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%)  ImplicitKnownProtocolConformanceRequest
   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%)  HasDynamicMemberLookupAttributeRequest
   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%)  ConditionalRequirementsRequest
   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%)  ProvideDefaultImplForRequest
   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%)  HasStorageRequest
   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%)  ResolveTypeWitnessesRequest
   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%)  IsImplicitlyUnwrappedOptionalRequest
   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%)  ExpandAccessorMacros
   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%)  ObjCInterfaceAndImplementationRequest
   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%)  IsStaticRequest
   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%)  PropertyWrapperInitializerInfoRequest
   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%)  CheckInconsistentSPIOnlyImportsRequest
   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%)  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%)  SelfAccessKindRequest
   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%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   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%)  ClassAncestryFlagsRequest
   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%)  InitKindRequest
   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%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.1814 (100.0%)   0.6320 (100.0%)   0.8134 (100.0%)   0.8189 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2459 seconds (0.2475 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0390 (100.0%)   0.2068 (100.0%)   0.2459 (100.0%)   0.2475 (100.0%)  Building Target
   0.0390 (100.0%)   0.2068 (100.0%)   0.2459 (100.0%)   0.2475 (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-1717184107841782-swift-frontend-Cryptor-Digest.swift-arm64_apple_xros1.0-o-Onone-1441918884.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0040 seconds (1.0057 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 (  6.8%)   0.1570 ( 21.5%)   0.1755 ( 17.5%)   0.1762 ( 17.5%)  parse-and-resolve-imports
   0.0178 (  6.5%)   0.1560 ( 21.3%)   0.1738 ( 17.3%)   0.1745 ( 17.3%)  Import resolution
   0.0313 ( 11.5%)   0.0592 (  8.1%)   0.0905 (  9.0%)   0.0906 (  9.0%)  perform-sema
   0.0312 ( 11.4%)   0.0590 (  8.1%)   0.0901 (  9.0%)   0.0902 (  9.0%)  TypeCheckSourceFileRequest
   0.0311 ( 11.4%)   0.0588 (  8.0%)   0.0899 (  9.0%)   0.0900 (  8.9%)  Type checking and Semantic analysis
   0.0281 ( 10.3%)   0.0542 (  7.4%)   0.0824 (  8.2%)   0.0824 (  8.2%)  typecheck-decl
   0.0156 (  5.7%)   0.0297 (  4.1%)   0.0453 (  4.5%)   0.0453 (  4.5%)  ResolveValueWitnessesRequest
   0.0052 (  1.9%)   0.0192 (  2.6%)   0.0244 (  2.4%)   0.0244 (  2.4%)  InterfaceTypeRequest
   0.0083 (  3.1%)   0.0126 (  1.7%)   0.0209 (  2.1%)   0.0210 (  2.1%)  TypeCheckFunctionBodyRequest
   0.0080 (  2.9%)   0.0124 (  1.7%)   0.0204 (  2.0%)   0.0204 (  2.0%)  typecheck-expr
   0.0077 (  2.8%)   0.0115 (  1.6%)   0.0192 (  1.9%)   0.0192 (  1.9%)  typecheck-stmt
   0.0066 (  2.4%)   0.0109 (  1.5%)   0.0176 (  1.7%)   0.0176 (  1.7%)  PatternBindingEntryRequest
   0.0074 (  2.7%)   0.0097 (  1.3%)   0.0171 (  1.7%)   0.0171 (  1.7%)  UnqualifiedLookupRequest
   0.0073 (  2.7%)   0.0091 (  1.2%)   0.0164 (  1.6%)   0.0164 (  1.6%)  performUnqualifiedLookup
   0.0068 (  2.5%)   0.0072 (  1.0%)   0.0140 (  1.4%)   0.0140 (  1.4%)  LookupInModuleRequest
   0.0070 (  2.6%)   0.0054 (  0.7%)   0.0124 (  1.2%)   0.0124 (  1.2%)  build-rewrite-system
   0.0037 (  1.3%)   0.0080 (  1.1%)   0.0116 (  1.2%)   0.0116 (  1.2%)  QualifiedLookupRequest
   0.0015 (  0.5%)   0.0068 (  0.9%)   0.0083 (  0.8%)   0.0084 (  0.8%)  load-stdlib
   0.0029 (  1.1%)   0.0051 (  0.7%)   0.0080 (  0.8%)   0.0080 (  0.8%)  DirectLookupRequest
   0.0014 (  0.5%)   0.0063 (  0.9%)   0.0077 (  0.8%)   0.0076 (  0.8%)  AttachedPropertyWrappersRequest
   0.0026 (  0.9%)   0.0020 (  0.3%)   0.0046 (  0.5%)   0.0046 (  0.5%)  USRGenerationRequest
   0.0015 (  0.5%)   0.0029 (  0.4%)   0.0044 (  0.4%)   0.0044 (  0.4%)  ResolveTypeRequest
   0.0013 (  0.5%)   0.0030 (  0.4%)   0.0042 (  0.4%)   0.0042 (  0.4%)  ActorIsolationRequest
   0.0020 (  0.7%)   0.0020 (  0.3%)   0.0039 (  0.4%)   0.0039 (  0.4%)  ModuleQualifiedLookupRequest
   0.0024 (  0.9%)   0.0013 (  0.2%)   0.0037 (  0.4%)   0.0037 (  0.4%)  ParseTopLevelDeclsRequest
   0.0024 (  0.9%)   0.0012 (  0.2%)   0.0036 (  0.4%)   0.0036 (  0.4%)  ParseSourceFileRequest
   0.0011 (  0.4%)   0.0021 (  0.3%)   0.0032 (  0.3%)   0.0032 (  0.3%)  precheck-expr
   0.0014 (  0.5%)   0.0014 (  0.2%)   0.0028 (  0.3%)   0.0028 (  0.3%)  LookupConformanceInModuleRequest
   0.0007 (  0.2%)   0.0021 (  0.3%)   0.0028 (  0.3%)   0.0028 (  0.3%)  PotentialMacroExpansionsInContextRequest
   0.0006 (  0.2%)   0.0011 (  0.1%)   0.0016 (  0.2%)   0.0016 (  0.2%)  UnderlyingTypeRequest
   0.0005 (  0.2%)   0.0010 (  0.1%)   0.0015 (  0.2%)   0.0015 (  0.2%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0005 (  0.2%)   0.0010 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  ABIMembersRequest
   0.0006 (  0.2%)   0.0007 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  ExtendedNominalRequest
   0.0006 (  0.2%)   0.0006 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  import-clang-decl
   0.0007 (  0.3%)   0.0004 (  0.0%)   0.0011 (  0.1%)   0.0011 (  0.1%)  verify-all-loaded-modules
   0.0004 (  0.2%)   0.0006 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  ResolveImplicitMemberRequest
   0.0003 (  0.1%)   0.0006 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  PatternTypeRequest
   0.0003 (  0.1%)   0.0005 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  SemanticDeclAttrsRequest
   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ResultTypeRequest
   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  StoredPropertiesRequest
   0.0004 (  0.1%)   0.0002 (  0.0%)   0.0006 (  0.1%)   0.0007 (  0.1%)  ExpandMemberAttributeMacros
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  ParseAbstractFunctionBodyRequest
   0.0003 (  0.1%)   0.0002 (  0.0%)   0.0005 (  0.1%)   0.0006 (  0.1%)  HasIsolatedSelfRequest
   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  ExpandPeerMacroRequest
   0.0002 (  0.1%)   0.0004 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  GenericSignatureRequest
   0.0001 (  0.1%)   0.0004 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ProtocolDependenciesRequest
   0.0002 (  0.1%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  CheckRedeclarationRequest
   0.0002 (  0.1%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  RequirementSignatureRequest
   0.0002 (  0.1%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AbstractGenericSignatureRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  NamingPatternRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  InheritedDeclsReferencedRequest
   0.0001 (  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%)  CollectOverriddenDeclsRequest
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsActorRequest
   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%)  IsGetterMutatingRequest
   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%)  IsDynamicRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupAllConformancesInContextRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasInitAccessorRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AST verification
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  OverriddenDeclsRequest
   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%)  ValidatePrecedenceGroupRequest
   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.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupPrecedenceGroupRequest
   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%)  HasDefaultInitRequest
   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%)  StorageImplInfoRequest
   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%)  StructuralRequirementsRequest
   0.0000 (  0.0%)   0.0001 (  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%)  ExpandExtensionMacros
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseMembersRequest
   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%)  CheckInconsistentWeakLinkedImportsRequest
   0.0001 (  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%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AssociatedConformanceRequest
   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%)  InheritedTypeRequest
   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%)  RequiresOpaqueAccessorsRequest
   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%)  ParamSpecifierRequest
   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%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  RawCommentRequest
   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%)  PatternBindingCheckedAndContextualizedInitRequest
   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%)  HasUserDefinedDesignatedInitRequest
   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%)  IsFinalRequest
   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%)  ResultBuilderTypeRequest
   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%)  ExpandChildTypeRefinementContextsRequest
   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%)  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%)  GetDestructorRequest
   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%)  InferredGenericSignatureRequest
   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%)  IsStaticRequest
   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%)  IsFunctionBodySkippedRequest
   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%)  AttachedResultBuilderRequest
   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%)  SimpleDidSetRequest
   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%)  HasImportsMatchingFlagRequest
   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%)  SelfBoundsFromWhereClauseRequest
   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%)  ConditionalRequirementsRequest
   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%)  ClassAncestryFlagsRequest
   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%)  LocalTypeDeclsRequest
   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%)  ExpandBodyMacroRequest
   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%)  ExistentialConformsToSelfRequest
   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%)  SelfAccessKindRequest
   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%)  BodyInitKindRequest
   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%)  ModuleImplicitImportsRequest
   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%)  PolymorphicEffectKindRequest
   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%)  SuperclassTypeRequest
   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%)  perform-whole-module-type-checking
   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%)  CheckInconsistentAccessLevelOnImport
   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%)  CheckInconsistentSPIOnlyImportsRequest
   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%)  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%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSingleValueStmtRequest
   0.2730 (100.0%)   0.7311 (100.0%)   1.0040 (100.0%)   1.0057 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2864 seconds (0.2871 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0565 (100.0%)   0.2299 (100.0%)   0.2864 (100.0%)   0.2871 (100.0%)  Building Target
   0.0565 (100.0%)   0.2299 (100.0%)   0.2864 (100.0%)   0.2871 (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\ 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
Command SwiftCompile failed with a nonzero exit code
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Poppo' from project 'Poppo')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Poppo' from project 'Poppo')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Cryptor' from project 'Cryptor')
** BUILD FAILED **
The following build commands failed:
	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')
	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\ SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift (in target 'Cryptor' from project 'Cryptor')
(9 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.