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 0.5.4 (1e545f), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 08:43:36 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: 0.5.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pusher/NWWebSocket
 * tag               0.5.4      -> FETCH_HEAD
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 0.5.4
========================================
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
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.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.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
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/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
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/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
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
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
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
SwiftEmitModule normal arm64 Emitting\ module\ for\ NWWebSocket (in target 'NWWebSocket' from project 'NWWebSocket')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745829812959763-swift-frontend-NWWebSocket-all-arm64_apple_tvos13.0-swiftmodule-Onone-3131319887.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9695 seconds (3.3986 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6496 ( 48.5%)   0.2848 ( 45.2%)   0.9345 ( 47.4%)   1.5972 ( 47.0%)  parse-and-resolve-imports
   0.6494 ( 48.5%)   0.2847 ( 45.2%)   0.9341 ( 47.4%)   1.5968 ( 47.0%)  Import resolution
   0.0015 (  0.1%)   0.0068 (  1.1%)   0.0083 (  0.4%)   0.0953 (  2.8%)  load-stdlib
   0.0050 (  0.4%)   0.0132 (  2.1%)   0.0182 (  0.9%)   0.0228 (  0.7%)  SIL optimization
   0.0083 (  0.6%)   0.0082 (  1.3%)   0.0165 (  0.8%)   0.0187 (  0.6%)  perform-sema
   0.0082 (  0.6%)   0.0082 (  1.3%)   0.0164 (  0.8%)   0.0186 (  0.5%)  Type checking and Semantic analysis
   0.0080 (  0.6%)   0.0081 (  1.3%)   0.0161 (  0.8%)   0.0183 (  0.5%)  typecheck-decl
   0.0013 (  0.1%)   0.0103 (  1.6%)   0.0116 (  0.6%)   0.0158 (  0.5%)  Serialization, swiftmodule
   0.0040 (  0.3%)   0.0021 (  0.3%)   0.0061 (  0.3%)   0.0063 (  0.2%)  SILGen
   0.0016 (  0.1%)   0.0009 (  0.1%)   0.0024 (  0.1%)   0.0030 (  0.1%)  typecheck-expr
   0.0013 (  0.1%)   0.0012 (  0.2%)   0.0025 (  0.1%)   0.0025 (  0.1%)  import-clang-decl
   0.0005 (  0.0%)   0.0011 (  0.2%)   0.0016 (  0.1%)   0.0020 (  0.1%)  Serialization, swiftdoc
   0.0005 (  0.0%)   0.0004 (  0.1%)   0.0008 (  0.0%)   0.0008 (  0.0%)  SILGen-function
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  build-rewrite-system
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  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%)  populate-module-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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.3394 (100.0%)   0.6301 (100.0%)   1.9695 (100.0%)   3.3986 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9908 seconds (1.7488 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6722 (100.0%)   0.3186 (100.0%)   0.9908 (100.0%)   1.7488 (100.0%)  Building Target
   0.6722 (100.0%)   0.3186 (100.0%)   0.9908 (100.0%)   1.7488 (100.0%)  Total
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-1745829812959803-swift-frontend-NWWebSocket-NWConnection_Extension.swift-arm64_apple_tvos13.0-o-Onone-1515408152.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1923 seconds (3.4384 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3902 ( 44.4%)   0.1276 ( 40.8%)   0.5179 ( 43.4%)   1.5944 ( 46.4%)  parse-and-resolve-imports
   0.3898 ( 44.3%)   0.1259 ( 40.2%)   0.5157 ( 43.2%)   1.5907 ( 46.3%)  Import resolution
   0.0759 (  8.6%)   0.0157 (  5.0%)   0.0916 (  7.7%)   0.0915 (  2.7%)  build-rewrite-system
   0.0016 (  0.2%)   0.0069 (  2.2%)   0.0085 (  0.7%)   0.0881 (  2.6%)  load-stdlib
   0.0110 (  1.3%)   0.0077 (  2.5%)   0.0187 (  1.6%)   0.0187 (  0.5%)  import-clang-decl
   0.0017 (  0.2%)   0.0069 (  2.2%)   0.0086 (  0.7%)   0.0125 (  0.4%)  perform-sema
   0.0017 (  0.2%)   0.0068 (  2.2%)   0.0085 (  0.7%)   0.0124 (  0.4%)  Type checking and Semantic analysis
   0.0014 (  0.2%)   0.0066 (  2.1%)   0.0080 (  0.7%)   0.0119 (  0.3%)  typecheck-decl
   0.0007 (  0.1%)   0.0040 (  1.3%)   0.0047 (  0.4%)   0.0069 (  0.2%)  typecheck-expr
   0.0017 (  0.2%)   0.0025 (  0.8%)   0.0041 (  0.3%)   0.0041 (  0.1%)  IRGen
   0.0007 (  0.1%)   0.0016 (  0.5%)   0.0023 (  0.2%)   0.0032 (  0.1%)  SILGen
   0.0015 (  0.2%)   0.0000 (  0.0%)   0.0015 (  0.1%)   0.0015 (  0.0%)  SIL optimization
   0.0004 (  0.0%)   0.0006 (  0.2%)   0.0010 (  0.1%)   0.0011 (  0.0%)  SILGen-function
   0.0006 (  0.1%)   0.0003 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0001 (  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%)  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%)  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.8791 (100.0%)   0.3132 (100.0%)   1.1923 (100.0%)   3.4384 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5062 seconds (2.6773 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1117 (100.0%)   0.3945 (100.0%)   1.5062 (100.0%)   2.6773 (100.0%)  Building Target
   1.1117 (100.0%)   0.3945 (100.0%)   1.5062 (100.0%)   2.6773 (100.0%)  Total
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-1745829812959832-swift-frontend-NWWebSocket-WebSocketConnection.swift-arm64_apple_tvos13.0-o-Onone-1979622257.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2794 seconds (3.7874 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0250 ( 16.5%)   0.0299 ( 23.3%)   0.0549 ( 19.7%)   1.7969 ( 47.4%)  parse-and-resolve-imports
   0.0247 ( 16.3%)   0.0293 ( 22.9%)   0.0540 ( 19.3%)   1.7960 ( 47.4%)  Import resolution
   0.0702 ( 46.4%)   0.0188 ( 14.7%)   0.0890 ( 31.9%)   0.0889 (  2.3%)  build-rewrite-system
   0.0126 (  8.3%)   0.0374 ( 29.2%)   0.0500 ( 17.9%)   0.0739 (  2.0%)  load-stdlib
   0.0093 (  6.1%)   0.0077 (  6.0%)   0.0170 (  6.1%)   0.0170 (  0.4%)  import-clang-decl
   0.0014 (  0.9%)   0.0023 (  1.8%)   0.0037 (  1.3%)   0.0037 (  0.1%)  IRGen
   0.0025 (  1.7%)   0.0008 (  0.7%)   0.0034 (  1.2%)   0.0034 (  0.1%)  perform-sema
   0.0025 (  1.6%)   0.0008 (  0.6%)   0.0033 (  1.2%)   0.0033 (  0.1%)  Type checking and Semantic analysis
   0.0024 (  1.6%)   0.0008 (  0.6%)   0.0032 (  1.1%)   0.0032 (  0.1%)  typecheck-decl
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  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%)  SIL verification, post-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, pre-optimization
   0.1514 (100.0%)   0.1281 (100.0%)   0.2794 (100.0%)   3.7874 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8642 seconds (2.6788 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6664 (100.0%)   0.1978 (100.0%)   0.8642 (100.0%)   2.6788 (100.0%)  Building Target
   0.6664 (100.0%)   0.1978 (100.0%)   0.8642 (100.0%)   2.6788 (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')
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 {
           ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745829812959823-swift-frontend-NWWebSocket-NWWebSocket.swift-arm64_apple_tvos13.0-o-Onone-1759347006.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7600 seconds (3.9727 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0195 (  3.4%)   0.0284 ( 15.7%)   0.0479 (  6.3%)   1.6152 ( 40.7%)  parse-and-resolve-imports
   0.0192 (  3.3%)   0.0278 ( 15.4%)   0.0470 (  6.2%)   1.6143 ( 40.6%)  Import resolution
   0.1042 ( 18.0%)   0.0199 ( 11.0%)   0.1241 ( 16.3%)   0.1256 (  3.2%)  perform-sema
   0.1041 ( 18.0%)   0.0199 ( 11.0%)   0.1240 ( 16.3%)   0.1255 (  3.2%)  Type checking and Semantic analysis
   0.0969 ( 16.7%)   0.0169 (  9.4%)   0.1139 ( 15.0%)   0.1143 (  2.9%)  typecheck-expr
   0.0945 ( 16.3%)   0.0156 (  8.6%)   0.1101 ( 14.5%)   0.1102 (  2.8%)  typecheck-stmt
   0.0656 ( 11.3%)   0.0181 ( 10.0%)   0.0837 ( 11.0%)   0.0837 (  2.1%)  build-rewrite-system
   0.0016 (  0.3%)   0.0087 (  4.8%)   0.0103 (  1.4%)   0.0835 (  2.1%)  load-stdlib
   0.0192 (  3.3%)   0.0059 (  3.3%)   0.0251 (  3.3%)   0.0252 (  0.6%)  precheck-target
   0.0106 (  1.8%)   0.0089 (  5.0%)   0.0195 (  2.6%)   0.0195 (  0.5%)  import-clang-decl
   0.0097 (  1.7%)   0.0043 (  2.4%)   0.0141 (  1.9%)   0.0141 (  0.4%)  IRGen
   0.0087 (  1.5%)   0.0039 (  2.2%)   0.0126 (  1.7%)   0.0140 (  0.4%)  typecheck-decl
   0.0088 (  1.5%)   0.0008 (  0.4%)   0.0096 (  1.3%)   0.0096 (  0.2%)  SILGen
   0.0085 (  1.5%)   0.0005 (  0.3%)   0.0090 (  1.2%)   0.0090 (  0.2%)  SIL optimization
   0.0076 (  1.3%)   0.0006 (  0.3%)   0.0082 (  1.1%)   0.0082 (  0.2%)  SILGen-function
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0008 (  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%)  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.5795 (100.0%)   0.1805 (100.0%)   0.7600 (100.0%)   3.9727 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0124 seconds (2.6838 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7842 (100.0%)   0.2281 (100.0%)   1.0124 (100.0%)   2.6838 (100.0%)  Building Target
   0.7842 (100.0%)   0.2281 (100.0%)   1.0124 (100.0%)   2.6838 (100.0%)  Total
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 NWConnection+Extension.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
SwiftDriverJobDiscovery normal arm64 Compiling NWWebSocket.swift (in target 'NWWebSocket' from project 'NWWebSocket')
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:35.880 appintentsmetadataprocessor[692:3902] Starting appintentsmetadataprocessor export
2025-04-28 01:43:35.883 appintentsmetadataprocessor[692:3902] 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.