The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-cluster-membership, reference main (020d87), with Swift 6.1 for Linux on 28 Oct 2025 14:18:01 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-cluster-membership.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-cluster-membership
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 020d875 chore: restrict GitHub workflow permissions - future-proof (#124)
Cloned https://github.com/apple/swift-cluster-membership.git
Revision (git rev-parse @):
020d875992794072e091e0d0acd47827bd64924e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cluster-membership.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-cluster-membership.git
https://github.com/apple/swift-cluster-membership.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.19.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    }
  ],
  "manifest_display_name" : "swift-cluster-membership",
  "name" : "swift-cluster-membership",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ClusterMembership",
      "targets" : [
        "ClusterMembership"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWIM",
      "targets" : [
        "SWIM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWIMNIOExample",
      "targets" : [
        "SWIMNIOExample"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SWIMTests",
      "module_type" : "SwiftTarget",
      "name" : "SWIMTests",
      "path" : "Tests/SWIMTests",
      "sources" : [
        "HeapTests.swift",
        "SWIMInstanceTests.swift",
        "SWIMMetricsTests.swift",
        "SWIMSettingsTests.swift",
        "TestPeer.swift"
      ],
      "target_dependencies" : [
        "SWIM",
        "SWIMTestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMTestKit",
      "module_type" : "SwiftTarget",
      "name" : "SWIMTestKit",
      "path" : "Tests/SWIMTestKit",
      "product_dependencies" : [
        "NIO",
        "Logging",
        "Metrics"
      ],
      "sources" : [
        "LogCapture.swift",
        "TestMetrics.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMNIOExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "SWIMNIOExampleTests",
      "path" : "Tests/SWIMNIOExampleTests",
      "sources" : [
        "CodingTests.swift",
        "SWIMNIOClusteredTests.swift",
        "SWIMNIOEventClusteredTests.swift",
        "SWIMNIOMetricsTests.swift",
        "Utils/BaseXCTestCases.swift"
      ],
      "target_dependencies" : [
        "SWIMNIOExample",
        "SWIMTestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMNIOExample",
      "module_type" : "SwiftTarget",
      "name" : "SWIMNIOExample",
      "path" : "Sources/SWIMNIOExample",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "NIOConcurrencyHelpers",
        "NIOExtras",
        "Logging",
        "Metrics"
      ],
      "product_memberships" : [
        "SWIMNIOExample"
      ],
      "sources" : [
        "Coding.swift",
        "Logging.swift",
        "Message.swift",
        "NIOPeer.swift",
        "SWIMNIOHandler.swift",
        "SWIMNIOShell.swift",
        "Settings.swift",
        "Utils/String+Extensions.swift",
        "Utils/time.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWIM",
      "module_type" : "SwiftTarget",
      "name" : "SWIM",
      "path" : "Sources/SWIM",
      "product_dependencies" : [
        "Logging",
        "Metrics"
      ],
      "product_memberships" : [
        "SWIM",
        "SWIMNIOExample"
      ],
      "sources" : [
        "Events.swift",
        "Member.swift",
        "Metrics.swift",
        "Peer.swift",
        "SWIM.swift",
        "SWIMInstance.swift",
        "SWIMProtocol.swift",
        "Settings.swift",
        "Status.swift",
        "Utils/Heap.swift",
        "Utils/String+Extensions.swift",
        "Utils/_PrettyLog.swift",
        "Utils/time.swift"
      ],
      "target_dependencies" : [
        "ClusterMembership"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClusterMembershipTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembershipTests",
      "path" : "Tests/ClusterMembershipTests",
      "sources" : [
        "NodeTests.swift"
      ],
      "target_dependencies" : [
        "ClusterMembership"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMembershipDocumentationTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembershipDocumentationTests",
      "path" : "Tests/ClusterMembershipDocumentationTests",
      "sources" : [
        "SWIMDocExamples.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMembership",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembership",
      "path" : "Sources/ClusterMembership",
      "product_memberships" : [
        "ClusterMembership",
        "SWIM",
        "SWIMNIOExample"
      ],
      "sources" : [
        "Node.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2487] Fetching swift-metrics
[499/6627] Fetching swift-metrics, swift-log
[6628/12827] Fetching swift-metrics, swift-log, swift-nio-extras
[10906/28025] Fetching swift-metrics, swift-log, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.81s)
[11423/23885] Fetching swift-metrics, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.82s)
[5375/17685] Fetching swift-metrics, swift-nio-ssl
[5528/97380] Fetching swift-metrics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (11.97s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (12.03s)
Fetched https://github.com/apple/swift-nio.git from cache (12.17s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (13.25s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.34s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1653] Fetching swift-asn1
[150/7287] Fetching swift-asn1, swift-async-algorithms
[895/9817] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle
[2684/16488] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.29s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.55s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.56s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
[1/1820] Fetching swift-atomics
[1821/7819] Fetching swift-atomics, swift-algorithms
[3381/9017] Fetching swift-atomics, swift-algorithms, swift-http-structured-headers
[6008/9956] Fetching swift-atomics, swift-algorithms, swift-http-structured-headers, swift-http-types
[8387/21656] Fetching swift-atomics, swift-algorithms, swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.72s)
[9942/20717] Fetching swift-atomics, swift-algorithms, swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.01s)
[8872/19519] Fetching swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.17s)
[7754/17699] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.41s)
[2808/11700] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.0 (5.00s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.01s)
Fetching https://github.com/apple/swift-collections.git
[1/18239] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.15s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.19s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.82s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.05s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (4.49s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (1.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.58s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.0 (2.03s)
Fetching https://github.com/apple/swift-crypto.git
[1/17324] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.30s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.35.0 (6.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.87.0 (3.23s)
Fetching https://github.com/apple/swift-system.git
[1/5065] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.09s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.0.0 (3.61s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.12s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.35.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.87.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/33] Write sources
[18/33] Compiling CNIOWindows shim.c
[18/33] Compiling CNIOWASI CNIOWASI.c
[20/33] Compiling CNIOWindows WSAStartup.c
[21/33] Compiling CNIOPosix event_loop_id.c
[22/33] Compiling CNIOLinux liburing_shims.c
[23/33] Compiling _AtomicsShims.c
[24/33] Compiling CNIOLinux shim.c
[25/33] Write sources
[26/33] Compiling CNIODarwin shim.c
[27/33] Compiling CNIOLLHTTP c_nio_http.c
[28/33] Compiling CNIOLLHTTP c_nio_api.c
[29/33] Write swift-version-24593BA9C3E375BF.txt
[30/44] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/65] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/65] Emitting module ClusterMembership
[34/65] Compiling ClusterMembership Node.swift
[35/65] Compiling _NIOBase64 Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/67] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/67] Compiling _NIODataStructures _TinyArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/67] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/69] Compiling CoreMetrics Metrics.swift
[43/69] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/69] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/69] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/69] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/69] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/69] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/69] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/69] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/69] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/69] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/69] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/69] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/69] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/69] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/70] Compiling c-nioatomics.c
[61/88] Emitting module CoreMetrics
[62/88] Compiling CoreMetrics Locks.swift
[63/89] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/89] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/90] Emitting module Logging
[66/90] Compiling Logging MetadataProvider.swift
[68/90] Compiling Logging LogHandler.swift
[69/90] Compiling Logging Locks.swift
[70/90] Compiling Logging Logging.swift
[72/91] Compiling Atomics AtomicMemoryOrderings.swift
[73/91] Compiling Atomics DoubleWord.swift
[74/108] Compiling DequeModule Deque.swift
[75/108] Compiling Atomics ManagedAtomicLazyReference.swift
[76/108] Compiling Atomics UnsafeAtomic.swift
[77/108] Compiling Atomics UnsafeAtomicLazyReference.swift
[79/110] Compiling DequeModule Deque+Descriptions.swift
[80/110] Compiling DequeModule Deque+Equatable.swift
[81/110] Compiling DequeModule _DequeBuffer.swift
[82/110] Compiling DequeModule _DequeBufferHeader.swift
[83/110] Compiling DequeModule Deque._UnsafeHandle.swift
[84/110] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/112] Compiling Atomics IntegerOperations.swift
[91/112] Compiling Atomics Unmanaged extensions.swift
[92/112] Compiling DequeModule Deque+Codable.swift
[93/112] Compiling DequeModule Deque+Collection.swift
[94/112] Compiling c-atomics.c
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/112] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/112] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/112] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/112] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/112] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/118] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/119] Emitting module NIOConcurrencyHelpers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/119] Emitting module Atomics
[110/119] Compiling NIOConcurrencyHelpers lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/119] Compiling NIOConcurrencyHelpers NIOLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/119] Compiling NIOConcurrencyHelpers atomics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/182] Emitting module Metrics
[121/182] Compiling Metrics Metrics.swift
[123/196] Compiling SWIM String+Extensions.swift
[124/196] Compiling SWIM _PrettyLog.swift
[125/197] Emitting module SWIM
[126/197] Compiling SWIM time.swift
[127/197] Compiling SWIM SWIMProtocol.swift
[128/197] Compiling SWIM Settings.swift
[129/197] Compiling SWIM Status.swift
[130/197] Compiling SWIM Heap.swift
[131/197] Compiling SWIM SWIM.swift
[132/197] Compiling SWIM SWIMInstance.swift
[133/197] Compiling SWIM Events.swift
[134/197] Compiling SWIM Member.swift
[135/197] Compiling SWIM Metrics.swift
[136/197] Compiling SWIM Peer.swift
[138/198] Emitting module NIOCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/206] Compiling NIOCore AddressedEnvelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/206] Compiling NIOCore AsyncAwaitSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/206] Compiling NIOCore AsyncChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/206] Compiling NIOCore AsyncChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/206] Compiling NIOCore AsyncChannelInboundStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/206] Compiling NIOCore AsyncChannelOutboundWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/206] Compiling NIOCore NIOAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/206] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/206] Compiling NIOCore NIOAsyncWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/206] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/206] Compiling NIOCore BSDSocketAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/206] Compiling NIOCore ByteBuffer-aux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/206] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/206] Compiling NIOCore ByteBuffer-conversions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/206] Compiling NIOCore ByteBuffer-core.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/206] Compiling NIOCore ByteBuffer-hex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/206] Compiling NIOCore ByteBuffer-int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/206] Compiling NIOCore ByteBuffer-lengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/206] Compiling NIOCore NIOAny.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/206] Compiling NIOCore NIOCloseOnErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/206] Compiling NIOCore NIOCoreSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/206] Compiling NIOCore NIOLoopBound.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/206] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/206] Compiling NIOCore NIOScheduledCallback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/206] Compiling NIOCore NIOSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/206] Compiling NIOCore RecvByteBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/206] Compiling NIOCore EventLoopFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/206] Compiling NIOCore FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/206] Compiling NIOCore FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/206] Compiling NIOCore FileRegion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/206] Compiling NIOCore GlobalSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/206] Compiling NIOCore IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/206] Compiling NIOCore ByteBuffer-multi-int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/206] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/206] Compiling NIOCore ByteBuffer-views.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/206] Compiling NIOCore Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/206] Compiling NIOCore ChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/206] Compiling NIOCore ChannelHandlers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/206] Compiling NIOCore ChannelInvoker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/206] Compiling NIOCore ChannelOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/206] Compiling NIOCore ChannelPipeline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/206] Compiling NIOCore CircularBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/206] Compiling NIOCore Codec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/206] Compiling NIOCore ConvenienceOptionSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/206] Compiling NIOCore DeadChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/206] Compiling NIOCore DispatchQueue+WithFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/206] Compiling NIOCore EventLoop+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/206] Compiling NIOCore EventLoop+SerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/206] Compiling NIOCore EventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/206] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/206] Compiling NIOCore SingleStepByteToMessageDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/206] Compiling NIOCore SocketAddresses.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/206] Compiling NIOCore SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/206] Compiling NIOCore SystemCallHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/206] Compiling NIOCore TimeAmount+Duration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/206] Compiling NIOCore TypeAssistedChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[205/206] Compiling NIOCore UniversalBootstrapSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/206] Compiling NIOCore Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/261] Compiling NIOEmbedded AsyncTestingChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/261] Compiling NIOEmbedded AsyncTestingEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/261] Emitting module NIOEmbedded
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/261] Compiling NIOEmbedded Embedded.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/262] Compiling NIOPosix IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/262] Compiling NIOPosix IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/262] Compiling NIOPosix IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/262] Compiling NIOPosix Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/262] Compiling NIOPosix LinuxCPUSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/262] Compiling NIOPosix LinuxUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/262] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/268] Compiling NIOPosix ThreadWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/268] Compiling NIOPosix UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/268] Compiling NIOPosix Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/268] Compiling NIOPosix VsockAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/268] Compiling NIOPosix VsockChannelEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/268] Compiling NIOPosix Windows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/268] Emitting module NIOPosix
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/268] Compiling NIOPosix BSDSocketAPICommon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/268] Compiling NIOPosix BSDSocketAPIPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/268] Compiling NIOPosix BSDSocketAPIWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/268] Compiling NIOPosix BaseSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/268] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/268] Compiling NIOPosix BaseSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/268] Compiling NIOPosix BaseStreamSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/268] Compiling NIOPosix Pool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/268] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/268] Compiling NIOPosix PosixSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/268] Compiling NIOPosix RawSocketBootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/268] Compiling NIOPosix Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/268] Compiling NIOPosix Selectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/268] Compiling NIOPosix SelectableChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/268] Compiling NIOPosix Socket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/268] Compiling NIOPosix SocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/268] Compiling NIOPosix SocketProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/268] Compiling NIOPosix StructuredConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/268] Compiling NIOPosix System.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/268] Compiling NIOPosix Thread.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/268] Compiling NIOPosix ThreadPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/268] Compiling NIOPosix SelectableEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/268] Compiling NIOPosix SelectorEpoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/268] Compiling NIOPosix SelectorGeneric.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/268] Compiling NIOPosix SelectorKqueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/268] Compiling NIOPosix SelectorUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/268] Compiling NIOPosix SelectorWSAPoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/268] Compiling NIOPosix ServerSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/268] Compiling NIOPosix NIOPosixSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/268] Compiling NIOPosix NIOThreadPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/268] Compiling NIOPosix NonBlockingFileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/268] Compiling NIOPosix PendingDatagramWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/268] Compiling NIOPosix PendingWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/268] Compiling NIOPosix PipeChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/268] Compiling NIOPosix PipePair.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/268] Compiling NIOPosix Bootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/268] Compiling NIOPosix ControlMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/268] Compiling NIOPosix DatagramVectorReadManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/268] Compiling NIOPosix Errors+Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/268] Compiling NIOPosix FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/268] Compiling NIOPosix GetaddrinfoResolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/268] Compiling NIOPosix HappyEyeballs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/271] Compiling NIO Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/271] Emitting module NIO
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/293] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/293] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/295] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[276/295] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[277/295] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[278/295] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[279/295] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[280/295] Compiling NIOHTTP1 HTTPTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/295] Compiling NIOHTTP1 HTTPPipelineSetup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[282/295] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/295] Compiling NIOHTTP1 HTTPHeaderValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[284/295] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[285/295] Emitting module NIOHTTP1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[286/295] Compiling NIOHTTP1 ByteCollectionUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[287/295] Compiling NIOHTTP1 HTTPDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[288/295] Compiling NIOHTTP1 HTTPEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[289/295] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/295] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[292/296] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/296] Emitting module NIOFoundationCompat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[294/310] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[295/310] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[296/314] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[297/315] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[298/315] Compiling NIOExtras NIOExtrasError.swift
[299/317] Compiling NIOExtras DebugInboundEventsHandler.swift
[300/317] Compiling NIOExtras DebugOutboundEventsHandler.swift
[301/317] Compiling NIOExtras FixedLengthFrameDecoder.swift
[303/317] Compiling NIOExtras NIOLengthFieldBitLength.swift
[304/317] Compiling NIOExtras NIORequestIdentifiable.swift
[305/317] Compiling NIOExtras PCAPRingBuffer.swift
[306/317] Compiling NIOExtras QuiescingHelper.swift
[307/317] Compiling NIOExtras RequestResponseHandler.swift
[308/317] Compiling NIOExtras RequestResponseHandlers+State.swift
[309/317] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[310/317] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[311/317] Compiling NIOExtras JSONRPCFraming.swift
[312/317] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[313/317] Compiling NIOExtras LengthFieldPrepender.swift
[314/317] Compiling NIOExtras LineBasedFrameDecoder.swift
[315/317] Emitting module NIOExtras
[316/317] Compiling NIOExtras RequestResponseWithIDHandler.swift
[317/317] Compiling NIOExtras WritePCAPHandler.swift
[319/327] Compiling SWIMNIOExample String+Extensions.swift
[320/327] Compiling SWIMNIOExample Settings.swift
[321/328] Compiling SWIMNIOExample Message.swift
[322/328] Compiling SWIMNIOExample SWIMNIOHandler.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:75:35: warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a '@Sendable' closure
 32 | /// It is designed to work with `DatagramBootstrap`s, and the contained shell can send messages by writing `SWIMNIOSWIMNIOWriteCommand`
 33 | /// data into the channel which this handler converts into outbound `AddressedEnvelope<ByteBuffer>` elements.
 34 | public final class SWIMNIOHandler: ChannelDuplexHandler {
    |                    `- note: class 'SWIMNIOHandler' does not conform to the 'Sendable' protocol
 35 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
 36 |     public typealias InboundOut = SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>
    :
 73 |             onMemberStatusChange: { change in
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
    |                                   `- warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a '@Sendable' closure
 76 |                     context.fireChannelRead(wrapped)
 77 |                 }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:75:55: warning: capture of 'change' with non-sendable type 'SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>' in a '@Sendable' closure
 73 |             onMemberStatusChange: { change in
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
    |                                                       `- warning: capture of 'change' with non-sendable type 'SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>' in a '@Sendable' closure
 76 |                     context.fireChannelRead(wrapped)
 77 |                 }
/host/spi-builder-workspace/Sources/SWIM/Events.swift:22:19: note: generic struct 'MemberStatusChangedEvent' does not conform to the 'Sendable' protocol
 20 |     /// Use `isReachabilityChange` to detect whether the is a change from an alive to unreachable/dead state or not,
 21 |     /// and is worth emitting to user-code or not.
 22 |     public struct MemberStatusChangedEvent<Peer: SWIMPeer>: Equatable {
    |                   `- note: generic struct 'MemberStatusChangedEvent' does not conform to the 'Sendable' protocol
 23 |         /// The member that this change event is about.
 24 |         public let member: SWIM.Member<Peer>
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 18 | import NIO
 19 | import NIOFoundationCompat
 20 | import SWIM
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 21 |
 22 | import struct Dispatch.DispatchTime
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:76:21: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
 76 |                     context.fireChannelRead(wrapped)
    |                     `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 77 |                 }
 78 |             }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:130:39: warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a '@Sendable' closure
 32 | /// It is designed to work with `DatagramBootstrap`s, and the contained shell can send messages by writing `SWIMNIOSWIMNIOWriteCommand`
 33 | /// data into the channel which this handler converts into outbound `AddressedEnvelope<ByteBuffer>` elements.
 34 | public final class SWIMNIOHandler: ChannelDuplexHandler {
    |                    `- note: class 'SWIMNIOHandler' does not conform to the 'Sendable' protocol
 35 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
 36 |     public typealias InboundOut = SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>
    :
128 |
129 |                 let timeoutTask = context.eventLoop.scheduleTask(in: writeCommand.replyTimeout) {
130 |                     if let callback = self.pendingReplyCallbacks.removeValue(forKey: callbackKey) {
    |                                       `- warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a '@Sendable' closure
131 |                         callback(
132 |                             .failure(
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:130:86: warning: capture of 'callbackKey' with non-sendable type 'PendingResponseCallbackIdentifier' in a '@Sendable' closure
128 |
129 |                 let timeoutTask = context.eventLoop.scheduleTask(in: writeCommand.replyTimeout) {
130 |                     if let callback = self.pendingReplyCallbacks.removeValue(forKey: callbackKey) {
    |                                                                                      `- warning: capture of 'callbackKey' with non-sendable type 'PendingResponseCallbackIdentifier' in a '@Sendable' closure
131 |                         callback(
132 |                             .failure(
    :
320 |
321 | // TODO: move callbacks into the shell?
322 | struct PendingResponseCallbackIdentifier: Hashable, CustomStringConvertible {
    |        `- note: consider making struct 'PendingResponseCallbackIdentifier' conform to the 'Sendable' protocol
323 |     let peerAddress: SocketAddress  // FIXME: UID as well...?
324 |     let sequenceNumber: SWIM.SequenceNumber
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:134:46: warning: capture of 'writeCommand' with non-sendable type 'SWIMNIOHandler.OutboundIn' (aka 'SWIMNIOWriteCommand') in a '@Sendable' closure
132 |                             .failure(
133 |                                 SWIMNIOTimeoutError(
134 |                                     timeout: writeCommand.replyTimeout,
    |                                              `- warning: capture of 'writeCommand' with non-sendable type 'SWIMNIOHandler.OutboundIn' (aka 'SWIMNIOWriteCommand') in a '@Sendable' closure
135 |                                     message:
136 |                                         "Timeout of [\(callbackKey)], no reply to [\(writeCommand.message.messageCaseDescription)] after \(writeCommand.replyTimeout.prettyDescription())"
    :
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
[323/328] Emitting module SWIMNIOExample
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:75:35: warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a '@Sendable' closure
 32 | /// It is designed to work with `DatagramBootstrap`s, and the contained shell can send messages by writing `SWIMNIOSWIMNIOWriteCommand`
 33 | /// data into the channel which this handler converts into outbound `AddressedEnvelope<ByteBuffer>` elements.
 34 | public final class SWIMNIOHandler: ChannelDuplexHandler {
    |                    `- note: class 'SWIMNIOHandler' does not conform to the 'Sendable' protocol
 35 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
 36 |     public typealias InboundOut = SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>
    :
 73 |             onMemberStatusChange: { change in
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
    |                                   `- warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a '@Sendable' closure
 76 |                     context.fireChannelRead(wrapped)
 77 |                 }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:75:55: warning: capture of 'change' with non-sendable type 'SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>' in a '@Sendable' closure
 73 |             onMemberStatusChange: { change in
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
    |                                                       `- warning: capture of 'change' with non-sendable type 'SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>' in a '@Sendable' closure
 76 |                     context.fireChannelRead(wrapped)
 77 |                 }
/host/spi-builder-workspace/Sources/SWIM/Events.swift:22:19: note: generic struct 'MemberStatusChangedEvent' does not conform to the 'Sendable' protocol
 20 |     /// Use `isReachabilityChange` to detect whether the is a change from an alive to unreachable/dead state or not,
 21 |     /// and is worth emitting to user-code or not.
 22 |     public struct MemberStatusChangedEvent<Peer: SWIMPeer>: Equatable {
    |                   `- note: generic struct 'MemberStatusChangedEvent' does not conform to the 'Sendable' protocol
 23 |         /// The member that this change event is about.
 24 |         public let member: SWIM.Member<Peer>
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 18 | import NIO
 19 | import NIOFoundationCompat
 20 | import SWIM
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 21 |
 22 | import struct Dispatch.DispatchTime
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:76:21: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
 76 |                     context.fireChannelRead(wrapped)
    |                     `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
 77 |                 }
 78 |             }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 |     // visible for ChannelPipeline to modify
1794 |     fileprivate var next: Optional<ChannelHandlerContext>
[324/328] Compiling SWIMNIOExample Coding.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
[325/328] Compiling SWIMNIOExample Logging.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
[326/328] Compiling SWIMNIOExample NIOPeer.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
/host/spi-builder-workspace/Sources/SWIMNIOExample/NIOPeer.swift:78:30: warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
 76 |                 )
 77 |
 78 |                 self.channel.writeAndFlush(command, promise: nil)
    |                              `- warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
 79 |             }
 80 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:293:15: note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
/host/spi-builder-workspace/Sources/SWIMNIOExample/NIOPeer.swift:122:30: warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
120 |                 )
121 |
122 |                 self.channel.writeAndFlush(command, promise: nil)
    |                              `- warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
123 |             }
124 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:293:15: note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
/host/spi-builder-workspace/Sources/SWIMNIOExample/NIOPeer.swift:142:26: warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
140 |             )
141 |
142 |             self.channel.writeAndFlush(command, promise: nil)
    |                          `- warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
143 |         }
144 |
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:293:15: note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
/host/spi-builder-workspace/Sources/SWIMNIOExample/NIOPeer.swift:157:26: warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
155 |             )
156 |
157 |             self.channel.writeAndFlush(command, promise: nil)
    |                          `- warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
158 |         }
159 |
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:293:15: note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
[327/328] Compiling SWIMNIOExample SWIMNIOShell.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:96:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
 94 |         guard self.eventLoop.inEventLoop else {
 95 |             return self.eventLoop.execute {
 96 |                 self.receiveShutdown()
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 97 |             }
 98 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:115:95: warning: capture of 'task' with non-sendable type '() -> Void' in a '@Sendable' closure
113 |         self.eventLoop.assertInEventLoop()
114 |
115 |         let scheduled: Scheduled<Void> = self.eventLoop.scheduleTask(in: delay.toNIO) { () in task() }
    |                                                                                               |- warning: capture of 'task' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                                                                                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
116 |         return SWIMCancellable { scheduled.cancel() }
117 |     }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:125:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
123 |         guard self.eventLoop.inEventLoop else {
124 |             return self.eventLoop.execute {
125 |                 self.receiveMessage(message: message)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
126 |             }
127 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:125:46: warning: capture of 'message' with non-sendable type 'SWIM.Message' in a '@Sendable' closure
123 |         guard self.eventLoop.inEventLoop else {
124 |             return self.eventLoop.execute {
125 |                 self.receiveMessage(message: message)
    |                                              `- warning: capture of 'message' with non-sendable type 'SWIM.Message' in a '@Sendable' closure
126 |             }
127 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/Message.swift:21:17: note: consider making enum 'Message' conform to the 'Sendable' protocol
 19 |
 20 | extension SWIM {
 21 |     public enum Message {
    |                 `- note: consider making enum 'Message' conform to the 'Sendable' protocol
 22 |         case ping(replyTo: NIOPeer, payload: GossipPayload<NIOPeer>, sequenceNumber: SWIM.SequenceNumber)
 23 |
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:152:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
150 |         guard self.eventLoop.inEventLoop else {
151 |             return self.eventLoop.execute {
152 |                 self.receiveLocalMessage(message: message)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
153 |             }
154 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:152:51: warning: capture of 'message' with non-sendable type 'SWIM.LocalMessage' in a '@Sendable' closure
150 |         guard self.eventLoop.inEventLoop else {
151 |             return self.eventLoop.execute {
152 |                 self.receiveLocalMessage(message: message)
    |                                                   `- warning: capture of 'message' with non-sendable type 'SWIM.LocalMessage' in a '@Sendable' closure
153 |             }
154 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/Message.swift:76:17: note: consider making enum 'LocalMessage' conform to the 'Sendable' protocol
 74 |     }
 75 |
 76 |     public enum LocalMessage {
    |                 `- note: consider making enum 'LocalMessage' conform to the 'Sendable' protocol
 77 |         /// Sent by `ClusterShell` when wanting to join a cluster node by `Node`.
 78 |         ///
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:174:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
172 |         guard self.eventLoop.inEventLoop else {
173 |             return self.eventLoop.execute {
174 |                 self.receivePing(pingOrigin: pingOrigin, payload: payload, sequenceNumber: sequenceNumber)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
175 |             }
176 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:219:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
217 |         guard self.eventLoop.inEventLoop else {
218 |             return self.eventLoop.execute {
219 |                 self.receivePingRequest(
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
220 |                     target: target,
221 |                     pingRequestOrigin: pingRequestOrigin,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:279:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
277 |         guard self.eventLoop.inEventLoop else {
278 |             return self.eventLoop.execute {
279 |                 self.receivePingResponse(
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
280 |                     response: response,
281 |                     pingRequestOriginPeer: pingRequestOriginPeer,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:337:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
335 |         guard self.eventLoop.inEventLoop else {
336 |             return self.eventLoop.execute {
337 |                 self.receiveEveryPingRequestResponse(result: result, pingedPeer: pingedPeer)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
338 |             }
339 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:357:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
355 |         guard self.eventLoop.inEventLoop else {
356 |             return self.eventLoop.execute {
357 |                 self.receivePingRequestResponse(result: result, pingedPeer: pingedPeer)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
358 |             }
359 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:546:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
544 |             switch result {
545 |             case .success(let response):
546 |                 self.swim.metrics.shell.pingRequestResponseTimeFirst.recordInterval(
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
547 |                     since: startedSendingPingRequestsSentAt
548 |                 )
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:553:50: warning: capture of 'directive' with non-sendable type 'SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>.SendPingRequestDirective' in a '@Sendable' closure
551 |             case .failure(let error):
552 |                 self.log.debug(
553 |                     "Failed to pingRequest via \(directive.requestDetails.count) peers",
    |                                                  `- warning: capture of 'directive' with non-sendable type 'SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>.SendPingRequestDirective' in a '@Sendable' closure
554 |                     metadata: ["pingRequest/target": "\(target)", "error": "\(error)"]
555 |                 )
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:1169:19: note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1167 |     /// Only a single `target` peer is used, however it may be pinged "through" a few other members.
1168 |     /// The amount of fan-out in pingRequests is configurable by `swim.indirectProbeCount`.
1169 |     public struct SendPingRequestDirective {
     |                   `- note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1170 |         /// Target that the should be probed by the `requestDetails.memberToPingRequestThrough` peers.
1171 |         public let target: Peer
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 17 | import Metrics
 18 | import NIO
 19 | import SWIM
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 20 |
 21 | import struct Dispatch.DispatchTime
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:553:50: warning: implicit capture of 'directive' requires that 'SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>.SendPingRequestDirective' conforms to 'Sendable'; this is an error in the Swift 6 language mode
551 |             case .failure(let error):
552 |                 self.log.debug(
553 |                     "Failed to pingRequest via \(directive.requestDetails.count) peers",
    |                                                  `- warning: implicit capture of 'directive' requires that 'SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>.SendPingRequestDirective' conforms to 'Sendable'; this is an error in the Swift 6 language mode
554 |                     metadata: ["pingRequest/target": "\(target)", "error": "\(error)"]
555 |                 )
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:1169:19: note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1167 |     /// Only a single `target` peer is used, however it may be pinged "through" a few other members.
1168 |     /// The amount of fan-out in pingRequests is configurable by `swim.indirectProbeCount`.
1169 |     public struct SendPingRequestDirective {
     |                   `- note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1170 |         /// Target that the should be probed by the `requestDetails.memberToPingRequestThrough` peers.
1171 |         public let target: Peer
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:608:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
606 |         guard self.eventLoop.inEventLoop else {
607 |             return self.eventLoop.execute {
608 |                 self.receiveStartMonitoring(node: node)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
609 |             }
610 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:643:21: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
641 |                 // TODO: implement via re-trying a few times and then giving up https://github.com/apple/swift-cluster-membership/issues/32
642 |                 self.eventLoop.scheduleTask(in: .seconds(5)) {
643 |                     self.log.info("(Re)-Attempt ping to initial contact point: \(node)")
    |                     `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a '@Sendable' closure
644 |                     self.receiveStartMonitoring(node: node)
645 |                 }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:584:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
582 |                     metadata: self.swim.metadata
583 |                 )
584 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
585 |                     await self.sendPing(
    |                           `- note: closure captures 'self' which is accessible to code in the current task
586 |                         to: target,
587 |                         payload: payload,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:627:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
625 |             message: "ping(replyTo: \(self.peer), payload: .none, sequenceNr: \(sequenceNumber))"
626 |         )
627 |         Task {
    |              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
628 |             do {
629 |                 let response = try await targetPeer.ping(
630 |                     payload: self.swim.makeGossipPayload(to: nil),
    |                              `- note: closure captures 'self' which is accessible to code in the current task
631 |                     from: self.peer,
632 |                     timeout: .seconds(1),
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:199:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
197 |             case .sendAck(let pingOrigin, let pingedTarget, let incarnation, let payload, let sequenceNumber):
198 |                 self.tracelog(.reply(to: pingOrigin), message: "\(directive)")
199 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
200 |                     await pingOrigin.peer(self.channel).ack(
    |                                           `- note: closure captures 'self' which is accessible to code in the current task
201 |                         acknowledging: sequenceNumber,
202 |                         target: pingedTarget,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:257:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
255 |                 let sequenceNumber
256 |             ):
257 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
258 |                     await self.sendPing(
    |                           `- note: closure captures 'self' which is accessible to code in the current task
259 |                         to: target,
260 |                         payload: payload,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:324:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
322 |
323 |             case .sendPingRequests(let pingRequestDirective):
324 |                 Task {
    |                      `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
325 |                     await self.sendPingRequests(pingRequestDirective)
    |                           `- note: closure captures 'self' which is accessible to code in the current task
326 |                 }
327 |             }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:481:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
479 |         await withTaskGroup(of: Void.self) { group in
480 |             for pingRequest in directive.requestDetails {
481 |                 group.addTask {
    |                               `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
482 |                     let peerToPingRequestThrough = pingRequest.peerToPingRequestThrough
483 |                     let payload = pingRequest.payload
484 |                     let sequenceNumber = pingRequest.sequenceNumber
485 |
486 |                     self.log.trace(
    |                     `- note: closure captures 'self' which is accessible to code in the current task
487 |                         "Sending ping request for [\(target)] to [\(peerToPingRequestThrough.swimNode)] with payload: \(payload)"
488 |                     )
[328/328] Compiling SWIMNIOExample time.swift
Build complete! (173.57s)
Build complete.
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.19.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    }
  ],
  "manifest_display_name" : "swift-cluster-membership",
  "name" : "swift-cluster-membership",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ClusterMembership",
      "targets" : [
        "ClusterMembership"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWIM",
      "targets" : [
        "SWIM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWIMNIOExample",
      "targets" : [
        "SWIMNIOExample"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SWIMTests",
      "module_type" : "SwiftTarget",
      "name" : "SWIMTests",
      "path" : "Tests/SWIMTests",
      "sources" : [
        "HeapTests.swift",
        "SWIMInstanceTests.swift",
        "SWIMMetricsTests.swift",
        "SWIMSettingsTests.swift",
        "TestPeer.swift"
      ],
      "target_dependencies" : [
        "SWIM",
        "SWIMTestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMTestKit",
      "module_type" : "SwiftTarget",
      "name" : "SWIMTestKit",
      "path" : "Tests/SWIMTestKit",
      "product_dependencies" : [
        "NIO",
        "Logging",
        "Metrics"
      ],
      "sources" : [
        "LogCapture.swift",
        "TestMetrics.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMNIOExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "SWIMNIOExampleTests",
      "path" : "Tests/SWIMNIOExampleTests",
      "sources" : [
        "CodingTests.swift",
        "SWIMNIOClusteredTests.swift",
        "SWIMNIOEventClusteredTests.swift",
        "SWIMNIOMetricsTests.swift",
        "Utils/BaseXCTestCases.swift"
      ],
      "target_dependencies" : [
        "SWIMNIOExample",
        "SWIMTestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMNIOExample",
      "module_type" : "SwiftTarget",
      "name" : "SWIMNIOExample",
      "path" : "Sources/SWIMNIOExample",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "NIOConcurrencyHelpers",
        "NIOExtras",
        "Logging",
        "Metrics"
      ],
      "product_memberships" : [
        "SWIMNIOExample"
      ],
      "sources" : [
        "Coding.swift",
        "Logging.swift",
        "Message.swift",
        "NIOPeer.swift",
        "SWIMNIOHandler.swift",
        "SWIMNIOShell.swift",
        "Settings.swift",
        "Utils/String+Extensions.swift",
        "Utils/time.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWIM",
      "module_type" : "SwiftTarget",
      "name" : "SWIM",
      "path" : "Sources/SWIM",
      "product_dependencies" : [
        "Logging",
        "Metrics"
      ],
      "product_memberships" : [
        "SWIM",
        "SWIMNIOExample"
      ],
      "sources" : [
        "Events.swift",
        "Member.swift",
        "Metrics.swift",
        "Peer.swift",
        "SWIM.swift",
        "SWIMInstance.swift",
        "SWIMProtocol.swift",
        "Settings.swift",
        "Status.swift",
        "Utils/Heap.swift",
        "Utils/String+Extensions.swift",
        "Utils/_PrettyLog.swift",
        "Utils/time.swift"
      ],
      "target_dependencies" : [
        "ClusterMembership"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClusterMembershipTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembershipTests",
      "path" : "Tests/ClusterMembershipTests",
      "sources" : [
        "NodeTests.swift"
      ],
      "target_dependencies" : [
        "ClusterMembership"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMembershipDocumentationTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembershipDocumentationTests",
      "path" : "Tests/ClusterMembershipDocumentationTests",
      "sources" : [
        "SWIMDocExamples.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMembership",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembership",
      "path" : "Sources/ClusterMembership",
      "product_memberships" : [
        "ClusterMembership",
        "SWIM",
        "SWIMNIOExample"
      ],
      "sources" : [
        "Node.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.