The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of NWWebSocket, reference main (1e545f), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 08:43:41 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=tvOS 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pusher/NWWebSocket.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pusher/NWWebSocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1e545fc Change CocoaPods secret name to PUSHER_CI_COCOAPODS_TOKEN (#49)
Cloned https://github.com/pusher/NWWebSocket.git
Revision (git rev-parse @):
1e545fcb53966272fc042aa17ae932f11239e00f
SUCCESS checkout https://github.com/pusher/NWWebSocket.git at main
========================================
Build
========================================
Selected platform:         tvOS
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=tvOS 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=tvOS "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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 19999cb342edb2755a0dfde85453912a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/19999cb342edb2755a0dfde85453912a.xcbuilddata
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
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/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/NWWebSocket.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/NWWebSocket.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/NWWebSocket.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/NWWebSocket.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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 appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
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')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745829817645422-swift-frontend-NWWebSocket-NWConnection_Extension.swift-arm64_apple_tvos13.0-o-Onone-748144231.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1926 seconds (3.2120 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0154 ( 12.5%)   0.0145 ( 20.9%)   0.0299 ( 15.5%)   1.4666 ( 45.7%)  parse-and-resolve-imports
   0.0152 ( 12.3%)   0.0141 ( 20.4%)   0.0293 ( 15.2%)   1.4660 ( 45.6%)  Import resolution
   0.0019 (  1.5%)   0.0074 ( 10.8%)   0.0093 (  4.9%)   0.1548 (  4.8%)  load-stdlib
   0.0731 ( 59.2%)   0.0181 ( 26.2%)   0.0913 ( 47.4%)   0.0913 (  2.8%)  build-rewrite-system
   0.0104 (  8.4%)   0.0076 ( 11.1%)   0.0181 (  9.4%)   0.0181 (  0.6%)  import-clang-decl
   0.0015 (  1.2%)   0.0017 (  2.5%)   0.0032 (  1.6%)   0.0032 (  0.1%)  IRGen
   0.0009 (  0.8%)   0.0015 (  2.1%)   0.0024 (  1.2%)   0.0026 (  0.1%)  perform-sema
   0.0009 (  0.7%)   0.0015 (  2.1%)   0.0023 (  1.2%)   0.0025 (  0.1%)  Type checking and Semantic analysis
   0.0007 (  0.5%)   0.0013 (  1.9%)   0.0020 (  1.0%)   0.0022 (  0.1%)  typecheck-decl
   0.0013 (  1.1%)   0.0000 (  0.0%)   0.0013 (  0.7%)   0.0013 (  0.0%)  SIL optimization
   0.0005 (  0.4%)   0.0005 (  0.7%)   0.0010 (  0.5%)   0.0010 (  0.0%)  SILGen
   0.0006 (  0.5%)   0.0003 (  0.4%)   0.0008 (  0.4%)   0.0008 (  0.0%)  load-all-members
   0.0004 (  0.3%)   0.0004 (  0.5%)   0.0007 (  0.4%)   0.0007 (  0.0%)  SILGen-function
   0.0003 (  0.3%)   0.0002 (  0.3%)   0.0005 (  0.3%)   0.0005 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   0.0001 (  0.1%)   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%)  get-conformance-access-path
   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%)  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%)  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.1235 (100.0%)   0.0691 (100.0%)   0.1926 (100.0%)   3.2120 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8872 seconds (2.4717 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6664 (100.0%)   0.2209 (100.0%)   0.8872 (100.0%)   2.4717 (100.0%)  Building Target
   0.6664 (100.0%)   0.2209 (100.0%)   0.8872 (100.0%)   2.4717 (100.0%)  Total
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-1745829817645746-swift-frontend-NWWebSocket-all-arm64_apple_tvos13.0-swiftmodule-Onone-370840931.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2303 seconds (3.4999 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0235 ( 25.9%)   0.0345 ( 24.7%)   0.0580 ( 25.2%)   1.6752 ( 47.9%)  parse-and-resolve-imports
   0.0232 ( 25.7%)   0.0341 ( 24.4%)   0.0573 ( 24.9%)   1.6746 ( 47.8%)  Import resolution
   0.0140 ( 15.5%)   0.0403 ( 28.9%)   0.0543 ( 23.6%)   0.0801 (  2.3%)  load-stdlib
   0.0046 (  5.1%)   0.0118 (  8.5%)   0.0164 (  7.1%)   0.0211 (  0.6%)  SIL optimization
   0.0012 (  1.3%)   0.0094 (  6.7%)   0.0106 (  4.6%)   0.0148 (  0.4%)  Serialization, swiftmodule
   0.0060 (  6.6%)   0.0021 (  1.5%)   0.0082 (  3.5%)   0.0082 (  0.2%)  perform-sema
   0.0060 (  6.6%)   0.0021 (  1.5%)   0.0081 (  3.5%)   0.0081 (  0.2%)  Type checking and Semantic analysis
   0.0058 (  6.4%)   0.0021 (  1.5%)   0.0078 (  3.4%)   0.0078 (  0.2%)  typecheck-decl
   0.0031 (  3.4%)   0.0007 (  0.5%)   0.0037 (  1.6%)   0.0037 (  0.1%)  SILGen
   0.0009 (  1.0%)   0.0010 (  0.7%)   0.0020 (  0.9%)   0.0020 (  0.1%)  import-clang-decl
   0.0004 (  0.5%)   0.0009 (  0.7%)   0.0013 (  0.6%)   0.0018 (  0.1%)  Serialization, swiftdoc
   0.0012 (  1.3%)   0.0005 (  0.3%)   0.0016 (  0.7%)   0.0016 (  0.0%)  typecheck-expr
   0.0004 (  0.4%)   0.0001 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.0%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  build-rewrite-system
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   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%)  populate-module-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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0906 (100.0%)   0.1397 (100.0%)   0.2303 (100.0%)   3.4999 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1486 seconds (1.7963 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0547 (100.0%)   0.0939 (100.0%)   0.1486 (100.0%)   1.7963 (100.0%)  Building Target
   0.0547 (100.0%)   0.0939 (100.0%)   0.1486 (100.0%)   1.7963 (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\ 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-1745829817645766-swift-frontend-NWWebSocket-WebSocketConnection.swift-arm64_apple_tvos13.0-o-Onone-3278084567.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7331 seconds (3.2262 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9549 ( 47.7%)   0.3432 ( 46.9%)   1.2981 ( 47.5%)   1.4973 ( 46.4%)  parse-and-resolve-imports
   0.9546 ( 47.7%)   0.3421 ( 46.7%)   1.2967 ( 47.4%)   1.4944 ( 46.3%)  Import resolution
   0.0018 (  0.1%)   0.0063 (  0.9%)   0.0081 (  0.3%)   0.0974 (  3.0%)  load-stdlib
   0.0722 (  3.6%)   0.0134 (  1.8%)   0.0856 (  3.1%)   0.0856 (  2.7%)  build-rewrite-system
   0.0079 (  0.4%)   0.0056 (  0.8%)   0.0135 (  0.5%)   0.0135 (  0.4%)  import-clang-decl
   0.0026 (  0.1%)   0.0063 (  0.9%)   0.0089 (  0.3%)   0.0112 (  0.3%)  perform-sema
   0.0026 (  0.1%)   0.0063 (  0.9%)   0.0088 (  0.3%)   0.0111 (  0.3%)  Type checking and Semantic analysis
   0.0025 (  0.1%)   0.0062 (  0.8%)   0.0086 (  0.3%)   0.0109 (  0.3%)  typecheck-decl
   0.0013 (  0.1%)   0.0025 (  0.3%)   0.0038 (  0.1%)   0.0038 (  0.1%)  IRGen
   0.0006 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  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%)  SIL optimization
   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.0011 (100.0%)   0.7320 (100.0%)   2.7331 (100.0%)   3.2262 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1087 seconds (2.4052 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5852 (100.0%)   0.5235 (100.0%)   2.1087 (100.0%)   2.4052 (100.0%)  Building Target
   1.5852 (100.0%)   0.5235 (100.0%)   2.1087 (100.0%)   2.4052 (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

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-1745829817645813-swift-frontend-NWWebSocket-NWWebSocket.swift-arm64_apple_tvos13.0-o-Onone-515020454.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7068 seconds (3.7158 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0178 (  3.4%)   0.0304 ( 16.9%)   0.0483 (  6.8%)   1.5080 ( 40.6%)  parse-and-resolve-imports
   0.0176 (  3.3%)   0.0295 ( 16.4%)   0.0471 (  6.7%)   1.5062 ( 40.5%)  Import resolution
   0.0938 ( 17.8%)   0.0216 ( 12.0%)   0.1153 ( 16.3%)   0.1191 (  3.2%)  perform-sema
   0.0937 ( 17.8%)   0.0216 ( 12.0%)   0.1152 ( 16.3%)   0.1190 (  3.2%)  Type checking and Semantic analysis
   0.0874 ( 16.6%)   0.0147 (  8.2%)   0.1021 ( 14.4%)   0.1025 (  2.8%)  typecheck-expr
   0.0852 ( 16.2%)   0.0130 (  7.2%)   0.0982 ( 13.9%)   0.0983 (  2.6%)  typecheck-stmt
   0.0018 (  0.4%)   0.0067 (  3.7%)   0.0085 (  1.2%)   0.0870 (  2.3%)  load-stdlib
   0.0618 ( 11.7%)   0.0154 (  8.6%)   0.0772 ( 10.9%)   0.0772 (  2.1%)  build-rewrite-system
   0.0168 (  3.2%)   0.0045 (  2.5%)   0.0213 (  3.0%)   0.0213 (  0.6%)  precheck-target
   0.0078 (  1.5%)   0.0083 (  4.6%)   0.0161 (  2.3%)   0.0198 (  0.5%)  typecheck-decl
   0.0093 (  1.8%)   0.0068 (  3.8%)   0.0161 (  2.3%)   0.0161 (  0.4%)  import-clang-decl
   0.0096 (  1.8%)   0.0042 (  2.3%)   0.0137 (  1.9%)   0.0137 (  0.4%)  IRGen
   0.0081 (  1.5%)   0.0012 (  0.7%)   0.0094 (  1.3%)   0.0094 (  0.3%)  SILGen
   0.0085 (  1.6%)   0.0006 (  0.3%)   0.0091 (  1.3%)   0.0091 (  0.2%)  SIL optimization
   0.0070 (  1.3%)   0.0011 (  0.6%)   0.0080 (  1.1%)   0.0080 (  0.2%)  SILGen-function
   0.0008 (  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%)  perform-whole-module-type-checking
   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%)  AST verification
   0.5270 (100.0%)   0.1798 (100.0%)   0.7068 (100.0%)   3.7158 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8594 seconds (2.4093 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6894 (100.0%)   0.1701 (100.0%)   0.8594 (100.0%)   2.4093 (100.0%)  Building Target
   0.6894 (100.0%)   0.1701 (100.0%)   0.8594 (100.0%)   2.4093 (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:96:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.stateDidChange(to: state)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:99:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.betterPath(isAvailable: isAvailable)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:102:17: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                self?.viabilityDidChange(isViable: isViable)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:137:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:157:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:170:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:279:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.stateDidChange(to: state)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:282:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.betterPath(isAvailable: isAvailable)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:285:13: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            self?.viabilityDidChange(isViable: isViable)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:338:30: warning: capture of 'self' with non-sendable type 'NWWebSocket?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Model/Client/NWWebSocket.swift:5:12: note: class 'NWWebSocket' does not conform to the 'Sendable' protocol
open class NWWebSocket: WebSocketConnection {
           ^
SwiftDriverJobDiscovery normal arm64 Emitting module for NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriver\ Compilation\ Requirements NWWebSocket normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Headers/NWWebSocket-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/Objects-normal/arm64/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Headers/NWWebSocket-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64 Compiling NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64 Compiling NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriver\ Compilation NWWebSocket normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NWWebSocket' from project 'NWWebSocket')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/NWWebSocket normal (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-tvos13.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier NWWebSocket --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/NWWebSocket --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/NWWebSocket.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/NWWebSocket.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-appletvos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 01:43:40.332 appintentsmetadataprocessor[699:3967] Starting appintentsmetadataprocessor export
2025-04-28 01:43:40.334 appintentsmetadataprocessor[699:3967] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/NWWebSocket.framework/NWWebSocket -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/NWWebSocket.framework/NWWebSocket.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/NWWebSocket.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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.