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 SocketSwift, reference master (36911c), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 17:47:09 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 SocketSwift -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/BiAtoms/Socket.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BiAtoms/Socket.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 36911c1 Removed .swift_version file
Cloned https://github.com/BiAtoms/Socket.swift.git
Revision (git rev-parse @):
36911c13adfe12859ed43dcba878052b1897fcd3
SUCCESS checkout https://github.com/BiAtoms/Socket.swift.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BiAtoms/Socket.swift.git
https://github.com/BiAtoms/Socket.swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SocketSwift",
  "name" : "SocketSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SocketSwift",
      "targets" : [
        "SocketSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SocketSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SocketSwiftTests",
      "path" : "Tests/SocketSwiftTests",
      "sources" : [
        "SocketSwiftTests.swift"
      ],
      "target_dependencies" : [
        "SocketSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SocketSwift",
      "module_type" : "SwiftTarget",
      "name" : "SocketSwift",
      "path" : "Sources",
      "product_memberships" : [
        "SocketSwift"
      ],
      "sources" : [
        "Error.swift",
        "Family.swift",
        "OS.swift",
        "Option.swift",
        "Protocol.swift",
        "Socket.swift",
        "TLS.swift",
        "Type.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
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" : "SocketSwift",
  "name" : "SocketSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SocketSwift",
      "targets" : [
        "SocketSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SocketSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SocketSwiftTests",
      "path" : "Tests/SocketSwiftTests",
      "sources" : [
        "SocketSwiftTests.swift"
      ],
      "target_dependencies" : [
        "SocketSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SocketSwift",
      "module_type" : "SwiftTarget",
      "name" : "SocketSwift",
      "path" : "Sources",
      "product_memberships" : [
        "SocketSwift"
      ],
      "sources" : [
        "Error.swift",
        "Family.swift",
        "OS.swift",
        "Option.swift",
        "Protocol.swift",
        "Socket.swift",
        "TLS.swift",
        "Type.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SocketSwift",
    "schemes" : [
      "SocketSwift"
    ],
    "targets" : [
      "SocketSwift",
      "SocketSwiftTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SocketSwift -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 SocketSwift -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 'SocketSwift' in project 'SocketSwift' (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: dc8beaa2701176925958f786768b7e81
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dc8beaa2701176925958f786768b7e81.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/SocketSwift.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/SocketSwift.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/SocketSwift.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/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/SocketSwift.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/SocketSwift.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/SocketSwift.build/Debug-appletvos/SocketSwift-f97afbc3bd7a50b74a004b1f3e5b3fb4-VFS-appletvos/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/SocketSwift.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift-f97afbc3bd7a50b74a004b1f3e5b3fb4-VFS-appletvos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift.DependencyMetadataFileList (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift.hmap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift.DependencyStaticMetadataFileList (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/unextended-module.modulemap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-project-headers.hmap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/module.modulemap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-own-target-headers.hmap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-generated-files.hmap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/unextended-module-overlay.yaml (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-all-target-headers.hmap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-all-non-framework-target-headers.hmap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftFileList (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftConstValuesFileList (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.LinkFileList (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-OutputFileMap.json (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift_const_extract_protocols.json (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift_const_extract_protocols.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Headers (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Headers
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Headers/SocketSwift.h /Users/admin/builder/spi-builder-workspace/Sources/SocketSwift.h (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/SocketSwift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/module.modulemap (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Sources/Info.plist (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Sources/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/SocketSwift.framework/Info.plist
SwiftDriver SocketSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SocketSwift' from project 'SocketSwift')
    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 SocketSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftFileList -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-tvos9.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 -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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.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/SocketSwift.build/Debug-appletvos/SocketSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift-f97afbc3bd7a50b74a004b1f3e5b3fb4-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-project-headers.hmap -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/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Family.swift /Users/admin/builder/spi-builder-workspace/Sources/Family.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Family.swift (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:16:27: warning: static property 'inet' is not concurrency-safe because non-'Sendable' type 'Socket.Family' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let inet = Family(rawValue: AF_INET)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:12:19: note: consider making struct 'Family' conform to the 'Sendable' protocol
    public struct Family: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:16:27: note: add '@MainActor' to make static property 'inet' part of global actor 'MainActor'
        public static let inet = Family(rawValue: AF_INET)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let inet = Family(rawValue: AF_INET)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:17:27: warning: static property 'inet6' is not concurrency-safe because non-'Sendable' type 'Socket.Family' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let inet6 = Family(rawValue: AF_INET6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:12:19: note: consider making struct 'Family' conform to the 'Sendable' protocol
    public struct Family: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:17:27: note: add '@MainActor' to make static property 'inet6' part of global actor 'MainActor'
        public static let inet6 = Family(rawValue: AF_INET6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:17:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let inet6 = Family(rawValue: AF_INET6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:18:27: warning: static property 'unix' is not concurrency-safe because non-'Sendable' type 'Socket.Family' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let unix = Family(rawValue: AF_UNIX)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:12:19: note: consider making struct 'Family' conform to the 'Sendable' protocol
    public struct Family: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:18:27: note: add '@MainActor' to make static property 'unix' part of global actor 'MainActor'
        public static let unix = Family(rawValue: AF_UNIX)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:18:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let unix = Family(rawValue: AF_UNIX)
                          ^
        nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824757081-swift-frontend-SocketSwift-Family.swift-arm64_apple_tvos9.0-o-Onone-3702879182.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2490 seconds (3.0601 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0177 ( 12.7%)   0.0217 ( 19.9%)   0.0394 ( 15.8%)   1.3752 ( 44.9%)  parse-and-resolve-imports
   0.0168 ( 12.0%)   0.0198 ( 18.1%)   0.0367 ( 14.7%)   1.3696 ( 44.8%)  Import resolution
   0.0015 (  1.1%)   0.0123 ( 11.2%)   0.0138 (  5.5%)   0.1401 (  4.6%)  load-stdlib
   0.0809 ( 57.9%)   0.0302 ( 27.6%)   0.1110 ( 44.6%)   0.1110 (  3.6%)  build-rewrite-system
   0.0089 (  6.3%)   0.0071 (  6.5%)   0.0160 (  6.4%)   0.0188 (  0.6%)  import-clang-decl
   0.0025 (  1.8%)   0.0040 (  3.6%)   0.0064 (  2.6%)   0.0105 (  0.3%)  perform-sema
   0.0024 (  1.7%)   0.0040 (  3.6%)   0.0064 (  2.6%)   0.0105 (  0.3%)  Type checking and Semantic analysis
   0.0023 (  1.6%)   0.0038 (  3.5%)   0.0061 (  2.4%)   0.0101 (  0.3%)  typecheck-decl
   0.0018 (  1.3%)   0.0033 (  3.0%)   0.0051 (  2.0%)   0.0057 (  0.2%)  IRGen
   0.0010 (  0.7%)   0.0011 (  1.0%)   0.0022 (  0.9%)   0.0022 (  0.1%)  typecheck-expr
   0.0007 (  0.5%)   0.0005 (  0.5%)   0.0012 (  0.5%)   0.0019 (  0.1%)  SILGen
   0.0017 (  1.2%)   0.0000 (  0.0%)   0.0017 (  0.7%)   0.0017 (  0.1%)  SIL optimization
   0.0007 (  0.5%)   0.0003 (  0.3%)   0.0010 (  0.4%)   0.0010 (  0.0%)  load-all-members
   0.0004 (  0.3%)   0.0007 (  0.6%)   0.0010 (  0.4%)   0.0010 (  0.0%)  precheck-target
   0.0003 (  0.2%)   0.0004 (  0.4%)   0.0007 (  0.3%)   0.0007 (  0.0%)  SILGen-function
   0.0001 (  0.1%)   0.0001 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.0%)  typecheck-stmt
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  source-file-populate-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%)  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.1396 (100.0%)   0.1094 (100.0%)   0.2490 (100.0%)   3.0601 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4932 seconds (3.0304 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8404 (100.0%)   0.6529 (100.0%)   1.4932 (100.0%)   3.0304 (100.0%)  Building Target
   0.8404 (100.0%)   0.6529 (100.0%)   1.4932 (100.0%)   3.0304 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ SocketSwift (in target 'SocketSwift' from project 'SocketSwift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824766565-swift-frontend-SocketSwift-all-arm64_apple_tvos9.0-swiftmodule-Onone-3549954021.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2643 seconds (3.7993 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0188 ( 11.2%)   0.0193 ( 19.9%)   0.0381 ( 14.4%)   1.7653 ( 46.5%)  parse-and-resolve-imports
   0.0179 ( 10.7%)   0.0182 ( 18.8%)   0.0361 ( 13.7%)   1.7633 ( 46.4%)  Import resolution
   0.0014 (  0.8%)   0.0093 (  9.6%)   0.0107 (  4.1%)   0.0897 (  2.4%)  load-stdlib
   0.0296 ( 17.7%)   0.0089 (  9.2%)   0.0385 ( 14.6%)   0.0385 (  1.0%)  perform-sema
   0.0295 ( 17.6%)   0.0089 (  9.2%)   0.0384 ( 14.5%)   0.0384 (  1.0%)  Type checking and Semantic analysis
   0.0292 ( 17.4%)   0.0088 (  9.1%)   0.0380 ( 14.4%)   0.0380 (  1.0%)  typecheck-decl
   0.0077 (  4.6%)   0.0073 (  7.6%)   0.0151 (  5.7%)   0.0158 (  0.4%)  SIL optimization
   0.0112 (  6.7%)   0.0038 (  4.0%)   0.0151 (  5.7%)   0.0151 (  0.4%)  typecheck-expr
   0.0055 (  3.3%)   0.0019 (  2.0%)   0.0074 (  2.8%)   0.0074 (  0.2%)  build-rewrite-system
   0.0059 (  3.5%)   0.0014 (  1.4%)   0.0073 (  2.8%)   0.0073 (  0.2%)  SILGen
   0.0020 (  1.2%)   0.0038 (  4.0%)   0.0058 (  2.2%)   0.0066 (  0.2%)  Serialization, swiftmodule
   0.0018 (  1.1%)   0.0023 (  2.4%)   0.0041 (  1.5%)   0.0041 (  0.1%)  import-clang-decl
   0.0030 (  1.8%)   0.0010 (  1.0%)   0.0040 (  1.5%)   0.0040 (  0.1%)  precheck-target
   0.0029 (  1.7%)   0.0006 (  0.6%)   0.0035 (  1.3%)   0.0035 (  0.1%)  SILGen-function
   0.0003 (  0.2%)   0.0012 (  1.2%)   0.0015 (  0.5%)   0.0015 (  0.0%)  Serialization, swiftdoc
   0.0005 (  0.3%)   0.0001 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.1675 (100.0%)   0.0968 (100.0%)   0.2643 (100.0%)   3.7993 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1212 seconds (1.9282 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0717 (100.0%)   0.0495 (100.0%)   0.1212 (100.0%)   1.9282 (100.0%)  Building Target
   0.0717 (100.0%)   0.0495 (100.0%)   0.1212 (100.0%)   1.9282 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:16:27: warning: static property 'inet' is not concurrency-safe because non-'Sendable' type 'Socket.Family' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let inet = Family(rawValue: AF_INET)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:12:19: note: consider making struct 'Family' conform to the 'Sendable' protocol
    public struct Family: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:16:27: note: add '@MainActor' to make static property 'inet' part of global actor 'MainActor'
        public static let inet = Family(rawValue: AF_INET)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let inet = Family(rawValue: AF_INET)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:17:27: warning: static property 'inet6' is not concurrency-safe because non-'Sendable' type 'Socket.Family' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let inet6 = Family(rawValue: AF_INET6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:12:19: note: consider making struct 'Family' conform to the 'Sendable' protocol
    public struct Family: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:17:27: note: add '@MainActor' to make static property 'inet6' part of global actor 'MainActor'
        public static let inet6 = Family(rawValue: AF_INET6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:17:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let inet6 = Family(rawValue: AF_INET6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:18:27: warning: static property 'unix' is not concurrency-safe because non-'Sendable' type 'Socket.Family' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let unix = Family(rawValue: AF_UNIX)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:12:19: note: consider making struct 'Family' conform to the 'Sendable' protocol
    public struct Family: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:18:27: note: add '@MainActor' to make static property 'unix' part of global actor 'MainActor'
        public static let unix = Family(rawValue: AF_UNIX)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Family.swift:18:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let unix = Family(rawValue: AF_UNIX)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:24:23: warning: static property 'reuseAddress' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let reuseAddress = Option<Bool>(rawValue: SO_REUSEADDR)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:24:23: note: add '@MainActor' to make static property 'reuseAddress' part of global actor 'MainActor'
    public static let reuseAddress = Option<Bool>(rawValue: SO_REUSEADDR)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let reuseAddress = Option<Bool>(rawValue: SO_REUSEADDR)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:25:23: warning: static property 'reusePort' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let reusePort = Option<Bool>(rawValue: SO_REUSEPORT)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:25:23: note: add '@MainActor' to make static property 'reusePort' part of global actor 'MainActor'
    public static let reusePort = Option<Bool>(rawValue: SO_REUSEPORT)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let reusePort = Option<Bool>(rawValue: SO_REUSEPORT)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:26:23: warning: static property 'keepAlive' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let keepAlive = Option<Bool>(rawValue: SO_KEEPALIVE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:26:23: note: add '@MainActor' to make static property 'keepAlive' part of global actor 'MainActor'
    public static let keepAlive = Option<Bool>(rawValue: SO_KEEPALIVE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let keepAlive = Option<Bool>(rawValue: SO_KEEPALIVE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:27:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let debug = Option<Bool>(rawValue: SO_DEBUG)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:27:23: note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    public static let debug = Option<Bool>(rawValue: SO_DEBUG)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let debug = Option<Bool>(rawValue: SO_DEBUG)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:28:23: warning: static property 'dontRoute' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dontRoute = Option<Bool>(rawValue: SO_DONTROUTE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:28:23: note: add '@MainActor' to make static property 'dontRoute' part of global actor 'MainActor'
    public static let dontRoute = Option<Bool>(rawValue: SO_DONTROUTE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dontRoute = Option<Bool>(rawValue: SO_DONTROUTE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:29:23: warning: static property 'broadcast' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let broadcast = Option<Bool>(rawValue: SO_BROADCAST)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:29:23: note: add '@MainActor' to make static property 'broadcast' part of global actor 'MainActor'
    public static let broadcast = Option<Bool>(rawValue: SO_BROADCAST)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let broadcast = Option<Bool>(rawValue: SO_BROADCAST)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:30:23: warning: static property 'sendBufferSize' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Int32>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sendBufferSize = Option<Int32>(rawValue: SO_SNDBUF)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:30:23: note: add '@MainActor' to make static property 'sendBufferSize' part of global actor 'MainActor'
    public static let sendBufferSize = Option<Int32>(rawValue: SO_SNDBUF)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sendBufferSize = Option<Int32>(rawValue: SO_SNDBUF)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:31:23: warning: static property 'receiveBufferSize' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Int32>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receiveBufferSize = Option<Int32>(rawValue: SO_RCVBUF)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:31:23: note: add '@MainActor' to make static property 'receiveBufferSize' part of global actor 'MainActor'
    public static let receiveBufferSize = Option<Int32>(rawValue: SO_RCVBUF)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receiveBufferSize = Option<Int32>(rawValue: SO_RCVBUF)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:32:23: warning: static property 'sendLowWaterMark' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Int32>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sendLowWaterMark = Option<Int32>(rawValue: SO_SNDLOWAT)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:32:23: note: add '@MainActor' to make static property 'sendLowWaterMark' part of global actor 'MainActor'
    public static let sendLowWaterMark = Option<Int32>(rawValue: SO_SNDLOWAT)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sendLowWaterMark = Option<Int32>(rawValue: SO_SNDLOWAT)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:33:23: warning: static property 'receiveLowWaterMark' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Int32>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receiveLowWaterMark = Option<Int32>(rawValue: SO_RCVLOWAT)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:33:23: note: add '@MainActor' to make static property 'receiveLowWaterMark' part of global actor 'MainActor'
    public static let receiveLowWaterMark = Option<Int32>(rawValue: SO_RCVLOWAT)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receiveLowWaterMark = Option<Int32>(rawValue: SO_RCVLOWAT)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:34:23: warning: static property 'sendTimeout' is not concurrency-safe because non-'Sendable' type 'Socket.Option<TimeValue>' (aka 'Socket.Option<timeval>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sendTimeout = Option<TimeValue>(rawValue: SO_SNDTIMEO)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:34:23: note: add '@MainActor' to make static property 'sendTimeout' part of global actor 'MainActor'
    public static let sendTimeout = Option<TimeValue>(rawValue: SO_SNDTIMEO)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sendTimeout = Option<TimeValue>(rawValue: SO_SNDTIMEO)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:35:23: warning: static property 'receiveTimeout' is not concurrency-safe because non-'Sendable' type 'Socket.Option<TimeValue>' (aka 'Socket.Option<timeval>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receiveTimeout = Option<TimeValue>(rawValue: SO_RCVTIMEO)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:35:23: note: add '@MainActor' to make static property 'receiveTimeout' part of global actor 'MainActor'
    public static let receiveTimeout = Option<TimeValue>(rawValue: SO_RCVTIMEO)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receiveTimeout = Option<TimeValue>(rawValue: SO_RCVTIMEO)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:38:23: warning: static property 'noSignalPipe' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let noSignalPipe = Option<Bool>(rawValue: SO_NOSIGPIPE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:38:23: note: add '@MainActor' to make static property 'noSignalPipe' part of global actor 'MainActor'
    public static let noSignalPipe = Option<Bool>(rawValue: SO_NOSIGPIPE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let noSignalPipe = Option<Bool>(rawValue: SO_NOSIGPIPE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:132:27: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'Socket.WaitOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let read = WaitOption(rawValue: POLLIN)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:128:19: note: consider making struct 'WaitOption' conform to the 'Sendable' protocol
    public struct WaitOption: OptionSet {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:132:27: note: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
        public static let read = WaitOption(rawValue: POLLIN)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:132:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let read = WaitOption(rawValue: POLLIN)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:133:27: warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'Socket.WaitOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let write = WaitOption(rawValue: POLLOUT)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:128:19: note: consider making struct 'WaitOption' conform to the 'Sendable' protocol
    public struct WaitOption: OptionSet {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:133:27: note: add '@MainActor' to make static property 'write' part of global actor 'MainActor'
        public static let write = WaitOption(rawValue: POLLOUT)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:133:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let write = WaitOption(rawValue: POLLOUT)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:211:5: warning: non-'@objc' class method in extensions cannot be overridden; use 'public' instead
    open class func tcpListening(port: Port, address: String? = nil, maxPendingConnection: Int32 = SOMAXCONN) throws -> Self {
    ^~~~
    public
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:224:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func write(_ bytes: [Byte]) throws {
    ^~~~
    public
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:17:27: warning: static property 'tcp' is not concurrency-safe because non-'Sendable' type 'Socket.`Protocol`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let tcp = Protocol(rawValue: Int32(IPPROTO_TCP))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:13:19: note: consider making struct 'Protocol' conform to the 'Sendable' protocol
    public struct `Protocol`: RawRepresentable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:17:27: note: add '@MainActor' to make static property 'tcp' part of global actor 'MainActor'
        public static let tcp = Protocol(rawValue: Int32(IPPROTO_TCP))
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:17:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tcp = Protocol(rawValue: Int32(IPPROTO_TCP))
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:18:27: warning: static property 'udp' is not concurrency-safe because non-'Sendable' type 'Socket.`Protocol`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let udp = Protocol(rawValue: Int32(IPPROTO_UDP))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:13:19: note: consider making struct 'Protocol' conform to the 'Sendable' protocol
    public struct `Protocol`: RawRepresentable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:18:27: note: add '@MainActor' to make static property 'udp' part of global actor 'MainActor'
        public static let udp = Protocol(rawValue: Int32(IPPROTO_UDP))
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:18:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let udp = Protocol(rawValue: Int32(IPPROTO_UDP))
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TLS.swift:165:5: warning: non-'@objc' class method in extensions cannot be overridden; use 'public' instead
    open class func importCert(at path: URL, password: String) -> Certificate {
    ^~~~
    public
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:24:27: warning: static property 'stream' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let stream = Type(rawValue: SOCK_STREAM)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:24:27: note: add '@MainActor' to make static property 'stream' part of global actor 'MainActor'
        public static let stream = Type(rawValue: SOCK_STREAM)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:24:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let stream = Type(rawValue: SOCK_STREAM)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:25:27: warning: static property 'datagram' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let datagram = Type(rawValue: SOCK_DGRAM)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:25:27: note: add '@MainActor' to make static property 'datagram' part of global actor 'MainActor'
        public static let datagram = Type(rawValue: SOCK_DGRAM)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:25:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let datagram = Type(rawValue: SOCK_DGRAM)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:26:27: warning: static property 'raw' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let raw = Type(rawValue: SOCK_RAW)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:26:27: note: add '@MainActor' to make static property 'raw' part of global actor 'MainActor'
        public static let raw = Type(rawValue: SOCK_RAW)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:26:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let raw = Type(rawValue: SOCK_RAW)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:27:27: warning: static property 'reliablyDeliveredMessage' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let reliablyDeliveredMessage = Type(rawValue: SOCK_RDM)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:27:27: note: add '@MainActor' to make static property 'reliablyDeliveredMessage' part of global actor 'MainActor'
        public static let reliablyDeliveredMessage = Type(rawValue: SOCK_RDM)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:27:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let reliablyDeliveredMessage = Type(rawValue: SOCK_RDM)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:28:27: warning: static property 'sequencedPacketStream' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sequencedPacketStream =  Type(rawValue: SOCK_SEQPACKET)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:28:27: note: add '@MainActor' to make static property 'sequencedPacketStream' part of global actor 'MainActor'
        public static let sequencedPacketStream =  Type(rawValue: SOCK_SEQPACKET)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:28:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sequencedPacketStream =  Type(rawValue: SOCK_SEQPACKET)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Option.swift /Users/admin/builder/spi-builder-workspace/Sources/Option.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Option.swift (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:24:23: warning: static property 'reuseAddress' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let reuseAddress = Option<Bool>(rawValue: SO_REUSEADDR)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:24:23: note: add '@MainActor' to make static property 'reuseAddress' part of global actor 'MainActor'
    public static let reuseAddress = Option<Bool>(rawValue: SO_REUSEADDR)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let reuseAddress = Option<Bool>(rawValue: SO_REUSEADDR)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:25:23: warning: static property 'reusePort' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let reusePort = Option<Bool>(rawValue: SO_REUSEPORT)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:25:23: note: add '@MainActor' to make static property 'reusePort' part of global actor 'MainActor'
    public static let reusePort = Option<Bool>(rawValue: SO_REUSEPORT)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let reusePort = Option<Bool>(rawValue: SO_REUSEPORT)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:26:23: warning: static property 'keepAlive' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let keepAlive = Option<Bool>(rawValue: SO_KEEPALIVE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:26:23: note: add '@MainActor' to make static property 'keepAlive' part of global actor 'MainActor'
    public static let keepAlive = Option<Bool>(rawValue: SO_KEEPALIVE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let keepAlive = Option<Bool>(rawValue: SO_KEEPALIVE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:27:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let debug = Option<Bool>(rawValue: SO_DEBUG)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:27:23: note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    public static let debug = Option<Bool>(rawValue: SO_DEBUG)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let debug = Option<Bool>(rawValue: SO_DEBUG)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:28:23: warning: static property 'dontRoute' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dontRoute = Option<Bool>(rawValue: SO_DONTROUTE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:28:23: note: add '@MainActor' to make static property 'dontRoute' part of global actor 'MainActor'
    public static let dontRoute = Option<Bool>(rawValue: SO_DONTROUTE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dontRoute = Option<Bool>(rawValue: SO_DONTROUTE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:29:23: warning: static property 'broadcast' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let broadcast = Option<Bool>(rawValue: SO_BROADCAST)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:29:23: note: add '@MainActor' to make static property 'broadcast' part of global actor 'MainActor'
    public static let broadcast = Option<Bool>(rawValue: SO_BROADCAST)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let broadcast = Option<Bool>(rawValue: SO_BROADCAST)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:30:23: warning: static property 'sendBufferSize' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Int32>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sendBufferSize = Option<Int32>(rawValue: SO_SNDBUF)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:30:23: note: add '@MainActor' to make static property 'sendBufferSize' part of global actor 'MainActor'
    public static let sendBufferSize = Option<Int32>(rawValue: SO_SNDBUF)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sendBufferSize = Option<Int32>(rawValue: SO_SNDBUF)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:31:23: warning: static property 'receiveBufferSize' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Int32>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receiveBufferSize = Option<Int32>(rawValue: SO_RCVBUF)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:31:23: note: add '@MainActor' to make static property 'receiveBufferSize' part of global actor 'MainActor'
    public static let receiveBufferSize = Option<Int32>(rawValue: SO_RCVBUF)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receiveBufferSize = Option<Int32>(rawValue: SO_RCVBUF)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:32:23: warning: static property 'sendLowWaterMark' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Int32>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sendLowWaterMark = Option<Int32>(rawValue: SO_SNDLOWAT)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:32:23: note: add '@MainActor' to make static property 'sendLowWaterMark' part of global actor 'MainActor'
    public static let sendLowWaterMark = Option<Int32>(rawValue: SO_SNDLOWAT)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sendLowWaterMark = Option<Int32>(rawValue: SO_SNDLOWAT)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:33:23: warning: static property 'receiveLowWaterMark' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Int32>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receiveLowWaterMark = Option<Int32>(rawValue: SO_RCVLOWAT)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:33:23: note: add '@MainActor' to make static property 'receiveLowWaterMark' part of global actor 'MainActor'
    public static let receiveLowWaterMark = Option<Int32>(rawValue: SO_RCVLOWAT)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receiveLowWaterMark = Option<Int32>(rawValue: SO_RCVLOWAT)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:34:23: warning: static property 'sendTimeout' is not concurrency-safe because non-'Sendable' type 'Socket.Option<TimeValue>' (aka 'Socket.Option<timeval>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sendTimeout = Option<TimeValue>(rawValue: SO_SNDTIMEO)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:34:23: note: add '@MainActor' to make static property 'sendTimeout' part of global actor 'MainActor'
    public static let sendTimeout = Option<TimeValue>(rawValue: SO_SNDTIMEO)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sendTimeout = Option<TimeValue>(rawValue: SO_SNDTIMEO)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:35:23: warning: static property 'receiveTimeout' is not concurrency-safe because non-'Sendable' type 'Socket.Option<TimeValue>' (aka 'Socket.Option<timeval>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receiveTimeout = Option<TimeValue>(rawValue: SO_RCVTIMEO)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:35:23: note: add '@MainActor' to make static property 'receiveTimeout' part of global actor 'MainActor'
    public static let receiveTimeout = Option<TimeValue>(rawValue: SO_RCVTIMEO)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receiveTimeout = Option<TimeValue>(rawValue: SO_RCVTIMEO)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:38:23: warning: static property 'noSignalPipe' is not concurrency-safe because non-'Sendable' type 'Socket.Option<Bool>' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let noSignalPipe = Option<Bool>(rawValue: SO_NOSIGPIPE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:19:18: note: generic class 'Option' does not conform to the 'Sendable' protocol
    public class Option<T>: BaseOption {}
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:38:23: note: add '@MainActor' to make static property 'noSignalPipe' part of global actor 'MainActor'
    public static let noSignalPipe = Option<Bool>(rawValue: SO_NOSIGPIPE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Option.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let noSignalPipe = Option<Bool>(rawValue: SO_NOSIGPIPE)
                      ^
    nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824757112-swift-frontend-SocketSwift-Option.swift-arm64_apple_tvos9.0-o-Onone-2009760036.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7340 seconds (3.1168 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9327 ( 46.8%)   0.3309 ( 44.6%)   1.2636 ( 46.2%)   1.4363 ( 46.1%)  parse-and-resolve-imports
   0.9318 ( 46.8%)   0.3289 ( 44.3%)   1.2607 ( 46.1%)   1.4309 ( 45.9%)  Import resolution
   0.0792 (  4.0%)   0.0186 (  2.5%)   0.0978 (  3.6%)   0.0978 (  3.1%)  build-rewrite-system
   0.0115 (  0.6%)   0.0403 (  5.4%)   0.0519 (  1.9%)   0.0788 (  2.5%)  load-stdlib
   0.0093 (  0.5%)   0.0069 (  0.9%)   0.0162 (  0.6%)   0.0187 (  0.6%)  import-clang-decl
   0.0053 (  0.3%)   0.0041 (  0.5%)   0.0093 (  0.3%)   0.0128 (  0.4%)  perform-sema
   0.0052 (  0.3%)   0.0040 (  0.5%)   0.0093 (  0.3%)   0.0127 (  0.4%)  Type checking and Semantic analysis
   0.0051 (  0.3%)   0.0040 (  0.5%)   0.0090 (  0.3%)   0.0125 (  0.4%)  typecheck-decl
   0.0029 (  0.1%)   0.0028 (  0.4%)   0.0057 (  0.2%)   0.0057 (  0.2%)  IRGen
   0.0027 (  0.1%)   0.0004 (  0.1%)   0.0031 (  0.1%)   0.0031 (  0.1%)  SIL optimization
   0.0024 (  0.1%)   0.0002 (  0.0%)   0.0026 (  0.1%)   0.0026 (  0.1%)  typecheck-expr
   0.0016 (  0.1%)   0.0003 (  0.0%)   0.0019 (  0.1%)   0.0019 (  0.1%)  SILGen
   0.0008 (  0.0%)   0.0003 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  load-all-members
   0.0008 (  0.0%)   0.0000 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  precheck-target
   0.0007 (  0.0%)   0.0001 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  SILGen-function
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  typecheck-stmt
   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%)  associated-type-inference
   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%)  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-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%)  AST verification
   1.9921 (100.0%)   0.7419 (100.0%)   2.7340 (100.0%)   3.1168 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7601 seconds (3.0301 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7870 (100.0%)   0.9731 (100.0%)   2.7601 (100.0%)   3.0301 (100.0%)  Building Target
   1.7870 (100.0%)   0.9731 (100.0%)   2.7601 (100.0%)   3.0301 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ TLS.swift /Users/admin/builder/spi-builder-workspace/Sources/TLS.swift (in target 'SocketSwift' from project 'SocketSwift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824763363-swift-frontend-SocketSwift-TLS.swift-arm64_apple_tvos9.0-o-Onone-3924875280.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4954 seconds (3.3654 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0170 (  5.0%)   0.0161 ( 10.4%)   0.0331 (  6.7%)   1.4239 ( 42.3%)  parse-and-resolve-imports
   0.0163 (  4.8%)   0.0152 (  9.8%)   0.0314 (  6.3%)   1.4222 ( 42.3%)  Import resolution
   0.0819 ( 24.0%)   0.0279 ( 18.1%)   0.1099 ( 22.2%)   0.1098 (  3.3%)  build-rewrite-system
   0.0014 (  0.4%)   0.0094 (  6.1%)   0.0109 (  2.2%)   0.0893 (  2.7%)  load-stdlib
   0.0407 ( 11.9%)   0.0161 ( 10.4%)   0.0568 ( 11.5%)   0.0600 (  1.8%)  perform-sema
   0.0407 ( 11.9%)   0.0161 ( 10.4%)   0.0567 ( 11.5%)   0.0599 (  1.8%)  Type checking and Semantic analysis
   0.0359 ( 10.5%)   0.0104 (  6.8%)   0.0464 (  9.4%)   0.0464 (  1.4%)  typecheck-stmt
   0.0326 (  9.6%)   0.0111 (  7.2%)   0.0437 (  8.8%)   0.0437 (  1.3%)  typecheck-expr
   0.0183 (  5.4%)   0.0104 (  6.7%)   0.0287 (  5.8%)   0.0319 (  0.9%)  typecheck-decl
   0.0173 (  5.1%)   0.0056 (  3.6%)   0.0229 (  4.6%)   0.0229 (  0.7%)  precheck-target
   0.0120 (  3.5%)   0.0084 (  5.5%)   0.0204 (  4.1%)   0.0204 (  0.6%)  import-clang-decl
   0.0069 (  2.0%)   0.0020 (  1.3%)   0.0089 (  1.8%)   0.0091 (  0.3%)  SILGen
   0.0059 (  1.7%)   0.0029 (  1.9%)   0.0088 (  1.8%)   0.0088 (  0.3%)  IRGen
   0.0060 (  1.8%)   0.0018 (  1.2%)   0.0079 (  1.6%)   0.0081 (  0.2%)  SILGen-function
   0.0069 (  2.0%)   0.0003 (  0.2%)   0.0072 (  1.4%)   0.0072 (  0.2%)  SIL optimization
   0.0008 (  0.2%)   0.0004 (  0.3%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  typecheck-expr-pattern
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-lookup-class-member
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3411 (100.0%)   0.1544 (100.0%)   0.4954 (100.0%)   3.3654 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4957 seconds (3.0271 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8914 (100.0%)   0.6043 (100.0%)   1.4957 (100.0%)   3.0271 (100.0%)  Building Target
   0.8914 (100.0%)   0.6043 (100.0%)   1.4957 (100.0%)   3.0271 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TLS.swift (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/TLS.swift:165:5: warning: non-'@objc' class method in extensions cannot be overridden; use 'public' instead
    open class func importCert(at path: URL, password: String) -> Certificate {
    ^~~~
    public
SwiftCompile normal arm64 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824764635-swift-frontend-SocketSwift-Error.swift-arm64_apple_tvos9.0-o-Onone-2493996997.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3451 seconds (3.1804 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0183 (  9.1%)   0.0256 ( 17.9%)   0.0438 ( 12.7%)   1.4121 ( 44.4%)  parse-and-resolve-imports
   0.0175 (  8.7%)   0.0238 ( 16.7%)   0.0414 ( 12.0%)   1.4066 ( 44.2%)  Import resolution
   0.0807 ( 39.9%)   0.0298 ( 20.8%)   0.1105 ( 32.0%)   0.1131 (  3.6%)  build-rewrite-system
   0.0014 (  0.7%)   0.0114 (  8.0%)   0.0129 (  3.7%)   0.0978 (  3.1%)  load-stdlib
   0.0194 (  9.6%)   0.0132 (  9.2%)   0.0325 (  9.4%)   0.0362 (  1.1%)  perform-sema
   0.0193 (  9.6%)   0.0132 (  9.2%)   0.0325 (  9.4%)   0.0362 (  1.1%)  Type checking and Semantic analysis
   0.0102 (  5.1%)   0.0101 (  7.0%)   0.0203 (  5.9%)   0.0238 (  0.7%)  typecheck-decl
   0.0095 (  4.7%)   0.0079 (  5.5%)   0.0174 (  5.0%)   0.0204 (  0.6%)  import-clang-decl
   0.0090 (  4.4%)   0.0030 (  2.1%)   0.0120 (  3.5%)   0.0122 (  0.4%)  typecheck-stmt
   0.0059 (  2.9%)   0.0003 (  0.2%)   0.0062 (  1.8%)   0.0062 (  0.2%)  SIL optimization
   0.0030 (  1.5%)   0.0025 (  1.7%)   0.0055 (  1.6%)   0.0055 (  0.2%)  IRGen
   0.0034 (  1.7%)   0.0011 (  0.8%)   0.0045 (  1.3%)   0.0045 (  0.1%)  typecheck-expr
   0.0017 (  0.8%)   0.0004 (  0.3%)   0.0021 (  0.6%)   0.0021 (  0.1%)  SILGen
   0.0012 (  0.6%)   0.0003 (  0.2%)   0.0015 (  0.4%)   0.0015 (  0.0%)  SILGen-function
   0.0007 (  0.3%)   0.0004 (  0.3%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0008 (  0.4%)   0.0001 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.0%)  precheck-target
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  module-populate-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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.2021 (100.0%)   0.1430 (100.0%)   0.3451 (100.0%)   3.1804 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5095 seconds (3.0247 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8626 (100.0%)   0.6468 (100.0%)   1.5095 (100.0%)   3.0247 (100.0%)  Building Target
   0.8626 (100.0%)   0.6468 (100.0%)   1.5095 (100.0%)   3.0247 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Type.swift /Users/admin/builder/spi-builder-workspace/Sources/Type.swift (in target 'SocketSwift' from project 'SocketSwift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824764752-swift-frontend-SocketSwift-Type.swift-arm64_apple_tvos9.0-o-Onone-1798034862.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2182 seconds (3.2326 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0168 ( 12.2%)   0.0147 ( 18.3%)   0.0316 ( 14.5%)   1.5007 ( 46.4%)  parse-and-resolve-imports
   0.0161 ( 11.7%)   0.0139 ( 17.3%)   0.0300 ( 13.8%)   1.4992 ( 46.4%)  Import resolution
   0.0807 ( 58.6%)   0.0290 ( 36.0%)   0.1097 ( 50.3%)   0.1096 (  3.4%)  build-rewrite-system
   0.0014 (  1.0%)   0.0112 ( 14.0%)   0.0126 (  5.8%)   0.0888 (  2.7%)  load-stdlib
   0.0090 (  6.5%)   0.0061 (  7.6%)   0.0152 (  6.9%)   0.0151 (  0.5%)  import-clang-decl
   0.0018 (  1.3%)   0.0021 (  2.7%)   0.0040 (  1.8%)   0.0040 (  0.1%)  IRGen
   0.0023 (  1.7%)   0.0007 (  0.9%)   0.0031 (  1.4%)   0.0031 (  0.1%)  perform-sema
   0.0023 (  1.7%)   0.0007 (  0.9%)   0.0030 (  1.4%)   0.0030 (  0.1%)  Type checking and Semantic analysis
   0.0022 (  1.6%)   0.0006 (  0.8%)   0.0028 (  1.3%)   0.0028 (  0.1%)  typecheck-decl
   0.0017 (  1.2%)   0.0000 (  0.0%)   0.0017 (  0.8%)   0.0017 (  0.1%)  SIL optimization
   0.0011 (  0.8%)   0.0003 (  0.4%)   0.0015 (  0.7%)   0.0015 (  0.0%)  typecheck-expr
   0.0007 (  0.5%)   0.0004 (  0.5%)   0.0011 (  0.5%)   0.0011 (  0.0%)  load-all-members
   0.0008 (  0.5%)   0.0002 (  0.2%)   0.0010 (  0.4%)   0.0010 (  0.0%)  SILGen
   0.0003 (  0.3%)   0.0000 (  0.0%)   0.0004 (  0.2%)   0.0004 (  0.0%)  precheck-target
   0.0003 (  0.2%)   0.0001 (  0.1%)   0.0004 (  0.2%)   0.0004 (  0.0%)  SILGen-function
   0.0001 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.1%)   0.0001 (  0.0%)  typecheck-stmt
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  source-file-populate-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%)  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%)  populate-source-file-class-member-cache
   0.1377 (100.0%)   0.0804 (100.0%)   0.2182 (100.0%)   3.2326 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4283 seconds (3.0233 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8304 (100.0%)   0.5980 (100.0%)   1.4283 (100.0%)   3.0233 (100.0%)  Building Target
   0.8304 (100.0%)   0.5980 (100.0%)   1.4283 (100.0%)   3.0233 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Type.swift (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:24:27: warning: static property 'stream' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let stream = Type(rawValue: SOCK_STREAM)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:24:27: note: add '@MainActor' to make static property 'stream' part of global actor 'MainActor'
        public static let stream = Type(rawValue: SOCK_STREAM)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:24:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let stream = Type(rawValue: SOCK_STREAM)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:25:27: warning: static property 'datagram' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let datagram = Type(rawValue: SOCK_DGRAM)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:25:27: note: add '@MainActor' to make static property 'datagram' part of global actor 'MainActor'
        public static let datagram = Type(rawValue: SOCK_DGRAM)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:25:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let datagram = Type(rawValue: SOCK_DGRAM)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:26:27: warning: static property 'raw' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let raw = Type(rawValue: SOCK_RAW)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:26:27: note: add '@MainActor' to make static property 'raw' part of global actor 'MainActor'
        public static let raw = Type(rawValue: SOCK_RAW)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:26:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let raw = Type(rawValue: SOCK_RAW)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:27:27: warning: static property 'reliablyDeliveredMessage' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let reliablyDeliveredMessage = Type(rawValue: SOCK_RDM)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:27:27: note: add '@MainActor' to make static property 'reliablyDeliveredMessage' part of global actor 'MainActor'
        public static let reliablyDeliveredMessage = Type(rawValue: SOCK_RDM)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:27:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let reliablyDeliveredMessage = Type(rawValue: SOCK_RDM)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:28:27: warning: static property 'sequencedPacketStream' is not concurrency-safe because non-'Sendable' type 'Socket.`Type`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sequencedPacketStream =  Type(rawValue: SOCK_SEQPACKET)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:20:19: note: consider making struct 'Type' conform to the 'Sendable' protocol
    public struct `Type`: RawRepresentable {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:28:27: note: add '@MainActor' to make static property 'sequencedPacketStream' part of global actor 'MainActor'
        public static let sequencedPacketStream =  Type(rawValue: SOCK_SEQPACKET)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Type.swift:28:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sequencedPacketStream =  Type(rawValue: SOCK_SEQPACKET)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Protocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift (in target 'SocketSwift' from project 'SocketSwift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824767550-swift-frontend-SocketSwift-Protocol.swift-arm64_apple_tvos9.0-o-Onone-1683261144.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2521 seconds (3.4666 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0181 ( 11.4%)   0.0172 ( 18.3%)   0.0353 ( 14.0%)   1.5870 ( 45.8%)  parse-and-resolve-imports
   0.0174 ( 11.0%)   0.0163 ( 17.4%)   0.0337 ( 13.4%)   1.5854 ( 45.7%)  Import resolution
   0.0015 (  0.9%)   0.0106 ( 11.3%)   0.0121 (  4.8%)   0.1232 (  3.6%)  load-stdlib
   0.0820 ( 51.7%)   0.0309 ( 33.1%)   0.1129 ( 44.8%)   0.1129 (  3.3%)  build-rewrite-system
   0.0094 (  5.9%)   0.0064 (  6.8%)   0.0157 (  6.2%)   0.0157 (  0.5%)  import-clang-decl
   0.0052 (  3.3%)   0.0020 (  2.1%)   0.0072 (  2.8%)   0.0072 (  0.2%)  perform-sema
   0.0052 (  3.3%)   0.0020 (  2.1%)   0.0071 (  2.8%)   0.0071 (  0.2%)  Type checking and Semantic analysis
   0.0050 (  3.2%)   0.0019 (  2.0%)   0.0069 (  2.8%)   0.0069 (  0.2%)  typecheck-decl
   0.0040 (  2.6%)   0.0015 (  1.6%)   0.0056 (  2.2%)   0.0056 (  0.2%)  typecheck-expr
   0.0025 (  1.6%)   0.0024 (  2.6%)   0.0049 (  1.9%)   0.0049 (  0.1%)  IRGen
   0.0027 (  1.7%)   0.0008 (  0.9%)   0.0035 (  1.4%)   0.0035 (  0.1%)  SILGen
   0.0023 (  1.5%)   0.0008 (  0.8%)   0.0031 (  1.2%)   0.0031 (  0.1%)  SILGen-function
   0.0018 (  1.1%)   0.0000 (  0.1%)   0.0018 (  0.7%)   0.0018 (  0.1%)  SIL optimization
   0.0006 (  0.4%)   0.0004 (  0.4%)   0.0010 (  0.4%)   0.0010 (  0.0%)  precheck-target
   0.0006 (  0.4%)   0.0003 (  0.3%)   0.0010 (  0.4%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  typecheck-stmt
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1585 (100.0%)   0.0936 (100.0%)   0.2521 (100.0%)   3.4666 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3116 seconds (3.0206 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7957 (100.0%)   0.5159 (100.0%)   1.3116 (100.0%)   3.0206 (100.0%)  Building Target
   0.7957 (100.0%)   0.5159 (100.0%)   1.3116 (100.0%)   3.0206 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:17:27: warning: static property 'tcp' is not concurrency-safe because non-'Sendable' type 'Socket.`Protocol`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let tcp = Protocol(rawValue: Int32(IPPROTO_TCP))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:13:19: note: consider making struct 'Protocol' conform to the 'Sendable' protocol
    public struct `Protocol`: RawRepresentable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:17:27: note: add '@MainActor' to make static property 'tcp' part of global actor 'MainActor'
        public static let tcp = Protocol(rawValue: Int32(IPPROTO_TCP))
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:17:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let tcp = Protocol(rawValue: Int32(IPPROTO_TCP))
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:18:27: warning: static property 'udp' is not concurrency-safe because non-'Sendable' type 'Socket.`Protocol`' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let udp = Protocol(rawValue: Int32(IPPROTO_UDP))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:13:19: note: consider making struct 'Protocol' conform to the 'Sendable' protocol
    public struct `Protocol`: RawRepresentable {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:18:27: note: add '@MainActor' to make static property 'udp' part of global actor 'MainActor'
        public static let udp = Protocol(rawValue: Int32(IPPROTO_UDP))
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift:18:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let udp = Protocol(rawValue: Int32(IPPROTO_UDP))
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ OS.swift /Users/admin/builder/spi-builder-workspace/Sources/OS.swift (in target 'SocketSwift' from project 'SocketSwift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824768281-swift-frontend-SocketSwift-OS.swift-arm64_apple_tvos9.0-o-Onone-3733537099.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2668 seconds (3.1125 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0200 ( 13.7%)   0.0278 ( 23.0%)   0.0478 ( 17.9%)   1.4314 ( 46.0%)  parse-and-resolve-imports
   0.0192 ( 13.1%)   0.0265 ( 21.9%)   0.0457 ( 17.1%)   1.4258 ( 45.8%)  Import resolution
   0.0817 ( 56.0%)   0.0278 ( 23.0%)   0.1096 ( 41.1%)   0.1095 (  3.5%)  build-rewrite-system
   0.0014 (  1.0%)   0.0087 (  7.2%)   0.0100 (  3.8%)   0.0752 (  2.4%)  load-stdlib
   0.0097 (  6.6%)   0.0070 (  5.8%)   0.0167 (  6.3%)   0.0201 (  0.6%)  import-clang-decl
   0.0020 (  1.3%)   0.0036 (  3.0%)   0.0056 (  2.1%)   0.0086 (  0.3%)  perform-sema
   0.0019 (  1.3%)   0.0036 (  3.0%)   0.0055 (  2.1%)   0.0086 (  0.3%)  Type checking and Semantic analysis
   0.0019 (  1.3%)   0.0035 (  2.9%)   0.0054 (  2.0%)   0.0084 (  0.3%)  typecheck-decl
   0.0013 (  0.9%)   0.0031 (  2.5%)   0.0044 (  1.6%)   0.0073 (  0.2%)  typecheck-expr
   0.0021 (  1.4%)   0.0047 (  3.9%)   0.0067 (  2.5%)   0.0068 (  0.2%)  IRGen
   0.0014 (  1.0%)   0.0020 (  1.6%)   0.0034 (  1.3%)   0.0041 (  0.1%)  SILGen
   0.0011 (  0.7%)   0.0018 (  1.5%)   0.0029 (  1.1%)   0.0035 (  0.1%)  SILGen-function
   0.0007 (  0.5%)   0.0004 (  0.3%)   0.0011 (  0.4%)   0.0011 (  0.0%)  load-all-members
   0.0010 (  0.7%)   0.0000 (  0.0%)   0.0010 (  0.4%)   0.0010 (  0.0%)  SIL optimization
   0.0006 (  0.4%)   0.0003 (  0.3%)   0.0010 (  0.4%)   0.0010 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1460 (100.0%)   0.1208 (100.0%)   0.2668 (100.0%)   3.1125 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4865 seconds (3.0196 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8412 (100.0%)   0.6453 (100.0%)   1.4865 (100.0%)   3.0196 (100.0%)  Building Target
   0.8412 (100.0%)   0.6453 (100.0%)   1.4865 (100.0%)   3.0196 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OS.swift (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/Socket.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Socket.swift (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:132:27: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'Socket.WaitOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let read = WaitOption(rawValue: POLLIN)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:128:19: note: consider making struct 'WaitOption' conform to the 'Sendable' protocol
    public struct WaitOption: OptionSet {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:132:27: note: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
        public static let read = WaitOption(rawValue: POLLIN)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:132:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let read = WaitOption(rawValue: POLLIN)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:133:27: warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'Socket.WaitOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let write = WaitOption(rawValue: POLLOUT)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:128:19: note: consider making struct 'WaitOption' conform to the 'Sendable' protocol
    public struct WaitOption: OptionSet {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:133:27: note: add '@MainActor' to make static property 'write' part of global actor 'MainActor'
        public static let write = WaitOption(rawValue: POLLOUT)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:133:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let write = WaitOption(rawValue: POLLOUT)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:211:5: warning: non-'@objc' class method in extensions cannot be overridden; use 'public' instead
    open class func tcpListening(port: Port, address: String? = nil, maxPendingConnection: Int32 = SOMAXCONN) throws -> Self {
    ^~~~
    public
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:224:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func write(_ bytes: [Byte]) throws {
    ^~~~
    public
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:202:19: warning: initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
        let ptr = UnsafeMutableRawPointer(&address).assumingMemoryBound(to: sockaddr.self)
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:202:43: note: implicit argument conversion from 'sockaddr_in' to 'UnsafeMutableRawPointer' produces a pointer valid only for the duration of the call to 'init(_:)'
        let ptr = UnsafeMutableRawPointer(&address).assumingMemoryBound(to: sockaddr.self)
                                          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:202:43: note: use 'withUnsafeMutableBytes' in order to explicitly convert argument to buffer pointer valid for a defined scope
        let ptr = UnsafeMutableRawPointer(&address).assumingMemoryBound(to: sockaddr.self)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Socket.swift:97:75: warning: forming 'UnsafeRawPointer' to a variable of type 'Any'; this is likely incorrect because 'Any' may contain an object reference.
        try ing { setsockopt(fileDescriptor, SOL_SOCKET, option.rawValue, &state, socklen_t(size)) }
                                                                          ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516824767749-swift-frontend-SocketSwift-Socket.swift-arm64_apple_tvos9.0-o-Onone-2434285577.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5131 seconds (3.4258 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0170 (  4.5%)   0.0167 ( 12.5%)   0.0337 (  6.6%)   1.4537 ( 42.4%)  parse-and-resolve-imports
   0.0164 (  4.3%)   0.0160 ( 12.0%)   0.0324 (  6.3%)   1.4524 ( 42.4%)  Import resolution
   0.0821 ( 21.6%)   0.0282 ( 21.1%)   0.1103 ( 21.5%)   0.1102 (  3.2%)  build-rewrite-system
   0.0015 (  0.4%)   0.0089 (  6.7%)   0.0104 (  2.0%)   0.0830 (  2.4%)  load-stdlib
   0.0529 ( 13.9%)   0.0121 (  9.1%)   0.0650 ( 12.7%)   0.0651 (  1.9%)  perform-sema
   0.0528 ( 13.9%)   0.0121 (  9.1%)   0.0649 ( 12.7%)   0.0650 (  1.9%)  Type checking and Semantic analysis
   0.0373 (  9.8%)   0.0079 (  5.9%)   0.0452 (  8.8%)   0.0452 (  1.3%)  typecheck-expr
   0.0342 (  9.0%)   0.0063 (  4.7%)   0.0405 (  7.9%)   0.0405 (  1.2%)  typecheck-stmt
   0.0275 (  7.2%)   0.0083 (  6.2%)   0.0357 (  7.0%)   0.0358 (  1.0%)  typecheck-decl
   0.0109 (  2.9%)   0.0075 (  5.6%)   0.0184 (  3.6%)   0.0184 (  0.5%)  import-clang-decl
   0.0107 (  2.8%)   0.0022 (  1.7%)   0.0129 (  2.5%)   0.0129 (  0.4%)  precheck-target
   0.0092 (  2.4%)   0.0036 (  2.7%)   0.0128 (  2.5%)   0.0128 (  0.4%)  IRGen
   0.0094 (  2.5%)   0.0018 (  1.4%)   0.0113 (  2.2%)   0.0113 (  0.3%)  SILGen
   0.0089 (  2.3%)   0.0002 (  0.2%)   0.0091 (  1.8%)   0.0091 (  0.3%)  SIL optimization
   0.0072 (  1.9%)   0.0013 (  1.0%)   0.0085 (  1.6%)   0.0085 (  0.2%)  SILGen-function
   0.0009 (  0.2%)   0.0004 (  0.3%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0005 (  0.1%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-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.3794 (100.0%)   0.1336 (100.0%)   0.5131 (100.0%)   3.4258 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4867 seconds (3.0294 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9198 (100.0%)   0.5670 (100.0%)   1.4867 (100.0%)   3.0294 (100.0%)  Building Target
   0.9198 (100.0%)   0.5670 (100.0%)   1.4867 (100.0%)   3.0294 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Emitting module for SocketSwift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriver\ Compilation\ Requirements SocketSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SocketSwift' from project 'SocketSwift')
    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 SocketSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftFileList -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-tvos9.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 -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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.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/SocketSwift.build/Debug-appletvos/SocketSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift-f97afbc3bd7a50b74a004b1f3e5b3fb4-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-project-headers.hmap -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/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/unextended-module-overlay.yaml -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/SocketSwift.framework/Headers/SocketSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-Swift.h (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Headers/SocketSwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/SocketSwift.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.swiftmodule (in target 'SocketSwift' from project 'SocketSwift')
    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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/SocketSwift.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/SocketSwift.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.swiftdoc (in target 'SocketSwift' from project 'SocketSwift')
    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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/SocketSwift.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/SocketSwift.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.abi.json (in target 'SocketSwift' from project 'SocketSwift')
    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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/SocketSwift.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/SocketSwift.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.swiftsourceinfo (in target 'SocketSwift' from project 'SocketSwift')
    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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/Modules/SocketSwift.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Family.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling TLS.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Option.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Protocol.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling OS.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Type.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Error.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Socket.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriver\ Compilation SocketSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SocketSwift' from project 'SocketSwift')
    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 SocketSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftFileList -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-tvos9.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 -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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.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/SocketSwift.build/Debug-appletvos/SocketSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift-f97afbc3bd7a50b74a004b1f3e5b3fb4-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift-project-headers.hmap -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/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/unextended-module-overlay.yaml -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/SocketSwift.framework/SocketSwift normal (in target 'SocketSwift' from project 'SocketSwift')
    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-tvos9.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 -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.LinkFileList -install_name @rpath/SocketSwift.framework/SocketSwift -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift_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/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/SocketSwift
ExtractAppIntentsMetadata (in target 'SocketSwift' from project 'SocketSwift')
    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 SocketSwift --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 9.0 --bundle-identifier com.biatoms.SocketSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework --target-triple arm64-apple-tvos9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/SocketSwift --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/SocketSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SocketSwift.build/Debug-appletvos/SocketSwift.build/Objects-normal/arm64/SocketSwift.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 10:47:08.281 appintentsmetadataprocessor[702:3950] Starting appintentsmetadataprocessor export
2025-04-24 10:47:08.283 appintentsmetadataprocessor[702:3950] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/SocketSwift.framework/SocketSwift.tbd (in target 'SocketSwift' from project 'SocketSwift')
    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 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework/SocketSwift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/SocketSwift.framework/SocketSwift.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework (in target 'SocketSwift' from project 'SocketSwift')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SocketSwift.framework
/Users/admin/builder/spi-builder-workspace/SocketSwift.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'SocketSwift' from project 'SocketSwift')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SocketSwift",
  "name" : "SocketSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SocketSwift",
      "targets" : [
        "SocketSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SocketSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SocketSwiftTests",
      "path" : "Tests/SocketSwiftTests",
      "sources" : [
        "SocketSwiftTests.swift"
      ],
      "target_dependencies" : [
        "SocketSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SocketSwift",
      "module_type" : "SwiftTarget",
      "name" : "SocketSwift",
      "path" : "Sources",
      "product_memberships" : [
        "SocketSwift"
      ],
      "sources" : [
        "Error.swift",
        "Family.swift",
        "OS.swift",
        "Option.swift",
        "Protocol.swift",
        "Socket.swift",
        "TLS.swift",
        "Type.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.