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 2.4.0 (36911c), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 17:43:52 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: 2.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BiAtoms/Socket.swift
 * tag               2.4.0      -> FETCH_HEAD
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 2.4.0
========================================
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/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/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/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/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.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/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-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/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.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/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.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-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.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.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_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
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
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
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
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
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\ Protocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocol.swift (in target 'SocketSwift' from project 'SocketSwift')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516627867991-swift-frontend-SocketSwift-Protocol.swift-arm64_apple_tvos9.0-o-Onone-2384742166.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9714 seconds (3.3988 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0026 ( 46.9%)   0.3627 ( 43.5%)   1.3653 ( 45.9%)   1.5537 ( 45.7%)  parse-and-resolve-imports
   1.0015 ( 46.9%)   0.3612 ( 43.3%)   1.3627 ( 45.9%)   1.5482 ( 45.6%)  Import resolution
   0.0139 (  0.6%)   0.0498 (  6.0%)   0.0637 (  2.1%)   0.0993 (  2.9%)  load-stdlib
   0.0777 (  3.6%)   0.0201 (  2.4%)   0.0978 (  3.3%)   0.0977 (  2.9%)  build-rewrite-system
   0.0096 (  0.4%)   0.0072 (  0.9%)   0.0168 (  0.6%)   0.0198 (  0.6%)  import-clang-decl
   0.0057 (  0.3%)   0.0076 (  0.9%)   0.0133 (  0.4%)   0.0181 (  0.5%)  perform-sema
   0.0057 (  0.3%)   0.0076 (  0.9%)   0.0133 (  0.4%)   0.0180 (  0.5%)  Type checking and Semantic analysis
   0.0055 (  0.3%)   0.0075 (  0.9%)   0.0130 (  0.4%)   0.0177 (  0.5%)  typecheck-decl
   0.0044 (  0.2%)   0.0044 (  0.5%)   0.0088 (  0.3%)   0.0095 (  0.3%)  typecheck-expr
   0.0028 (  0.1%)   0.0042 (  0.5%)   0.0070 (  0.2%)   0.0070 (  0.2%)  IRGen
   0.0024 (  0.1%)   0.0006 (  0.1%)   0.0029 (  0.1%)   0.0029 (  0.1%)  SILGen
   0.0021 (  0.1%)   0.0005 (  0.1%)   0.0026 (  0.1%)   0.0026 (  0.1%)  SILGen-function
   0.0017 (  0.1%)   0.0001 (  0.0%)   0.0017 (  0.1%)   0.0017 (  0.1%)  SIL optimization
   0.0007 (  0.0%)   0.0004 (  0.1%)   0.0012 (  0.0%)   0.0012 (  0.0%)  load-all-members
   0.0007 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0011 (  0.0%)  precheck-target
   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%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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
   2.1371 (100.0%)   0.8343 (100.0%)   2.9714 (100.0%)   3.3988 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8757 seconds (3.1736 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8426 (100.0%)   1.0331 (100.0%)   2.8757 (100.0%)   3.1736 (100.0%)  Building Target
   1.8426 (100.0%)   1.0331 (100.0%)   2.8757 (100.0%)   3.1736 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'SocketSwift' from project 'SocketSwift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516627870017-swift-frontend-SocketSwift-Error.swift-arm64_apple_tvos9.0-o-Onone-3209256353.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2845 seconds (3.9627 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0200 ( 10.9%)   0.0198 ( 19.7%)   0.0398 ( 14.0%)   1.8192 ( 45.9%)  parse-and-resolve-imports
   0.0191 ( 10.4%)   0.0189 ( 18.8%)   0.0380 ( 13.3%)   1.8174 ( 45.9%)  Import resolution
   0.0019 (  1.1%)   0.0139 ( 13.8%)   0.0158 (  5.6%)   0.1353 (  3.4%)  load-stdlib
   0.0559 ( 30.4%)   0.0190 ( 18.9%)   0.0749 ( 26.3%)   0.0748 (  1.9%)  build-rewrite-system
   0.0198 ( 10.7%)   0.0057 (  5.7%)   0.0255 (  9.0%)   0.0255 (  0.6%)  perform-sema
   0.0197 ( 10.7%)   0.0057 (  5.7%)   0.0254 (  8.9%)   0.0254 (  0.6%)  Type checking and Semantic analysis
   0.0094 (  5.1%)   0.0064 (  6.3%)   0.0157 (  5.5%)   0.0157 (  0.4%)  import-clang-decl
   0.0101 (  5.5%)   0.0034 (  3.3%)   0.0135 (  4.7%)   0.0135 (  0.3%)  typecheck-decl
   0.0095 (  5.1%)   0.0023 (  2.3%)   0.0118 (  4.1%)   0.0118 (  0.3%)  typecheck-stmt
   0.0041 (  2.2%)   0.0034 (  3.4%)   0.0075 (  2.7%)   0.0076 (  0.2%)  IRGen
   0.0061 (  3.3%)   0.0002 (  0.2%)   0.0063 (  2.2%)   0.0063 (  0.2%)  SIL optimization
   0.0035 (  1.9%)   0.0010 (  1.0%)   0.0045 (  1.6%)   0.0045 (  0.1%)  typecheck-expr
   0.0018 (  1.0%)   0.0003 (  0.3%)   0.0021 (  0.7%)   0.0021 (  0.1%)  SILGen
   0.0013 (  0.7%)   0.0002 (  0.2%)   0.0015 (  0.5%)   0.0015 (  0.0%)  SILGen-function
   0.0009 (  0.5%)   0.0002 (  0.2%)   0.0010 (  0.4%)   0.0010 (  0.0%)  precheck-target
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.0%)  load-all-members
   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.1838 (100.0%)   0.1006 (100.0%)   0.2845 (100.0%)   3.9627 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2153 seconds (3.1734 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6385 (100.0%)   0.5768 (100.0%)   1.2153 (100.0%)   3.1734 (100.0%)  Building Target
   0.6385 (100.0%)   0.5768 (100.0%)   1.2153 (100.0%)   3.1734 (100.0%)  Total
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

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-1745516627870946-swift-frontend-SocketSwift-Option.swift-arm64_apple_tvos9.0-o-Onone-1780788915.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2360 seconds (3.5960 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0175 ( 11.4%)   0.0149 ( 18.1%)   0.0324 ( 13.7%)   1.6609 ( 46.2%)  parse-and-resolve-imports
   0.0167 ( 10.9%)   0.0141 ( 17.1%)   0.0308 ( 13.0%)   1.6593 ( 46.1%)  Import resolution
   0.0017 (  1.1%)   0.0114 ( 13.8%)   0.0131 (  5.5%)   0.1161 (  3.2%)  load-stdlib
   0.0819 ( 53.3%)   0.0266 ( 32.4%)   0.1086 ( 46.0%)   0.1085 (  3.0%)  build-rewrite-system
   0.0094 (  6.1%)   0.0068 (  8.3%)   0.0162 (  6.9%)   0.0163 (  0.5%)  import-clang-decl
   0.0049 (  3.2%)   0.0013 (  1.5%)   0.0062 (  2.6%)   0.0062 (  0.2%)  perform-sema
   0.0030 (  2.0%)   0.0031 (  3.8%)   0.0062 (  2.6%)   0.0062 (  0.2%)  IRGen
   0.0049 (  3.2%)   0.0013 (  1.5%)   0.0061 (  2.6%)   0.0061 (  0.2%)  Type checking and Semantic analysis
   0.0047 (  3.1%)   0.0012 (  1.5%)   0.0059 (  2.5%)   0.0059 (  0.2%)  typecheck-decl
   0.0027 (  1.7%)   0.0002 (  0.3%)   0.0029 (  1.2%)   0.0029 (  0.1%)  SIL optimization
   0.0024 (  1.6%)   0.0005 (  0.5%)   0.0029 (  1.2%)   0.0029 (  0.1%)  typecheck-expr
   0.0016 (  1.0%)   0.0004 (  0.4%)   0.0019 (  0.8%)   0.0019 (  0.1%)  SILGen
   0.0006 (  0.4%)   0.0003 (  0.4%)   0.0009 (  0.4%)   0.0009 (  0.0%)  load-all-members
   0.0009 (  0.6%)   0.0001 (  0.1%)   0.0009 (  0.4%)   0.0009 (  0.0%)  precheck-target
   0.0007 (  0.4%)   0.0001 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.0%)  SILGen-function
   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%)  SIL verification, pre-optimization
   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, 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.1538 (100.0%)   0.0823 (100.0%)   0.2360 (100.0%)   3.5960 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3834 seconds (3.1720 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8367 (100.0%)   0.5466 (100.0%)   1.3834 (100.0%)   3.1720 (100.0%)  Building Target
   0.8367 (100.0%)   0.5466 (100.0%)   1.3834 (100.0%)   3.1720 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Family.swift /Users/admin/builder/spi-builder-workspace/Sources/Family.swift (in target 'SocketSwift' from project 'SocketSwift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516627867921-swift-frontend-SocketSwift-Family.swift-arm64_apple_tvos9.0-o-Onone-1295177004.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2517 seconds (3.3159 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0188 ( 13.2%)   0.0207 ( 18.9%)   0.0395 ( 15.7%)   1.4861 ( 44.8%)  parse-and-resolve-imports
   0.0179 ( 12.6%)   0.0182 ( 16.7%)   0.0361 ( 14.3%)   1.4803 ( 44.6%)  Import resolution
   0.0018 (  1.3%)   0.0111 ( 10.1%)   0.0129 (  5.1%)   0.1669 (  5.0%)  load-stdlib
   0.0797 ( 55.9%)   0.0261 ( 23.9%)   0.1058 ( 42.0%)   0.1057 (  3.2%)  build-rewrite-system
   0.0094 (  6.6%)   0.0076 (  6.9%)   0.0169 (  6.7%)   0.0193 (  0.6%)  import-clang-decl
   0.0026 (  1.8%)   0.0054 (  5.0%)   0.0080 (  3.2%)   0.0130 (  0.4%)  perform-sema
   0.0025 (  1.8%)   0.0054 (  5.0%)   0.0080 (  3.2%)   0.0130 (  0.4%)  Type checking and Semantic analysis
   0.0024 (  1.7%)   0.0052 (  4.8%)   0.0076 (  3.0%)   0.0127 (  0.4%)  typecheck-decl
   0.0020 (  1.4%)   0.0048 (  4.4%)   0.0069 (  2.7%)   0.0074 (  0.2%)  IRGen
   0.0009 (  0.6%)   0.0016 (  1.5%)   0.0025 (  1.0%)   0.0036 (  0.1%)  SILGen
   0.0011 (  0.8%)   0.0014 (  1.3%)   0.0025 (  1.0%)   0.0026 (  0.1%)  typecheck-expr
   0.0016 (  1.2%)   0.0000 (  0.0%)   0.0017 (  0.7%)   0.0017 (  0.1%)  SIL optimization
   0.0008 (  0.5%)   0.0003 (  0.3%)   0.0011 (  0.4%)   0.0011 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0007 (  0.7%)   0.0011 (  0.4%)   0.0011 (  0.0%)  SILGen-function
   0.0003 (  0.2%)   0.0006 (  0.5%)   0.0009 (  0.4%)   0.0010 (  0.0%)  precheck-target
   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%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1425 (100.0%)   0.1092 (100.0%)   0.2517 (100.0%)   3.3159 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4880 seconds (3.1720 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8414 (100.0%)   0.6466 (100.0%)   1.4880 (100.0%)   3.1720 (100.0%)  Building Target
   0.8414 (100.0%)   0.6466 (100.0%)   1.4880 (100.0%)   3.1720 (100.0%)  Total
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)
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-1745516627870957-swift-frontend-SocketSwift-OS.swift-arm64_apple_tvos9.0-o-Onone-2633973602.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2026 seconds (4.0573 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0196 ( 16.1%)   0.0182 ( 22.3%)   0.0377 ( 18.6%)   1.9215 ( 47.4%)  parse-and-resolve-imports
   0.0187 ( 15.4%)   0.0171 ( 21.0%)   0.0358 ( 17.7%)   1.9196 ( 47.3%)  Import resolution
   0.0018 (  1.5%)   0.0133 ( 16.3%)   0.0151 (  7.4%)   0.1022 (  2.5%)  load-stdlib
   0.0566 ( 46.7%)   0.0195 ( 24.0%)   0.0762 ( 37.6%)   0.0761 (  1.9%)  build-rewrite-system
   0.0090 (  7.4%)   0.0055 (  6.7%)   0.0144 (  7.1%)   0.0144 (  0.4%)  import-clang-decl
   0.0020 (  1.6%)   0.0022 (  2.7%)   0.0041 (  2.0%)   0.0042 (  0.1%)  IRGen
   0.0023 (  1.9%)   0.0011 (  1.4%)   0.0034 (  1.7%)   0.0034 (  0.1%)  perform-sema
   0.0022 (  1.8%)   0.0011 (  1.4%)   0.0034 (  1.7%)   0.0034 (  0.1%)  Type checking and Semantic analysis
   0.0022 (  1.8%)   0.0011 (  1.4%)   0.0033 (  1.6%)   0.0033 (  0.1%)  typecheck-decl
   0.0016 (  1.3%)   0.0009 (  1.1%)   0.0024 (  1.2%)   0.0024 (  0.1%)  typecheck-expr
   0.0016 (  1.4%)   0.0004 (  0.6%)   0.0021 (  1.0%)   0.0021 (  0.1%)  SILGen
   0.0013 (  1.0%)   0.0004 (  0.4%)   0.0016 (  0.8%)   0.0016 (  0.0%)  SILGen-function
   0.0008 (  0.7%)   0.0004 (  0.5%)   0.0012 (  0.6%)   0.0012 (  0.0%)  precheck-target
   0.0010 (  0.8%)   0.0000 (  0.0%)   0.0010 (  0.5%)   0.0010 (  0.0%)  SIL optimization
   0.0006 (  0.5%)   0.0002 (  0.2%)   0.0008 (  0.4%)   0.0008 (  0.0%)  load-all-members
   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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1212 (100.0%)   0.0814 (100.0%)   0.2026 (100.0%)   4.0573 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1459 seconds (3.1723 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6098 (100.0%)   0.5361 (100.0%)   1.1459 (100.0%)   3.1723 (100.0%)  Building Target
   0.6098 (100.0%)   0.5361 (100.0%)   1.1459 (100.0%)   3.1723 (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\ TLS.swift /Users/admin/builder/spi-builder-workspace/Sources/TLS.swift (in target 'SocketSwift' from project 'SocketSwift')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516627871412-swift-frontend-SocketSwift-TLS.swift-arm64_apple_tvos9.0-o-Onone-3612053167.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5230 seconds (3.7171 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0175 (  4.9%)   0.0148 (  9.1%)   0.0323 (  6.2%)   1.5730 ( 42.3%)  parse-and-resolve-imports
   0.0168 (  4.7%)   0.0140 (  8.5%)   0.0307 (  5.9%)   1.5714 ( 42.3%)  Import resolution
   0.0018 (  0.5%)   0.0116 (  7.1%)   0.0134 (  2.6%)   0.1246 (  3.4%)  load-stdlib
   0.0818 ( 22.7%)   0.0275 ( 16.9%)   0.1093 ( 20.9%)   0.1092 (  2.9%)  build-rewrite-system
   0.0440 ( 12.2%)   0.0172 ( 10.5%)   0.0612 ( 11.7%)   0.0614 (  1.7%)  perform-sema
   0.0439 ( 12.2%)   0.0171 ( 10.5%)   0.0611 ( 11.7%)   0.0613 (  1.6%)  Type checking and Semantic analysis
   0.0387 ( 10.8%)   0.0142 (  8.7%)   0.0529 ( 10.1%)   0.0531 (  1.4%)  typecheck-stmt
   0.0356 (  9.9%)   0.0136 (  8.4%)   0.0493 (  9.4%)   0.0495 (  1.3%)  typecheck-expr
   0.0198 (  5.5%)   0.0083 (  5.1%)   0.0281 (  5.4%)   0.0281 (  0.8%)  typecheck-decl
   0.0188 (  5.2%)   0.0070 (  4.3%)   0.0258 (  4.9%)   0.0260 (  0.7%)  precheck-target
   0.0131 (  3.7%)   0.0091 (  5.6%)   0.0222 (  4.2%)   0.0222 (  0.6%)  import-clang-decl
   0.0073 (  2.0%)   0.0024 (  1.5%)   0.0097 (  1.9%)   0.0101 (  0.3%)  SILGen
   0.0059 (  1.7%)   0.0032 (  2.0%)   0.0092 (  1.8%)   0.0092 (  0.2%)  IRGen
   0.0064 (  1.8%)   0.0023 (  1.4%)   0.0087 (  1.7%)   0.0090 (  0.2%)  SILGen-function
   0.0070 (  1.9%)   0.0006 (  0.3%)   0.0075 (  1.4%)   0.0075 (  0.2%)  SIL optimization
   0.0006 (  0.2%)   0.0003 (  0.2%)   0.0010 (  0.2%)   0.0010 (  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%)  module-populate-cache
   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3597 (100.0%)   0.1633 (100.0%)   0.5230 (100.0%)   3.7171 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4496 seconds (3.1735 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8761 (100.0%)   0.5736 (100.0%)   1.4496 (100.0%)   3.1735 (100.0%)  Building Target
   0.8761 (100.0%)   0.5736 (100.0%)   1.4496 (100.0%)   3.1735 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Socket.swift /Users/admin/builder/spi-builder-workspace/Sources/Socket.swift (in target 'SocketSwift' from project 'SocketSwift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745516627870567-swift-frontend-SocketSwift-Socket.swift-arm64_apple_tvos9.0-o-Onone-2938133917.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5252 seconds (4.1446 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0190 (  4.9%)   0.0170 ( 12.3%)   0.0359 (  6.8%)   1.7913 ( 43.2%)  parse-and-resolve-imports
   0.0181 (  4.7%)   0.0160 ( 11.6%)   0.0341 (  6.5%)   1.7895 ( 43.2%)  Import resolution
   0.0018 (  0.5%)   0.0121 (  8.8%)   0.0139 (  2.6%)   0.1224 (  3.0%)  load-stdlib
   0.0585 ( 15.1%)   0.0195 ( 14.1%)   0.0780 ( 14.9%)   0.0779 (  1.9%)  build-rewrite-system
   0.0589 ( 15.2%)   0.0141 ( 10.2%)   0.0730 ( 13.9%)   0.0731 (  1.8%)  perform-sema
   0.0588 ( 15.2%)   0.0141 ( 10.2%)   0.0729 ( 13.9%)   0.0730 (  1.8%)  Type checking and Semantic analysis
   0.0412 ( 10.6%)   0.0091 (  6.6%)   0.0502 (  9.6%)   0.0503 (  1.2%)  typecheck-expr
   0.0377 (  9.7%)   0.0074 (  5.3%)   0.0451 (  8.6%)   0.0451 (  1.1%)  typecheck-stmt
   0.0306 (  7.9%)   0.0096 (  7.0%)   0.0403 (  7.7%)   0.0404 (  1.0%)  typecheck-decl
   0.0110 (  2.8%)   0.0078 (  5.7%)   0.0188 (  3.6%)   0.0188 (  0.5%)  import-clang-decl
   0.0122 (  3.1%)   0.0028 (  2.0%)   0.0149 (  2.8%)   0.0149 (  0.4%)  precheck-target
   0.0103 (  2.7%)   0.0039 (  2.8%)   0.0141 (  2.7%)   0.0141 (  0.3%)  IRGen
   0.0105 (  2.7%)   0.0022 (  1.6%)   0.0128 (  2.4%)   0.0128 (  0.3%)  SILGen
   0.0080 (  2.1%)   0.0016 (  1.1%)   0.0096 (  1.8%)   0.0096 (  0.2%)  SILGen-function
   0.0091 (  2.4%)   0.0004 (  0.3%)   0.0095 (  1.8%)   0.0095 (  0.2%)  SIL optimization
   0.0008 (  0.2%)   0.0004 (  0.3%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0006 (  0.2%)   0.0001 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  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%)  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.3872 (100.0%)   0.1380 (100.0%)   0.5252 (100.0%)   4.1446 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2689 seconds (3.1808 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7248 (100.0%)   0.5440 (100.0%)   1.2689 (100.0%)   3.1808 (100.0%)  Building Target
   0.7248 (100.0%)   0.5440 (100.0%)   1.2689 (100.0%)   3.1808 (100.0%)  Total
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)) }
                                                                          ^
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-1745516627869548-swift-frontend-SocketSwift-all-arm64_apple_tvos9.0-swiftmodule-Onone-3999939223.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2429 seconds (3.7684 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0183 ( 11.7%)   0.0158 ( 18.2%)   0.0341 ( 14.0%)   1.7499 ( 46.4%)  parse-and-resolve-imports
   0.0175 ( 11.2%)   0.0149 ( 17.1%)   0.0323 ( 13.3%)   1.7481 ( 46.4%)  Import resolution
   0.0020 (  1.3%)   0.0134 ( 15.4%)   0.0153 (  6.3%)   0.1077 (  2.9%)  load-stdlib
   0.0271 ( 17.3%)   0.0080 (  9.2%)   0.0350 ( 14.4%)   0.0352 (  0.9%)  perform-sema
   0.0270 ( 17.3%)   0.0079 (  9.1%)   0.0349 ( 14.4%)   0.0350 (  0.9%)  Type checking and Semantic analysis
   0.0267 ( 17.1%)   0.0077 (  8.9%)   0.0344 ( 14.2%)   0.0345 (  0.9%)  typecheck-decl
   0.0099 (  6.4%)   0.0036 (  4.1%)   0.0135 (  5.6%)   0.0136 (  0.4%)  typecheck-expr
   0.0070 (  4.5%)   0.0055 (  6.4%)   0.0125 (  5.1%)   0.0131 (  0.3%)  SIL optimization
   0.0061 (  3.9%)   0.0014 (  1.6%)   0.0074 (  3.1%)   0.0074 (  0.2%)  SILGen
   0.0050 (  3.2%)   0.0015 (  1.7%)   0.0065 (  2.7%)   0.0065 (  0.2%)  build-rewrite-system
   0.0016 (  1.0%)   0.0029 (  3.4%)   0.0045 (  1.9%)   0.0051 (  0.1%)  Serialization, swiftmodule
   0.0030 (  1.9%)   0.0006 (  0.7%)   0.0036 (  1.5%)   0.0035 (  0.1%)  SILGen-function
   0.0016 (  1.0%)   0.0019 (  2.2%)   0.0035 (  1.5%)   0.0035 (  0.1%)  import-clang-decl
   0.0026 (  1.7%)   0.0009 (  1.0%)   0.0035 (  1.4%)   0.0035 (  0.1%)  precheck-target
   0.0002 (  0.1%)   0.0008 (  0.9%)   0.0010 (  0.4%)   0.0010 (  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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1562 (100.0%)   0.0867 (100.0%)   0.2429 (100.0%)   3.7684 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1157 seconds (1.9254 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0681 (100.0%)   0.0477 (100.0%)   0.1157 (100.0%)   1.9254 (100.0%)  Building Target
   0.0681 (100.0%)   0.0477 (100.0%)   0.1157 (100.0%)   1.9254 (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\ 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-1745516627866898-swift-frontend-SocketSwift-Type.swift-arm64_apple_tvos9.0-o-Onone-3389730402.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2239 seconds (3.4737 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0180 ( 12.8%)   0.0156 ( 18.8%)   0.0336 ( 15.0%)   1.6133 ( 46.4%)  parse-and-resolve-imports
   0.0171 ( 12.1%)   0.0148 ( 17.8%)   0.0319 ( 14.3%)   1.6116 ( 46.4%)  Import resolution
   0.0018 (  1.2%)   0.0150 ( 18.1%)   0.0167 (  7.5%)   0.1072 (  3.1%)  load-stdlib
   0.0806 ( 57.2%)   0.0264 ( 31.8%)   0.1070 ( 47.8%)   0.1069 (  3.1%)  build-rewrite-system
   0.0093 (  6.6%)   0.0063 (  7.6%)   0.0156 (  7.0%)   0.0157 (  0.5%)  import-clang-decl
   0.0019 (  1.3%)   0.0021 (  2.6%)   0.0040 (  1.8%)   0.0040 (  0.1%)  IRGen
   0.0025 (  1.7%)   0.0006 (  0.7%)   0.0031 (  1.4%)   0.0031 (  0.1%)  perform-sema
   0.0024 (  1.7%)   0.0006 (  0.7%)   0.0030 (  1.3%)   0.0030 (  0.1%)  Type checking and Semantic analysis
   0.0023 (  1.6%)   0.0005 (  0.6%)   0.0028 (  1.3%)   0.0028 (  0.1%)  typecheck-decl
   0.0018 (  1.3%)   0.0000 (  0.0%)   0.0018 (  0.8%)   0.0018 (  0.1%)  SIL optimization
   0.0011 (  0.8%)   0.0003 (  0.3%)   0.0014 (  0.6%)   0.0014 (  0.0%)  typecheck-expr
   0.0007 (  0.5%)   0.0003 (  0.4%)   0.0011 (  0.5%)   0.0011 (  0.0%)  load-all-members
   0.0007 (  0.5%)   0.0002 (  0.2%)   0.0009 (  0.4%)   0.0009 (  0.0%)  SILGen
   0.0004 (  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.0003 (  0.2%)   0.0003 (  0.0%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.1%)   0.0001 (  0.1%)   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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1410 (100.0%)   0.0830 (100.0%)   0.2239 (100.0%)   3.4737 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4463 seconds (3.1773 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8390 (100.0%)   0.6073 (100.0%)   1.4463 (100.0%)   3.1773 (100.0%)  Building Target
   0.8390 (100.0%)   0.6073 (100.0%)   1.4463 (100.0%)   3.1773 (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)
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 Error.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling OS.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Family.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Socket.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Type.swift (in target 'SocketSwift' from project 'SocketSwift')
SwiftDriverJobDiscovery normal arm64 Compiling Protocol.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')
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:43:51.433 appintentsmetadataprocessor[698:3913] Starting appintentsmetadataprocessor export
2025-04-24 10:43:51.436 appintentsmetadataprocessor[698:3913] 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.