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 SwiftKeyExchange, reference v0.0.2 (55a06c), with Swift 6.0 for tvOS using Xcode 16.0 on 15 Sep 2024 13:12:23 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftKeyExchange -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

public extension SharedSecret {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift:31:13: error: 'SharedSecret' is only available in tvOS 13.0 or newer
) throws -> SharedSecret {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift:27:13: note: add @available attribute to enclosing global function
public func CreateSharedSecret(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift:11:18: error: 'SymmetricKey' is only available in tvOS 13.0 or newer
public extension SymmetricKey {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift:11:8: note: add @available attribute to enclosing extension
public extension SymmetricKey {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift:35:36: error: 'HashFunction' is only available in tvOS 13.0 or newer
) throws -> SymmetricKey where H : HashFunction {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift:29:13: note: add @available attribute to enclosing global function
public func KeyExchangeSymmetricKey<H>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift:30:19: error: 'SharedSecret' is only available in tvOS 13.0 or newer
    sharedSecret: SharedSecret,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift:29:13: note: add @available attribute to enclosing global function
public func KeyExchangeSymmetricKey<H>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift:35:13: error: 'SymmetricKey' is only available in tvOS 13.0 or newer
) throws -> SymmetricKey where H : HashFunction {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift:29:13: note: add @available attribute to enclosing global function
public func KeyExchangeSymmetricKey<H>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift:22:14: error: 'URLSessionWebSocketTask' is only available in tvOS 13.0 or newer
    message: URLSessionWebSocketTask.Message,
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift:21:13: note: add @available attribute to enclosing global function
public func KeyExchangeDecryptAndDecodeJSON<T: Decodable>(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift:47:18: error: 'URLSessionWebSocketTask' is only available in tvOS 13.0 or newer
public extension URLSessionWebSocketTask.Message {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift:47:8: note: add @available attribute to enclosing extension
public extension URLSessionWebSocketTask.Message {
       ^
SwiftCompile normal arm64 Compiling\ SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SharedSecret.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ AEAD.swift,\ AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AEAD.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/AESGCM.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SymmetricKey.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Models.swift,\ P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Models.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P256.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ P384.swift,\ P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P384.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/P521.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Timestamp.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PEM.swift,\ RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/PEM.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/RandomData.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Curve25519.swift,\ KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve25519.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/KeyExchangeStore.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ URLSessionWebSocketTask.Message.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/URLSessionWebSocketTask.Message.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ChaChaPoly.swift,\ Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AEAD.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/AESGCM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve25519.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/KeyExchangeStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Models.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P256.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P384.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/P521.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/PEM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/RandomData.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SharedSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/SymmetricKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Timestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/URLSessionWebSocketTask.Message.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/ChaChaPoly.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/ChaChaPoly.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/ChaChaPoly.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/ChaChaPoly.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/SwiftKeyExchange_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.0-22J355-7e6c712d4f31046bb3f498b7d636b79d.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftKeyExchange -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.0 -target-sdk-name appletvos18.0 -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/ChaChaPoly.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/ChaChaPoly.o -index-unit-output-path /SwiftKeyExchange.build/Debug-appletvos/SwiftKeyExchange.build/Objects-normal/arm64/Curve.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
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftKeyExchange (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
	SwiftCompile normal arm64 Compiling\ ChaChaPoly.swift,\ Curve.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeyExchange/Curve.swift (in target 'SwiftKeyExchange' from project 'SwiftKeyExchange')
	Building workspace spi-builder-workspace with scheme SwiftKeyExchange
(4 failures)
BUILD FAILURE 6.0 tvOS