The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build ParseServerSwift, reference main (fce961), with Swift 6.1 for Linux on 13 Dec 2025 04:31:57 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.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/netreconlab/parse-server-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fce961f ci: Fix linux build (#83)
Cloned https://github.com/netreconlab/parse-server-swift.git
Revision (git rev-parse @):
fce961f9b79203a182f742530939b87b1729aebd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/parse-server-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/netreconlab/parse-server-swift.git
https://github.com/netreconlab/parse-server-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "exact" : [
          "4.117.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "parse-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.12.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/netreconlab/Parse-Swift.git"
    }
  ],
  "manifest_display_name" : "ParseServerSwift",
  "name" : "ParseServerSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ParseServerSwift",
      "targets" : [
        "ParseServerSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParseServerSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ParseServerSwiftTests",
      "path" : "Tests/ParseServerSwiftTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "ParseServerSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParseServerSwift",
      "module_type" : "SwiftTarget",
      "name" : "ParseServerSwift",
      "path" : "Sources/ParseServerSwift",
      "product_dependencies" : [
        "Vapor",
        "ParseSwift"
      ],
      "product_memberships" : [
        "ParseServerSwift",
        "App"
      ],
      "sources" : [
        "Extensions/Parse+Vapor.swift",
        "Extensions/ParseHookFunction+Vapor.swift",
        "Extensions/ParseHookTrigger+Vapor.swift",
        "Models/GameScore.swift",
        "Models/Hooks.swift",
        "Models/Parameters/FooParameters.swift",
        "Models/User.swift",
        "Parse.swift",
        "ParseServerConfiguration.swift",
        "Utility/Constants.swift",
        "Utility/Functions.swift",
        "configure.swift",
        "routes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ParseServerSwift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/netreconlab/Parse-Swift.git
Fetching https://github.com/vapor/vapor.git
[1/38326] Fetching parse-swift
[1535/114722] Fetching parse-swift, vapor
Fetched https://github.com/vapor/vapor.git from cache (4.36s)
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (6.86s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 5.12.3 (9.53s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.117.2 (1.04s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1162] Fetching swift-service-context
[478/4778] Fetching swift-service-context, multipart-kit
[1174/7410] Fetching swift-service-context, multipart-kit, websocket-kit
[1697/12993] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing
[1940/14813] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics
[5313/20854] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.85s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.88s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.00s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.12s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1086/6121] Fetching multipart-kit, swift-metrics
[1337/11868] Fetching multipart-kit, swift-metrics, swift-log
[9373/18232] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras
[9755/29950] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras, swift-nio-http2
[13282/45246] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (1.03s)
[11941/42741] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (1.02s)
[8792/36994] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.34s)
[6075/30630] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[6580/51986] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit
[17992/132702] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
[27866/150167] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (5.53s)
[77937/146551] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.50s)
[67997/134833] Fetching swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[74877/137287] Fetching swift-nio-ssl, routing-kit, swift-nio, swift-crypto, async-kit
[75049/143788] Fetching swift-nio-ssl, routing-kit, swift-nio, swift-crypto, async-kit, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (4.34s)
[58446/122432] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit, console-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.86s)
[60619/119978] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.38s)
[60288/113477] Fetching swift-nio-ssl, swift-nio, swift-crypto
[60289/127980] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.86s)
[68291/112684] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.29s)
[65088/98181] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (7.85s)
[54080/80716] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (15.33s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (17.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.68s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.08s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (0.62s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.65s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2809] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.32s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.82s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.54s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (0.57s)
Fetching https://github.com/apple/swift-collections.git
[1/18387] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (2.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.70s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.90s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.70s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1204] Fetching swift-http-structured-headers
[399/2871] Fetching swift-http-structured-headers, swift-asn1
[1910/5439] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[3797/11272] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms
[5694/18342] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.36s)
[13250/17138] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
[11866/15471] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
[10358/12903] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-certificates.git from cache (0.73s)
Fetched https://github.com/apple/swift-http-types.git from cache (3.62s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (5.83s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.87s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.46s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (3.99s)
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 (0.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (2.44s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.54s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.1 (1.20s)
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 (0.92s)
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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/netreconlab/Parse-Swift.git
Working copy of https://github.com/netreconlab/Parse-Swift.git resolved at 5.12.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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.39.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.17.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.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-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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.117.2
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-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.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.30.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.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.2.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Building for debugging...
[0/902] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/902] Write swift-version-24593BA9C3E375BF.txt
[2/902] Write sources
[3/902] Compiling _NumericsShims _NumericsShims.c
[4/902] Write sources
[8/902] Compiling a_d2i_fp.cc
[9/902] Compiling aes.cc
[10/902] Compiling a_dup.cc
[10/902] Write sources
[23/902] Compiling _AtomicsShims.c
[24/902] Compiling a_i2d_fp.cc
[25/922] Compiling a_bool.cc
[25/922] Write sources
[45/922] Compiling a_gentm.cc
[46/922] Compiling a_bitstr.cc
[47/922] Write sources
[55/1122] 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
[56/1122] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/1124] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/1124] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/1124] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/1124] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/1124] Compiling RealModule Real.swift
[62/1124] Compiling RealModule RealFunctions.swift
[63/1125] Compiling ServiceContextModule ServiceContextKey.swift
[64/1125] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/1125] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/1125] Emitting module ServiceContextModule
[67/1125] Compiling ServiceContextModule ServiceContext.swift
[68/1125] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/1125] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/1126] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/1126] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/1126] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/1126] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/1126] Compiling RealModule Float80+Real.swift
[75/1126] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/1126] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/1126] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/1126] Compiling RealModule Float16+Real.swift
[79/1126] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/1126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/1126] 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
[82/1126] 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
[83/1126] 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
[84/1126] 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
[85/1128] Compiling CoreMetrics Metrics.swift
[88/1128] Emitting module RealModule
[96/1128] Compiling RealModule RelaxedArithmetic.swift
[96/1129] Wrapping AST for ServiceContextModule for debugging
[99/1203] Compiling Instrumentation NoOpInstrument.swift
[100/1211] Emitting module Instrumentation
[101/1233] Compiling Instrumentation MultiplexInstrument.swift
[102/1265] Compiling Instrumentation Instrument.swift
[103/1265] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/1265] Compiling HeapModule Heap+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/1265] Compiling HeapModule _HeapNode.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
[106/1265] Compiling HeapModule 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
[107/1265] Compiling Instrumentation Locks.swift
[108/1265] Compiling Instrumentation InstrumentationSystem.swift
[109/1266] 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
[110/1266] Emitting module CoreMetrics
[111/1266] Compiling CoreMetrics Locks.swift
[112/1267] 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
[113/1267] 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
[114/1268] Compiling HeapModule Heap+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/1268] Compiling HeapModule Heap+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
[116/1268] 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
[117/1268] 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
[118/1268] 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
[119/1269] Emitting module HeapModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1270] 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
[126/1270] 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
[127/1270] 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
[128/1270] 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
[129/1270] 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
[130/1270] 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
[131/1270] 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
[132/1270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.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
[133/1270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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
[134/1270] 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
[135/1270] 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
[136/1270] 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
[137/1270] 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
[138/1270] 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
[139/1384] Compiling HashTreeCollections _AncestorHashSlots.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/1384] Compiling HashTreeCollections _Bitmap.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/1386] Compiling HashTreeCollections _HashStack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/1386] Compiling HashTreeCollections _HashTreeIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/1386] Compiling HashTreeCollections _HashTreeStatistics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/1386] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/1386] Compiling HashTreeCollections _RawHashNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/1386] Compiling HashTreeCollections _UnmanagedHashNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/1386] Compiling HashTreeCollections _UnsafePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/1386] Compiling HashTreeCollections TreeDictionary+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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/1386] Compiling HashTreeCollections _Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/1386] Compiling HashTreeCollections _Hash.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/1386] Compiling HashTreeCollections _HashLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/1386] Compiling HashTreeCollections _HashNode+Builder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/1386] Compiling HashTreeCollections _HashNode+Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/1386] Compiling HashTreeCollections _HashNode+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
[157/1386] Compiling Tracing InstrumentationSystem+Tracing.swift
[158/1386] Compiling HashTreeCollections _HashNode+Structural 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
[159/1386] Compiling HashTreeCollections _HashNode+Structural 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
[160/1386] Compiling HashTreeCollections _HashNode+Structural 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
[161/1386] Compiling HashTreeCollections _HashNode+Structural 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
[162/1386] Compiling HashTreeCollections _HashNode+Structural mapValues.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/1386] Compiling HashTreeCollections _HashNode+Structural merge.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/1386] Compiling HashTreeCollections _HashNode+Structural subtracting.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/1386] Compiling HashTreeCollections _HashNode+Structural 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
[166/1386] Compiling HashTreeCollections _HashNode+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
[167/1386] Compiling HashTreeCollections _HashNode+Lookups.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
[168/1386] Compiling HashTreeCollections _HashNode+Primitive 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
[169/1386] Compiling HashTreeCollections _HashNode+Primitive Removals.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
[170/1386] Compiling HashTreeCollections _HashNode+Primitive Replacement.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
[171/1386] Compiling HashTreeCollections _HashNode+Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/1386] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/1386] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/1386] Compiling Tracing TracingTime.swift
[177/1386] Emitting module Tracing
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[180/1386] Compiling RoutingKit PathComponent.swift
[181/1386] Compiling Tracing TracerProtocol.swift
[182/1386] Compiling Tracing Tracer.swift
[183/1386] Compiling Tracing TracerProtocol+Legacy.swift
[184/1386] Compiling RoutingKit TrieRouter.swift
[185/1386] Compiling RoutingKit Router.swift
[186/1386] Compiling HashTreeCollections TreeSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/1386] Compiling HashTreeCollections TreeSet+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
[188/1386] Compiling HashTreeCollections TreeSet+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/1386] Compiling HashTreeCollections TreeSet+SetAlgebra 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
[190/1386] Compiling HashTreeCollections TreeSet+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
[191/1386] Compiling HashTreeCollections TreeSet+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
[192/1386] Compiling HashTreeCollections TreeSet+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
[193/1386] Compiling HashTreeCollections TreeSet+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
[194/1386] Compiling HashTreeCollections TreeSet+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
[195/1386] Compiling HashTreeCollections TreeSet+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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[198/1396] Emitting module Metrics
[199/1396] Compiling Metrics Metrics.swift
[200/1396] Compiling Tracing SpanProtocol.swift
[201/1396] Compiling Tracing NoOpTracer.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
[208/1398] Compiling RoutingKit AnyRouter.swift
[209/1398] Compiling RoutingKit Parameters.swift
[210/1398] Emitting module RoutingKit
[213/1399] Compiling HashTreeCollections TreeDictionary.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/1399] Compiling HashTreeCollections TreeSet+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
[215/1399] Compiling HashTreeCollections TreeSet+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/1399] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/1399] Compiling HashTreeCollections TreeSet+Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/1399] Compiling HashTreeCollections TreeSet+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/1399] Compiling HashTreeCollections TreeSet+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/1399] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/1399] Compiling HashTreeCollections TreeSet+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/1399] Compiling HashTreeCollections TreeSet+Filter.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
[227/1399] Compiling HashTreeCollections _HashNode+Structural union.swift
[228/1399] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[229/1399] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[230/1399] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[231/1399] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[232/1399] Compiling HashTreeCollections _HashNode.swift
[243/1408] Compiling HashTreeCollections TreeDictionary+Keys.swift
[244/1408] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[245/1408] Compiling HashTreeCollections TreeDictionary+Merge.swift
[246/1408] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[247/1408] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[248/1408] Compiling HashTreeCollections TreeDictionary+Values.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
[260/1408] Compiling HashTreeCollections _HashNodeHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/1408] Compiling HashTreeCollections _HashSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/1408] Wrapping AST for _NIODataStructures for debugging
[262/1408] Wrapping AST for _NIOBase64 for debugging
[263/1408] Wrapping AST for Tracing for debugging
[264/1408] Wrapping AST for RealModule for debugging
[265/1408] Wrapping AST for RoutingKit for debugging
[266/1408] Wrapping AST for Metrics for debugging
[268/1408] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[275/1409] Wrapping AST for Logging for debugging
[296/1409] Wrapping AST for InternalCollectionsUtilities for debugging
[297/1409] Wrapping AST for Instrumentation for debugging
[298/1409] Write sources
[303/1409] Compiling _RopeModule _CharacterRecognizer.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/1409] Compiling HashTreeCollections TreeSet+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
[305/1409] Compiling HashTreeCollections TreeSet+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
[306/1409] Compiling HashTreeCollections TreeSet+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
[307/1409] Compiling HashTreeCollections TreeSet+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
[308/1409] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.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/1409] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.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
[310/1409] Compiling HashTreeCollections TreeSet+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
[311/1409] Compiling HashTreeCollections TreeSet+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
[312/1409] Compiling HashTreeCollections TreeSet.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
[313/1409] Emitting module ParseSwift
[314/1434] Compiling CXKCPShims shims.c
[315/1434] Wrapping AST for HeapModule for debugging
[316/1434] Compiling SimpleFIPS202.c
[317/1434] Wrapping AST for CoreMetrics for debugging
[318/1434] Compiling KeccakSponge.c
[319/1434] Compiling KeccakHash.c
[320/1434] Wrapping AST for DequeModule for debugging
[321/1434] Compiling CVaporBcrypt blf.c
[322/1434] Compiling CVaporBcrypt bcrypt.c
[323/1434] Compiling CNIOWindows shim.c
[324/1434] Compiling CNIOWASI CNIOWASI.c
[325/1434] Compiling CNIOWindows WSAStartup.c
[326/1434] Compiling CNIOPosix event_loop_id.c
[327/1434] Compiling CSystem shims.c
[328/1434] Compiling CNIOSHA1 c_nio_sha1.c
[330/1434] 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
[330/1434] Compiling CNIOOpenBSD shim.c
[332/1435] Compiling ParseSwift Savable.swift
[333/1435] Compiling ParseSwift InMemoryPrimitiveStore.swift
[334/1435] Compiling ParseSwift KeychainStore.swift
[335/1435] Compiling ParseSwift ParseFileManager.swift
[336/1435] Compiling ParseSwift ParsePrimitiveStorable.swift
[337/1435] Compiling ParseSwift ParseStorage.swift
[338/1435] Compiling ParseSwift SecureStorable.swift
[339/1435] Compiling ParseSwift CloudViewModel.swift
[340/1435] Compiling ParseSwift ParseOperationAdd.swift
[341/1435] Compiling ParseSwift ParseOperationAddRelation.swift
[342/1435] Compiling ParseSwift ParseOperationAddUnique.swift
[343/1435] Compiling ParseSwift ParseOperationBatch.swift
[344/1435] Compiling ParseSwift ParseOperationCommand.swift
[345/1435] Compiling ParseSwift ParseOperationDelete.swift
[346/1435] Compiling ParseSwift ParseOperationIncrement.swift
[347/1435] Compiling ParseSwift ParseOperationIncrementDouble.swift
[348/1435] Compiling ParseSwift ParseOperationRemove.swift
[349/1435] Compiling ParseSwift ParseOperationRemoveRelation.swift
[350/1435] Compiling ParseSwift ParseACL.swift
[351/1435] Compiling ParseSwift ParseAnalytics+async.swift
[352/1435] Compiling ParseSwift ParseAnalytics+combine.swift
[353/1435] Compiling ParseSwift ParseAnalytics.swift
[354/1435] Compiling ParseSwift ParseBytes.swift
[355/1435] Compiling ParseSwift ParseCLP.swift
[356/1435] Compiling ParseSwift ParseConfigCodable+async.swift
[356/1435] Compiling CNIOLinux liburing_shims.c
[357/1435] Compiling CNIOLinux shim.c
[359/1435] Compiling CNIOLLHTTP c_nio_http.c
[360/1447] Compiling CNIOLLHTTP c_nio_api.c
[361/1466] Compiling CNIOExtrasZlib empty.c
[362/1466] Wrapping AST for OrderedCollections for debugging
[363/1466] Compiling CNIODarwin shim.c
[364/1466] Compiling KeccakP-1600-opt64.c
[365/1466] Compiling fiat_p256_adx_sqr.S
[366/1466] Compiling fiat_p256_adx_mul.S
[367/1466] Compiling fiat_curve25519_adx_square.S
[368/1466] Compiling fiat_curve25519_adx_mul.S
[369/1466] Compiling CNIOLLHTTP c_nio_llhttp.c
[371/1466] Emitting module _RopeModule
[372/1466] Compiling SystemPackage Syscalls.swift
[373/1466] Compiling SystemPackage WindowsSyscallAdapters.swift
[374/1466] Compiling SystemPackage MachPort.swift
[375/1466] Compiling SystemPackage PlatformString.swift
[376/1470] Compiling SystemPackage FilePath.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
[377/1470] Compiling SystemPackage FilePathComponentView.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
[378/1470] Compiling SystemPackage FilePathComponents.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
[379/1470] Compiling SystemPackage FilePathParsing.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
[380/1470] Compiling SystemPackage FilePathString.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
[381/1470] Compiling SystemPackage Errno.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
[382/1470] Compiling SystemPackage ErrnoWindows.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
[383/1470] Compiling SystemPackage FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[384/1470] Compiling SystemPackage FileHelpers.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
[385/1470] Compiling SystemPackage FileOperations.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
[386/1470] Compiling SystemPackage FilePathSyntax.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
[387/1470] Compiling HashTreeCollections TreeDictionary+Equatable.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
[388/1470] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.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
[389/1470] Compiling HashTreeCollections TreeDictionary+Filter.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
[390/1470] Compiling HashTreeCollections TreeDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[391/1470] Compiling HashTreeCollections TreeDictionary+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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[397/1470] Compiling CNIOBoringSSLShims shims.c
[399/1470] Compiling SystemPackage FilePathWindows.swift
[400/1470] Compiling SystemPackage FilePermissions.swift
[401/1470] Compiling SystemPackage IOCompletion.swift
[402/1470] Compiling SystemPackage IORequest.swift
[403/1470] Compiling SystemPackage Constants.swift
[404/1470] Compiling SystemPackage Exports.swift
[405/1470] Compiling SystemPackage Mocking.swift
[406/1470] Compiling SystemPackage RawBuffer.swift
[407/1470] Compiling SystemPackage IORing.swift
[408/1470] Compiling SystemPackage RawIORequest.swift
[409/1470] Compiling SystemPackage Backcompat.swift
[410/1470] Compiling SystemPackage CInterop.swift
[412/1470] Compiling SystemPackage FilePathTemp.swift
[413/1470] Compiling SystemPackage FilePathTempPosix.swift
[414/1470] Compiling SystemPackage FilePathTempWindows.swift
[415/1470] Emitting module SystemPackage
[416/1470] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[423/1470] Compiling HashTreeCollections TreeDictionary+Collection.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
[424/1470] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[425/1470] Compiling HashTreeCollections TreeDictionary+Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[426/1470] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[446/1470] 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
[447/1470] 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
[448/1470] 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
[449/1470] Compiling _RopeModule Rope+Join.swift
[450/1470] Compiling _RopeModule Rope+MutatingForEach.swift
[451/1470] Compiling _RopeModule Rope+Remove.swift
[452/1470] Compiling _RopeModule Rope+RemoveSubrange.swift
[453/1470] Compiling _RopeModule Rope+Split.swift
[454/1470] Compiling _RopeModule Optional Utilities.swift
[455/1470] Compiling _RopeModule String Utilities.swift
[456/1470] Compiling _RopeModule String.Index+ABI.swift
[481/1471] Wrapping AST for _RopeModule for debugging
[492/1471] Compiling tls_record.cc
[493/1472] Compiling tls_method.cc
[495/1472] Emitting module HashTreeCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[497/1473] Compiling tls13_server.cc
[499/1473] Compiling ParseSwift ParseConfigCodable+combine.swift
[500/1473] Compiling ParseSwift ParseConfigCodable.swift
[501/1473] Compiling ParseSwift ParseConfiguration.swift
[502/1473] Compiling ParseSwift ParseError.swift
[503/1473] Compiling ParseSwift ParseField.swift
[504/1473] Compiling ParseSwift ParseFieldOptions.swift
[505/1473] Compiling ParseSwift ParseFile+async.swift
[506/1473] Compiling ParseSwift ParseFile+combine.swift
[507/1473] Compiling ParseSwift ParseFile.swift
[508/1473] Compiling ParseSwift ParseFileDefaultTransfer.swift
[509/1473] Compiling ParseSwift ParseGeoPoint.swift
[510/1473] Compiling ParseSwift ParseHookFunction.swift
[511/1473] Compiling ParseSwift ParseHookFunctionRequest.swift
[512/1473] Compiling ParseSwift ParseHookResponse.swift
[513/1473] Compiling ParseSwift ParseHookTrigger.swift
[514/1473] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[515/1473] Compiling ParseSwift ParseHookTriggerRequest.swift
[516/1473] Compiling ParseSwift ParseKeychainAccessGroup.swift
[517/1473] Compiling ParseSwift ParseOperation+async.swift
[518/1473] Compiling ParseSwift ParseOperation+combine.swift
[519/1473] Compiling ParseSwift ParseOperation.swift
[520/1473] Compiling ParseSwift ParsePolygon.swift
[521/1473] Compiling ParseSwift ParsePush+async.swift
[522/1473] Compiling ParseSwift ParsePush+combine.swift
[523/1473] Compiling ParseSwift ParsePush.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[548/1473] Wrapping AST for SystemPackage for debugging
[549/1473] Wrapping AST for HashTreeCollections for debugging
[550/1473] Compiling tls13_enc.cc
[551/1473] Compiling t1_enc.cc
[552/1473] Compiling tls13_both.cc
[553/1473] Compiling tls13_client.cc
[554/1473] Compiling ssl_x509.cc
[555/1473] Compiling ssl_versions.cc
[556/1473] Compiling ssl_transcript.cc
[557/1473] Compiling ssl_stat.cc
[558/1473] Compiling ssl_key_share.cc
[559/1473] Compiling ssl_file.cc
[560/1473] Compiling ssl_session.cc
[561/1473] Compiling ssl_privkey.cc
[562/1473] Compiling ssl_credential.cc
[574/1473] Compiling ParseSwift Messages.swift
[575/1473] Compiling ParseSwift Operations.swift
[576/1473] Compiling ParseSwift ParseLiveQuery+async.swift
[577/1473] Compiling ParseSwift ParseLiveQuery+combine.swift
[578/1473] Compiling ParseSwift ParseLiveQuery.swift
[579/1473] Compiling ParseSwift LiveQuerySocketDelegate.swift
[580/1473] Compiling ParseSwift LiveQueryable.swift
[581/1473] Compiling ParseSwift ParseLiveQueryDelegate.swift
[582/1473] Compiling ParseSwift QuerySubscribable.swift
[583/1473] Compiling ParseSwift SocketTasks.swift
[584/1473] Compiling ParseSwift Subscription.swift
[585/1473] Compiling ParseSwift SubscriptionCallback.swift
[586/1473] Compiling ParseSwift Subscriptions.swift
[587/1473] Compiling ParseSwift ParseCloudUser.swift
[588/1473] Compiling ParseSwift ParseInstallation+async.swift
[639/1473] Compiling ParseSwift ParseFileTransferable.swift
[640/1473] Compiling ParseSwift ParseHookFunctionable+async.swift
[641/1473] Compiling ParseSwift ParseHookFunctionable+combine.swift
[642/1473] Compiling ParseSwift ParseHookFunctionable.swift
[643/1473] Compiling ParseSwift ParseHookParametable.swift
[644/1473] Compiling ParseSwift ParseHookRequestable+async.swift
[645/1473] Compiling ParseSwift ParseHookRequestable+combine.swift
[646/1473] Compiling ParseSwift ParseHookRequestable.swift
[647/1473] Compiling ParseSwift ParseHookTriggerRequestable.swift
[648/1473] Compiling ParseSwift ParseHookTriggerable+async.swift
[649/1473] Compiling ParseSwift ParseHookTriggerable+combine.swift
[650/1473] Compiling ParseSwift ParseHookTriggerable.swift
[651/1473] Compiling ParseSwift ParseHookable.swift
[652/1473] Compiling ParseSwift ParseOperationable.swift
[653/1473] Compiling ParseSwift ParsePointerable+async.swift
[654/1473] Compiling ParseSwift ParsePointerable+combine.swift
[655/1473] Compiling ParseSwift ParsePointerable.swift
[656/1473] Compiling ParseSwift ParsePushApplePayloadable.swift
[657/1473] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[658/1473] Compiling ParseSwift ParsePushPayloadable.swift
[659/1473] Compiling ParseSwift ParseQueryScorable.swift
[660/1473] Compiling ParseSwift ParseRelationOperationable.swift
[661/1473] Compiling ParseSwift ParseTypeable.swift
[662/1473] Compiling ParseSwift QueryObservable.swift
[663/1473] Compiling ParseSwift Queryable.swift
[663/1473] Compiling ssl_cipher.cc
[664/1473] Compiling ssl_lib.cc
[665/1473] Compiling ssl_buffer.cc
[666/1473] Compiling ssl_cert.cc
[667/1473] Compiling ssl_asn1.cc
[668/1473] Compiling ssl_aead_ctx.cc
[669/1473] Compiling s3_pkt.cc
[670/1473] Compiling s3_both.cc
[671/1473] Compiling s3_lib.cc
[672/1473] Compiling handshake_server.cc
[673/1473] Compiling handshake_client.cc
[674/1473] Compiling handshake.cc
[675/1473] Compiling handoff.cc
[676/1473] Compiling encrypted_client_hello.cc
[677/1473] Compiling dtls_record.cc
[678/1473] Compiling extensions.cc
[679/1473] Compiling md5-x86_64-linux.S
[680/1473] Compiling md5-x86_64-apple.S
[681/1473] Compiling md5-586-linux.S
[682/1473] Compiling md5-586-apple.S
[683/1473] Compiling dtls_method.cc
[684/1473] Compiling chacha20_poly1305_x86_64-linux.S
[685/1473] Compiling chacha20_poly1305_x86_64-apple.S
[686/1473] Compiling err_data.cc
[687/1473] Compiling d1_srtp.cc
[688/1473] Compiling chacha20_poly1305_armv8-linux.S
[688/1473] Compiling chacha20_poly1305_armv8-win.S
[690/1473] Compiling chacha20_poly1305_armv8-apple.S
[691/1473] Compiling chacha-x86_64-linux.S
[693/1473] Compiling ParseSwift ParsePushAppleAlert.swift
[694/1473] Compiling ParseSwift ParsePushAppleSound.swift
[695/1473] Compiling ParseSwift ParsePushPayloadApple.swift
[696/1473] Compiling ParseSwift ParsePushFirebaseNotification.swift
[697/1473] Compiling ParseSwift ParsePushPayloadFirebase.swift
[698/1473] Compiling ParseSwift ParsePushPayloadAny.swift
[699/1473] Compiling ParseSwift ParsePushStatus.swift
[700/1473] Compiling ParseSwift ParseRelation.swift
[701/1473] Compiling ParseSwift ParseSchema+async.swift
[702/1473] Compiling ParseSwift ParseSchema+combine.swift
[703/1473] Compiling ParseSwift ParseSchema.swift
[704/1473] Compiling ParseSwift ParseServer+async.swift
[705/1473] Compiling ParseSwift ParseServer+combine.swift
[706/1473] Compiling ParseSwift ParseServer.swift
[707/1473] Compiling ParseSwift ParseVersion.swift
[708/1473] Compiling ParseSwift Pointer+async.swift
[709/1473] Compiling ParseSwift Pointer+combine.swift
[710/1473] Compiling ParseSwift Pointer.swift
[711/1473] Compiling ParseSwift Query+async.swift
[712/1473] Compiling ParseSwift Query+combine.swift
[713/1473] Compiling ParseSwift Query.swift
[714/1473] Compiling ParseSwift QueryConstraint.swift
[715/1473] Compiling ParseSwift QueryViewModel.swift
[716/1473] Compiling ParseSwift QueryWhere.swift
[717/1473] Compiling ParseSwift Utility.swift
[717/1473] Compiling chacha-x86_64-apple.S
[718/1473] Compiling chacha-armv8-win.S
[719/1473] Compiling chacha-x86-linux.S
[720/1473] Compiling chacha-x86-apple.S
[721/1473] Compiling chacha-armv4-linux.S
[722/1473] Compiling chacha-armv8-linux.S
[723/1473] Compiling chacha-armv8-apple.S
[724/1473] Compiling aes128gcmsiv-x86_64-apple.S
[725/1473] Compiling d1_pkt.cc
[726/1473] Compiling x86_64-mont-linux.S
[726/1473] Compiling aes128gcmsiv-x86_64-linux.S
[726/1473] Compiling x86_64-mont5-linux.S
[726/1473] Compiling bio_ssl.cc
[726/1473] Compiling d1_both.cc
[726/1473] Compiling x86_64-mont5-apple.S
[726/1473] Compiling d1_lib.cc
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/747] Write sources
[6/765] Compiling x86_64-mont5-apple.S
[7/765] Compiling x86_64-mont-linux.S
[8/765] Compiling x86_64-mont5-linux.S
[9/765] Compiling aes128gcmsiv-x86_64-linux.S
[10/765] Compiling x86_64-mont-apple.S
[11/765] Compiling x86-mont-linux.S
[12/765] Compiling vpaes-x86_64-linux.S
[13/765] Compiling x86-mont-apple.S
[14/765] Compiling vpaes-x86-linux.S
[15/765] Compiling vpaes-x86_64-apple.S
[16/765] Compiling vpaes-x86-apple.S
[17/765] Compiling vpaes-armv8-linux.S
[18/765] Write swift-version-24593BA9C3E375BF.txt
[18/765] Compiling vpaes-armv8-win.S
[20/765] Compiling vpaes-armv8-apple.S
[21/765] Compiling sha512-x86_64-apple.S
[22/765] Compiling sha512-armv8-win.S
[23/765] Compiling vpaes-armv7-linux.S
[24/765] Compiling sha512-x86_64-linux.S
[26/816] Compiling ServiceContextModule ServiceContext.swift
[27/816] Emitting module ServiceContextModule
[28/816] Compiling ServiceContextModule ServiceContextKey.swift
[29/817] Compiling _NIODataStructures PriorityQueue.swift
[30/817] Compiling RealModule RealFunctions.swift
[31/818] Compiling RealModule RelaxedArithmetic.swift
[32/818] Compiling RealModule Real.swift
[34/818] Compiling _NIODataStructures Heap.swift
[34/817] Compiling bio_ssl.cc
[36/817] Emitting module _NIODataStructures
[37/817] Compiling RealModule Float80+Real.swift
[38/817] Compiling SystemPackage Syscalls.swift
[39/817] Compiling SystemPackage WindowsSyscallAdapters.swift
[40/817] Compiling SystemPackage MachPort.swift
[41/817] Compiling SystemPackage PlatformString.swift
[42/821] Compiling _NIODataStructures _TinyArray.swift
[44/822] Compiling RealModule Float16+Real.swift
[45/822] Compiling _NIOBase64 Base64.swift
[46/822] Emitting module _NIOBase64
[47/825] Compiling RealModule AlgebraicField.swift
[48/825] Compiling RealModule ApproximateEquality.swift
[49/825] Compiling RealModule AugmentedArithmetic.swift
[50/825] Compiling RealModule Double+Real.swift
[51/825] Compiling RealModule ElementaryFunctions.swift
[52/825] Compiling RealModule Float+Real.swift
[53/827] Emitting module SystemPackage
[55/827] Emitting module RealModule
[56/827] Compiling SystemPackage FilePathSyntax.swift
[57/827] Compiling SystemPackage FilePathTemp.swift
[58/827] Compiling SystemPackage FilePathTempPosix.swift
[59/827] Compiling SystemPackage FilePathTempWindows.swift
[64/827] Compiling Logging MetadataProvider.swift
[65/827] Compiling SystemPackage IORing.swift
[66/827] Compiling SystemPackage RawIORequest.swift
[67/827] Compiling SystemPackage Backcompat.swift
[68/827] Compiling SystemPackage CInterop.swift
[69/827] Compiling SystemPackage Constants.swift
[70/827] Compiling SystemPackage Exports.swift
[71/827] Compiling SystemPackage Mocking.swift
[72/827] Compiling SystemPackage RawBuffer.swift
[74/843] Compiling Logging Locks.swift
[75/882] Compiling ParseSwift Encodable.swift
[76/882] Compiling ParseSwift InputStream.swift
[77/882] Compiling ParseSwift URLCache.swift
[78/882] Compiling ParseSwift URLSession.swift
[79/882] Compiling ParseSwift BaseConfig.swift
[80/968] Compiling ParseSwift ParseApple.swift
[81/968] Compiling ParseSwift ParseFacebook+async.swift
[82/1030] Compiling ParseSwift ParseApple+async.swift
[83/1030] Compiling ParseSwift ParseApple+combine.swift
[84/1030] Compiling ParseSwift ParseURLSessionDelegate.swift
[85/1030] Compiling ParseSwift Responses.swift
[86/1030] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[87/1030] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[88/1030] Emitting module Logging
[89/1030] Emitting module Instrumentation
[90/1030] Compiling Instrumentation NoOpInstrument.swift
[91/1030] Compiling Instrumentation MultiplexInstrument.swift
[91/1030] Compiling d1_both.cc
[93/1030] Compiling Instrumentation Locks.swift
[94/1030] Compiling Instrumentation Instrument.swift
[95/1030] Compiling Instrumentation InstrumentationSystem.swift
[95/1031] Compiling d1_lib.cc
[98/1030] Compiling ParseSwift API+BatchCommand.swift
[99/1030] Compiling ParseSwift API+Command+async.swift
[100/1030] Compiling ParseSwift API+Command.swift
[101/1048] Compiling Atomics ManagedAtomic.swift
[102/1048] Compiling Atomics ManagedAtomicLazyReference.swift
[103/1073] Emitting module CoreMetrics
[104/1081] Compiling Tracing TracingTime.swift
[105/1081] Emitting module InternalCollectionsUtilities
[106/1081] Compiling Algorithms FlattenCollection.swift
[107/1081] Compiling Algorithms Grouped.swift
[108/1081] Compiling Algorithms Indexed.swift
[109/1081] Compiling Algorithms Intersperse.swift
[110/1081] Compiling Algorithms AdjacentPairs.swift
[111/1081] Compiling Algorithms Partition.swift
[112/1081] Compiling Algorithms Permutations.swift
[113/1081] Compiling Algorithms Keyed.swift
[114/1081] Compiling Algorithms MinMax.swift
[115/1083] Compiling Algorithms Chain.swift
[116/1083] Compiling Algorithms Chunked.swift
[117/1083] Compiling Algorithms Combinations.swift
[118/1083] Compiling Algorithms Joined.swift
[119/1083] Compiling ParseSwift BaseParseInstallation.swift
[120/1083] Compiling ParseSwift BaseParseUser.swift
[121/1083] Compiling ParseSwift NoBody.swift
[122/1083] Compiling ParseSwift LiveQueryConstants.swift
[123/1084] Emitting module Tracing
[125/1084] Compiling Logging LogHandler.swift
[126/1084] Compiling Logging Logging.swift
[127/1085] Compiling Tracing TracerProtocol.swift
[129/1085] Compiling Tracing TracerProtocol+Legacy.swift
[130/1085] Compiling Tracing Tracer.swift
[130/1085] Wrapping AST for RealModule for debugging
[134/1084] Wrapping AST for SystemPackage for debugging
[136/1084] Compiling Algorithms FirstNonNil.swift
[140/1084] Compiling Atomics IntegerOperations.swift
[141/1084] Compiling Atomics Unmanaged extensions.swift
[141/1091] Compiling sha512-armv8-linux.S
[142/1091] Compiling sha512-armv8-apple.S
[144/1090] Compiling sha512-armv4-linux.S
[147/1090] Compiling Algorithms Reductions.swift
[148/1090] Compiling Algorithms Rotate.swift
[149/1093] Compiling Algorithms Split.swift
[150/1093] Compiling Algorithms Stride.swift
[151/1093] Compiling Algorithms Suffix.swift
[152/1093] Compiling Tracing NoOpTracer.swift
[153/1093] Compiling Tracing SpanProtocol.swift
[154/1093] Compiling Tracing InstrumentationSystem+Tracing.swift
[154/1094] Compiling sha512-586-linux.S
[156/1094] Emitting module RoutingKit
[158/1093] Compiling CoreMetrics Locks.swift
[159/1093] Compiling CoreMetrics Metrics.swift
[160/1094] Compiling RoutingKit AnyRouter.swift
[162/1094] Compiling RoutingKit Parameters.swift
[163/1094] Compiling RoutingKit Router.swift
[164/1094] Compiling RoutingKit TrieRouter.swift
[165/1094] Compiling RoutingKit PathComponent.swift
[166/1157] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[167/1157] Compiling OrderedCollections OrderedDictionary+Elements.swift
[168/1157] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[169/1157] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[170/1157] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[171/1157] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[173/1226] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[174/1226] Compiling HeapModule Heap+Descriptions.swift
[175/1226] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[176/1226] Compiling _RopeModule BigString+Chunk+Breaks.swift
[177/1226] Compiling _RopeModule BigString+Chunk+Counts.swift
[178/1226] Compiling _RopeModule BigString+Chunk+Description.swift
[179/1226] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[180/1226] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[181/1226] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[182/1226] Compiling _RopeModule BigString+Chunk+Splitting.swift
[183/1226] Compiling HeapModule Heap.swift
[184/1226] Compiling HeapModule _HeapNode.swift
[185/1226] Emitting module Metrics
[186/1226] Compiling Metrics Metrics.swift
[187/1227] Compiling HeapModule Heap+Invariants.swift
[188/1227] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[189/1227] Compiling _RopeModule BigString+Hashing.swift
[190/1227] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[191/1227] Compiling HeapModule Heap+UnsafeHandle.swift
[193/1302] Emitting module HeapModule
[194/1302] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[195/1302] Compiling HashTreeCollections TreeDictionary+Keys.swift
[196/1302] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[197/1302] Compiling HashTreeCollections TreeDictionary+Merge.swift
[198/1302] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[199/1302] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[200/1302] Compiling HashTreeCollections TreeDictionary+Values.swift
[201/1310] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[202/1310] Compiling HashTreeCollections TreeSet+Extras.swift
[203/1310] Compiling HashTreeCollections TreeSet+Filter.swift
[204/1310] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[205/1310] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[206/1310] Compiling HashTreeCollections TreeDictionary+Filter.swift
[207/1310] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[208/1310] Compiling HashTreeCollections _HashNode+Structural union.swift
[209/1310] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[210/1310] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[211/1310] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[212/1310] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[213/1310] Compiling HashTreeCollections _HashNode.swift
[214/1310] Compiling HashTreeCollections _HashNodeHeader.swift
[215/1310] Compiling HashTreeCollections _HashSlot.swift
[216/1310] Compiling HashTreeCollections _HashStack.swift
[217/1310] Compiling HashTreeCollections TreeDictionary.swift
[218/1310] Compiling HashTreeCollections TreeSet+Codable.swift
[219/1310] Compiling HashTreeCollections TreeSet+Collection.swift
[220/1310] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[221/1310] Compiling HashTreeCollections TreeSet+Debugging.swift
[222/1310] Compiling HashTreeCollections TreeSet+Descriptions.swift
[223/1310] Compiling HashTreeCollections TreeSet+Equatable.swift
[224/1310] Compiling HashTreeCollections _HashNode+Builder.swift
[225/1310] Compiling HashTreeCollections _HashNode+Debugging.swift
[226/1310] Compiling HashTreeCollections _HashNode+Initializers.swift
[227/1310] Compiling HashTreeCollections _HashNode+Invariants.swift
[228/1310] Compiling HashTreeCollections _HashNode+Lookups.swift
[229/1310] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[230/1310] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[231/1310] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[233/1310] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[234/1310] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[235/1310] Compiling HashTreeCollections _HashNode+Structural merge.swift
[236/1310] Compiling HashTreeCollections _AncestorHashSlots.swift
[237/1310] Compiling HashTreeCollections _Bitmap.swift
[238/1310] Compiling HashTreeCollections _Bucket.swift
[239/1310] Compiling HashTreeCollections _Hash.swift
[240/1310] Compiling HashTreeCollections _HashLevel.swift
[245/1324] Compiling HashTreeCollections TreeSet+Hashable.swift
[246/1324] Compiling HashTreeCollections TreeSet+Sendable.swift
[247/1324] Compiling HashTreeCollections TreeSet+Sequence.swift
[248/1324] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[249/1324] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[250/1324] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[251/1324] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[252/1324] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[253/1324] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[254/1324] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[255/1380] Compiling BitCollections BitArray+Codable.swift
[256/1380] Compiling BitCollections BitArray+Collection.swift
[257/1380] Compiling BitCollections BitArray+Copy.swift
[258/1380] Compiling BitCollections BitArray+CustomReflectable.swift
[259/1389] Compiling BitCollections BitArray+Extras.swift
[260/1389] Compiling BitCollections BitArray+Fill.swift
[261/1389] Compiling BitCollections BitArray+Testing.swift
[262/1389] Compiling BitCollections BitArray._UnsafeHandle.swift
[263/1389] Compiling BitCollections BitArray.swift
[264/1389] Compiling BitCollections BitSet+BidirectionalCollection.swift
[265/1389] Compiling BitCollections BitSet+Codable.swift
[266/1389] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[267/1389] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[268/1389] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[269/1389] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[270/1389] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[271/1389] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[272/1389] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[273/1389] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[274/1389] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[275/1389] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[276/1389] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[277/1389] Compiling BitCollections BitSet+SetAlgebra union.swift
[278/1389] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[279/1389] Compiling BitCollections BitSet.Counted.swift
[282/1389] Compiling BitCollections BitArray+Descriptions.swift
[283/1389] Compiling BitCollections BitArray+Equatable.swift
[284/1389] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[285/1389] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[286/1389] Compiling BitCollections BitArray+BitwiseOperations.swift
[287/1389] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[292/1389] Emitting module Atomics
[294/1390] Compiling DequeModule _DequeSlot.swift
[295/1390] Compiling DequeModule _UnsafeWrappedBuffer.swift
[296/1390] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[297/1390] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[298/1390] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[299/1390] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[300/1390] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[301/1390] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[302/1390] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[303/1390] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[304/1390] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[305/1390] Compiling HashTreeCollections TreeSet.swift
[306/1390] Compiling BitCollections BitArray+Hashable.swift
[307/1390] Compiling BitCollections BitArray+Initializers.swift
[307/1390] Wrapping AST for CoreMetrics for debugging
[308/1390] Compiling sha512-586-apple.S
[317/1390] Compiling sha256-x86_64-linux.S
[318/1390] Compiling sha256-x86_64-apple.S
[319/1390] Compiling sha256-armv8-win.S
[321/1390] Compiling OrderedCollections OrderedSet+Sendable.swift
[322/1390] Compiling OrderedCollections OrderedSet+SubSequence.swift
[323/1390] Compiling OrderedCollections OrderedSet+Testing.swift
[324/1390] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[325/1390] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[326/1390] Compiling OrderedCollections OrderedSet.swift
[327/1390] Compiling OrderedCollections _UnsafeBitset.swift
[330/1390] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[331/1390] Compiling BitCollections BitSet+CustomReflectable.swift
[332/1390] Compiling BitCollections BitSet+CustomStringConvertible.swift
[333/1390] Compiling BitCollections BitSet+Equatable.swift
[334/1390] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[335/1390] Compiling BitCollections BitSet+Extras.swift
[336/1390] Compiling BitCollections BitSet+Hashable.swift
[337/1390] Compiling BitCollections BitSet+Initializers.swift
[338/1390] Compiling BitCollections BitSet+Invariants.swift
[339/1390] Compiling BitCollections BitSet+Random.swift
[340/1390] Compiling BitCollections BitSet+SetAlgebra basics.swift
[341/1390] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[342/1390] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[343/1390] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[343/1393] Compiling sha256-armv8-linux.S
[344/1397] Compiling sha256-armv8-apple.S
[349/1397] Compiling BitCollections BitSet.Index.swift
[350/1397] Compiling BitCollections BitSet._UnsafeHandle.swift
[351/1397] Compiling BitCollections BitSet.swift
[352/1397] Compiling BitCollections Range+Utilities.swift
[353/1397] Compiling BitCollections Slice+Utilities.swift
[354/1397] Compiling BitCollections UInt+Tricks.swift
[355/1397] Compiling BitCollections _Word.swift
[358/1397] Compiling HashTreeCollections TreeDictionary+Collection.swift
[359/1397] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[360/1397] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[361/1397] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[364/1406] Emitting module Algorithms
[364/1407] Compiling sha256-armv4-linux.S
[373/1407] Emitting module BitCollections
[374/1407] Emitting module DequeModule
[374/1407] Compiling sha256-586-linux.S
[394/1408] Compiling sha256-586-apple.S
[396/1407] Compiling sha1-x86_64-linux.S
[397/1407] Compiling sha1-x86_64-apple.S
[398/1407] Compiling sha1-armv8-win.S
[399/1407] Compiling sha1-armv8-apple.S
[400/1407] Compiling sha1-armv8-linux.S
[421/1407] Compiling sha1-armv4-large-linux.S
[422/1407] Compiling sha1-586-apple.S
[423/1407] Compiling sha1-586-linux.S
[424/1407] Compiling rsaz-avx2-linux.S
[425/1407] Compiling rsaz-avx2-apple.S
[426/1407] Compiling rdrand-x86_64-linux.S
[427/1407] Compiling ParseSwift Savable.swift
[428/1407] Compiling ParseSwift InMemoryPrimitiveStore.swift
[429/1407] Compiling ParseSwift KeychainStore.swift
[430/1407] Compiling ParseSwift ParseFileManager.swift
[431/1407] Compiling ParseSwift ParsePrimitiveStorable.swift
[432/1407] Compiling ParseSwift ParseStorage.swift
[433/1407] Compiling ParseSwift SecureStorable.swift
[434/1407] Compiling ParseSwift CloudViewModel.swift
[435/1407] Compiling ParseSwift ParseOperationAdd.swift
[436/1407] Compiling ParseSwift ParseOperationAddRelation.swift
[437/1407] Compiling ParseSwift ParseOperationAddUnique.swift
[438/1407] Compiling ParseSwift ParseOperationBatch.swift
[439/1407] Compiling ParseSwift ParseOperationCommand.swift
[440/1407] Compiling ParseSwift ParseOperationDelete.swift
[441/1407] Compiling ParseSwift ParseOperationIncrement.swift
[442/1407] Compiling ParseSwift ParseOperationIncrementDouble.swift
[443/1407] Compiling ParseSwift ParseOperationRemove.swift
[445/1407] Compiling ParseSwift ParseOperationRemoveRelation.swift
[446/1407] Compiling ParseSwift ParseACL.swift
[447/1407] Compiling ParseSwift ParseAnalytics+async.swift
[448/1407] Compiling ParseSwift ParseAnalytics+combine.swift
[449/1407] Compiling ParseSwift ParseAnalytics.swift
[450/1407] Compiling ParseSwift ParseBytes.swift
[451/1407] Compiling ParseSwift ParseCLP.swift
[452/1407] Compiling ParseSwift ParseConfigCodable+async.swift
[452/1432] Compiling rdrand-x86_64-apple.S
[453/1432] Compiling p256_beeu-x86_64-asm-linux.S
[454/1432] Compiling p256_beeu-x86_64-asm-apple.S
[455/1432] Compiling p256_beeu-armv8-asm-apple.S
[457/1432] Emitting module OrderedCollections
[457/1433] Compiling p256_beeu-armv8-asm-linux.S
[458/1433] Compiling p256_beeu-armv8-asm-win.S
[460/1433] Compiling p256-x86_64-asm-apple.S
[481/1433] Compiling BitCollections BitArray+RandomBits.swift
[482/1433] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[483/1433] Compiling BitCollections BitArray+Shifts.swift
[494/1433] Compiling p256-x86_64-asm-linux.S
[495/1433] Compiling p256-armv8-asm-win.S
[496/1433] Compiling p256-armv8-asm-linux.S
[497/1433] Compiling p256-armv8-asm-apple.S
[498/1433] Compiling ghashv8-armv8-linux.S
[499/1433] Compiling ghashv8-armv8-win.S
[500/1432] Compiling ghashv8-armv8-apple.S
[501/1432] Compiling ghash-x86_64-linux.S
[502/1432] Compiling ghash-x86_64-apple.S
[503/1432] Compiling ghashv8-armv7-linux.S
[504/1432] Compiling ghash-x86-linux.S
[505/1432] Compiling ghash-x86-apple.S
[506/1432] Compiling ghash-ssse3-x86_64-linux.S
[507/1432] Compiling ghash-ssse3-x86-linux.S
[508/1432] Compiling ghash-ssse3-x86_64-apple.S
[509/1432] Compiling ghash-ssse3-x86-apple.S
[510/1432] Compiling ghash-neon-armv8-win.S
[511/1432] Compiling ghash-neon-armv8-apple.S
[512/1432] Compiling ghash-neon-armv8-linux.S
[513/1432] Compiling ghash-armv4-linux.S
[514/1432] Compiling co-586-linux.S
[539/1432] Compiling co-586-apple.S
[540/1432] Compiling bsaes-armv7-linux.S
[548/1432] Compiling bn-armv8-win.S
[550/1432] Emitting module _RopeModule
[550/1433] Compiling bn-armv8-linux.S
[551/1433] Compiling bn-armv8-apple.S
[552/1433] Compiling bn-586-apple.S
[554/1433] Compiling bn-586-linux.S
[555/1433] Compiling armv8-mont-win.S
[556/1433] Compiling armv8-mont-linux.S
[557/1433] Compiling armv8-mont-apple.S
[558/1433] Compiling armv4-mont-linux.S
[559/1433] Compiling aesv8-gcm-armv8-apple.S
[559/1433] Compiling aesv8-gcm-armv8-win.S
[559/1433] Compiling aesv8-gcm-armv8-linux.S
[562/1433] Compiling aesv8-armv8-win.S
[563/1433] Compiling aesv8-armv8-apple.S
[564/1433] Compiling aesv8-armv7-linux.S
[565/1433] Compiling aesv8-armv8-linux.S
[566/1433] Compiling aesni-x86_64-apple.S
[567/1433] Compiling aesni-x86_64-linux.S
[593/1433] Compiling aesni-x86-apple.S
[594/1433] Compiling aesni-x86-linux.S
[595/1433] Compiling aesni-gcm-x86_64-apple.S
[596/1433] Compiling aesni-gcm-x86_64-linux.S
[607/1433] Compiling aes-gcm-avx2-x86_64-linux.S
[627/1433] Compiling aes-gcm-avx2-x86_64-apple.S
[628/1433] Compiling aes-gcm-avx10-x86_64-apple.S
[629/1433] Compiling aes-gcm-avx10-x86_64-linux.S
[631/1433] Compiling _RopeModule Rope+Join.swift
[632/1433] Compiling _RopeModule Rope+MutatingForEach.swift
[633/1433] Compiling _RopeModule Rope+Remove.swift
[634/1433] Compiling _RopeModule Rope+RemoveSubrange.swift
[635/1433] Compiling _RopeModule Rope+Split.swift
[636/1433] Compiling _RopeModule Optional Utilities.swift
[637/1433] Compiling _RopeModule String Utilities.swift
[638/1433] Compiling _RopeModule String.Index+ABI.swift
[639/1433] Compiling _RopeModule _CharacterRecognizer.swift
[640/1434] Wrapping AST for _RopeModule for debugging
[642/1434] Emitting module HashTreeCollections
[643/1434] Compiling x_sig.cc
[644/1434] Compiling x_spki.cc
[646/1434] Compiling ParseSwift ParseFileTransferable.swift
[647/1434] Compiling ParseSwift ParseHookFunctionable+async.swift
[648/1434] Compiling ParseSwift ParseHookFunctionable+combine.swift
[649/1434] Compiling ParseSwift ParseHookFunctionable.swift
[650/1434] Compiling ParseSwift ParseHookParametable.swift
[651/1434] Compiling ParseSwift ParseHookRequestable+async.swift
[652/1434] Compiling ParseSwift ParseHookRequestable+combine.swift
[653/1434] Compiling ParseSwift ParseHookRequestable.swift
[654/1434] Compiling ParseSwift ParseHookTriggerRequestable.swift
[655/1434] Compiling ParseSwift ParseHookTriggerable+async.swift
[656/1434] Compiling ParseSwift ParseHookTriggerable+combine.swift
[657/1434] Compiling ParseSwift ParseHookTriggerable.swift
[658/1434] Compiling ParseSwift ParseHookable.swift
[659/1434] Compiling ParseSwift ParseOperationable.swift
[660/1434] Compiling ParseSwift ParsePointerable+async.swift
[661/1434] Compiling ParseSwift ParsePointerable+combine.swift
[662/1434] Compiling ParseSwift ParsePointerable.swift
[663/1434] Compiling ParseSwift ParsePushApplePayloadable.swift
[664/1434] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[665/1434] Compiling ParseSwift ParsePushPayloadable.swift
[666/1434] Compiling ParseSwift ParseQueryScorable.swift
[667/1434] Compiling ParseSwift ParseRelationOperationable.swift
[668/1434] Compiling ParseSwift ParseTypeable.swift
[669/1434] Compiling ParseSwift QueryObservable.swift
[670/1434] Compiling ParseSwift Queryable.swift
[671/1434] Compiling ParseSwift ParseConfigCodable+combine.swift
[672/1434] Compiling ParseSwift ParseConfigCodable.swift
[673/1434] Compiling ParseSwift ParseConfiguration.swift
[674/1434] Compiling ParseSwift ParseError.swift
[675/1434] Compiling ParseSwift ParseField.swift
[676/1434] Compiling ParseSwift ParseFieldOptions.swift
[677/1434] Compiling ParseSwift ParseFile+async.swift
[678/1434] Compiling ParseSwift ParseFile+combine.swift
[679/1434] Compiling ParseSwift ParseFile.swift
[680/1434] Compiling ParseSwift ParseFileDefaultTransfer.swift
[681/1434] Compiling ParseSwift ParseGeoPoint.swift
[682/1434] Compiling ParseSwift ParseHookFunction.swift
[683/1434] Compiling ParseSwift ParseHookFunctionRequest.swift
[684/1434] Compiling ParseSwift ParseHookResponse.swift
[685/1434] Compiling ParseSwift ParseHookTrigger.swift
[686/1434] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[687/1434] Compiling ParseSwift ParseHookTriggerRequest.swift
[688/1434] Compiling ParseSwift ParseKeychainAccessGroup.swift
[689/1434] Compiling ParseSwift ParseOperation+async.swift
[690/1434] Compiling ParseSwift ParseOperation+combine.swift
[691/1434] Compiling ParseSwift ParseOperation.swift
[692/1434] Compiling ParseSwift ParsePolygon.swift
[693/1434] Compiling ParseSwift ParsePush+async.swift
[694/1434] Compiling ParseSwift ParsePush+combine.swift
[695/1434] Compiling ParseSwift ParsePush.swift
[695/1434] Compiling x_val.cc
[697/1434] Emitting module ParseSwift
[722/1436] Compiling x_x509.cc
[723/1436] Compiling x_x509a.cc
[725/1436] Emitting module Collections
[726/1436] Compiling Collections Collections.swift
[727/1437] Compiling x_pubkey.cc
[728/1437] Compiling x_req.cc
[729/1437] Wrapping AST for Collections for debugging
[730/1437] Compiling x_exten.cc
[731/1437] Compiling x_name.cc
[732/1437] Compiling x_crl.cc
[733/1437] Compiling x_all.cc
[734/1437] Compiling x_attrib.cc
[735/1437] Compiling x_algor.cc
[736/1437] Compiling x509spki.cc
[737/1437] Compiling x509_vpm.cc
[738/1437] Compiling x509name.cc
[739/1437] Compiling x509rset.cc
[740/1437] Compiling x509cset.cc
[741/1437] Compiling x509_v3.cc
[742/1437] Compiling x509_vfy.cc
[743/1437] Compiling x509_txt.cc
[744/1437] Compiling x509_trs.cc
[745/1437] Compiling x509_set.cc
[746/1437] Compiling x509_req.cc
[747/1437] Compiling x509_obj.cc
[748/1437] Compiling x509_ext.cc
[749/1437] Compiling x509_lu.cc
[750/1437] Compiling x509_def.cc
[751/1437] Compiling x509_d2.cc
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[788/1437] Compiling ParseSwift ParseUser.swift
[789/1437] Compiling ParseSwift Parse.swift
[790/1437] Compiling ParseSwift ParseConstants.swift
[791/1437] Compiling ParseSwift CloudObservable.swift
[792/1437] Compiling ParseSwift Deletable.swift
[793/1437] Compiling ParseSwift Fetchable.swift
[794/1437] Compiling ParseSwift Fileable.swift
[795/1437] Compiling ParseSwift Objectable.swift
[796/1437] Compiling ParseSwift ParseCloudable+async.swift
[797/1437] Compiling ParseSwift ParseCloudable+combine.swift
[798/1437] Compiling ParseSwift ParseCloudable.swift
[799/1437] Compiling ParseSwift ParseConfig+async.swift
[800/1437] Compiling ParseSwift ParseConfig+combine.swift
[801/1437] Compiling ParseSwift ParseConfig.swift
[802/1437] Compiling ParseSwift ParseEncodable.swift
[802/1437] Compiling x509_cmp.cc
[803/1437] Compiling x509.cc
[804/1437] Compiling x509_att.cc
[805/1437] Compiling v3_purp.cc
[806/1437] Compiling v3_prn.cc
[807/1437] Compiling v3_skey.cc
[808/1437] Compiling v3_utl.cc
[809/1437] Compiling v3_pmaps.cc
[811/1437] Compiling ParseSwift ParsePushAppleAlert.swift
[812/1437] Compiling ParseSwift ParsePushAppleSound.swift
[813/1437] Compiling ParseSwift ParsePushPayloadApple.swift
[814/1437] Compiling ParseSwift ParsePushFirebaseNotification.swift
[815/1437] Compiling ParseSwift ParsePushPayloadFirebase.swift
[816/1437] Compiling ParseSwift ParsePushPayloadAny.swift
[817/1437] Compiling ParseSwift ParsePushStatus.swift
[818/1437] Compiling ParseSwift ParseRelation.swift
[819/1437] Compiling ParseSwift ParseSchema+async.swift
[820/1437] Compiling ParseSwift ParseSchema+combine.swift
[821/1437] Compiling ParseSwift ParseSchema.swift
[822/1437] Compiling ParseSwift ParseServer+async.swift
[823/1437] Compiling ParseSwift ParseServer+combine.swift
[824/1437] Compiling ParseSwift ParseServer.swift
[825/1437] Compiling ParseSwift ParseVersion.swift
[826/1437] Compiling ParseSwift Pointer+async.swift
[827/1437] Compiling ParseSwift Pointer+combine.swift
[828/1437] Compiling ParseSwift Pointer.swift
[829/1437] Compiling ParseSwift Query+async.swift
[830/1437] Compiling ParseSwift Query+combine.swift
[831/1437] Compiling ParseSwift Query.swift
[832/1437] Compiling ParseSwift QueryConstraint.swift
[833/1437] Compiling ParseSwift QueryViewModel.swift
[834/1437] Compiling ParseSwift QueryWhere.swift
[835/1437] Compiling ParseSwift Utility.swift
[835/1437] Compiling v3_ocsp.cc
[836/1437] Compiling v3_pcons.cc
[837/1437] Compiling v3_lib.cc
[838/1437] Compiling v3_enum.cc
[838/1437] Compiling v3_extku.cc
[838/1437] Compiling v3_ia5.cc
[838/1437] Compiling v3_ncons.cc
[838/1437] Compiling v3_info.cc
[838/1437] Compiling v3_int.cc
[838/1437] Compiling v3_genn.cc
BUILD FAILURE 6.1 linux