Build Information
Successful build of NWWebSocket, reference main (1e545f
), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 08:43:38 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=iOS 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: iOS
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=iOS 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=iOS "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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: ac239d7549b67fd6bef79843bfc09121
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ac239d7549b67fd6bef79843bfc09121.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
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
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/NWWebSocket.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/NWWebSocket.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/NWWebSocket.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/NWWebSocket.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/NWWebSocket.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/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-1745829815043916-swift-frontend-NWWebSocket-all-arm64_apple_ios13.0-swiftmodule-Onone-2224327899.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2351 seconds (3.2808 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0229 ( 25.1%) 0.0305 ( 21.2%) 0.0534 ( 22.7%) 1.5592 ( 47.5%) parse-and-resolve-imports
0.0226 ( 24.8%) 0.0301 ( 20.9%) 0.0527 ( 22.4%) 1.5586 ( 47.5%) Import resolution
0.0118 ( 12.9%) 0.0360 ( 25.0%) 0.0478 ( 20.3%) 0.0718 ( 2.2%) load-stdlib
0.0049 ( 5.4%) 0.0125 ( 8.7%) 0.0175 ( 7.4%) 0.0212 ( 0.6%) SIL optimization
0.0013 ( 1.4%) 0.0099 ( 6.9%) 0.0112 ( 4.8%) 0.0146 ( 0.4%) Serialization, swiftmodule
0.0069 ( 7.6%) 0.0060 ( 4.2%) 0.0129 ( 5.5%) 0.0137 ( 0.4%) perform-sema
0.0069 ( 7.6%) 0.0060 ( 4.2%) 0.0129 ( 5.5%) 0.0136 ( 0.4%) Type checking and Semantic analysis
0.0067 ( 7.3%) 0.0059 ( 4.1%) 0.0126 ( 5.4%) 0.0134 ( 0.4%) typecheck-decl
0.0034 ( 3.7%) 0.0023 ( 1.6%) 0.0057 ( 2.4%) 0.0057 ( 0.2%) SILGen
0.0014 ( 1.6%) 0.0019 ( 1.3%) 0.0034 ( 1.4%) 0.0036 ( 0.1%) typecheck-expr
0.0010 ( 1.1%) 0.0011 ( 0.8%) 0.0021 ( 0.9%) 0.0022 ( 0.1%) import-clang-decl
0.0004 ( 0.5%) 0.0009 ( 0.7%) 0.0014 ( 0.6%) 0.0017 ( 0.1%) Serialization, swiftdoc
0.0005 ( 0.6%) 0.0007 ( 0.5%) 0.0012 ( 0.5%) 0.0012 ( 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%) 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
0.0911 (100.0%) 0.1440 (100.0%) 0.2351 (100.0%) 3.2808 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1484 seconds (1.6848 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0538 (100.0%) 0.0945 (100.0%) 0.1484 (100.0%) 1.6848 (100.0%) Building Target
0.0538 (100.0%) 0.0945 (100.0%) 0.1484 (100.0%) 1.6848 (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-1745829815043867-swift-frontend-NWWebSocket-NWConnection_Extension.swift-arm64_apple_ios13.0-o-Onone-1236048710.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2237 seconds (3.3478 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0181 ( 13.8%) 0.0266 ( 28.6%) 0.0447 ( 20.0%) 1.5686 ( 46.9%) parse-and-resolve-imports
0.0177 ( 13.6%) 0.0262 ( 28.2%) 0.0439 ( 19.6%) 1.5678 ( 46.8%) Import resolution
0.0751 ( 57.4%) 0.0193 ( 20.8%) 0.0943 ( 42.2%) 0.0943 ( 2.8%) build-rewrite-system
0.0014 ( 1.1%) 0.0084 ( 9.1%) 0.0098 ( 4.4%) 0.0861 ( 2.6%) load-stdlib
0.0111 ( 8.5%) 0.0083 ( 9.0%) 0.0194 ( 8.7%) 0.0195 ( 0.6%) import-clang-decl
0.0015 ( 1.2%) 0.0019 ( 2.0%) 0.0034 ( 1.5%) 0.0034 ( 0.1%) IRGen
0.0010 ( 0.8%) 0.0005 ( 0.6%) 0.0015 ( 0.7%) 0.0015 ( 0.0%) perform-sema
0.0009 ( 0.7%) 0.0005 ( 0.5%) 0.0015 ( 0.6%) 0.0015 ( 0.0%) Type checking and Semantic analysis
0.0014 ( 1.0%) 0.0000 ( 0.0%) 0.0014 ( 0.6%) 0.0014 ( 0.0%) SIL optimization
0.0007 ( 0.6%) 0.0004 ( 0.4%) 0.0011 ( 0.5%) 0.0011 ( 0.0%) typecheck-decl
0.0006 ( 0.5%) 0.0003 ( 0.3%) 0.0009 ( 0.4%) 0.0009 ( 0.0%) load-all-members
0.0004 ( 0.3%) 0.0002 ( 0.2%) 0.0006 ( 0.3%) 0.0006 ( 0.0%) typecheck-expr
0.0004 ( 0.3%) 0.0001 ( 0.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) SILGen
0.0002 ( 0.2%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) SILGen-function
0.0002 ( 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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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, post-optimization
0.1308 (100.0%) 0.0928 (100.0%) 0.2237 (100.0%) 3.3478 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.9556 seconds (2.5573 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7043 (100.0%) 0.2513 (100.0%) 0.9556 (100.0%) 2.5573 (100.0%) Building Target
0.7043 (100.0%) 0.2513 (100.0%) 0.9556 (100.0%) 2.5573 (100.0%) Total
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-1745829815043867-swift-frontend-NWWebSocket-NWWebSocket.swift-arm64_apple_ios13.0-o-Onone-21827629.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6942 seconds (3.7800 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0179 ( 3.2%) 0.0165 ( 11.7%) 0.0344 ( 5.0%) 1.5215 ( 40.2%) parse-and-resolve-imports
0.0176 ( 3.2%) 0.0161 ( 11.5%) 0.0337 ( 4.9%) 1.5208 ( 40.2%) Import resolution
0.0015 ( 0.3%) 0.0066 ( 4.7%) 0.0081 ( 1.2%) 0.1195 ( 3.2%) load-stdlib
0.0988 ( 17.8%) 0.0170 ( 12.1%) 0.1158 ( 16.7%) 0.1159 ( 3.1%) perform-sema
0.0987 ( 17.8%) 0.0170 ( 12.1%) 0.1157 ( 16.7%) 0.1158 ( 3.1%) Type checking and Semantic analysis
0.0924 ( 16.7%) 0.0149 ( 10.6%) 0.1073 ( 15.5%) 0.1074 ( 2.8%) typecheck-expr
0.0905 ( 16.3%) 0.0142 ( 10.1%) 0.1048 ( 15.1%) 0.1048 ( 2.8%) typecheck-stmt
0.0635 ( 11.5%) 0.0168 ( 12.0%) 0.0803 ( 11.6%) 0.0803 ( 2.1%) build-rewrite-system
0.0180 ( 3.3%) 0.0045 ( 3.2%) 0.0226 ( 3.3%) 0.0226 ( 0.6%) precheck-target
0.0105 ( 1.9%) 0.0077 ( 5.5%) 0.0182 ( 2.6%) 0.0182 ( 0.5%) import-clang-decl
0.0094 ( 1.7%) 0.0042 ( 3.0%) 0.0136 ( 2.0%) 0.0136 ( 0.4%) IRGen
0.0097 ( 1.7%) 0.0010 ( 0.7%) 0.0107 ( 1.5%) 0.0107 ( 0.3%) SILGen
0.0072 ( 1.3%) 0.0024 ( 1.7%) 0.0096 ( 1.4%) 0.0096 ( 0.3%) typecheck-decl
0.0091 ( 1.6%) 0.0004 ( 0.3%) 0.0095 ( 1.4%) 0.0095 ( 0.3%) SIL optimization
0.0083 ( 1.5%) 0.0007 ( 0.5%) 0.0090 ( 1.3%) 0.0090 ( 0.2%) SILGen-function
0.0007 ( 0.1%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.5539 (100.0%) 0.1404 (100.0%) 0.6942 (100.0%) 3.7800 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.8919 seconds (2.5017 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7334 (100.0%) 0.1585 (100.0%) 0.8919 (100.0%) 2.5017 (100.0%) Building Target
0.7334 (100.0%) 0.1585 (100.0%) 0.8919 (100.0%) 2.5017 (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 {
^
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-1745829815043869-swift-frontend-NWWebSocket-WebSocketConnection.swift-arm64_apple_ios13.0-o-Onone-3283649873.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.8463 seconds (3.2985 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9973 ( 47.7%) 0.3512 ( 46.4%) 1.3485 ( 47.4%) 1.5290 ( 46.4%) parse-and-resolve-imports
0.9970 ( 47.7%) 0.3496 ( 46.1%) 1.3466 ( 47.3%) 1.5260 ( 46.3%) Import resolution
0.0014 ( 0.1%) 0.0083 ( 1.1%) 0.0097 ( 0.3%) 0.0924 ( 2.8%) load-stdlib
0.0736 ( 3.5%) 0.0121 ( 1.6%) 0.0856 ( 3.0%) 0.0856 ( 2.6%) build-rewrite-system
0.0029 ( 0.1%) 0.0090 ( 1.2%) 0.0120 ( 0.4%) 0.0152 ( 0.5%) perform-sema
0.0029 ( 0.1%) 0.0090 ( 1.2%) 0.0119 ( 0.4%) 0.0151 ( 0.5%) Type checking and Semantic analysis
0.0028 ( 0.1%) 0.0090 ( 1.2%) 0.0118 ( 0.4%) 0.0150 ( 0.5%) typecheck-decl
0.0085 ( 0.4%) 0.0059 ( 0.8%) 0.0144 ( 0.5%) 0.0144 ( 0.4%) import-clang-decl
0.0015 ( 0.1%) 0.0033 ( 0.4%) 0.0048 ( 0.2%) 0.0048 ( 0.1%) IRGen
0.0007 ( 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%) 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%) 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.0886 (100.0%) 0.7577 (100.0%) 2.8463 (100.0%) 3.2985 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.2173 seconds (2.4972 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6678 (100.0%) 0.5495 (100.0%) 2.2173 (100.0%) 2.4972 (100.0%) Building Target
1.6678 (100.0%) 0.5495 (100.0%) 2.2173 (100.0%) 2.4972 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NWWebSocket/Protocol/WebSocketConnection.swift (in target 'NWWebSocket' from project 'NWWebSocket')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/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-iphoneos/NWWebSocket.framework/Headers/NWWebSocket-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Headers/NWWebSocket-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Modules/NWWebSocket.swiftmodule/Project/arm64-apple-ios.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-ios13.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier NWWebSocket --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/NWWebSocket --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/Objects-normal/arm64/NWWebSocket.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/NWWebSocket.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/NWWebSocket.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/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:37.828 appintentsmetadataprocessor[700:3975] Starting appintentsmetadataprocessor export
2025-04-28 01:43:37.831 appintentsmetadataprocessor[700:3975] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/ssu --bundle-id NWWebSocket --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NWWebSocket.build/Debug-iphoneos/NWWebSocket.build/NWWebSocket.DependencyMetadataFileList --archive-ssu-assets
2025-04-28 01:43:37.852 appintentsnltrainingprocessor[701:3976] Parsing options for appintentsnltrainingprocessor
2025-04-28 01:43:37.853 appintentsnltrainingprocessor[701:3976] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NWWebSocket.framework/NWWebSocket -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/NWWebSocket.framework/NWWebSocket.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/NWWebSocket.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.