The Swift Package Index logo.Swift Package Index

Build Information

Failed to build mcp-swift-sdk, reference main (6112a3), with Swift 6.1 for Wasm on 5 Mar 2026 08:13:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/mcp-swift-sdk.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/1amageek/mcp-swift-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6112a39 V0.11.x (#199)
Cloned https://github.com/1amageek/mcp-swift-sdk.git
Revision (git rev-parse @):
6112a3995a992d159ad0e82c2d62a008ce932666
SUCCESS checkout https://github.com/1amageek/mcp-swift-sdk.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/1amageek/mcp-swift-sdk.git
https://github.com/1amageek/mcp-swift-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "eventsource",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/eventsource.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "mcp-swift-sdk",
  "name" : "mcp-swift-sdk",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "MCP",
      "targets" : [
        "MCP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "mcp-everything-server",
      "targets" : [
        "MCPConformanceServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "mcp-everything-client",
      "targets" : [
        "MCPConformanceClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MCPTests",
      "module_type" : "SwiftTarget",
      "name" : "MCPTests",
      "path" : "Tests/MCPTests",
      "product_dependencies" : [
        "SystemPackage",
        "Logging",
        "AsyncAlgorithms",
        "EventSource",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1"
      ],
      "sources" : [
        "Base64DataTests.swift",
        "CancellationTests.swift",
        "ClientTests.swift",
        "CompletionTests.swift",
        "ElicitationTests.swift",
        "HTTPClientTransportTests.swift",
        "HTTPServerTransportTests.swift",
        "Helpers/MockTransport.swift",
        "IDTests.swift",
        "InMemoryTransportTests.swift",
        "LoggingTests.swift",
        "MetaFieldsTests.swift",
        "NetworkTransportTests.swift",
        "NotificationTests.swift",
        "ProgressTests.swift",
        "PromptTests.swift",
        "RequestTests.swift",
        "ResourceTests.swift",
        "ResponseTests.swift",
        "RootsTests.swift",
        "RoundtripTests.swift",
        "SamplingTests.swift",
        "ServerTests.swift",
        "StdioTransportTests.swift",
        "ToolTests.swift",
        "UnitIntervalTests.swift",
        "VersioningTests.swift"
      ],
      "target_dependencies" : [
        "MCP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MCPConformanceServer",
      "module_type" : "SwiftTarget",
      "name" : "MCPConformanceServer",
      "path" : "Sources/MCPConformance/Server",
      "product_dependencies" : [
        "SystemPackage",
        "Logging",
        "AsyncAlgorithms",
        "EventSource",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "mcp-everything-server"
      ],
      "sources" : [
        "HTTPApp.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "MCP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MCPConformanceClient",
      "module_type" : "SwiftTarget",
      "name" : "MCPConformanceClient",
      "path" : "Sources/MCPConformance/Client",
      "product_dependencies" : [
        "SystemPackage",
        "Logging",
        "AsyncAlgorithms",
        "EventSource",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "mcp-everything-client"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MCP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MCP",
      "module_type" : "SwiftTarget",
      "name" : "MCP",
      "path" : "Sources/MCP",
      "product_dependencies" : [
        "SystemPackage",
        "Logging",
        "AsyncAlgorithms",
        "EventSource",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "MCP",
        "mcp-everything-server",
        "mcp-everything-client"
      ],
      "sources" : [
        "Base/Error.swift",
        "Base/ID.swift",
        "Base/Icon.swift",
        "Base/Lifecycle.swift",
        "Base/Messages.swift",
        "Base/Transport.swift",
        "Base/Transports/HTTPClientTransport.swift",
        "Base/Transports/HTTPServer/HTTPRequestValidation.swift",
        "Base/Transports/HTTPServer/HTTPServerTypes.swift",
        "Base/Transports/HTTPServer/StatefulHTTPServerTransport.swift",
        "Base/Transports/HTTPServer/StatelessHTTPServerTransport.swift",
        "Base/Transports/InMemoryTransport.swift",
        "Base/Transports/NetworkTransport.swift",
        "Base/Transports/StdioTransport.swift",
        "Base/UnitInterval.swift",
        "Base/Utilities/Cancellation.swift",
        "Base/Utilities/Ping.swift",
        "Base/Utilities/Progress.swift",
        "Base/Utilities/RequestContext.swift",
        "Base/Value.swift",
        "Base/Versioning.swift",
        "Client/Client.swift",
        "Client/Elicitation.swift",
        "Client/Roots.swift",
        "Client/Sampling.swift",
        "Extensions/Data+Extensions.swift",
        "Server/Completion.swift",
        "Server/Logging.swift",
        "Server/Prompts.swift",
        "Server/Resources.swift",
        "Server/Server.swift",
        "Server/Tools.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/mattt/eventsource.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/5601] Fetching swift-system
[674/5872] Fetching swift-system, eventsource
[1505/12026] Fetching swift-system, eventsource, swift-log
[2961/18232] Fetching swift-system, eventsource, swift-log, swift-async-algorithms
Fetched https://github.com/mattt/eventsource.git from cache (0.55s)
[8582/17961] Fetching swift-system, swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-system.git from cache (0.89s)
[12361/95028] Fetching swift-log, swift-async-algorithms, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.06s)
[1654/82668] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.38s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.4.1 (10.39s)
Fetching https://github.com/swift-server/async-http-client.git
[1/15474] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.51s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (2.75s)
Fetching https://github.com/apple/swift-collections.git
[1/20404] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (4.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.12s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (1.02s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1820] Fetching swift-atomics
[511/7878] Fetching swift-atomics, swift-algorithms
[966/10699] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services
[1023/16364] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services, swift-distributed-tracing
[9489/22855] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras
[12298/34855] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.21s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.22s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.22s)
[15189/24549] Fetching swift-algorithms, swift-nio-extras, swift-nio-http2
[24550/39899] Fetching swift-algorithms, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (2.64s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.66s)
[17066/27350] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.66s)
[5526/15350] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.36s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (7.56s)
Fetching https://github.com/apple/swift-service-context.git
[1/1203] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.08s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.95s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.95s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.15s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.12s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/951] Fetching swift-http-types
[952/2167] Fetching swift-http-types, swift-http-structured-headers
[1585/3933] Fetching swift-http-types, swift-http-structured-headers, swift-asn1
[2945/6583] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[3061/13705] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
[6740/11939] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.72s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.72s)
[6772/8338] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.72s)
[6125/7122] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.95s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (2.68s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.04s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (5.77s)
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.15s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.75s)
Fetching https://github.com/apple/swift-crypto.git
[1/17245] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.38s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (4.38s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.32s)
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.4
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.6.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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.95.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
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.32.1
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.0
Creating working copy for https://github.com/mattt/eventsource.git
Working copy of https://github.com/mattt/eventsource.git resolved at 1.4.1
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.1.3
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
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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.1
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.40.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.10.1
Building for debugging...
[0/52] Write sources
[14/52] Compiling CSystem shims.c
[15/52] Compiling CNIOWindows shim.c
[16/52] Compiling CNIOPosix event_loop_id.c
[16/52] Compiling CNIOOpenBSD shim.c
[16/52] Compiling CNIOWASI CNIOWASI.c
[17/52] Compiling CNIOWindows WSAStartup.c
[19/52] Compiling _AtomicsShims.c
[21/52] Compiling CNIOLinux shim.c
[22/52] Compiling CNIOLinux liburing_shims.c
[22/52] Write sources
[25/52] Compiling CNIODarwin shim.c
[26/52] Compiling CNIOLLHTTP c_nio_http.c
[27/52] Compiling CNIOLLHTTP c_nio_api.c
[28/52] Write swift-version-24593BA9C3E375BF.txt
[30/110] 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
[30/112] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/130] Compiling Atomics UnsafeAtomic.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
[33/130] Compiling Atomics UnsafeAtomicLazyReference.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
[34/130] Compiling Atomics AtomicMemoryOrderings.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
[35/130] Compiling Atomics DoubleWord.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/132] Compiling Atomics AtomicStorage.swift
[39/132] Compiling Atomics AtomicValue.swift
[42/132] 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
[43/132] Compiling Atomics ManagedAtomic.swift
[44/132] Compiling Atomics ManagedAtomicLazyReference.swift
[45/132] 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
[46/132] Compiling Atomics Primitives.native.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/132] Compiling Atomics AtomicInteger.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
[52/133] 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
[53/133] 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
[55/133] Compiling Atomics AtomicOptionalWrappable.swift
[56/133] Compiling Atomics AtomicReference.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
[59/133] Compiling Atomics OptionalRawRepresentable.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
[60/133] Compiling Atomics RawRepresentable.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
[61/133] Compiling Atomics AtomicBool.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
[62/133] Compiling Atomics IntegerConformances.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
[63/133] Compiling Atomics PointerConformances.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/134] Wrapping AST for _NIOBase64 for debugging
[67/134] Compiling Atomics IntegerOperations.swift
[68/134] Compiling Atomics Unmanaged extensions.swift
[69/204] Compiling OrderedCollections _HashTable+Constants.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
[70/204] Compiling OrderedCollections _HashTable+CustomStringConvertible.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
[71/206] Compiling OrderedCollections _HashTable+Testing.swift
[72/206] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/206] Compiling OrderedCollections _HashTable.swift
[74/206] Compiling OrderedCollections _Hashtable+Header.swift
[75/206] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[76/206] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/206] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[78/206] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[79/206] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/206] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[81/206] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[82/206] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/206] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/206] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[85/206] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[86/206] Compiling DequeModule _DequeSlot.swift
[87/206] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/206] Compiling OrderedCollections OrderedDictionary+Codable.swift
[89/206] Emitting module SystemPackage
[90/206] Compiling OrderedCollections _HashTable+Bucket.swift
[91/206] Compiling OrderedCollections _HashTable+BucketIterator.swift
[94/206] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[95/206] Compiling OrderedCollections OrderedSet+Descriptions.swift
[96/206] Compiling OrderedCollections OrderedSet+Diffing.swift
[97/206] Compiling OrderedCollections OrderedSet+Equatable.swift
[98/210] 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
[99/210] 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
[100/211] Emitting module Logging
<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/211] Compiling Logging Locks.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/211] Compiling Logging Logging.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/211] Compiling Logging MetadataProvider.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
[104/211] Compiling Logging LogHandler.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
[105/212] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[106/212] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[107/212] Compiling OrderedCollections OrderedDictionary.swift
[108/212] Compiling OrderedCollections OrderedSet+Codable.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
[112/212] Wrapping AST for Logging for debugging
[113/212] Wrapping AST for InternalCollectionsUtilities for debugging
<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
[116/212] Compiling c-nioatomics.c
[117/212] Wrapping AST for _NIODataStructures for debugging
<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
[123/212] Compiling SystemPackage Util.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
[124/212] Compiling SystemPackage UtilConsumers.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
[125/212] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.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
[126/212] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.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
[127/212] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.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
[128/212] Compiling OrderedCollections OrderedSet+RandomAccessCollection.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
[129/212] Compiling OrderedCollections OrderedSet+ReserveCapacity.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
[130/219] Emitting module Atomics
<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
[135/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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
[136/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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
[137/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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
[138/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.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
[139/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.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/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.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/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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
<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
[156/219] Compiling SystemPackage SystemString.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/219] Compiling SystemPackage Util+StringArray.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/219] Compiling OrderedCollections OrderedSet+Initializers.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/219] Compiling OrderedCollections OrderedSet+Insertions.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/219] Compiling OrderedCollections OrderedSet+Invariants.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/219] Compiling OrderedCollections OrderedSet+Partial MutableCollection.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/219] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.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/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.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/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.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
[165/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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
[176/219] 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
[176/220] Compiling c-atomics.c
[190/229] Wrapping AST for DequeModule for debugging
[191/229] Wrapping AST for Atomics for debugging
[193/229] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.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/229] 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
[194/229] Wrapping AST for SystemPackage for debugging
[196/229] 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
[197/229] 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
[198/229] Compiling OrderedCollections OrderedSet+Sendable.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/229] Compiling OrderedCollections OrderedSet+SubSequence.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/229] Compiling OrderedCollections OrderedSet+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
[201/229] Compiling OrderedCollections OrderedSet+UnorderedView.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/229] Compiling OrderedCollections OrderedSet+UnstableInternals.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/229] Compiling OrderedCollections OrderedSet.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/229] Compiling OrderedCollections _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
<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
[213/229] 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
[214/229] 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
[215/229] 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
[217/230] Emitting module OrderedCollections
<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/230] Wrapping AST for NIOConcurrencyHelpers for debugging
[219/295] Wrapping AST for OrderedCollections for debugging
[221/348] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[222/348] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[223/348] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[224/348] Compiling AsyncAlgorithms Disconnected.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[225/348] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[226/348] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[227/348] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
error: emit-module command failed with exit code 1 (use -v to see invocation)
[228/355] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[229/355] Compiling AsyncAlgorithms DebounceStorage.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/355] Compiling AsyncAlgorithms Dictionary.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
[238/363] Compiling AsyncAlgorithms 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
[239/363] Compiling AsyncAlgorithms AsyncZip2Sequence.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/363] Compiling AsyncAlgorithms AsyncZip3Sequence.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/363] Compiling AsyncAlgorithms ZipStateMachine.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/363] Compiling AsyncAlgorithms ZipStorage.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/363] Compiling NIOCore MarkedCircularBuffer.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/363] Compiling NIOCore MulticastChannel.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/363] 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
[246/363] 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
[247/363] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[248/363] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[249/363] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[250/363] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[251/363] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[252/363] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[253/363] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[254/363] Compiling AsyncAlgorithms AsyncShareSequence.swift
[255/363] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[256/363] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[257/363] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[258/363] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[259/363] Compiling AsyncAlgorithms AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[260/363] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[261/363] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[262/363] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[263/363] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[264/363] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[265/363] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[266/363] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[267/363] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[270/363] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[271/363] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[272/363] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[273/363] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[274/363] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[275/363] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[276/363] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[277/363] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[278/363] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[279/363] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[280/363] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[281/363] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[282/363] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[283/363] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[284/363] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[285/363] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[286/363] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
<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
[301/363] 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
[302/363] 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
[303/363] 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
[304/363] 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
[305/363] 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
[306/363] 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
[307/363] 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
[308/363] 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
[309/363] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[310/363] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[311/363] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[312/363] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[313/363] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[314/363] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[315/363] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
<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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/104] Compiling Logging MetadataProvider.swift
[3/104] Compiling Logging Locks.swift
[4/104] Compiling Logging LogHandler.swift
[5/104] Compiling NIOConcurrencyHelpers lock.swift
[6/104] Compiling SystemPackage FilePathComponents.swift
[7/104] Compiling SystemPackage FilePathParsing.swift
[8/104] Compiling SystemPackage FileOperations.swift
[9/104] Compiling SystemPackage FilePathSyntax.swift
[10/104] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[11/104] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[12/106] Compiling SystemPackage FilePathTempWindows.swift
[13/106] Compiling SystemPackage Constants.swift
[14/108] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[15/108] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[16/108] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/108] Compiling SystemPackage FilePathTemp.swift
[20/108] Compiling SystemPackage FilePathTempPosix.swift
[21/108] Emitting module Logging
[28/108] Compiling SystemPackage Syscalls.swift
[29/108] Compiling SystemPackage WindowsSyscallAdapters.swift
[30/108] Compiling SystemPackage MachPort.swift
[31/108] Compiling SystemPackage PlatformString.swift
[32/108] Emitting module _NIOBase64
[33/108] Compiling _NIOBase64 Base64.swift
[34/113] Compiling _NIODataStructures Heap.swift
[36/113] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[37/113] Emitting module _NIODataStructures
[38/112] Compiling Atomics IntegerOperations.swift
[39/112] Compiling Atomics Unmanaged extensions.swift
[40/112] Emitting module NIOConcurrencyHelpers
[41/112] Compiling NIOConcurrencyHelpers atomics.swift
[42/113] Compiling SystemPackage ErrnoWindows.swift
[43/113] Compiling SystemPackage FileDescriptor.swift
[44/113] Compiling SystemPackage FileHelpers.swift
[45/113] Compiling _NIODataStructures _TinyArray.swift
[46/113] Compiling _NIODataStructures PriorityQueue.swift
[49/112] Emitting module InternalCollectionsUtilities
[54/112] Compiling SystemPackage SystemString.swift
[55/112] Compiling SystemPackage Util+StringArray.swift
[56/112] Compiling SystemPackage Util.swift
[57/112] Compiling SystemPackage UtilConsumers.swift
[59/112] Compiling SystemPackage RawIORequest.swift
[60/112] Compiling SystemPackage Backcompat.swift
[61/112] Compiling SystemPackage CInterop.swift
[62/112] Compiling SystemPackage FilePathWindows.swift
[63/112] Compiling SystemPackage FilePermissions.swift
[64/112] Compiling SystemPackage IOCompletion.swift
[65/112] Compiling SystemPackage IORequest.swift
[70/112] Compiling SystemPackage FilePath.swift
[71/112] Compiling SystemPackage FilePathComponentView.swift
[72/112] Compiling SystemPackage FilePathString.swift
[73/112] Compiling SystemPackage Errno.swift
[78/112] Compiling Logging Logging.swift
[84/113] Emitting module SystemPackage
[92/183] Compiling OrderedCollections OrderedDictionary+Codable.swift
[93/183] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[93/185] Wrapping AST for SystemPackage for debugging
[95/185] Compiling OrderedCollections _HashTable+Testing.swift
[96/185] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[97/185] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[98/185] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[99/185] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[100/185] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[101/185] Compiling DequeModule _DequeSlot.swift
[102/185] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[104/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[105/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[106/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[107/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[108/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[109/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[110/192] Emitting module Atomics
[115/192] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[116/192] Compiling OrderedCollections OrderedDictionary+Elements.swift
[127/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[128/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[129/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[130/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[131/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[132/192] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[133/192] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[134/193] Compiling OrderedCollections _HashTable+Bucket.swift
[135/193] Compiling OrderedCollections _HashTable+BucketIterator.swift
[136/193] Compiling OrderedCollections _HashTable+Constants.swift
[137/193] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[139/193] Compiling OrderedCollections OrderedDictionary.swift
[140/193] Compiling OrderedCollections OrderedSet+Codable.swift
[141/193] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[142/193] Compiling OrderedCollections OrderedSet+Descriptions.swift
[143/193] Compiling OrderedCollections OrderedSet+Diffing.swift
[144/193] Compiling OrderedCollections OrderedSet+Equatable.swift
[145/193] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[146/193] Compiling OrderedCollections OrderedSet+Hashable.swift
[147/193] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[148/193] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[149/193] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[150/193] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[151/193] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[152/193] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[153/193] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[154/193] Compiling OrderedCollections OrderedDictionary+Values.swift
[155/193] Compiling OrderedCollections OrderedSet+Initializers.swift
[156/193] Compiling OrderedCollections OrderedSet+Insertions.swift
[157/193] Compiling OrderedCollections OrderedSet+Invariants.swift
[158/193] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[159/193] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[160/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[161/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[162/193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[162/193] Wrapping AST for Atomics for debugging
[164/193] Emitting module DequeModule
[165/194] Compiling OrderedCollections OrderedSet+Sendable.swift
[166/194] Compiling OrderedCollections OrderedSet+SubSequence.swift
[167/194] Compiling OrderedCollections OrderedSet+Testing.swift
[168/194] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[169/194] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[170/194] Compiling OrderedCollections OrderedSet.swift
[171/194] Compiling OrderedCollections _UnsafeBitset.swift
[173/257] Compiling NIOCore NIOAsyncWriter.swift
[174/257] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[175/257] Compiling NIOCore BSDSocketAPI.swift
[176/257] Compiling NIOCore ByteBuffer-aux.swift
[177/257] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[178/257] Compiling NIOCore ByteBuffer-conversions.swift
[179/257] Compiling NIOCore ByteBuffer-core.swift
[180/257] Compiling NIOCore ByteBuffer-hex.swift
[181/257] Emitting module OrderedCollections
[183/310] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[184/310] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[185/310] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[186/310] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[187/310] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[188/310] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[189/310] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
[190/310] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[191/310] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[192/310] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[193/310] Compiling AsyncAlgorithms Disconnected.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[194/310] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[195/310] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
[196/310] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
165 |     }
166 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 |   init(_ initial: State) {
171 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
172 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 |       return initial
error: emit-module command failed with exit code 1 (use -v to see invocation)
[197/317] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
 48 |   #endif
 49 |
 50 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 51 |   let platformLock: PlatformLock
 52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
160 |
161 | struct ManagedCriticalState<State> {
162 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 |     deinit {
164 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[198/317] Compiling AsyncAlgorithms DebounceStorage.swift
[199/317] Compiling AsyncAlgorithms Dictionary.swift
[214/317] Compiling AsyncAlgorithms Rethrow.swift
[215/317] Compiling AsyncAlgorithms SetAlgebra.swift
[216/317] Compiling AsyncAlgorithms UnsafeTransfer.swift
[217/317] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[218/317] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[219/317] Compiling AsyncAlgorithms ZipStateMachine.swift
[220/317] Compiling AsyncAlgorithms ZipStorage.swift
[221/317] Compiling NIOCore FileRegion.swift
[222/317] Compiling NIOCore GlobalSingletons.swift
[223/317] Compiling NIOCore IO.swift
[224/317] Compiling NIOCore IOData.swift
[225/325] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[226/325] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[227/325] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[228/325] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[229/325] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[230/325] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[231/325] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[232/325] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[233/325] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[234/325] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[235/325] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[236/325] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[237/325] Compiling AsyncAlgorithms AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[238/325] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[239/325] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[240/325] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[241/325] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[242/325] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[243/325] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[244/325] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[245/325] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[246/325] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[247/325] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[248/325] Compiling AsyncAlgorithms AsyncShareSequence.swift
[249/325] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[250/325] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[251/325] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[252/325] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[253/325] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[254/325] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[255/325] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[256/325] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[257/325] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[258/325] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[259/325] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
[260/325] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 31 | #endif
 32 |
 33 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 34 |   #if canImport(Darwin)
 35 |   typealias Primitive = os_unfair_lock
    :
166 |   }
167 |
168 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 |   init(_ initial: State) {
BUILD FAILURE 6.1 wasm