The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of NWWebSocket, reference 0.5.7 (da32dc), with Swift 6.1 for watchOS using Xcode 16.3 on 20 Jun 2025 22:04:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NWWebSocket-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pusher/NWWebSocket.git
Reference: 0.5.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pusher/NWWebSocket
 * tag               0.5.7      -> FETCH_HEAD
HEAD is now at da32dcf Merge pull request #58 from pusher/fix-connect-after-started
Cloned https://github.com/pusher/NWWebSocket.git
Revision (git rev-parse @):
da32dcf230d9b627a9ef9d79b83605d12b3fbcbd
SUCCESS checkout https://github.com/pusher/NWWebSocket.git at 0.5.7
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pusher/NWWebSocket.git
https://github.com/pusher/NWWebSocket.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NWWebSocket",
  "name" : "NWWebSocket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "NWWebSocket",
      "targets" : [
        "NWWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NWWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "NWWebSocketTests",
      "path" : "Tests/NWWebSocketTests",
      "sources" : [
        "NWWebSocketTests.swift",
        "Server/NWServerConnection.swift",
        "Server/NWWebSocketServer.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NWWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NWWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "NWWebSocket",
      "path" : "Sources/NWWebSocket",
      "product_memberships" : [
        "NWWebSocket"
      ],
      "sources" : [
        "Extension/NWConnection+Extension.swift",
        "Model/Client/NWWebSocket.swift",
        "Protocol/WebSocketConnection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NWWebSocket",
  "name" : "NWWebSocket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "NWWebSocket",
      "targets" : [
        "NWWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NWWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "NWWebSocketTests",
      "path" : "Tests/NWWebSocketTests",
      "sources" : [
        "NWWebSocketTests.swift",
        "Server/NWServerConnection.swift",
        "Server/NWWebSocketServer.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NWWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NWWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "NWWebSocket",
      "path" : "Sources/NWWebSocket",
      "product_memberships" : [
        "NWWebSocket"
      ],
      "sources" : [
        "Extension/NWConnection+Extension.swift",
        "Model/Client/NWWebSocket.swift",
        "Protocol/WebSocketConnection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "NWWebSocket",
    "schemes" : [
      "NWWebSocket-Package"
    ],
    "targets" : [
      "NWWebSocket",
      "NWWebSocketPackageDescription",
      "NWWebSocketPackageTests",
      "NWWebSocketTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NWWebSocket-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'NWWebSocket' in project 'NWWebSocket' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 375bbd61a8fa13bf32619f8e60d6e062
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/375bbd61a8fa13bf32619f8e60d6e062.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket-OutputFileMap.json (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.SwiftConstValuesFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.LinkFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.LinkFileList
WriteAuxiliaryFile /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 (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_const_extract_protocols.json (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.SwiftConstValuesFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket-OutputFileMap.json (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.LinkFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.SwiftFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.SwiftFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftConstValuesFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.LinkFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-OutputFileMap.json (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/NWWebSocket.DependencyStaticMetadataFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/NWWebSocket.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/NWWebSocket.DependencyMetadataFileList (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/NWWebSocket.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Headers (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Info.plist /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj/NWWebSocket_Info.plist (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj/NWWebSocket_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/Info.plist
SwiftDriver NWWebSocket normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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
SwiftDriver NWWebSocket normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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
SwiftDriver NWWebSocket normal armv7k com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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
SwiftEmitModule normal armv7k Emitting\ module\ for\ NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
EmitSwiftModule normal armv7k (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: warning: var '_intentionalDisconnection' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make var '_intentionalDisconnection' part of global actor 'MainActor'
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050131883-swift-frontend-NWWebSocket-all-armv7k_apple_watchos6.0-swiftmodule-Onone-3291858152.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2441 seconds (3.4501 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3860 ( 47.0%)   0.1600 ( 37.8%)   0.5460 ( 43.9%)   1.5907 ( 46.1%)  parse-and-resolve-imports
   0.3857 ( 47.0%)   0.1582 ( 37.4%)   0.5438 ( 43.7%)   1.5873 ( 46.0%)  Import resolution
   0.0020 (  0.2%)   0.0127 (  3.0%)   0.0147 (  1.2%)   0.0656 (  1.9%)  load-stdlib
   0.0097 (  1.2%)   0.0174 (  4.1%)   0.0271 (  2.2%)   0.0407 (  1.2%)  perform-sema
   0.0097 (  1.2%)   0.0174 (  4.1%)   0.0270 (  2.2%)   0.0406 (  1.2%)  Type checking and Semantic analysis
   0.0094 (  1.1%)   0.0173 (  4.1%)   0.0266 (  2.1%)   0.0402 (  1.2%)  typecheck-decl
   0.0058 (  0.7%)   0.0151 (  3.6%)   0.0209 (  1.7%)   0.0315 (  0.9%)  SIL optimization
   0.0016 (  0.2%)   0.0126 (  3.0%)   0.0141 (  1.1%)   0.0234 (  0.7%)  Serialization, swiftmodule
   0.0027 (  0.3%)   0.0063 (  1.5%)   0.0090 (  0.7%)   0.0139 (  0.4%)  typecheck-expr
   0.0044 (  0.5%)   0.0027 (  0.6%)   0.0071 (  0.6%)   0.0072 (  0.2%)  SILGen
   0.0016 (  0.2%)   0.0018 (  0.4%)   0.0034 (  0.3%)   0.0034 (  0.1%)  import-clang-decl
   0.0013 (  0.2%)   0.0012 (  0.3%)   0.0026 (  0.2%)   0.0026 (  0.1%)  SILGen-function
   0.0005 (  0.1%)   0.0005 (  0.1%)   0.0010 (  0.1%)   0.0022 (  0.1%)  Serialization, swiftdoc
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  build-rewrite-system
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8210 (100.0%)   0.4231 (100.0%)   1.2441 (100.0%)   3.4501 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6293 seconds (1.7505 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4146 (100.0%)   0.2146 (100.0%)   0.6293 (100.0%)   1.7505 (100.0%)  Building Target
   0.4146 (100.0%)   0.2146 (100.0%)   0.6293 (100.0%)   1.7505 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftCompile normal arm64_32 /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

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: warning: var '_intentionalDisconnection' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make var '_intentionalDisconnection' part of global actor 'MainActor'
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050128566-swift-frontend-NWWebSocket-NWConnection_Extension.swift-arm64_32_apple_watchos6.0-o-Onone-3753117574.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3964 seconds (3.4732 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0264 ( 15.4%)   0.0684 ( 30.4%)   0.0948 ( 23.9%)   1.6081 ( 46.3%)  parse-and-resolve-imports
   0.0261 ( 15.2%)   0.0678 ( 30.1%)   0.0939 ( 23.7%)   1.6071 ( 46.3%)  Import resolution
   0.0848 ( 49.4%)   0.0289 ( 12.8%)   0.1137 ( 28.7%)   0.1142 (  3.3%)  build-rewrite-system
   0.0127 (  7.4%)   0.0251 ( 11.2%)   0.0378 (  9.5%)   0.0572 (  1.6%)  load-stdlib
   0.0121 (  7.0%)   0.0090 (  4.0%)   0.0210 (  5.3%)   0.0211 (  0.6%)  import-clang-decl
   0.0013 (  0.8%)   0.0050 (  2.2%)   0.0063 (  1.6%)   0.0138 (  0.4%)  perform-sema
   0.0013 (  0.8%)   0.0050 (  2.2%)   0.0063 (  1.6%)   0.0138 (  0.4%)  Type checking and Semantic analysis
   0.0011 (  0.6%)   0.0049 (  2.2%)   0.0059 (  1.5%)   0.0134 (  0.4%)  typecheck-decl
   0.0006 (  0.3%)   0.0035 (  1.6%)   0.0041 (  1.0%)   0.0105 (  0.3%)  typecheck-expr
   0.0020 (  1.2%)   0.0053 (  2.4%)   0.0073 (  1.8%)   0.0073 (  0.2%)  IRGen
   0.0005 (  0.3%)   0.0010 (  0.4%)   0.0015 (  0.4%)   0.0029 (  0.1%)  SILGen
   0.0014 (  0.8%)   0.0001 (  0.0%)   0.0015 (  0.4%)   0.0015 (  0.0%)  SIL optimization
   0.0003 (  0.2%)   0.0008 (  0.3%)   0.0010 (  0.3%)   0.0010 (  0.0%)  SILGen-function
   0.0007 (  0.4%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  typecheck-stmt
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1715 (100.0%)   0.2249 (100.0%)   0.3964 (100.0%)   3.4732 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2533 seconds (2.8320 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8419 (100.0%)   0.4114 (100.0%)   1.2533 (100.0%)   2.8320 (100.0%)  Building Target
   0.8419 (100.0%)   0.4114 (100.0%)   1.2533 (100.0%)   2.8320 (100.0%)  Total
SwiftCompile normal armv7k Compiling\ NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050128565-swift-frontend-NWWebSocket-NWWebSocket.swift-armv7k_apple_watchos6.0-o-Onone-1830396623.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0291 seconds (4.1456 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0269 (  3.8%)   0.0739 ( 23.1%)   0.1008 (  9.8%)   1.6434 ( 39.6%)  parse-and-resolve-imports
   0.0266 (  3.8%)   0.0735 ( 23.0%)   0.1001 (  9.7%)   1.6427 ( 39.6%)  Import resolution
   0.1246 ( 17.6%)   0.0253 (  7.9%)   0.1499 ( 14.6%)   0.1515 (  3.7%)  perform-sema
   0.1245 ( 17.6%)   0.0253 (  7.9%)   0.1498 ( 14.6%)   0.1515 (  3.7%)  Type checking and Semantic analysis
   0.1156 ( 16.3%)   0.0219 (  6.9%)   0.1375 ( 13.4%)   0.1391 (  3.4%)  typecheck-expr
   0.1128 ( 15.9%)   0.0209 (  6.5%)   0.1338 ( 13.0%)   0.1353 (  3.3%)  typecheck-stmt
   0.0735 ( 10.4%)   0.0238 (  7.5%)   0.0973 (  9.5%)   0.0973 (  2.3%)  build-rewrite-system
   0.0108 (  1.5%)   0.0243 (  7.6%)   0.0351 (  3.4%)   0.0592 (  1.4%)  load-stdlib
   0.0219 (  3.1%)   0.0058 (  1.8%)   0.0277 (  2.7%)   0.0278 (  0.7%)  precheck-target
   0.0122 (  1.7%)   0.0112 (  3.5%)   0.0234 (  2.3%)   0.0236 (  0.6%)  import-clang-decl
   0.0137 (  1.9%)   0.0057 (  1.8%)   0.0195 (  1.9%)   0.0196 (  0.5%)  typecheck-decl
   0.0130 (  1.8%)   0.0050 (  1.6%)   0.0180 (  1.7%)   0.0180 (  0.4%)  IRGen
   0.0122 (  1.7%)   0.0015 (  0.5%)   0.0137 (  1.3%)   0.0140 (  0.3%)  SILGen
   0.0107 (  1.5%)   0.0012 (  0.4%)   0.0119 (  1.2%)   0.0121 (  0.3%)  SILGen-function
   0.0095 (  1.3%)   0.0001 (  0.0%)   0.0096 (  0.9%)   0.0096 (  0.2%)  SIL optimization
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7094 (100.0%)   0.3197 (100.0%)   1.0291 (100.0%)   4.1456 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1769 seconds (2.7548 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9045 (100.0%)   0.2724 (100.0%)   1.1769 (100.0%)   2.7548 (100.0%)  Building Target
   0.9045 (100.0%)   0.2724 (100.0%)   1.1769 (100.0%)   2.7548 (100.0%)  Total
SwiftCompile normal armv7k /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

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:119: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:122: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:125: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:175:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:198:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:211:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:335: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 { return }
                             ^
/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:341:17: warning: capture of 'completionHandler' with non-sendable type '(Result<any WebSocketConnection, NWError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completionHandler(.success(self))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:341:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(.success(self))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:349: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:352: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:411:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:488:40: warning: reference to captured var 'connectionToTearDown' in concurrently-executing code
                guard let connection = connectionToTearDown else { return }
                                       ^
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050137471-swift-frontend-NWWebSocket-NWWebSocket.swift-arm64_32_apple_watchos6.0-o-Onone-1603861059.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.7399 seconds (4.0679 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0352 ( 38.2%)   0.4360 ( 42.3%)   1.4712 ( 39.3%)   1.5992 ( 39.3%)  parse-and-resolve-imports
   1.0348 ( 38.2%)   0.4342 ( 42.1%)   1.4691 ( 39.3%)   1.5940 ( 39.2%)  Import resolution
   0.1219 (  4.5%)   0.0316 (  3.1%)   0.1535 (  4.1%)   0.1634 (  4.0%)  perform-sema
   0.1218 (  4.5%)   0.0316 (  3.1%)   0.1534 (  4.1%)   0.1633 (  4.0%)  Type checking and Semantic analysis
   0.1125 (  4.2%)   0.0192 (  1.9%)   0.1317 (  3.5%)   0.1324 (  3.3%)  typecheck-expr
   0.1096 (  4.0%)   0.0165 (  1.6%)   0.1261 (  3.4%)   0.1267 (  3.1%)  typecheck-stmt
   0.0795 (  2.9%)   0.0134 (  1.3%)   0.0929 (  2.5%)   0.0931 (  2.3%)  build-rewrite-system
   0.0017 (  0.1%)   0.0114 (  1.1%)   0.0131 (  0.4%)   0.0568 (  1.4%)  load-stdlib
   0.0139 (  0.5%)   0.0155 (  1.5%)   0.0294 (  0.8%)   0.0387 (  1.0%)  typecheck-decl
   0.0219 (  0.8%)   0.0054 (  0.5%)   0.0273 (  0.7%)   0.0275 (  0.7%)  precheck-target
   0.0124 (  0.5%)   0.0097 (  0.9%)   0.0221 (  0.6%)   0.0221 (  0.5%)  import-clang-decl
   0.0129 (  0.5%)   0.0040 (  0.4%)   0.0168 (  0.5%)   0.0169 (  0.4%)  IRGen
   0.0106 (  0.4%)   0.0010 (  0.1%)   0.0117 (  0.3%)   0.0120 (  0.3%)  SILGen
   0.0099 (  0.4%)   0.0004 (  0.0%)   0.0104 (  0.3%)   0.0104 (  0.3%)  SIL optimization
   0.0091 (  0.3%)   0.0008 (  0.1%)   0.0099 (  0.3%)   0.0102 (  0.3%)  SILGen-function
   0.0010 (  0.0%)   0.0003 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.7089 (100.0%)   1.0310 (100.0%)   3.7399 (100.0%)   4.0679 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5519 seconds (2.7464 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9608 (100.0%)   0.5911 (100.0%)   2.5519 (100.0%)   2.7464 (100.0%)  Building Target
   1.9608 (100.0%)   0.5911 (100.0%)   2.5519 (100.0%)   2.7464 (100.0%)  Total
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

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:119: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:122: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:125: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:175:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:198:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:211:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:335: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 { return }
                             ^
/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:341:17: warning: capture of 'completionHandler' with non-sendable type '(Result<any WebSocketConnection, NWError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completionHandler(.success(self))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:341:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(.success(self))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:349: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:352: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:411:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:488:40: warning: reference to captured var 'connectionToTearDown' in concurrently-executing code
                guard let connection = connectionToTearDown else { return }
                                       ^
SwiftCompile normal armv7k Compiling\ WebSocketConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050142914-swift-frontend-NWWebSocket-WebSocketConnection.swift-armv7k_apple_watchos6.0-o-Onone-384447795.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3171 seconds (3.5807 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0214 ( 14.4%)   0.0568 ( 33.7%)   0.0782 ( 24.7%)   1.6899 ( 47.2%)  parse-and-resolve-imports
   0.0210 ( 14.1%)   0.0560 ( 33.3%)   0.0770 ( 24.3%)   1.6887 ( 47.2%)  Import resolution
   0.0821 ( 55.2%)   0.0293 ( 17.4%)   0.1115 ( 35.1%)   0.1115 (  3.1%)  build-rewrite-system
   0.0018 (  1.2%)   0.0095 (  5.7%)   0.0113 (  3.6%)   0.0516 (  1.4%)  load-stdlib
   0.0106 (  7.1%)   0.0090 (  5.4%)   0.0196 (  6.2%)   0.0197 (  0.5%)  import-clang-decl
   0.0031 (  2.1%)   0.0016 (  0.9%)   0.0047 (  1.5%)   0.0047 (  0.1%)  perform-sema
   0.0031 (  2.1%)   0.0015 (  0.9%)   0.0046 (  1.5%)   0.0046 (  0.1%)  Type checking and Semantic analysis
   0.0017 (  1.1%)   0.0029 (  1.7%)   0.0046 (  1.4%)   0.0046 (  0.1%)  IRGen
   0.0030 (  2.0%)   0.0014 (  0.8%)   0.0044 (  1.4%)   0.0044 (  0.1%)  typecheck-decl
   0.0009 (  0.6%)   0.0003 (  0.2%)   0.0012 (  0.4%)   0.0012 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SILGen
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1488 (100.0%)   0.1684 (100.0%)   0.3171 (100.0%)   3.5807 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0743 seconds (2.7337 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7845 (100.0%)   0.2898 (100.0%)   1.0743 (100.0%)   2.7337 (100.0%)  Building Target
   0.7845 (100.0%)   0.2898 (100.0%)   1.0743 (100.0%)   2.7337 (100.0%)  Total
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

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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050140444-swift-frontend-NWWebSocket-NWConnection_Extension.swift-armv7k_apple_watchos6.0-o-Onone-1551932091.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0070 seconds (3.4178 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5801 ( 45.7%)   0.3421 ( 46.3%)   0.9222 ( 46.0%)   1.5958 ( 46.7%)  parse-and-resolve-imports
   0.5799 ( 45.7%)   0.3419 ( 46.3%)   0.9218 ( 45.9%)   1.5954 ( 46.7%)  Import resolution
   0.0839 (  6.6%)   0.0191 (  2.6%)   0.1030 (  5.1%)   0.1030 (  3.0%)  build-rewrite-system
   0.0017 (  0.1%)   0.0109 (  1.5%)   0.0127 (  0.6%)   0.0644 (  1.9%)  load-stdlib
   0.0128 (  1.0%)   0.0108 (  1.5%)   0.0236 (  1.2%)   0.0236 (  0.7%)  import-clang-decl
   0.0021 (  0.2%)   0.0057 (  0.8%)   0.0078 (  0.4%)   0.0078 (  0.2%)  IRGen
   0.0014 (  0.1%)   0.0018 (  0.2%)   0.0032 (  0.2%)   0.0061 (  0.2%)  perform-sema
   0.0013 (  0.1%)   0.0018 (  0.2%)   0.0031 (  0.2%)   0.0061 (  0.2%)  Type checking and Semantic analysis
   0.0010 (  0.1%)   0.0015 (  0.2%)   0.0025 (  0.1%)   0.0055 (  0.2%)  typecheck-decl
   0.0006 (  0.1%)   0.0013 (  0.2%)   0.0020 (  0.1%)   0.0042 (  0.1%)  SILGen
   0.0005 (  0.0%)   0.0009 (  0.1%)   0.0014 (  0.1%)   0.0021 (  0.1%)  typecheck-expr
   0.0014 (  0.1%)   0.0000 (  0.0%)   0.0014 (  0.1%)   0.0014 (  0.0%)  SIL optimization
   0.0008 (  0.1%)   0.0004 (  0.0%)   0.0011 (  0.1%)   0.0011 (  0.0%)  load-all-members
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0007 (  0.0%)  SILGen-function
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  typecheck-stmt
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   1.2681 (100.0%)   0.7389 (100.0%)   2.0070 (100.0%)   3.4178 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0497 seconds (2.8132 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3780 (100.0%)   0.6717 (100.0%)   2.0497 (100.0%)   2.8132 (100.0%)  Building Target
   1.3780 (100.0%)   0.6717 (100.0%)   2.0497 (100.0%)   2.8132 (100.0%)  Total
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

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: warning: var '_intentionalDisconnection' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make var '_intentionalDisconnection' part of global actor 'MainActor'
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)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050144423-swift-frontend-NWWebSocket-all-arm64_32_apple_watchos6.0-swiftmodule-Onone-2570467186.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2463 seconds (3.4074 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0214 ( 22.9%)   0.0594 ( 38.8%)   0.0808 ( 32.8%)   1.6409 ( 48.2%)  parse-and-resolve-imports
   0.0211 ( 22.6%)   0.0590 ( 38.5%)   0.0800 ( 32.5%)   1.6402 ( 48.1%)  Import resolution
   0.0017 (  1.8%)   0.0086 (  5.6%)   0.0103 (  4.2%)   0.0446 (  1.3%)  load-stdlib
   0.0103 ( 11.0%)   0.0045 (  2.9%)   0.0148 (  6.0%)   0.0150 (  0.4%)  perform-sema
   0.0102 ( 10.9%)   0.0045 (  2.9%)   0.0147 (  6.0%)   0.0149 (  0.4%)  Type checking and Semantic analysis
   0.0099 ( 10.6%)   0.0043 (  2.8%)   0.0142 (  5.8%)   0.0144 (  0.4%)  typecheck-decl
   0.0060 (  6.4%)   0.0043 (  2.8%)   0.0103 (  4.2%)   0.0133 (  0.4%)  SIL optimization
   0.0044 (  4.7%)   0.0017 (  1.1%)   0.0061 (  2.5%)   0.0061 (  0.2%)  SILGen
   0.0015 (  1.6%)   0.0017 (  1.1%)   0.0032 (  1.3%)   0.0051 (  0.1%)  Serialization, swiftmodule
   0.0028 (  3.0%)   0.0012 (  0.8%)   0.0041 (  1.6%)   0.0041 (  0.1%)  typecheck-expr
   0.0016 (  1.8%)   0.0020 (  1.3%)   0.0037 (  1.5%)   0.0037 (  0.1%)  import-clang-decl
   0.0005 (  0.6%)   0.0010 (  0.7%)   0.0015 (  0.6%)   0.0024 (  0.1%)  Serialization, swiftdoc
   0.0014 (  1.5%)   0.0006 (  0.4%)   0.0020 (  0.8%)   0.0020 (  0.1%)  SILGen-function
   0.0003 (  0.3%)   0.0001 (  0.1%)   0.0004 (  0.2%)   0.0004 (  0.0%)  build-rewrite-system
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0933 (100.0%)   0.1531 (100.0%)   0.2463 (100.0%)   3.4074 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1347 seconds (1.7381 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0503 (100.0%)   0.0845 (100.0%)   0.1347 (100.0%)   1.7381 (100.0%)  Building Target
   0.0503 (100.0%)   0.0845 (100.0%)   0.1347 (100.0%)   1.7381 (100.0%)  Total
EmitSwiftModule normal arm64_32 (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: warning: var '_intentionalDisconnection' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make var '_intentionalDisconnection' part of global actor 'MainActor'
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 arm64 Compiling\ NWWebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050137310-swift-frontend-NWWebSocket-NWWebSocket.swift-arm64_apple_watchos6.0-o-Onone-217878123.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0382 seconds (4.1425 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0260 (  3.6%)   0.0599 ( 18.4%)   0.0859 (  8.3%)   1.6192 ( 39.1%)  parse-and-resolve-imports
   0.0256 (  3.6%)   0.0594 ( 18.3%)   0.0850 (  8.2%)   1.6183 ( 39.1%)  Import resolution
   0.1257 ( 17.6%)   0.0354 ( 10.9%)   0.1611 ( 15.5%)   0.1662 (  4.0%)  perform-sema
   0.1257 ( 17.6%)   0.0354 ( 10.9%)   0.1610 ( 15.5%)   0.1661 (  4.0%)  Type checking and Semantic analysis
   0.1162 ( 16.3%)   0.0267 (  8.2%)   0.1429 ( 13.8%)   0.1440 (  3.5%)  typecheck-expr
   0.1135 ( 15.9%)   0.0240 (  7.4%)   0.1376 ( 13.2%)   0.1387 (  3.3%)  typecheck-stmt
   0.0737 ( 10.3%)   0.0250 (  7.7%)   0.0987 (  9.5%)   0.0987 (  2.4%)  build-rewrite-system
   0.0111 (  1.6%)   0.0169 (  5.2%)   0.0280 (  2.7%)   0.0489 (  1.2%)  load-stdlib
   0.0144 (  2.0%)   0.0129 (  4.0%)   0.0273 (  2.6%)   0.0312 (  0.8%)  typecheck-decl
   0.0227 (  3.2%)   0.0084 (  2.6%)   0.0311 (  3.0%)   0.0311 (  0.7%)  precheck-target
   0.0131 (  1.8%)   0.0116 (  3.6%)   0.0247 (  2.4%)   0.0248 (  0.6%)  import-clang-decl
   0.0127 (  1.8%)   0.0051 (  1.6%)   0.0178 (  1.7%)   0.0178 (  0.4%)  IRGen
   0.0120 (  1.7%)   0.0021 (  0.6%)   0.0141 (  1.4%)   0.0142 (  0.3%)  SILGen
   0.0104 (  1.5%)   0.0018 (  0.5%)   0.0121 (  1.2%)   0.0122 (  0.3%)  SILGen-function
   0.0097 (  1.4%)   0.0002 (  0.0%)   0.0099 (  1.0%)   0.0099 (  0.2%)  SIL optimization
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7132 (100.0%)   0.3250 (100.0%)   1.0382 (100.0%)   4.1425 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1774 seconds (2.7457 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9095 (100.0%)   0.2678 (100.0%)   1.1774 (100.0%)   2.7457 (100.0%)  Building Target
   0.9095 (100.0%)   0.2678 (100.0%)   1.1774 (100.0%)   2.7457 (100.0%)  Total
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

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:119: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:122: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:125: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:175:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:198:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:211:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:335: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 { return }
                             ^
/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:341:17: warning: capture of 'completionHandler' with non-sendable type '(Result<any WebSocketConnection, NWError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completionHandler(.success(self))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:341:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(.success(self))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:349: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:352: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:411:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            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:488:40: warning: reference to captured var 'connectionToTearDown' in concurrently-executing code
                guard let connection = connectionToTearDown else { return }
                                       ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050140354-swift-frontend-NWWebSocket-all-arm64_apple_watchos6.0-swiftmodule-Onone-780617630.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2532 seconds (3.5425 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0242 ( 27.1%)   0.0690 ( 42.2%)   0.0932 ( 36.8%)   1.7111 ( 48.3%)  parse-and-resolve-imports
   0.0238 ( 26.6%)   0.0683 ( 41.8%)   0.0922 ( 36.4%)   1.7100 ( 48.3%)  Import resolution
   0.0018 (  2.0%)   0.0110 (  6.7%)   0.0128 (  5.1%)   0.0663 (  1.9%)  load-stdlib
   0.0081 (  9.0%)   0.0031 (  1.9%)   0.0112 (  4.4%)   0.0112 (  0.3%)  perform-sema
   0.0081 (  9.0%)   0.0031 (  1.9%)   0.0112 (  4.4%)   0.0112 (  0.3%)  Type checking and Semantic analysis
   0.0078 (  8.7%)   0.0030 (  1.8%)   0.0108 (  4.3%)   0.0108 (  0.3%)  typecheck-decl
   0.0053 (  6.0%)   0.0017 (  1.1%)   0.0071 (  2.8%)   0.0071 (  0.2%)  SIL optimization
   0.0035 (  3.9%)   0.0009 (  0.6%)   0.0044 (  1.7%)   0.0044 (  0.1%)  SILGen
   0.0023 (  2.5%)   0.0009 (  0.6%)   0.0032 (  1.3%)   0.0032 (  0.1%)  typecheck-expr
   0.0015 (  1.6%)   0.0016 (  1.0%)   0.0031 (  1.2%)   0.0031 (  0.1%)  import-clang-decl
   0.0011 (  1.3%)   0.0004 (  0.3%)   0.0016 (  0.6%)   0.0016 (  0.0%)  Serialization, swiftmodule
   0.0008 (  0.9%)   0.0001 (  0.1%)   0.0010 (  0.4%)   0.0010 (  0.0%)  SILGen-function
   0.0005 (  0.6%)   0.0001 (  0.1%)   0.0007 (  0.3%)   0.0007 (  0.0%)  Serialization, swiftdoc
   0.0004 (  0.5%)   0.0001 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.0%)  build-rewrite-system
   0.0001 (  0.2%)   0.0001 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0896 (100.0%)   0.1637 (100.0%)   0.2532 (100.0%)   3.5425 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1397 seconds (1.8125 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0496 (100.0%)   0.0902 (100.0%)   0.1397 (100.0%)   1.8125 (100.0%)  Building Target
   0.0496 (100.0%)   0.0902 (100.0%)   0.1397 (100.0%)   1.8125 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: warning: var '_intentionalDisconnection' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make var '_intentionalDisconnection' part of global actor 'MainActor'
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 arm64 Compiling\ NWConnection+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457050140104-swift-frontend-NWWebSocket-NWConnection_Extension.swift-arm64_apple_watchos6.0-o-Onone-1301640453.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1176 seconds (3.4388 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0331 ( 47.5%)   0.4382 ( 46.5%)   1.4713 ( 47.2%)   1.5911 ( 46.3%)  parse-and-resolve-imports
   1.0328 ( 47.5%)   0.4363 ( 46.3%)   1.4691 ( 47.1%)   1.5861 ( 46.1%)  Import resolution
   0.0850 (  3.9%)   0.0146 (  1.6%)   0.0996 (  3.2%)   0.0997 (  2.9%)  build-rewrite-system
   0.0018 (  0.1%)   0.0133 (  1.4%)   0.0150 (  0.5%)   0.0610 (  1.8%)  load-stdlib
   0.0125 (  0.6%)   0.0092 (  1.0%)   0.0218 (  0.7%)   0.0218 (  0.6%)  import-clang-decl
   0.0016 (  0.1%)   0.0068 (  0.7%)   0.0084 (  0.3%)   0.0182 (  0.5%)  perform-sema
   0.0015 (  0.1%)   0.0068 (  0.7%)   0.0083 (  0.3%)   0.0182 (  0.5%)  Type checking and Semantic analysis
   0.0012 (  0.1%)   0.0067 (  0.7%)   0.0079 (  0.3%)   0.0177 (  0.5%)  typecheck-decl
   0.0006 (  0.0%)   0.0047 (  0.5%)   0.0054 (  0.2%)   0.0128 (  0.4%)  typecheck-expr
   0.0020 (  0.1%)   0.0043 (  0.5%)   0.0063 (  0.2%)   0.0063 (  0.2%)  IRGen
   0.0005 (  0.0%)   0.0009 (  0.1%)   0.0014 (  0.0%)   0.0026 (  0.1%)  SILGen
   0.0014 (  0.1%)   0.0000 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  SIL optimization
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)  SILGen-function
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-stmt
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   2.1754 (100.0%)   0.9422 (100.0%)   3.1176 (100.0%)   3.4388 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5979 seconds (2.8078 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8338 (100.0%)   0.7641 (100.0%)   2.5979 (100.0%)   2.8078 (100.0%)  Building Target
   1.8338 (100.0%)   0.7641 (100.0%)   2.5979 (100.0%)   2.8078 (100.0%)  Total
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

/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Extension/NWConnection+Extension.swift:3:17: warning: var '_intentionalDisconnection' is not concurrency-safe because it is nonisolated 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: add '@MainActor' to make var '_intentionalDisconnection' part of global actor 'MainActor'
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 arm64_32 Compiling\ WebSocketConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457051961382-swift-frontend-NWWebSocket-WebSocketConnection.swift-arm64_32_apple_watchos6.0-o-Onone-3785555699.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2383 seconds (0.2402 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0805 ( 57.3%)   0.0286 ( 29.3%)   0.1091 ( 45.8%)   0.1092 ( 45.5%)  build-rewrite-system
   0.0189 ( 13.4%)   0.0254 ( 26.0%)   0.0443 ( 18.6%)   0.0452 ( 18.8%)  parse-and-resolve-imports
   0.0185 ( 13.2%)   0.0246 ( 25.1%)   0.0431 ( 18.1%)   0.0439 ( 18.3%)  Import resolution
   0.0111 (  7.9%)   0.0095 (  9.8%)   0.0206 (  8.7%)   0.0207 (  8.6%)  import-clang-decl
   0.0018 (  1.3%)   0.0043 (  4.4%)   0.0061 (  2.6%)   0.0061 (  2.6%)  IRGen
   0.0026 (  1.9%)   0.0010 (  1.0%)   0.0036 (  1.5%)   0.0036 (  1.5%)  perform-sema
   0.0026 (  1.9%)   0.0010 (  1.0%)   0.0036 (  1.5%)   0.0036 (  1.5%)  Type checking and Semantic analysis
   0.0025 (  1.8%)   0.0009 (  0.9%)   0.0034 (  1.4%)   0.0034 (  1.4%)  typecheck-decl
   0.0011 (  0.7%)   0.0021 (  2.2%)   0.0032 (  1.3%)   0.0032 (  1.3%)  load-stdlib
   0.0008 (  0.6%)   0.0003 (  0.3%)   0.0011 (  0.5%)   0.0011 (  0.5%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SILGen
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1406 (100.0%)   0.0977 (100.0%)   0.2383 (100.0%)   0.2402 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9091 seconds (0.9152 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7360 (100.0%)   0.1732 (100.0%)   0.9091 (100.0%)   0.9152 (100.0%)  Building Target
   0.7360 (100.0%)   0.1732 (100.0%)   0.9091 (100.0%)   0.9152 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Emitting module for NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftCompile normal arm64 Compiling\ WebSocketConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1750457051962572-swift-frontend-NWWebSocket-WebSocketConnection.swift-arm64_apple_watchos6.0-o-Onone-713490943.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2386 seconds (0.2399 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0798 ( 56.8%)   0.0270 ( 27.5%)   0.1068 ( 44.8%)   0.1071 ( 44.6%)  build-rewrite-system
   0.0187 ( 13.3%)   0.0253 ( 25.8%)   0.0440 ( 18.4%)   0.0444 ( 18.5%)  parse-and-resolve-imports
   0.0184 ( 13.1%)   0.0244 ( 24.9%)   0.0429 ( 18.0%)   0.0432 ( 18.0%)  Import resolution
   0.0112 (  8.0%)   0.0118 ( 12.1%)   0.0230 (  9.7%)   0.0232 (  9.7%)  import-clang-decl
   0.0017 (  1.2%)   0.0040 (  4.1%)   0.0057 (  2.4%)   0.0057 (  2.4%)  IRGen
   0.0029 (  2.1%)   0.0012 (  1.3%)   0.0042 (  1.8%)   0.0042 (  1.8%)  perform-sema
   0.0029 (  2.1%)   0.0012 (  1.2%)   0.0041 (  1.7%)   0.0042 (  1.7%)  Type checking and Semantic analysis
   0.0028 (  2.0%)   0.0012 (  1.2%)   0.0040 (  1.7%)   0.0040 (  1.7%)  typecheck-decl
   0.0011 (  0.8%)   0.0017 (  1.7%)   0.0028 (  1.2%)   0.0028 (  1.2%)  load-stdlib
   0.0008 (  0.5%)   0.0002 (  0.2%)   0.0010 (  0.4%)   0.0010 (  0.4%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SILGen
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1405 (100.0%)   0.0981 (100.0%)   0.2386 (100.0%)   0.2399 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9084 seconds (0.9142 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7285 (100.0%)   0.1800 (100.0%)   0.9084 (100.0%)   0.9142 (100.0%)  Building Target
   0.7285 (100.0%)   0.1800 (100.0%)   0.9084 (100.0%)   0.9142 (100.0%)  Total
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

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 -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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 Emitting module for NWWebSocket (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 -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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
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 -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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
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
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/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/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/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
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
SwiftDriverJobDiscovery normal arm64_32 Compiling WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal armv7k Compiling WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal armv7k Compiling NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64_32 Compiling NWWebSocket.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 -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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
SwiftDriverJobDiscovery normal armv7k Compiling NWConnection+Extension.swift (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
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-16.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 /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -rdynamic -Xlinker -no_deduplicate -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/Binary/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 -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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
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
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-16.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 /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -rdynamic -Xlinker -no_deduplicate -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/Binary/NWWebSocket
SwiftDriverJobDiscovery normal arm64_32 Compiling NWConnection+Extension.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 -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -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
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
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-16.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 /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -rdynamic -Xlinker -no_deduplicate -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/Binary/NWWebSocket
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/NWWebSocket normal arm64\ armv7k\ arm64_32 (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/Binary/NWWebSocket /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/Binary/NWWebSocket /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/Binary/NWWebSocket -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/NWWebSocket
ExtractAppIntentsMetadata (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name NWWebSocket --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier NWWebSocket --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/NWWebSocket --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/NWWebSocket.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/NWWebSocket.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/armv7k/NWWebSocket.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-watchos/NWWebSocket.build/Objects-normal/arm64_32/NWWebSocket.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-20 15:04:13.292 appintentsmetadataprocessor[712:4209] Starting appintentsmetadataprocessor export
2025-06-20 15:04:13.295 appintentsmetadataprocessor[712:4209] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/NWWebSocket.framework/NWWebSocket.tbd (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework/NWWebSocket -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/NWWebSocket.framework/NWWebSocket.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NWWebSocket.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NWWebSocket",
  "name" : "NWWebSocket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "NWWebSocket",
      "targets" : [
        "NWWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NWWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "NWWebSocketTests",
      "path" : "Tests/NWWebSocketTests",
      "sources" : [
        "NWWebSocketTests.swift",
        "Server/NWServerConnection.swift",
        "Server/NWWebSocketServer.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NWWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NWWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "NWWebSocket",
      "path" : "Sources/NWWebSocket",
      "product_memberships" : [
        "NWWebSocket"
      ],
      "sources" : [
        "Extension/NWConnection+Extension.swift",
        "Model/Client/NWWebSocket.swift",
        "Protocol/WebSocketConnection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.