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

The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build NWWebSocket with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

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

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:96:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.stateDidChange(to: state)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:99:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.betterPath(isAvailable: isAvailable)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:102:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.viabilityDidChange(isViable: isViable)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:137:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:157:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:170:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:279:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.stateDidChange(to: state)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:282:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.betterPath(isAvailable: isAvailable)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:285:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.viabilityDidChange(isViable: isViable)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:338:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
SwiftCompile normal arm64 Compiling\ WebSocketConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.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/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/WebSocketConnection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.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/NWWebSocket/Model/Client/NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:96:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.stateDidChange(to: state)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:99:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.betterPath(isAvailable: isAvailable)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:102:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.viabilityDidChange(isViable: isViable)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:137:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:157:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:170:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:279:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.stateDidChange(to: state)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:282:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.betterPath(isAvailable: isAvailable)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:285:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.viabilityDidChange(isViable: isViable)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:338:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
SwiftCompile normal armv7k Compiling\ WebSocketConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/WebSocketConnection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.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/NWWebSocket/Extension/NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWConnection+Extension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: warning: var '_intentionalDisconnection' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
fileprivate var _intentionalDisconnection: Bool = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: note: convert '_intentionalDisconnection' to a 'let' constant to make 'Sendable' shared state immutable
fileprivate var _intentionalDisconnection: Bool = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: note: annotate '_intentionalDisconnection' with '@MainActor' if property should only be accessed from the main actor
fileprivate var _intentionalDisconnection: Bool = false
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate var _intentionalDisconnection: Bool = false
                ^
nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWConnection+Extension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: warning: var '_intentionalDisconnection' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
fileprivate var _intentionalDisconnection: Bool = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: note: convert '_intentionalDisconnection' to a 'let' constant to make 'Sendable' shared state immutable
fileprivate var _intentionalDisconnection: Bool = false
            ~~~ ^
            let
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: note: annotate '_intentionalDisconnection' with '@MainActor' if property should only be accessed from the main actor
fileprivate var _intentionalDisconnection: Bool = false
                ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate var _intentionalDisconnection: Bool = false
                ^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Emitting module for NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftCompile normal arm64_32 Compiling\ NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name NWWebSocket -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.o -index-unit-output-path /NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:96:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.stateDidChange(to: state)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:99:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.betterPath(isAvailable: isAvailable)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:102:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.viabilityDidChange(isViable: isViable)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:137:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:157:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:170:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:279:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.stateDidChange(to: state)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:282:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.betterPath(isAvailable: isAvailable)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:285:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.viabilityDidChange(isViable: isViable)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:338:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
SwiftDriverJobDiscovery normal armv7k Emitting module for NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriver\ Compilation\ Requirements NWWebSocket normal armv7k com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name NWWebSocket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target armv7k-apple-watchos6.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriver\ Compilation\ Requirements NWWebSocket normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name NWWebSocket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos6.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftmodule (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftdoc (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.abi.json (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftmodule (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftdoc (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.abi.json (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftsourceinfo (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftsourceinfo (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal armv7k Compiling NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriver\ Compilation NWWebSocket normal armv7k com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name NWWebSocket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target armv7k-apple-watchos6.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64_32 Compiling WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64_32 Compiling NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriver\ Compilation NWWebSocket normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name NWWebSocket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos6.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriver\ Compilation\ Requirements NWWebSocket normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name NWWebSocket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64-apple-watchos6.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Headers/NWWebSocket-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket-Swift.h (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Headers/NWWebSocket-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftdoc (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.abi.json (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftsourceinfo (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/Binary/NWWebSocket normal armv7k (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.LinkFileList -install_name @rpath/NWWebSocket.framework/NWWebSocket -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/Binary/NWWebSocket
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/Binary/NWWebSocket normal arm64_32 (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.LinkFileList -install_name @rpath/NWWebSocket.framework/NWWebSocket -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/Binary/NWWebSocket
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64 Compiling NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64 Compiling NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriver\ Compilation NWWebSocket normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name NWWebSocket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64-apple-watchos6.0 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/Binary/NWWebSocket normal arm64 (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.LinkFileList -install_name @rpath/NWWebSocket.framework/NWWebSocket -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/Binary/NWWebSocket
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCore.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibilityConcurrency.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibilityPacks.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibility56.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftDarwin.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftSwiftOnoneSupport.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftObservation.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_StringProcessing.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_Concurrency.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
Undefined symbols for architecture arm64:
  "type metadata for Darwin.POSIXErrorCode", referenced from:
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      ...
  "protocol conformance descriptor for Darwin.POSIXErrorCode : Swift.RawRepresentable in Darwin", referenced from:
      lazy protocol witness table accessor for type Darwin.POSIXErrorCode and conformance Darwin.POSIXErrorCode : Swift.RawRepresentable in Darwin in NWWebSocket.o
  "value witness table for Builtin.UnknownObject", referenced from:
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
  "value witness table for Builtin.Int64", referenced from:
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
  "value witness table for Builtin.NativeObject", referenced from:
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
      full type metadata for NWWebSocket.NWWebSocket in NWWebSocket.o
  "Swift.String.init() -> Swift.String", referenced from:
      implicit closure #1 () -> Swift.String in default argument 0 of Swift.fatalError(_: @autoclosure () -> Swift.String, file: Swift.StaticString, line: Swift.UInt) -> Swift.Never in NWWebSocket.o
  "dispatch thunk of static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.disconnect(closeCode: Network.NWProtocolWebSocket.CloseCode) -> () in NWWebSocket.o
  "Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.send(string: Swift.String) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.send(data: Foundation.Data) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.disconnect(closeCode: Network.NWProtocolWebSocket.CloseCode) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(reportErrorOrDisconnection in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> () in NWWebSocket.o
      ...
  "static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
  "type metadata for Swift.String", referenced from:
      NWWebSocket.NWWebSocket.send(string: Swift.String) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(reportErrorOrDisconnection in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> () in NWWebSocket.o
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in NWWebSocket.o
  "protocol conformance descriptor for Swift.String : Swift.StringProtocol in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in NWWebSocket.o
  "static Swift.Array._allocateBufferUninitialized(minimumCapacity: Swift.Int) -> Swift._ArrayBuffer<A>", referenced from:
      generic specialization <serialized, Dispatch.DispatchWorkItemFlags> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in NWWebSocket.o
  "Swift.Array.insert(_: __owned A, at: Swift.Int) -> ()", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
  "type metadata accessor for Swift.Array", referenced from:
      Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in NWWebSocket.o
  "protocol conformance descriptor for [A] : Swift.Sequence in Swift", referenced from:
      lazy protocol witness table accessor for type [Dispatch.DispatchWorkItemFlags] and conformance [A] : Swift.Sequence in Swift in NWWebSocket.o
  "protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from:
      lazy protocol witness table accessor for type [Network.NWProtocolMetadata] and conformance [A] : Swift.Collection in Swift in NWWebSocket.o
  "(extension in Swift):Swift.Collection.first.getter : A.Element?", referenced from:
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
  "(extension in Swift):Swift.Collection.isEmpty.getter : Swift.Bool", referenced from:
      closure #1 @Sendable (Foundation.Data?, Network.NWConnection.ContentContext?, Swift.Bool, Network.NWError?) -> () in NWWebSocket.NWWebSocket.listen() -> () in NWWebSocket.o
  "dispatch thunk of Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A", referenced from:
      default argument 1 of Dispatch.DispatchWorkItem.init(qos: Dispatch.DispatchQoS, flags: Dispatch.DispatchWorkItemFlags, block: @convention(block) () -> ()) -> Dispatch.DispatchWorkItem in NWWebSocket.o
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      NWWebSocket.NWWebSocket.__allocating_init(request: Foundation.URLRequest, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.String, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      NWWebSocket.NWWebSocket.(stateDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(to: Network.NWConnection.State) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
  "Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
      NWWebSocket.NWWebSocket.send(string: Swift.String) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.send(data: Foundation.Data) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.disconnect(closeCode: Network.NWProtocolWebSocket.CloseCode) -> () in NWWebSocket.o
  "Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from:
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      ...
  "protocol witness table for Swift.Int32 : Swift.Equatable in Swift", referenced from:
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      ...
  "protocol witness table for Swift.UInt8 : Swift.Equatable in Swift", referenced from:
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
  "_OBJC_CLASS_$__TtCs12_SwiftObject", referenced from:
      full type metadata for NWWebSocket.NWWebSocket in NWWebSocket.o
  "_OBJC_METACLASS_$__TtCs12_SwiftObject", referenced from:
      metaclass for NWWebSocket.NWWebSocket in NWWebSocket.o
      metaclass for NWWebSocket.NWWebSocket in NWWebSocket.o
  "__swiftEmptyArrayStorage", referenced from:
      generic specialization <serialized, Dispatch.DispatchWorkItemFlags> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in NWWebSocket.o
  "__swift_FORCE_LOAD_$_swiftCompatibility56", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_NWWebSocket in NWConnection+Extension.o
  "__swift_FORCE_LOAD_$_swiftCompatibilityConcurrency", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_NWWebSocket in NWConnection+Extension.o
  "__swift_FORCE_LOAD_$_swiftDarwin", referenced from:
      __swift_FORCE_LOAD_$_swiftDarwin_$_NWWebSocket in NWConnection+Extension.o
  "_swift_allocObject", referenced from:
      NWWebSocket.NWWebSocket.__allocating_init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.listen() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping(interval: Swift.Double) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      ...
  "_swift_beginAccess", referenced from:
      (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection.getter : Swift.Bool in NWConnection+Extension.o
      (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection.setter : Swift.Bool in NWConnection+Extension.o
      NWWebSocket.NWWebSocket.delegate.getter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).getter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Network.NWConnection? in NWWebSocket.o
      ...
  "_swift_bridgeObjectRelease", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      outlined destroy of (Swift.String?, Swift.String?) in NWWebSocket.o
      outlined destroy of (Swift.String?, Swift.String?) in NWWebSocket.o
      ...
  "_swift_bridgeObjectRetain", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      outlined init with copy of Swift.String? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      ...
  "_swift_deallocClassInstance", referenced from:
      NWWebSocket.NWWebSocket.__deallocating_deinit in NWWebSocket.o
  "_swift_deallocObject", referenced from:
      l_objectdestroy in NWWebSocket.o
      l_objectdestroy.12 in NWWebSocket.o
      l_objectdestroy.16 in NWWebSocket.o
  "_swift_dynamicCastClass", referenced from:
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
  "_swift_endAccess", referenced from:
      (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection.getter : Swift.Bool in NWConnection+Extension.o
      (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection.setter : Swift.Bool in NWConnection+Extension.o
      NWWebSocket.NWWebSocket.delegate.getter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).getter : Network.NWConnection? in NWWebSocket.o
      ...
  "_swift_getObjectType", referenced from:
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(stateDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(to: Network.NWConnection.State) -> () in NWWebSocket.o
      closure #1 (Swift.Result<NWWebSocket.WebSocketConnection, Network.NWError>) -> () in NWWebSocket.NWWebSocket.(betterPath in _DD5690483DE4B48780ABA23BEFB7EAA1)(isAvailable: Swift.Bool) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(viabilityDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(isViable: Swift.Bool) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      closure #1 () -> () in NWWebSocket.NWWebSocket.(scheduleDisconnectionReporting in _DD5690483DE4B48780ABA23BEFB7EAA1)(closeCode: Network.NWProtocolWebSocket.CloseCode, reason: Foundation.Data?) -> () in NWWebSocket.o
      ...
  "_swift_getSingletonMetadata", referenced from:
      type metadata accessor for NWWebSocket.NWWebSocket in NWWebSocket.o
  "_swift_getTypeByMangledNameInContext", referenced from:
      ___swift_instantiateConcreteTypeFromMangledName in NWWebSocket.o
  "_swift_getTypeByMangledNameInContextInMetadataState", referenced from:
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in NWWebSocket.o
  "_swift_getWitnessTable", referenced from:
      lazy protocol witness table accessor for type Network.NWConnection.State and conformance Network.NWConnection.State : Swift.Equatable in Network in NWWebSocket.o
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in NWWebSocket.o
      lazy protocol witness table accessor for type [Network.NWProtocolMetadata] and conformance [A] : Swift.Collection in Swift in NWWebSocket.o
      lazy protocol witness table accessor for type Darwin.POSIXErrorCode and conformance Darwin.POSIXErrorCode : Swift.RawRepresentable in Darwin in NWWebSocket.o
      lazy protocol witness table accessor for type Dispatch.DispatchWorkItemFlags and conformance Dispatch.DispatchWorkItemFlags : Swift.SetAlgebra in Dispatch in NWWebSocket.o
      lazy protocol witness table accessor for type [Dispatch.DispatchWorkItemFlags] and conformance [A] : Swift.Sequence in Swift in NWWebSocket.o
      lazy protocol witness table accessor for type Network.NWProtocolWebSocket.Opcode and conformance Network.NWProtocolWebSocket.Opcode : Swift.RawRepresentable in Network in NWWebSocket.o
      ...
  "_swift_release", referenced from:
      key path getter for (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection : Swift.Bool : Network.NWConnection in NWConnection+Extension.o
      key path setter for (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection : Swift.Bool : Network.NWConnection in NWConnection+Extension.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(disconnectionWorkItem in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Dispatch.DispatchWorkItem? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(disconnectionWorkItem in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Dispatch.DispatchWorkItem? in NWWebSocket.o
      NWWebSocket.NWWebSocket.__allocating_init(request: Foundation.URLRequest, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.__allocating_init(request: Foundation.URLRequest, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      ...
  "_swift_retain", referenced from:
      key path getter for (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection : Swift.Bool : Network.NWConnection in NWConnection+Extension.o
      key path setter for (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection : Swift.Bool : Network.NWConnection in NWConnection+Extension.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).getter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(disconnectionWorkItem in _DD5690483DE4B48780ABA23BEFB7EAA1).getter : Dispatch.DispatchWorkItem? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(disconnectionWorkItem in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Dispatch.DispatchWorkItem? in NWWebSocket.o
      NWWebSocket.NWWebSocket.__allocating_init(request: Foundation.URLRequest, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      ...
  "_swift_unknownObjectRelease", referenced from:
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      outlined destroy of NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(stateDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(to: Network.NWConnection.State) -> () in NWWebSocket.o
      ...
  "_swift_unknownObjectRetain", referenced from:
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(stateDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(to: Network.NWConnection.State) -> () in NWWebSocket.o
      closure #1 (Swift.Result<NWWebSocket.WebSocketConnection, Network.NWError>) -> () in NWWebSocket.NWWebSocket.(betterPath in _DD5690483DE4B48780ABA23BEFB7EAA1)(isAvailable: Swift.Bool) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(viabilityDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(isViable: Swift.Bool) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      ...
  "_swift_unknownObjectWeakAssign", referenced from:
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
  "_swift_unknownObjectWeakDestroy", referenced from:
      outlined destroy of weak NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
  "_swift_unknownObjectWeakInit", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
  "_swift_unknownObjectWeakLoadStrong", referenced from:
      NWWebSocket.NWWebSocket.delegate.getter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
  "_swift_updateClassMetadata2", referenced from:
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
  "_swift_weakDestroy", referenced from:
      l_objectdestroy in NWWebSocket.o
  "_swift_weakInit", referenced from:
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.listen() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping(interval: Swift.Double) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(betterPath in _DD5690483DE4B48780ABA23BEFB7EAA1)(isAvailable: Swift.Bool) -> () in NWWebSocket.o
      ...
  "_swift_weakLoadStrong", referenced from:
      closure #1 @Sendable (Network.NWConnection.State) -> () in NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      closure #2 @Sendable (Swift.Bool) -> () in NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      closure #3 @Sendable (Swift.Bool) -> () in NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      closure #1 @Sendable (Foundation.Data?, Network.NWConnection.ContentContext?, Swift.Bool, Network.NWError?) -> () in NWWebSocket.NWWebSocket.listen() -> () in NWWebSocket.o
      closure #1 @Sendable (__C.NSTimer) -> () in NWWebSocket.NWWebSocket.ping(interval: Swift.Double) -> () in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      closure #1 (Swift.Result<NWWebSocket.WebSocketConnection, Network.NWError>) -> () in NWWebSocket.NWWebSocket.(betterPath in _DD5690483DE4B48780ABA23BEFB7EAA1)(isAvailable: Swift.Bool) -> () in NWWebSocket.o
      ...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/Binary/NWWebSocket normal arm64 (in target 'NWWebSocket' from project 'NWWebSocket')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme NWWebSocket-Package -destination generic/platform=watchos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'NWWebSocket' in project 'NWWebSocket' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NWWebSocket' from project 'NWWebSocket')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/Binary/NWWebSocket normal arm64 (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.LinkFileList -install_name @rpath/NWWebSocket.framework/NWWebSocket -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/Binary/NWWebSocket
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftDarwin.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibility56.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibilityPacks.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCompatibilityConcurrency.a': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftCore.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftObservation.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswiftSwiftOnoneSupport.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_Concurrency.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
ld: warning: ignoring file '/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos/libswift_StringProcessing.dylib': fat file missing arch 'arm64', file has 'armv7k,arm64_32'
Undefined symbols for architecture arm64:
  "type metadata for Darwin.POSIXErrorCode", referenced from:
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      ...
  "protocol conformance descriptor for Darwin.POSIXErrorCode : Swift.RawRepresentable in Darwin", referenced from:
      lazy protocol witness table accessor for type Darwin.POSIXErrorCode and conformance Darwin.POSIXErrorCode : Swift.RawRepresentable in Darwin in NWWebSocket.o
  "value witness table for Builtin.UnknownObject", referenced from:
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
  "value witness table for Builtin.Int64", referenced from:
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
  "value witness table for Builtin.NativeObject", referenced from:
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
      full type metadata for NWWebSocket.NWWebSocket in NWWebSocket.o
  "Swift.String.init() -> Swift.String", referenced from:
      implicit closure #1 () -> Swift.String in default argument 0 of Swift.fatalError(_: @autoclosure () -> Swift.String, file: Swift.StaticString, line: Swift.UInt) -> Swift.Never in NWWebSocket.o
  "dispatch thunk of static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.disconnect(closeCode: Network.NWProtocolWebSocket.CloseCode) -> () in NWWebSocket.o
  "Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.send(string: Swift.String) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.send(data: Foundation.Data) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.disconnect(closeCode: Network.NWProtocolWebSocket.CloseCode) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(reportErrorOrDisconnection in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> () in NWWebSocket.o
      ...
  "static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
  "type metadata for Swift.String", referenced from:
      NWWebSocket.NWWebSocket.send(string: Swift.String) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(reportErrorOrDisconnection in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> () in NWWebSocket.o
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in NWWebSocket.o
  "protocol conformance descriptor for Swift.String : Swift.StringProtocol in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in NWWebSocket.o
  "static Swift.Array._allocateBufferUninitialized(minimumCapacity: Swift.Int) -> Swift._ArrayBuffer<A>", referenced from:
      generic specialization <serialized, Dispatch.DispatchWorkItemFlags> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in NWWebSocket.o
  "Swift.Array.insert(_: __owned A, at: Swift.Int) -> ()", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
  "type metadata accessor for Swift.Array", referenced from:
      Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in NWWebSocket.o
  "protocol conformance descriptor for [A] : Swift.Sequence in Swift", referenced from:
      lazy protocol witness table accessor for type [Dispatch.DispatchWorkItemFlags] and conformance [A] : Swift.Sequence in Swift in NWWebSocket.o
  "protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from:
      lazy protocol witness table accessor for type [Network.NWProtocolMetadata] and conformance [A] : Swift.Collection in Swift in NWWebSocket.o
  "(extension in Swift):Swift.Collection.first.getter : A.Element?", referenced from:
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
  "(extension in Swift):Swift.Collection.isEmpty.getter : Swift.Bool", referenced from:
      closure #1 @Sendable (Foundation.Data?, Network.NWConnection.ContentContext?, Swift.Bool, Network.NWError?) -> () in NWWebSocket.NWWebSocket.listen() -> () in NWWebSocket.o
  "dispatch thunk of Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A", referenced from:
      default argument 1 of Dispatch.DispatchWorkItem.init(qos: Dispatch.DispatchQoS, flags: Dispatch.DispatchWorkItemFlags, block: @convention(block) () -> ()) -> Dispatch.DispatchWorkItem in NWWebSocket.o
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      NWWebSocket.NWWebSocket.__allocating_init(request: Foundation.URLRequest, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.String, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      NWWebSocket.NWWebSocket.(stateDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(to: Network.NWConnection.State) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
  "Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
      NWWebSocket.NWWebSocket.send(string: Swift.String) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.send(data: Foundation.Data) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.disconnect(closeCode: Network.NWProtocolWebSocket.CloseCode) -> () in NWWebSocket.o
  "Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from:
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      ...
  "protocol witness table for Swift.Int32 : Swift.Equatable in Swift", referenced from:
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(shouldReportNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      NWWebSocket.NWWebSocket.(isDisconnectionNWError in _DD5690483DE4B48780ABA23BEFB7EAA1)(Network.NWError) -> Swift.Bool in NWWebSocket.o
      ...
  "protocol witness table for Swift.UInt8 : Swift.Equatable in Swift", referenced from:
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
  "_OBJC_CLASS_$__TtCs12_SwiftObject", referenced from:
      full type metadata for NWWebSocket.NWWebSocket in NWWebSocket.o
  "_OBJC_METACLASS_$__TtCs12_SwiftObject", referenced from:
      metaclass for NWWebSocket.NWWebSocket in NWWebSocket.o
      metaclass for NWWebSocket.NWWebSocket in NWWebSocket.o
  "__swiftEmptyArrayStorage", referenced from:
      generic specialization <serialized, Dispatch.DispatchWorkItemFlags> of static Swift.Array._allocateUninitialized(Swift.Int) -> ([A], Swift.UnsafeMutablePointer<A>) in NWWebSocket.o
  "__swift_FORCE_LOAD_$_swiftCompatibility56", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_NWWebSocket in NWConnection+Extension.o
  "__swift_FORCE_LOAD_$_swiftCompatibilityConcurrency", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_NWWebSocket in NWConnection+Extension.o
  "__swift_FORCE_LOAD_$_swiftDarwin", referenced from:
      __swift_FORCE_LOAD_$_swiftDarwin_$_NWWebSocket in NWConnection+Extension.o
  "_swift_allocObject", referenced from:
      NWWebSocket.NWWebSocket.__allocating_init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.listen() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping(interval: Swift.Double) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      ...
  "_swift_beginAccess", referenced from:
      (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection.getter : Swift.Bool in NWConnection+Extension.o
      (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection.setter : Swift.Bool in NWConnection+Extension.o
      NWWebSocket.NWWebSocket.delegate.getter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).getter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Network.NWConnection? in NWWebSocket.o
      ...
  "_swift_bridgeObjectRelease", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      outlined destroy of (Swift.String?, Swift.String?) in NWWebSocket.o
      outlined destroy of (Swift.String?, Swift.String?) in NWWebSocket.o
      ...
  "_swift_bridgeObjectRetain", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      outlined init with copy of Swift.String? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      ...
  "_swift_deallocClassInstance", referenced from:
      NWWebSocket.NWWebSocket.__deallocating_deinit in NWWebSocket.o
  "_swift_deallocObject", referenced from:
      l_objectdestroy in NWWebSocket.o
      l_objectdestroy.12 in NWWebSocket.o
      l_objectdestroy.16 in NWWebSocket.o
  "_swift_dynamicCastClass", referenced from:
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.(send in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data?, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
  "_swift_endAccess", referenced from:
      (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection.getter : Swift.Bool in NWConnection+Extension.o
      (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection.setter : Swift.Bool in NWConnection+Extension.o
      NWWebSocket.NWWebSocket.delegate.getter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).getter : Network.NWConnection? in NWWebSocket.o
      ...
  "_swift_getObjectType", referenced from:
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(stateDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(to: Network.NWConnection.State) -> () in NWWebSocket.o
      closure #1 (Swift.Result<NWWebSocket.WebSocketConnection, Network.NWError>) -> () in NWWebSocket.NWWebSocket.(betterPath in _DD5690483DE4B48780ABA23BEFB7EAA1)(isAvailable: Swift.Bool) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(viabilityDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(isViable: Swift.Bool) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      closure #1 () -> () in NWWebSocket.NWWebSocket.(scheduleDisconnectionReporting in _DD5690483DE4B48780ABA23BEFB7EAA1)(closeCode: Network.NWProtocolWebSocket.CloseCode, reason: Foundation.Data?) -> () in NWWebSocket.o
      ...
  "_swift_getSingletonMetadata", referenced from:
      type metadata accessor for NWWebSocket.NWWebSocket in NWWebSocket.o
  "_swift_getTypeByMangledNameInContext", referenced from:
      ___swift_instantiateConcreteTypeFromMangledName in NWWebSocket.o
  "_swift_getTypeByMangledNameInContextInMetadataState", referenced from:
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in NWWebSocket.o
  "_swift_getWitnessTable", referenced from:
      lazy protocol witness table accessor for type Network.NWConnection.State and conformance Network.NWConnection.State : Swift.Equatable in Network in NWWebSocket.o
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in NWWebSocket.o
      lazy protocol witness table accessor for type [Network.NWProtocolMetadata] and conformance [A] : Swift.Collection in Swift in NWWebSocket.o
      lazy protocol witness table accessor for type Darwin.POSIXErrorCode and conformance Darwin.POSIXErrorCode : Swift.RawRepresentable in Darwin in NWWebSocket.o
      lazy protocol witness table accessor for type Dispatch.DispatchWorkItemFlags and conformance Dispatch.DispatchWorkItemFlags : Swift.SetAlgebra in Dispatch in NWWebSocket.o
      lazy protocol witness table accessor for type [Dispatch.DispatchWorkItemFlags] and conformance [A] : Swift.Sequence in Swift in NWWebSocket.o
      lazy protocol witness table accessor for type Network.NWProtocolWebSocket.Opcode and conformance Network.NWProtocolWebSocket.Opcode : Swift.RawRepresentable in Network in NWWebSocket.o
      ...
  "_swift_release", referenced from:
      key path getter for (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection : Swift.Bool : Network.NWConnection in NWConnection+Extension.o
      key path setter for (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection : Swift.Bool : Network.NWConnection in NWConnection+Extension.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(disconnectionWorkItem in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Dispatch.DispatchWorkItem? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(disconnectionWorkItem in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Dispatch.DispatchWorkItem? in NWWebSocket.o
      NWWebSocket.NWWebSocket.__allocating_init(request: Foundation.URLRequest, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      NWWebSocket.NWWebSocket.__allocating_init(request: Foundation.URLRequest, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      ...
  "_swift_retain", referenced from:
      key path getter for (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection : Swift.Bool : Network.NWConnection in NWConnection+Extension.o
      key path setter for (extension in NWWebSocket):Network.NWConnection.intentionalDisconnection : Swift.Bool : Network.NWConnection in NWConnection+Extension.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).getter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(connection in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Network.NWConnection? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(disconnectionWorkItem in _DD5690483DE4B48780ABA23BEFB7EAA1).getter : Dispatch.DispatchWorkItem? in NWWebSocket.o
      NWWebSocket.NWWebSocket.(disconnectionWorkItem in _DD5690483DE4B48780ABA23BEFB7EAA1).setter : Dispatch.DispatchWorkItem? in NWWebSocket.o
      NWWebSocket.NWWebSocket.__allocating_init(request: Foundation.URLRequest, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
      ...
  "_swift_unknownObjectRelease", referenced from:
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      outlined destroy of NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(stateDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(to: Network.NWConnection.State) -> () in NWWebSocket.o
      ...
  "_swift_unknownObjectRetain", referenced from:
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(stateDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(to: Network.NWConnection.State) -> () in NWWebSocket.o
      closure #1 (Swift.Result<NWWebSocket.WebSocketConnection, Network.NWError>) -> () in NWWebSocket.NWWebSocket.(betterPath in _DD5690483DE4B48780ABA23BEFB7EAA1)(isAvailable: Swift.Bool) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(viabilityDidChange in _DD5690483DE4B48780ABA23BEFB7EAA1)(isViable: Swift.Bool) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(receiveMessage in _DD5690483DE4B48780ABA23BEFB7EAA1)(data: Foundation.Data, context: Network.NWConnection.ContentContext) -> () in NWWebSocket.o
      ...
  "_swift_unknownObjectWeakAssign", referenced from:
      NWWebSocket.NWWebSocket.delegate.setter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? with unmangled suffix ".resume.0" in NWWebSocket.o
  "_swift_unknownObjectWeakDestroy", referenced from:
      outlined destroy of weak NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
  "_swift_unknownObjectWeakInit", referenced from:
      NWWebSocket.NWWebSocket.init(url: Foundation.URL, connectAutomatically: Swift.Bool, options: Network.NWProtocolWebSocket.Options, connectionQueue: __C.OS_dispatch_queue) -> NWWebSocket.NWWebSocket in NWWebSocket.o
  "_swift_unknownObjectWeakLoadStrong", referenced from:
      NWWebSocket.NWWebSocket.delegate.getter : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
      NWWebSocket.NWWebSocket.delegate.modify : NWWebSocket.WebSocketConnectionDelegate? in NWWebSocket.o
  "_swift_updateClassMetadata2", referenced from:
      type metadata completion function for NWWebSocket.NWWebSocket in NWWebSocket.o
  "_swift_weakDestroy", referenced from:
      l_objectdestroy in NWWebSocket.o
  "_swift_weakInit", referenced from:
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.listen() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping(interval: Swift.Double) -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      NWWebSocket.NWWebSocket.(betterPath in _DD5690483DE4B48780ABA23BEFB7EAA1)(isAvailable: Swift.Bool) -> () in NWWebSocket.o
      ...
  "_swift_weakLoadStrong", referenced from:
      closure #1 @Sendable (Network.NWConnection.State) -> () in NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      closure #2 @Sendable (Swift.Bool) -> () in NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      closure #3 @Sendable (Swift.Bool) -> () in NWWebSocket.NWWebSocket.connect() -> () in NWWebSocket.o
      closure #1 @Sendable (Foundation.Data?, Network.NWConnection.ContentContext?, Swift.Bool, Network.NWError?) -> () in NWWebSocket.NWWebSocket.listen() -> () in NWWebSocket.o
      closure #1 @Sendable (__C.NSTimer) -> () in NWWebSocket.NWWebSocket.ping(interval: Swift.Double) -> () in NWWebSocket.o
      closure #1 @Sendable (Network.NWError?) -> () in NWWebSocket.NWWebSocket.ping() -> () in NWWebSocket.o
      closure #1 (Swift.Result<NWWebSocket.WebSocketConnection, Network.NWError>) -> () in NWWebSocket.NWWebSocket.(betterPath in _DD5690483DE4B48780ABA23BEFB7EAA1)(isAvailable: Swift.Bool) -> () in NWWebSocket.o
      ...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/Binary/NWWebSocket normal arm64 (in target 'NWWebSocket' from project 'NWWebSocket')
(1 failure)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.