The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Haystack, reference v0.2.2 (b33d0e), with Swift 6.1 for Linux on 21 Jun 2025 11:59:33 UTC.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NeedleInAJayStack/swift-haystack.git
Reference: v0.2.2
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/NeedleInAJayStack/swift-haystack
 * tag               v0.2.2     -> FETCH_HEAD
HEAD is now at b33d0ea Merge pull request #12 from NeedleInAJayStack/docs/spi
Cloned https://github.com/NeedleInAJayStack/swift-haystack.git
Revision (git rev-parse @):
b33d0eaa97dc55e54d6a7e73d2ff06015a328079
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NeedleInAJayStack/swift-haystack.git at v0.2.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NeedleInAJayStack/swift-haystack.git
https://github.com/NeedleInAJayStack/swift-haystack.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "Haystack",
  "name" : "Haystack",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Haystack",
      "targets" : [
        "Haystack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackClientNIO",
      "targets" : [
        "HaystackClient",
        "HaystackClientNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackServer",
      "targets" : [
        "HaystackServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackServerVapor",
      "targets" : [
        "HaystackServerVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HaystackTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackTests",
      "path" : "Tests/HaystackTests",
      "sources" : [
        "BoolTests.swift",
        "CoordTests.swift",
        "DateTests.swift",
        "DateTimeTests.swift",
        "DictTests.swift",
        "FilterTests.swift",
        "GridTests.swift",
        "IO/ZincReaderTests.swift",
        "IO/ZincTokenizerTests.swift",
        "ListTests.swift",
        "MarkerTests.swift",
        "NATests.swift",
        "NullTests.swift",
        "NumberTests.swift",
        "RefTests.swift",
        "RemoveTests.swift",
        "StringTests.swift",
        "SymbolTests.swift",
        "TimeTests.swift",
        "UriTests.swift",
        "XStrTests.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServerVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerVaporTests",
      "path" : "Tests/HaystackServerVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "HaystackServerVaporTests.swift"
      ],
      "target_dependencies" : [
        "HaystackServerVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServerVapor",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerVapor",
      "path" : "Sources/HaystackServerVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "HaystackServerVapor"
      ],
      "sources" : [
        "HTTPMediaType+zinc.swift",
        "HaystackRouteCollection.swift",
        "Request+Grid.swift"
      ],
      "target_dependencies" : [
        "Haystack",
        "HaystackServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackServerTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerTests",
      "path" : "Tests/HaystackServerTests",
      "sources" : [
        "HaystackServerTests.swift"
      ],
      "target_dependencies" : [
        "HaystackServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServer",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServer",
      "path" : "Sources/HaystackServer",
      "product_memberships" : [
        "HaystackServer",
        "HaystackServerVapor"
      ],
      "sources" : [
        "HaystackServer.swift",
        "Stores/HistoryStore.swift",
        "Stores/RecordStore.swift",
        "Stores/WatchStore.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientTests",
      "path" : "Tests/HaystackClientTests",
      "sources" : [
        "SCRAMTests.swift",
        "UrlSafeBase64Tests.swift"
      ],
      "target_dependencies" : [
        "HaystackClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackClientNIOIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientNIOIntegrationTests",
      "path" : "Tests/HaystackClientNIOIntegrationTests",
      "sources" : [
        "HaystackClientNIOIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "HaystackClientNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackClientNIO",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientNIO",
      "path" : "Sources/HaystackClientNIO",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "HaystackClientNIO"
      ],
      "sources" : [
        "Client+HTTPClient.swift",
        "Exports.swift",
        "HTTPClientFetcher.swift"
      ],
      "target_dependencies" : [
        "Haystack",
        "HaystackClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackClient",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClient",
      "path" : "Sources/HaystackClient",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "HaystackClientNIO"
      ],
      "sources" : [
        "Authentication/AuthHash.swift",
        "Authentication/AuthMessage.swift",
        "Authentication/Authenticator.swift",
        "Authentication/ScramAuthenticator.swift",
        "Authentication/ScramClient.swift",
        "Authentication/String+Base64.swift",
        "Client.swift",
        "DataFormat.swift",
        "Fetcher.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Haystack",
      "module_type" : "SwiftTarget",
      "name" : "Haystack",
      "path" : "Sources/Haystack",
      "product_memberships" : [
        "Haystack",
        "HaystackClientNIO",
        "HaystackServer",
        "HaystackServerVapor"
      ],
      "sources" : [
        "API/API.swift",
        "API/HisItem.swift",
        "API/HisReadRange.swift",
        "Bool.swift",
        "Coord.swift",
        "Date.swift",
        "DateTime.swift",
        "Dict.swift",
        "Filter.swift",
        "Grid.swift",
        "IO/ZincReader.swift",
        "IO/ZincToken.swift",
        "IO/ZincTokenizer.swift",
        "List.swift",
        "Marker.swift",
        "NA.swift",
        "Null.swift",
        "Number.swift",
        "Ref.swift",
        "Remove.swift",
        "String.swift",
        "Symbol.swift",
        "Time.swift",
        "Uri.swift",
        "Utils/Character+isIdChar.swift",
        "Utils/GridBuilder.swift",
        "Utils/String+tagName.swift",
        "Val.swift",
        "ValError.swift",
        "XStr.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
[1/15419] Fetching swift-crypto
[2/29433] Fetching swift-crypto, async-http-client
[1613/103979] Fetching swift-crypto, async-http-client, vapor
Fetched https://github.com/swift-server/async-http-client.git from cache (1.97s)
[25834/89965] Fetching swift-crypto, vapor
Fetched https://github.com/apple/swift-crypto.git from cache (4.05s)
Fetched https://github.com/vapor/vapor.git from cache (4.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (5.95s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.11s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1797] Fetching swift-atomics
[433/7739] Fetching swift-atomics, swift-nio-extras
[1035/19271] Fetching swift-atomics, swift-nio-extras, swift-nio-http2
[1302/25230] Fetching swift-atomics, swift-nio-extras, swift-nio-http2, swift-algorithms
[1541/29066] Fetching swift-atomics, swift-nio-extras, swift-nio-http2, swift-algorithms, swift-log
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.30s)
Fetching https://github.com/apple/swift-nio-ssl.git
[18620/27269] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-log
[24503/29936] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-log, swift-nio-transport-services
[29937/44826] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-log, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.74s)
[28014/42159] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-log, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[31291/118498] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.10s)
Fetched https://github.com/apple/swift-log.git from cache (3.10s)
Fetched https://github.com/apple/swift-algorithms.git from cache (3.11s)
[18439/102761] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.13s)
[7056/91229] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.29s)
[54965/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.96s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (12.98s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.13s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.21s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.58s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4436] Fetching swift-system
[889/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.05s)
Fetched https://github.com/apple/swift-collections.git from cache (2.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.94s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/6184] Fetching swift-certificates
[125/8610] Fetching swift-certificates, swift-service-lifecycle
[446/13595] Fetching swift-certificates, swift-service-lifecycle, swift-async-algorithms
[1795/14499] Fetching swift-certificates, swift-service-lifecycle, swift-async-algorithms, swift-http-types
[2302/16115] Fetching swift-certificates, swift-service-lifecycle, swift-async-algorithms, swift-http-types, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.75s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-http-types.git from cache (1.38s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.37s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.38s)
[1/1169] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.74s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.21s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.69s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.24s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.79s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.71s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.67s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2609] Fetching websocket-kit
[28/6077] Fetching websocket-kit, multipart-kit
[3720/7158] Fetching websocket-kit, multipart-kit, swift-service-context
[3883/28010] Fetching websocket-kit, multipart-kit, swift-service-context, routing-kit
[4679/30216] Fetching websocket-kit, multipart-kit, swift-service-context, routing-kit, swift-metrics
[6384/35209] Fetching websocket-kit, multipart-kit, swift-service-context, routing-kit, swift-metrics, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.49s)
[21553/34128] Fetching websocket-kit, multipart-kit, routing-kit, swift-metrics, swift-distributed-tracing
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.19s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.19s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.20s)
[21963/30338] Fetching multipart-kit, routing-kit, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.56s)
Fetched https://github.com/vapor/console-kit.git from cache (1.09s)
[1/2370] Fetching async-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (4.61s)
Fetched https://github.com/vapor/async-kit.git from cache (4.62s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (7.45s)
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.00s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.75s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.81s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.57s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.88s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.57s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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/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.2
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.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.3.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.2.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.36.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.83.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.26.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Building for debugging...
[0/889] Write sources
[7/889] Compiling chacha-armv4-ios.ios.arm.S
[8/889] Write sources
[9/889] Compiling cpu_arm_linux.c
[9/889] Write sources
[14/889] Compiling errno.c
[15/889] Write sources
[28/889] Compiling crypto.c
[28/889] Write sources
[54/889] Compiling cpu_arm_freebsd.c
[55/889] Compiling _NumericsShims _NumericsShims.c
[56/889] Compiling _AtomicsShims.c
[57/889] Compiling cpu_intel.c
[58/889] Compiling CNIOWindows shim.c
[59/889] Compiling fd.c
[60/889] Compiling CNIOWindows WSAStartup.c
[61/889] Compiling CVaporBcrypt bcrypt.c
[62/889] Compiling CSystem shims.c
[62/889] Compiling CVaporBcrypt blf.c
[64/889] Compiling CNIOWASI CNIOWASI.c
[65/889] Compiling CNIOLinux liburing_shims.c
[66/889] Compiling CNIOExtrasZlib empty.c
[67/889] Compiling CNIODarwin shim.c
[67/889] Compiling CNIOLLHTTP c_nio_http.c
[69/889] Compiling CNIOSHA1 c_nio_sha1.c
[70/889] Write swift-version-24593BA9C3E375BF.txt
[71/889] Compiling CNIOLLHTTP c_nio_api.c
[71/889] Compiling CNIOLinux shim.c
[73/889] Compiling fiat_p256_adx_sqr.S
[74/889] Compiling fiat_p256_adx_mul.S
[75/889] Compiling fiat_curve25519_adx_square.S
[76/889] Compiling fiat_curve25519_adx_mul.S
[77/891] Compiling CNIOLLHTTP c_nio_llhttp.c
[78/936] Compiling CNIOBoringSSLShims shims.c
[80/954] Emitting module ServiceContextModule
[81/983] Emitting module _NIODataStructures
[82/983] Emitting module Haystack
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
/host/spi-builder-workspace/Sources/Haystack/ValError.swift:3:10: warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum ValError: Error {
 3 |     case cannotBeCoerced(String, ValType)
   |          `- warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 4 |     case invalidDateDefinition
 5 |     case invalidDateFormat(String)
/host/spi-builder-workspace/Sources/Haystack/Val.swift:27:13: note: consider making enum 'ValType' conform to the 'Sendable' protocol
25 | }
26 |
27 | public enum ValType: String, CaseIterable {
   |             `- note: consider making enum 'ValType' conform to the 'Sendable' protocol
28 |     case Bool
29 |     case Coord
[83/986] Emitting module _NIOBase64
[84/986] Compiling _NIOBase64 Base64.swift
[85/987] Compiling RealModule ElementaryFunctions.swift
[86/987] Compiling RealModule Float+Real.swift
[87/988] Compiling Haystack DateTime.swift
[88/988] Compiling Haystack Dict.swift
[89/988] Compiling RealModule RealFunctions.swift
[90/988] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/989] Compiling Haystack API.swift
[93/989] Compiling Haystack HisItem.swift
[94/989] Compiling Haystack HisReadRange.swift
[95/989] Compiling Haystack Bool.swift
[96/989] Compiling Haystack Filter.swift
[97/989] Compiling Haystack Grid.swift
[100/992] Emitting module InternalCollectionsUtilities
[103/992] Compiling Haystack Coord.swift
[104/992] Compiling Haystack Date.swift
[109/992] Compiling Haystack ZincReader.swift
[110/992] Compiling Haystack ZincToken.swift
[111/992] Compiling ServiceContextModule ServiceContext.swift
[112/992] Compiling ServiceContextModule ServiceContextKey.swift
[117/993] Compiling Haystack Character+isIdChar.swift
[118/993] Compiling Haystack GridBuilder.swift
[119/993] Compiling Haystack String+tagName.swift
[120/993] Compiling _NIODataStructures PriorityQueue.swift
[121/993] Compiling _NIODataStructures _TinyArray.swift
[122/993] Emitting module RealModule
[127/993] Compiling RealModule Float16+Real.swift
[128/993] Compiling RealModule Real.swift
[129/993] Compiling RealModule Float80+Real.swift
[132/997] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/1004] Compiling Instrumentation NoOpInstrument.swift
[135/1004] Compiling Instrumentation Instrument.swift
[136/1004] Emitting module Instrumentation
[137/1004] Compiling SystemPackage Util+StringArray.swift
[138/1004] Compiling SystemPackage Util.swift
[139/1004] Compiling SystemPackage UtilConsumers.swift
[140/1004] Compiling Haystack String.swift
[141/1004] Compiling Haystack Symbol.swift
[142/1004] Compiling Haystack Time.swift
[143/1004] Compiling Haystack Uri.swift
[144/1004] Compiling _NIODataStructures Heap.swift
[145/1005] Compiling Instrumentation MultiplexInstrument.swift
[146/1005] Compiling Instrumentation InstrumentationSystem.swift
[147/1005] Compiling Instrumentation Locks.swift
[148/1005] Compiling Logging Locks.swift
[149/1005] Emitting module Logging
[150/1006] Compiling Haystack ZincTokenizer.swift
[151/1006] Compiling Haystack List.swift
[152/1006] Compiling Haystack Marker.swift
[153/1006] Compiling Haystack NA.swift
[154/1006] Emitting module SystemPackage
[155/1006] Compiling Haystack Null.swift
[156/1006] Compiling Haystack Number.swift
[157/1006] Compiling Haystack Ref.swift
[158/1006] Compiling Haystack Remove.swift
[161/1007] Compiling Logging MetadataProvider.swift
[163/1007] Compiling Logging Logging.swift
[164/1007] Compiling Logging LogHandler.swift
[170/1008] Emitting module CoreMetrics
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
[186/1084] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
/host/spi-builder-workspace/Sources/Haystack/ValError.swift:3:10: warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum ValError: Error {
 3 |     case cannotBeCoerced(String, ValType)
   |          `- warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 4 |     case invalidDateDefinition
 5 |     case invalidDateFormat(String)
/host/spi-builder-workspace/Sources/Haystack/Val.swift:27:13: note: consider making enum 'ValType' conform to the 'Sendable' protocol
25 | }
26 |
27 | public enum ValType: String, CaseIterable {
   |             `- note: consider making enum 'ValType' conform to the 'Sendable' protocol
28 |     case Bool
29 |     case Coord
[187/1084] Compiling _RopeModule BigString+Sequence.swift
/host/spi-builder-workspace/Sources/Haystack/ValError.swift:3:10: warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum ValError: Error {
 3 |     case cannotBeCoerced(String, ValType)
   |          `- warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 4 |     case invalidDateDefinition
 5 |     case invalidDateFormat(String)
/host/spi-builder-workspace/Sources/Haystack/Val.swift:27:13: note: consider making enum 'ValType' conform to the 'Sendable' protocol
25 | }
26 |
27 | public enum ValType: String, CaseIterable {
   |             `- note: consider making enum 'ValType' conform to the 'Sendable' protocol
28 |     case Bool
29 |     case Coord
[188/1084] Compiling _RopeModule BigString+TextOutputStream.swift
/host/spi-builder-workspace/Sources/Haystack/ValError.swift:3:10: warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum ValError: Error {
 3 |     case cannotBeCoerced(String, ValType)
   |          `- warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 4 |     case invalidDateDefinition
 5 |     case invalidDateFormat(String)
/host/spi-builder-workspace/Sources/Haystack/Val.swift:27:13: note: consider making enum 'ValType' conform to the 'Sendable' protocol
25 | }
26 |
27 | public enum ValType: String, CaseIterable {
   |             `- note: consider making enum 'ValType' conform to the 'Sendable' protocol
28 |     case Bool
29 |     case Coord
[189/1085] Compiling _RopeModule BigString+Ingester.swift
[190/1085] Compiling _RopeModule BigString+Invariants.swift
[191/1085] Compiling _RopeModule BigString+Iterators.swift
[192/1085] Compiling _RopeModule BigString+Metrics.swift
[193/1085] Compiling _RopeModule BigString+Summary.swift
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
[194/1085] Compiling _RopeModule BigString.swift
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
[195/1085] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
[196/1085] Compiling _RopeModule BigString+Chunk+Breaks.swift
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
[198/1147] Compiling Tracing InstrumentationSystem+Tracing.swift
[199/1147] Compiling Tracing SpanProtocol.swift
[200/1147] Compiling Tracing NoOpTracer.swift
[201/1147] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[202/1147] Compiling HeapModule Heap+Descriptions.swift
[203/1147] Compiling CoreMetrics Metrics.swift
[204/1147] Compiling CoreMetrics Locks.swift
[205/1148] Compiling Tracing TracingTime.swift
[206/1150] Emitting module Tracing
[207/1154] Compiling HeapModule _HeapNode.swift
[208/1154] Compiling Tracing TracerProtocol.swift
[209/1154] Compiling Tracing Tracer.swift
[210/1154] Compiling Tracing TracerProtocol+Legacy.swift
[212/1155] Compiling HeapModule Heap.swift
[213/1155] Compiling HeapModule Heap+UnsafeHandle.swift
[214/1155] Compiling HeapModule Heap+Invariants.swift
[216/1155] Emitting module RoutingKit
[217/1155] Compiling RoutingKit Parameters.swift
[218/1155] Compiling RoutingKit PathComponent.swift
[219/1155] Compiling RoutingKit AnyRouter.swift
[220/1155] Emitting module HeapModule
[222/1163] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[223/1163] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[224/1163] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[225/1163] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[226/1163] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[227/1163] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[228/1163] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[229/1170] Compiling OrderedCollections OrderedSet+Initializers.swift
[230/1170] Compiling OrderedCollections OrderedSet+Insertions.swift
[231/1170] Compiling OrderedCollections OrderedSet+Invariants.swift
[232/1170] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[233/1170] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[234/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[235/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[236/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[237/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[238/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[239/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[240/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[241/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[242/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[243/1170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[244/1170] Compiling HaystackServer WatchStore.swift
[245/1170] Compiling HaystackServer RecordStore.swift
[246/1170] Compiling HaystackServer HistoryStore.swift
[247/1170] Compiling OrderedCollections OrderedDictionary.swift
[248/1170] Compiling OrderedCollections OrderedSet+Codable.swift
[249/1170] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[250/1170] Compiling OrderedCollections OrderedSet+Descriptions.swift
[251/1170] Compiling OrderedCollections OrderedSet+Diffing.swift
[252/1170] Compiling OrderedCollections OrderedSet+Equatable.swift
[253/1170] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[254/1170] Compiling OrderedCollections OrderedSet+Hashable.swift
[255/1170] Compiling RoutingKit Router.swift
[256/1170] Compiling RoutingKit TrieRouter.swift
[257/1171] Compiling Metrics Metrics.swift
[258/1171] Compiling OrderedCollections OrderedDictionary+Codable.swift
[259/1171] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[260/1171] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[261/1171] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[262/1171] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[263/1171] Compiling OrderedCollections OrderedDictionary+Elements.swift
[264/1171] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[265/1171] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[267/1172] Emitting module Metrics
[268/1208] Compiling HashTreeCollections _HashNode+Storage.swift
[269/1208] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[270/1208] Compiling HashTreeCollections _HashNode+Structural filter.swift
[271/1208] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[272/1208] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[273/1208] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[274/1208] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[275/1208] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[277/1248] Compiling HashTreeCollections TreeDictionary+Keys.swift
[278/1248] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[279/1248] Compiling HashTreeCollections TreeDictionary+Merge.swift
[280/1248] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[281/1248] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[282/1248] Compiling HashTreeCollections TreeDictionary+Values.swift
[283/1248] Compiling HashTreeCollections TreeDictionary.swift
[284/1248] Compiling HashTreeCollections TreeSet+Codable.swift
[285/1248] Compiling HashTreeCollections TreeSet+Collection.swift
[286/1248] Emitting module HaystackServer
[287/1248] Compiling HaystackServer HaystackServer.swift
[287/1258] Compiling tls_method.cc
[288/1265] Compiling tls_record.cc
[291/1273] Compiling DequeModule Deque+CustomReflectable.swift
[292/1273] Compiling DequeModule Deque+Descriptions.swift
[293/1275] Compiling HashTreeCollections _HashNode+Lookups.swift
[294/1275] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[295/1275] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[296/1275] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[303/1275] Compiling HashTreeCollections TreeSet+Hashable.swift
[304/1275] Compiling HashTreeCollections TreeSet+Sendable.swift
[305/1275] Compiling _RopeModule Rope+Join.swift
[306/1275] Compiling _RopeModule Rope+MutatingForEach.swift
[307/1275] Compiling _RopeModule Rope+Remove.swift
[308/1275] Compiling _RopeModule Rope+RemoveSubrange.swift
[309/1275] Compiling _RopeModule Rope+Split.swift
[310/1275] Compiling _RopeModule Optional Utilities.swift
[311/1275] Compiling _RopeModule String Utilities.swift
[312/1275] Compiling _RopeModule String.Index+ABI.swift
[313/1285] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[314/1285] Compiling HashTreeCollections TreeSet+Debugging.swift
[315/1285] Compiling HashTreeCollections TreeSet+Descriptions.swift
[316/1285] Compiling HashTreeCollections TreeSet+Equatable.swift
[317/1285] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[318/1285] Compiling HashTreeCollections TreeSet+Extras.swift
[319/1285] Compiling HashTreeCollections TreeSet+Filter.swift
[322/1285] Compiling DequeModule Deque+Equatable.swift
[323/1285] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[326/1285] Compiling DequeModule Deque+Codable.swift
[327/1285] Compiling DequeModule Deque+Collection.swift
[330/1285] Compiling DequeModule Deque+Extras.swift
[331/1285] Compiling DequeModule Deque+Hashable.swift
[332/1285] Compiling DequeModule Deque._UnsafeHandle.swift
[333/1285] Compiling DequeModule Deque.swift
[334/1285] Compiling DequeModule _DequeBuffer.swift
[335/1285] Compiling DequeModule _DequeBufferHeader.swift
[336/1285] Compiling DequeModule _DequeSlot.swift
[337/1285] Compiling DequeModule _UnsafeWrappedBuffer.swift
[338/1285] Compiling HashTreeCollections _HashNode+Builder.swift
[339/1285] Compiling HashTreeCollections _HashNode+Debugging.swift
[340/1285] Compiling HashTreeCollections _HashNode+Initializers.swift
[341/1285] Compiling HashTreeCollections _HashNode+Invariants.swift
[342/1285] Compiling DequeModule Deque+Testing.swift
[343/1285] Compiling DequeModule Deque._Storage.swift
[366/1285] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[367/1285] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[368/1285] Compiling HashTreeCollections TreeDictionary+Filter.swift
[369/1285] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[370/1285] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[384/1285] Emitting module OrderedCollections
[388/1286] Emitting module _RopeModule
[393/1286] Emitting module DequeModule
[394/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[395/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[396/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[397/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[398/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[399/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[400/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[401/1286] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[402/1286] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[403/1286] Compiling HashTreeCollections TreeSet.swift
[407/1287] Compiling HashTreeCollections _HashTreeIterator.swift
[408/1287] Compiling HashTreeCollections _HashTreeStatistics.swift
[409/1287] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[410/1287] Compiling HashTreeCollections _RawHashNode.swift
[411/1287] Compiling HashTreeCollections _UnmanagedHashNode.swift
[412/1287] Compiling HashTreeCollections _UnsafePath.swift
[413/1287] Compiling HashTreeCollections TreeDictionary+Codable.swift
[414/1287] Compiling HashTreeCollections TreeDictionary+Collection.swift
[415/1287] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[416/1287] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[417/1287] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[417/1287] Compiling tls13_server.cc
[418/1287] Compiling tls13_both.cc
[419/1287] Compiling tls13_client.cc
[421/1287] Emitting module HashTreeCollections
[421/1287] Compiling tls13_enc.cc
[431/1287] Compiling t1_enc.cc
[444/1287] Compiling HashTreeCollections _HashNode+Structural merge.swift
[486/1289] Compiling ssl_versions.cc
[487/1289] Compiling ssl_x509.cc
[488/1289] Compiling ssl_stat.cc
[489/1289] Compiling ssl_transcript.cc
[490/1289] Compiling ssl_session.cc
[491/1289] Compiling ssl_privkey.cc
[492/1289] Compiling ssl_key_share.cc
[493/1289] Compiling ssl_file.cc
[494/1289] Compiling ssl_credential.cc
[495/1289] Compiling ssl_cipher.cc
[496/1289] Compiling ssl_lib.cc
[497/1289] Compiling ssl_cert.cc
[498/1289] Compiling ssl_buffer.cc
[499/1289] Compiling ssl_asn1.cc
[500/1289] Compiling s3_lib.cc
[501/1289] Compiling s3_pkt.cc
[502/1289] Compiling ssl_aead_ctx.cc
[503/1289] Compiling handshake_client.cc
[504/1289] Compiling s3_both.cc
[505/1289] Compiling handshake.cc
[506/1289] Compiling handshake_server.cc
[507/1289] Compiling handoff.cc
[508/1289] Compiling dtls_record.cc
[509/1289] Compiling d1_srtp.cc
[510/1289] Compiling md5-x86_64-linux.S
[511/1289] Compiling encrypted_client_hello.cc
[512/1289] Compiling dtls_method.cc
[513/1289] Compiling md5-586-linux.S
[514/1289] Compiling md5-x86_64-apple.S
[515/1289] Compiling md5-586-apple.S
[516/1289] Compiling extensions.cc
[517/1289] Compiling chacha20_poly1305_x86_64-apple.S
[518/1289] Compiling chacha20_poly1305_armv8-win.S
[519/1289] Compiling chacha20_poly1305_x86_64-linux.S
[520/1289] Compiling chacha20_poly1305_armv8-linux.S
[521/1289] Compiling chacha20_poly1305_armv8-apple.S
[522/1289] Compiling chacha-x86_64-linux.S
[523/1289] Compiling chacha-x86_64-apple.S
[524/1289] Compiling err_data.cc
[525/1289] Compiling chacha-x86-apple.S
[526/1289] Compiling chacha-x86-linux.S
[527/1289] Compiling chacha-armv8-apple.S
[528/1289] Compiling chacha-armv8-linux.S
[529/1289] Compiling chacha-armv8-win.S
[530/1289] Compiling bio_ssl.cc
[531/1289] Compiling chacha-armv4-linux.S
[532/1289] Compiling aes128gcmsiv-x86_64-apple.S
[533/1289] Compiling x86_64-mont5-linux.S
[534/1289] Compiling x86_64-mont-linux.S
[535/1289] Compiling aes128gcmsiv-x86_64-linux.S
[536/1289] Compiling x86_64-mont5-apple.S
[537/1289] Compiling x86_64-mont-apple.S
[538/1289] Compiling d1_pkt.cc
[539/1289] Compiling x86-mont-apple.S
[540/1289] Compiling x86-mont-linux.S
[541/1289] Compiling d1_lib.cc
[542/1289] Compiling vpaes-x86_64-apple.S
[543/1289] Compiling vpaes-x86_64-linux.S
[544/1289] Compiling vpaes-x86-linux.S
[545/1289] Compiling vpaes-armv8-win.S
[546/1289] Compiling vpaes-x86-apple.S
[547/1289] Compiling vpaes-armv8-linux.S
[548/1289] Compiling vpaes-armv7-linux.S
[548/1289] Compiling vpaes-armv8-apple.S
[550/1289] Compiling sha512-x86_64-linux.S
[551/1289] Compiling sha512-x86_64-apple.S
[552/1289] Compiling sha512-armv8-linux.S
[553/1289] Compiling sha512-armv8-win.S
[554/1289] Compiling sha512-armv8-apple.S
[555/1289] Compiling sha512-armv4-linux.S
[556/1289] Compiling sha512-586-apple.S
[557/1289] Compiling sha512-586-linux.S
[558/1289] Compiling sha256-x86_64-apple.S
[559/1289] Compiling sha256-x86_64-linux.S
[560/1289] Compiling sha256-armv4-linux.S
[560/1289] Compiling sha256-armv8-win.S
[560/1289] Compiling sha256-586-apple.S
[563/1289] Compiling sha256-586-linux.S
[563/1289] Compiling sha256-armv8-linux.S
[565/1289] Compiling sha256-armv8-apple.S
[566/1289] Compiling sha1-x86_64-linux.S
[567/1289] Compiling sha1-armv8-apple.S
[568/1289] Compiling sha1-armv4-large-linux.S
[569/1289] Compiling sha1-x86_64-apple.S
[570/1289] Compiling sha1-armv8-linux.S
[571/1289] Compiling sha1-586-linux.S
[572/1289] Compiling sha1-armv8-win.S
[573/1289] Compiling sha1-586-apple.S
[574/1289] Compiling p256_beeu-x86_64-asm-apple.S
[575/1289] Compiling rsaz-avx2-apple.S
[576/1289] Compiling rsaz-avx2-linux.S
[577/1289] Compiling rdrand-x86_64-apple.S
[578/1289] Compiling rdrand-x86_64-linux.S
[579/1289] Compiling p256_beeu-x86_64-asm-linux.S
[580/1289] Compiling p256_beeu-armv8-asm-win.S
[581/1289] Compiling p256_beeu-armv8-asm-linux.S
[582/1289] Compiling p256-armv8-asm-win.S
[583/1289] Compiling p256_beeu-armv8-asm-apple.S
[584/1289] Compiling p256-x86_64-asm-apple.S
[585/1289] Compiling p256-armv8-asm-linux.S
[586/1289] Compiling p256-x86_64-asm-linux.S
[587/1289] Compiling d1_both.cc
[588/1289] Compiling ghashv8-armv8-linux.S
[589/1289] Compiling p256-armv8-asm-apple.S
[590/1289] Compiling ghashv8-armv8-win.S
[591/1289] Compiling ghashv8-armv8-apple.S
[592/1289] Compiling ghash-x86_64-linux.S
[593/1289] Compiling ghashv8-armv7-linux.S
[594/1289] Compiling ghash-x86_64-apple.S
[595/1289] Compiling ghash-ssse3-x86_64-linux.S
[596/1289] Compiling ghash-x86-apple.S
[596/1289] Compiling ghash-x86-linux.S
[598/1289] Compiling ghash-ssse3-x86_64-apple.S
[599/1289] Compiling ghash-ssse3-x86-apple.S
[600/1289] Compiling ghash-neon-armv8-win.S
[600/1289] Compiling ghash-ssse3-x86-linux.S
[602/1289] Compiling ghash-neon-armv8-linux.S
[603/1289] Compiling co-586-linux.S
[604/1289] Compiling ghash-armv4-linux.S
[605/1289] Compiling ghash-neon-armv8-apple.S
[606/1289] Compiling co-586-apple.S
[607/1289] Compiling bn-armv8-win.S
[608/1289] Compiling bsaes-armv7-linux.S
[609/1289] Compiling bn-armv8-linux.S
[610/1289] Compiling bn-586-linux.S
[611/1289] Compiling bn-armv8-apple.S
[612/1289] Compiling bn-586-apple.S
[613/1289] Compiling armv8-mont-linux.S
[613/1289] Compiling armv8-mont-win.S
[615/1289] Compiling armv8-mont-apple.S
[616/1289] Compiling aesv8-gcm-armv8-linux.S
[617/1289] Compiling armv4-mont-linux.S
[618/1289] Compiling aesv8-gcm-armv8-win.S
[619/1289] Compiling aesv8-gcm-armv8-apple.S
[620/1289] Compiling aesv8-armv8-linux.S
[621/1289] Compiling aesv8-armv8-win.S
[622/1289] Compiling aesv8-armv8-apple.S
[623/1289] Compiling aesv8-armv7-linux.S
[624/1289] Compiling aesni-x86_64-linux.S
[625/1289] Compiling aesni-x86-apple.S
[626/1289] Compiling aesni-x86-linux.S
[627/1289] Compiling aesni-x86_64-apple.S
[628/1289] Compiling aesni-gcm-x86_64-linux.S
[628/1289] Compiling aesni-gcm-x86_64-apple.S
[630/1289] Compiling aes-gcm-avx2-x86_64-apple.S
[631/1289] Compiling aes-gcm-avx2-x86_64-linux.S
[632/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[633/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[634/1289] Compiling x_x509a.cc
[635/1289] Compiling x_req.cc
[636/1289] Compiling x_sig.cc
[637/1289] Compiling x_x509.cc
[638/1289] Compiling x_val.cc
[639/1289] Compiling x_name.cc
[640/1289] Compiling x_spki.cc
[641/1289] Compiling x_pubkey.cc
[642/1289] Compiling x_exten.cc
[643/1289] Compiling x_crl.cc
[644/1289] Compiling x_all.cc
[645/1289] Compiling x_attrib.cc
[646/1289] Compiling x_algor.cc
[647/1289] Compiling x509spki.cc
[648/1289] Compiling x509rset.cc
[649/1289] Compiling x509name.cc
[650/1289] Compiling x509_vpm.cc
[651/1289] Compiling x509_vfy.cc
[652/1289] Compiling x509cset.cc
[653/1289] Compiling x509_v3.cc
[654/1289] Compiling x509_txt.cc
[655/1289] Compiling x509_req.cc
[656/1289] Compiling x509_set.cc
[657/1289] Compiling x509_trs.cc
[658/1289] Compiling x509_def.cc
[659/1289] Compiling x509_d2.cc
[660/1289] Compiling x509_obj.cc
[661/1289] Compiling x509_ext.cc
[662/1289] Compiling x509_lu.cc
[663/1289] Compiling x509_cmp.cc
[664/1289] Compiling x509_att.cc
[665/1289] Compiling x509.cc
[666/1289] Compiling v3_prn.cc
[667/1289] Compiling v3_purp.cc
[668/1289] Compiling v3_pmaps.cc
[669/1289] Compiling v3_pcons.cc
[670/1289] Compiling v3_skey.cc
[671/1289] Compiling v3_utl.cc
[672/1289] Compiling v3_ocsp.cc
[673/1289] Compiling v3_ncons.cc
[674/1289] Compiling v3_lib.cc
[675/1289] Compiling v3_ia5.cc
[676/1289] Compiling v3_genn.cc
[677/1289] Compiling v3_extku.cc
[678/1289] Compiling v3_int.cc
[679/1289] Compiling v3_info.cc
[680/1289] Compiling v3_enum.cc
[681/1289] Compiling v3_crld.cc
[682/1289] Compiling v3_cpols.cc
[683/1289] Compiling v3_bitst.cc
[684/1289] Compiling v3_conf.cc
[685/1289] Compiling v3_akeya.cc
[686/1289] Compiling v3_alt.cc
[687/1289] Compiling v3_bcons.cc
[688/1289] Compiling v3_akey.cc
[689/1289] Compiling t_x509a.cc
[690/1289] Compiling t_crl.cc
[691/1289] Compiling i2d_pr.cc
[692/1289] Compiling t_x509.cc
[693/1289] Compiling t_req.cc
[694/1289] Compiling rsa_pss.cc
[695/1289] Compiling name_print.cc
[696/1289] Compiling policy.cc
[697/1289] Compiling by_file.cc
[698/1289] Compiling voprf.cc
[699/1289] Compiling algorithm.cc
[699/1289] Compiling a_digest.cc
[700/1289] Compiling a_sign.cc
[702/1289] Compiling a_verify.cc
[703/1289] Compiling asn1_gen.cc
[704/1289] Compiling by_dir.cc
[705/1289] Compiling trust_token.cc
[706/1289] Compiling thread.cc
[707/1289] Compiling thread_none.cc
[708/1289] Compiling thread_win.cc
[709/1289] Compiling thread_pthread.cc
[710/1289] Compiling stack.cc
[711/1289] Compiling sha512.cc
[712/1289] Compiling siphash.cc
[713/1289] Compiling sha256.cc
[714/1289] Compiling sha1.cc
[715/1289] Compiling spake2plus.cc
[716/1289] Compiling pmbtoken.cc
[717/1289] Compiling rsa_print.cc
[718/1289] Compiling slhdsa.cc
[719/1289] Compiling rsa_extra.cc
[720/1289] Compiling rc4.cc
[721/1289] Compiling refcount.cc
[722/1289] Compiling windows.cc
[723/1289] Compiling trusty.cc
[724/1289] Compiling rsa_crypt.cc
[725/1289] Compiling rand.cc
[726/1289] Compiling ios.cc
[727/1289] Compiling urandom.cc
[728/1289] Compiling passive.cc
[729/1289] Compiling rsa_asn1.cc
[730/1289] Compiling poly1305_arm_asm.S
[731/1289] Compiling getentropy.cc
[732/1289] Compiling forkunsafe.cc
[733/1289] Compiling fork_detect.cc
[734/1289] Compiling deterministic.cc
[735/1289] Compiling poly1305_arm.cc
[736/1289] Compiling poly1305.cc
[737/1289] Compiling poly1305_vec.cc
[738/1289] Compiling pool.cc
[739/1289] Compiling pkcs7.cc
[740/1289] Compiling pkcs8.cc
[741/1289] Compiling p5_pbev2.cc
[742/1289] Compiling pkcs8_x509.cc
[743/1289] Compiling pem_xaux.cc
[744/1289] Compiling pkcs7_x509.cc
[745/1289] Compiling pem_x509.cc
[746/1289] Compiling pem_pkey.cc
[747/1289] Compiling pem_pk8.cc
[748/1289] Compiling pem_oth.cc
[749/1289] Compiling pem_lib.cc
[750/1289] Compiling obj_xref.cc
[751/1289] Compiling pem_info.cc
[752/1289] Compiling obj.cc
[753/1289] Compiling mldsa.cc
[754/1289] Compiling mlkem.cc
[755/1289] Compiling mem.cc
[756/1289] Compiling md4.cc
[757/1289] Compiling md5.cc
[758/1289] Compiling pem_all.cc
[759/1289] Compiling fips_shared_support.cc
[760/1289] Compiling poly_rq_mul.S
[761/1289] Compiling lhash.cc
[762/1289] Compiling ex_data.cc
[763/1289] Compiling sign.cc
[764/1289] Compiling hrss.cc
[765/1289] Compiling kyber.cc
[766/1289] Compiling hpke.cc
[767/1289] Compiling scrypt.cc
[768/1289] Compiling pbkdf.cc
[769/1289] Compiling p_x25519.cc
[770/1289] Compiling print.cc
[771/1289] Compiling p_x25519_asn1.cc
[772/1289] Compiling p_ed25519.cc
[773/1289] Compiling p_rsa_asn1.cc
[774/1289] Compiling p_rsa.cc
[775/1289] Compiling p_ed25519_asn1.cc
[776/1289] Compiling p_hkdf.cc
[777/1289] Compiling p_ec_asn1.cc
[778/1289] Compiling p_ec.cc
[779/1289] Compiling p_dh.cc
[780/1289] Compiling p_dh_asn1.cc
[781/1289] Compiling evp.cc
[782/1289] Compiling evp_ctx.cc
[783/1289] Compiling p_dsa_asn1.cc
[784/1289] Compiling evp_asn1.cc
[785/1289] Compiling ecdh.cc
[786/1289] Compiling engine.cc
[787/1289] Compiling err.cc
[788/1289] Compiling ecdsa_asn1.cc
[789/1289] Compiling ec_derive.cc
[790/1289] Compiling dsa.cc
[791/1289] Compiling hash_to_curve.cc
[792/1289] Compiling dsa_asn1.cc
[793/1289] Compiling ec_asn1.cc
[794/1289] Compiling params.cc
[795/1289] Compiling dh_asn1.cc
[796/1289] Compiling x25519-asm-arm.S
[797/1289] Compiling bcm.cc
[798/1289] Compiling digest_extra.cc
[799/1289] Compiling des.cc
[800/1289] Compiling curve25519.cc
[801/1289] Compiling spake25519.cc
[802/1289] Compiling cpu_intel.cc
[803/1289] Compiling crypto.cc
[804/1289] Compiling cpu_arm_linux.cc
[805/1289] Compiling cpu_arm_freebsd.cc
[806/1289] Compiling cpu_aarch64_win.cc
[807/1289] Compiling cpu_aarch64_openbsd.cc
[808/1289] Compiling cpu_aarch64_linux.cc
[809/1289] Compiling cpu_aarch64_sysreg.cc
[810/1289] Compiling cpu_aarch64_apple.cc
[811/1289] Compiling cpu_aarch64_fuchsia.cc
[812/1289] Compiling conf.cc
[813/1289] Compiling e_rc4.cc
[814/1289] Compiling tls_cbc.cc
[815/1289] Compiling e_tls.cc
[816/1289] Compiling get_cipher.cc
[817/1289] Compiling e_rc2.cc
[818/1289] Compiling e_null.cc
[819/1289] Compiling e_des.cc
[820/1289] Compiling derive_key.cc
[821/1289] Compiling e_aesgcmsiv.cc
[822/1289] Compiling e_chacha20poly1305.cc
[823/1289] Compiling e_aesctrhmac.cc
[824/1289] Compiling curve25519_64_adx.cc
[825/1289] Compiling chacha.cc
[826/1289] Compiling unicode.cc
[827/1289] Compiling buf.cc
[828/1289] Compiling ber.cc
[829/1289] Compiling cbs.cc
[830/1289] Compiling bn_asn1.cc
[831/1289] Compiling asn1_compat.cc
[832/1289] Compiling cbb.cc
[833/1289] Compiling blake2.cc
[834/1289] Compiling convert.cc
[835/1289] Compiling hexdump.cc
[836/1289] Compiling printf.cc
[837/1289] Compiling socket_helper.cc
[838/1289] Compiling pair.cc
[839/1289] Compiling file.cc
[840/1289] Compiling socket.cc
[841/1289] Compiling fd.cc
[842/1289] Compiling errno.cc
[843/1289] Compiling base64.cc
[844/1289] Compiling connect.cc
[845/1289] Compiling bio_mem.cc
[845/1289] Compiling tasn_typ.cc
[846/1289] Compiling bio.cc
[848/1289] Compiling posix_time.cc
[849/1289] Compiling tasn_fre.cc
[850/1289] Compiling tasn_utl.cc
[851/1289] Compiling tasn_new.cc
[852/1289] Compiling tasn_enc.cc
[853/1289] Compiling f_int.cc
[854/1289] Compiling f_string.cc
[855/1289] Compiling tasn_dec.cc
[856/1289] Compiling asn1_par.cc
[857/1289] Compiling asn_pack.cc
[858/1289] Compiling a_utctm.cc
[859/1289] Compiling a_type.cc
[860/1289] Compiling asn1_lib.cc
[861/1289] Compiling a_strnid.cc
[862/1289] Compiling a_time.cc
[863/1289] Compiling a_octet.cc
[864/1289] Compiling a_object.cc
[865/1289] Compiling a_i2d_fp.cc
[866/1289] Compiling a_int.cc
[867/1289] Compiling a_strex.cc
[868/1289] Compiling a_gentm.cc
[869/1289] Compiling a_dup.cc
[870/1289] Compiling a_d2i_fp.cc
[871/1289] Compiling a_mbstr.cc
[872/1289] Compiling a_bitstr.cc
[873/1289] Compiling fiat_curve25519_adx_square.S
[874/1289] Compiling fiat_curve25519_adx_mul.S
[875/1289] Compiling a_bool.cc
[876/1289] Compiling CCryptoBoringSSLShims shims.c
[877/1289] Compiling v3_pmaps.c
[878/1289] Compiling v3_pcons.c
[879/1289] Compiling v3_skey.c
[880/1289] Compiling v3_ocsp.c
[881/1289] Compiling v3_prn.c
[882/1289] Compiling v3_utl.c
[883/1289] Compiling v3_purp.c
[884/1289] Compiling v3_ncons.c
[885/1289] Compiling v3_info.c
[886/1289] Compiling v3_int.c
[887/1289] Compiling v3_ia5.c
[888/1289] Compiling v3_genn.c
[889/1289] Compiling v3_lib.c
[890/1289] Compiling v3_extku.c
[891/1289] Compiling v3_enum.c
[892/1289] Compiling v3_cpols.c
[893/1289] Compiling v3_crld.c
[894/1289] Compiling v3_bitst.c
[895/1289] Compiling v3_conf.c
[896/1289] Compiling v3_bcons.c
[897/1289] Compiling v3_alt.c
[898/1289] Compiling v3_akeya.c
[899/1289] Compiling x_x509a.c
[900/1289] Compiling v3_akey.c
[901/1289] Compiling x_val.c
[902/1289] Compiling x_spki.c
[903/1289] Compiling x_x509.c
[904/1289] Compiling x_sig.c
[905/1289] Compiling x_req.c
[906/1289] Compiling x_info.c
[907/1289] Compiling x_pubkey.c
[908/1289] Compiling x_exten.c
[909/1289] Compiling x_pkey.c
[910/1289] Compiling x_name.c
[911/1289] Compiling x_crl.c
[912/1289] Compiling x509spki.c
[913/1289] Compiling x_attrib.c
[914/1289] Compiling x509name.c
[914/1289] Compiling x_all.c
[916/1289] Compiling x_algor.c
[917/1289] Compiling c-nioatomics.c
[918/1289] Compiling x509rset.c
[919/1289] Compiling x509_txt.c
[920/1289] Compiling x509_vpm.c
[921/1289] Compiling x509cset.c
[922/1289] Compiling x509_trs.c
[923/1289] Compiling x509_v3.c
[924/1289] Compiling x509_req.c
[925/1289] Compiling x509_vfy.c
[926/1289] Compiling x509_set.c
[927/1289] Compiling x509_obj.c
[928/1289] Compiling x509_def.c
[929/1289] Compiling x509_lu.c
[930/1289] Compiling x509_ext.c
[930/1289] Compiling x509_d2.c
[932/1289] Compiling x509.c
[933/1289] Compiling x509_cmp.c
[934/1289] Compiling t_x509a.c
[935/1289] Compiling x509_att.c
[936/1289] Compiling i2d_pr.c
[937/1289] Compiling name_print.c
[938/1289] Compiling t_crl.c
[939/1289] Compiling by_file.c
[940/1289] Compiling t_req.c
[941/1289] Compiling t_x509.c
[942/1289] Compiling rsa_pss.c
[943/1289] Compiling by_dir.c
[944/1289] Compiling policy.c
[945/1289] Compiling algorithm.c
[946/1289] Compiling c-atomics.c
[947/1289] Compiling a_digest.c
[948/1289] Compiling a_verify.c
[949/1289] Compiling trust_token.c
[950/1289] Compiling a_sign.c
[951/1289] Compiling thread_none.c
[952/1289] Compiling asn1_gen.c
[953/1289] Compiling thread_win.c
[954/1289] Compiling thread.c
[955/1289] Compiling voprf.c
[956/1289] Compiling pmbtoken.c
[957/1294] Compiling thread_pthread.c
[958/1295] Compiling siphash.c
[959/1295] Compiling rsa_print.c
[960/1295] Compiling refcount.c
[961/1295] Compiling rsa_asn1.c
[962/1295] Compiling rc4.c
[963/1295] Compiling stack.c
[964/1295] Compiling windows.c
[965/1295] Compiling passive.c
[966/1295] Compiling rand_extra.c
[967/1295] Compiling ios.c
[968/1295] Compiling getentropy.c
[969/1295] Compiling forkunsafe.c
[970/1295] Compiling trusty.c
[971/1295] Compiling rsa_crypt.c
[972/1295] Compiling deterministic.c
[973/1295] Compiling poly1305_vec.c
[974/1295] Compiling poly1305_arm_asm.S
[975/1295] Compiling pool.c
[976/1295] Compiling poly1305_arm.c
[977/1295] Compiling pkcs8_x509.c
[978/1295] Compiling poly1305.c
[979/1295] Compiling pkcs7.c
[980/1295] Compiling pem_x509.c
[981/1295] Compiling pem_oth.c
[982/1295] Compiling pem_pk8.c
[984/1295] Compiling NIOConcurrencyHelpers lock.swift
[984/1295] Compiling p5_pbev2.c
[985/1295] Compiling pem_lib.c
[986/1295] Compiling pkcs7_x509.c
[987/1295] Compiling pem_info.c
[987/1295] Compiling pkcs8.c
[989/1295] Compiling pem_xaux.c
[990/1295] Compiling pem_pkey.c
[991/1295] Compiling obj_xref.c
[993/1295] Compiling NIOConcurrencyHelpers NIOLock.swift
[993/1295] Compiling lhash.c
[994/1295] Compiling kyber.c
[995/1295] Compiling mem.c
[996/1295] Compiling pem_all.c
[997/1295] Compiling poly_rq_mul.S
[998/1295] Compiling keccak.c
[999/1295] Compiling x86_64-mont-mac.mac.x86_64.S
[1000/1295] Compiling x86_64-mont5-mac.mac.x86_64.S
[1001/1295] Compiling hrss.c
[1002/1295] Compiling x86-mont-windows.windows.x86.S
[1003/1295] Compiling x86_64-mont5-linux.linux.x86_64.S
[1004/1295] Compiling x86_64-mont-linux.linux.x86_64.S
[1005/1295] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1006/1295] Compiling x86-mont-linux.linux.x86.S
[1007/1295] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1008/1295] Compiling vpaes-x86-windows.windows.x86.S
[1009/1295] Compiling vpaes-x86-linux.linux.x86.S
[1010/1295] Compiling obj.c
[1011/1295] Compiling hpke.c
[1012/1295] Compiling vpaes-armv8-ios.ios.aarch64.S
[1014/1295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1015/1295] Compiling NIOConcurrencyHelpers atomics.swift
[1015/1295] Compiling vpaes-armv7-linux.linux.arm.S
[1017/1295] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1017/1295] Compiling vpaes-armv8-linux.linux.aarch64.S
[1018/1295] Compiling sha512-x86_64-mac.mac.x86_64.S
[1019/1295] Compiling vpaes-armv7-ios.ios.arm.S
[1020/1295] Compiling sha512-x86_64-linux.linux.x86_64.S
[1021/1295] Compiling sha512-armv4-linux.linux.arm.S
[1023/1295] Emitting module NIOConcurrencyHelpers
[1023/1295] Compiling sha512-armv8-linux.linux.aarch64.S
[1024/1296] Compiling sha512-armv8-ios.ios.aarch64.S
[1025/1296] Compiling sha512-586-windows.windows.x86.S
[1026/1296] Compiling kdf.c
[1027/1296] Compiling sha512-armv4-ios.ios.arm.S
[1028/1296] Compiling sha256-x86_64-mac.mac.x86_64.S
[1029/1296] Compiling sha512-586-linux.linux.x86.S
[1030/1296] Compiling sha256-armv8-linux.linux.aarch64.S
[1031/1296] Compiling sha256-armv8-ios.ios.aarch64.S
[1032/1296] Compiling sha256-armv4-linux.linux.arm.S
[1033/1296] Compiling sha256-armv4-ios.ios.arm.S
[1034/1296] Compiling sha256-x86_64-linux.linux.x86_64.S
[1035/1296] Compiling sha256-586-windows.windows.x86.S
[1036/1296] Compiling sha1-x86_64-mac.mac.x86_64.S
[1037/1296] Compiling sha1-armv8-linux.linux.aarch64.S
[1039/1296] Compiling sha256-586-linux.linux.x86.S
[1040/1296] Compiling sha1-armv4-large-ios.ios.arm.S
[1041/1296] Compiling sha1-armv4-large-linux.linux.arm.S
[1042/1296] Compiling sha1-armv8-ios.ios.aarch64.S
[1043/1296] Compiling sha1-586-windows.windows.x86.S
[1044/1296] Compiling sha1-586-linux.linux.x86.S
[1045/1296] Compiling sha1-x86_64-linux.linux.x86_64.S
[1046/1296] Compiling sha512.c
[1047/1296] Compiling sha256.c
[1048/1296] Compiling sha1.c
[1049/1296] Compiling service_indicator.c
[1050/1296] Compiling rsaz-avx2-mac.mac.x86_64.S
[1051/1296] Compiling rsaz-avx2-linux.linux.x86_64.S
[1051/1296] Compiling fips.c
[1053/1296] Compiling rsa_impl.c
[1054/1296] Compiling self_check.c
[1055/1296] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1056/1296] Compiling padding.c
[1057/1296] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1058/1296] Compiling blinding.c
[1059/1296] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1060/1296] Compiling fork_detect.c
[1061/1296] Compiling rsa.c
[1062/1322] Compiling rand.c
[1063/1322] Compiling urandom.c
[1064/1322] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1064/1322] Compiling ctrdrbg.c
[1066/1322] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1067/1322] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1068/1322] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1069/1322] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1070/1322] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1071/1322] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1072/1322] Compiling cbc.c
[1073/1322] Compiling ofb.c
[1074/1322] Compiling polyval.c
[1075/1322] Compiling gcm_nohw.c
[1076/1322] Compiling cfb.c
[1077/1322] Compiling gcm.c
[1078/1322] Compiling ctr.c
[1079/1322] Compiling md5-x86_64-mac.mac.x86_64.S
[1080/1322] Compiling md5-586-windows.windows.x86.S
[1081/1322] Compiling md5.c
[1082/1322] Compiling md5-586-linux.linux.x86.S
[1083/1322] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1084/1322] Compiling md5-x86_64-linux.linux.x86_64.S
[1085/1322] Compiling hkdf.c
[1086/1322] Compiling ghashv8-armv7-linux.linux.arm.S
[1087/1322] Compiling md4.c
[1088/1322] Compiling hmac.c
[1089/1322] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1090/1322] Compiling ghashv8-armv7-ios.ios.arm.S
[1091/1322] Compiling ghash-x86_64-mac.mac.x86_64.S
[1092/1322] Compiling ghash-x86-windows.windows.x86.S
[1093/1322] Compiling ghash-x86-linux.linux.x86.S
[1094/1322] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1095/1322] Compiling ghash-x86_64-linux.linux.x86_64.S
[1096/1322] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1097/1322] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1098/1322] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1099/1322] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1100/1322] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1101/1322] Compiling ghash-armv4-linux.linux.arm.S
[1102/1322] Compiling ghash-armv4-ios.ios.arm.S
[1103/1322] Compiling fips_shared_support.c
[1104/1322] Compiling simple_mul.c
[1105/1322] Compiling p256.c
[1106/1322] Compiling ecdh.c
[1107/1322] Compiling scalar.c
[1108/1322] Compiling util.c
[1109/1322] Compiling ecdsa.c
[1110/1322] Compiling simple.c
[1111/1322] Compiling wnaf.c
[1113/1322] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1114/1322] Compiling ConsoleKitTerminal ConsoleClear.swift
[1115/1322] Compiling ConsoleKitTerminal Console+Ask.swift
[1116/1322] Compiling ConsoleKitTerminal Console+Choose.swift
[1117/1325] Compiling ConsoleKitTerminal CustomActivity.swift
[1118/1325] Compiling ConsoleKitTerminal LoadingBar.swift
[1119/1325] Compiling ConsoleKitTerminal ProgressBar.swift
[1120/1325] Compiling ConsoleKitTerminal Console+Clear.swift
[1121/1325] Compiling ConsoleKitTerminal ActivityBar.swift
[1122/1325] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1123/1325] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1124/1325] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1125/1325] Emitting module ConsoleKitTerminal
[1125/1325] Compiling ec_key.c
[1126/1325] Compiling ec.c
[1127/1325] Compiling felem.c
[1128/1325] Compiling oct.c
[1129/1325] Compiling ec_montgomery.c
[1131/1325] Compiling ConsoleKitTerminal Console.swift
[1132/1325] Compiling ConsoleKitTerminal Terminal.swift
[1133/1325] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1133/1325] Compiling digest.c
[1134/1325] Compiling digestsign.c
[1135/1325] Compiling p224-64.c
[1136/1325] Compiling digests.c
[1137/1325] Compiling co-586-windows.windows.x86.S
[1138/1325] Compiling co-586-linux.linux.x86.S
[1139/1325] Compiling check.c
[1141/1325] Compiling ConsoleKitTerminal Console+Wait.swift
[1142/1325] Compiling ConsoleKitTerminal ConsoleColor.swift
[1143/1325] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1144/1325] Compiling ConsoleKitTerminal Console+Confirm.swift
[1145/1325] Compiling ConsoleKitTerminal Console+Input.swift
[1146/1325] Compiling ConsoleKitTerminal Console+Center.swift
[1147/1325] Compiling ConsoleKitTerminal Console+Output.swift
[1148/1325] Compiling ConsoleKitTerminal ConsoleText.swift
[1149/1325] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1150/1325] Compiling ConsoleKitTerminal ANSI.swift
[1150/1325] Compiling dh.c
[1151/1325] Compiling cmac.c
[1152/1325] Compiling bsaes-armv7-linux.linux.arm.S
[1153/1325] Compiling aead.c
[1154/1325] Compiling e_aesccm.c
[1155/1325] Compiling bsaes-armv7-ios.ios.arm.S
[1156/1325] Compiling sqrt.c
[1157/1325] Compiling cipher.c
[1158/1325] Compiling random.c
[1159/1325] Compiling shift.c
[1160/1325] Compiling p256-nistz.c
[1161/1325] Compiling e_aes.c
[1162/1325] Compiling rsaz_exp.c
[1163/1325] Compiling montgomery.c
[1164/1325] Compiling generic.c
[1165/1325] Compiling prime.c
[1166/1325] Compiling montgomery_inv.c
[1167/1325] Compiling jacobi.c
[1168/1325] Compiling mul.c
[1169/1325] Compiling gcd_extra.c
[1170/1325] Compiling gcd.c
[1171/1325] Compiling div.c
[1172/1325] Compiling div_extra.c
[1173/1325] Compiling ctx.c
[1174/1325] Compiling cmp.c
[1175/1325] Compiling exponentiation.c
[1176/1325] Compiling bytes.c
[1177/1325] Compiling add.c
[1178/1325] Compiling bn.c
[1179/1325] Compiling x86_64-gcc.c
[1181/1325] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1182/1325] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1183/1325] Compiling ConsoleKitTerminal LoggerFragment.swift
[1183/1326] Compiling bn-armv8-linux.linux.aarch64.S
[1184/1326] Compiling bn-armv8-ios.ios.aarch64.S
[1185/1326] Compiling bn-586-linux.linux.x86.S
[1186/1326] Compiling armv4-mont-linux.linux.arm.S
[1186/1326] Compiling armv8-mont-ios.ios.aarch64.S
[1188/1326] Compiling bn-586-windows.windows.x86.S
[1189/1326] Compiling armv8-mont-linux.linux.aarch64.S
[1190/1326] Compiling armv4-mont-ios.ios.arm.S
[1191/1326] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1192/1326] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1193/1326] Compiling aesv8-armv8-ios.ios.aarch64.S
[1195/1326] Compiling aesni-x86_64-mac.mac.x86_64.S
[1196/1326] Compiling aesv8-armv7-ios.ios.arm.S
[1197/1326] Compiling aesv8-armv7-linux.linux.arm.S
[1198/1326] Compiling aesni-x86-windows.windows.x86.S
[1199/1326] Compiling aesv8-armv8-linux.linux.aarch64.S
[1200/1326] Compiling aesni-x86-linux.linux.x86.S
[1201/1326] Compiling aesni-x86_64-linux.linux.x86_64.S
[1202/1326] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1203/1326] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1204/1326] Compiling mode_wrappers.c
[1205/1326] Compiling key_wrap.c
[1206/1326] Compiling aes.c
[1207/1326] Compiling ex_data.c
[1208/1326] Compiling aes_nohw.c
[1209/1326] Compiling sign.c
[1210/1326] Compiling scrypt.c
[1211/1326] Compiling pbkdf.c
[1211/1326] Compiling p_x25519.c
[1213/1326] Compiling p_rsa_asn1.c
[1214/1326] Compiling print.c
[1215/1326] Compiling p_x25519_asn1.c
[1216/1326] Compiling p_hkdf.c
[1217/1326] Compiling p_ed25519.c
[1218/1326] Compiling p_ec_asn1.c
[1219/1326] Compiling p_ed25519_asn1.c
[1220/1326] Compiling p_rsa.c
[1221/1326] Compiling p_ec.c
[1222/1326] Compiling evp_asn1.c
[1222/1326] Compiling evp_ctx.c
[1224/1326] Compiling p_dsa_asn1.c
[1225/1326] Compiling err_data.c
[1226/1326] Compiling evp.c
[1227/1326] Compiling ec_derive.c
[1228/1326] Compiling engine.c
[1229/1326] Compiling ecdh_extra.c
[1230/1326] Compiling ecdsa_asn1.c
[1231/1326] Compiling err.c
[1232/1326] Compiling hash_to_curve.c
[1233/1342] Compiling ec_asn1.c
[1234/1346] Compiling dsa.c
[1235/1348] Compiling dsa_asn1.c
[1236/1348] Compiling params.c
[1237/1348] Compiling dh_asn1.c
[1238/1348] Compiling digest_extra.c
[1239/1348] Compiling cpu_arm.c
[1240/1348] Compiling x25519-asm-arm.S
[1241/1348] Compiling spake25519.c
[1242/1348] Compiling des.c
[1243/1348] Compiling cpu_aarch64_win.c
[1244/1348] Compiling cpu_aarch64_openbsd.c
[1245/1348] Compiling cpu_aarch64_sysreg.c
[1246/1348] Compiling cpu_aarch64_fuchsia.c
[1247/1348] Compiling cpu_aarch64_linux.c
[1248/1348] Compiling cpu_aarch64_apple.c
[1249/1348] Compiling tls_cbc.c
[1250/1348] Compiling curve25519.c
[1251/1348] Compiling conf.c
[1252/1348] Compiling e_rc4.c
[1253/1348] Compiling e_tls.c
[1254/1348] Compiling e_rc2.c
[1256/1348] Compiling ConsoleKitCommands CommandSignature.swift
[1257/1348] Compiling ConsoleKitCommands Flag.swift
[1258/1348] Compiling ConsoleKitCommands Option.swift
[1258/1348] Compiling e_chacha20poly1305.c
[1260/1350] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1261/1350] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1262/1350] Compiling ConsoleKitCommands Argument.swift
[1262/1350] Compiling e_des.c
[1263/1350] Compiling e_null.c
[1264/1350] Compiling derive_key.c
[1265/1350] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1266/1350] Compiling e_aesctrhmac.c
[1268/1350] Emitting module ConsoleKitCommands
[1268/1350] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1269/1350] Compiling e_aesgcmsiv.c
[1270/1350] Compiling cipher_extra.c
[1271/1350] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1272/1350] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1273/1350] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1274/1350] Compiling chacha-x86_64-mac.mac.x86_64.S
[1275/1350] Compiling chacha-x86-linux.linux.x86.S
[1276/1350] Compiling chacha-x86-windows.windows.x86.S
[1277/1350] Compiling curve25519_64_adx.c
[1278/1350] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1279/1350] Compiling chacha-x86_64-linux.linux.x86_64.S
[1280/1350] Compiling chacha.c
[1282/1350] Compiling ConsoleKitCommands Command.swift
[1283/1350] Compiling ConsoleKitCommands CommandContext.swift
[1284/1350] Compiling ConsoleKitCommands CommandError.swift
[1284/1350] Compiling chacha-armv4-linux.linux.arm.S
[1286/1350] Compiling ConsoleKitCommands AsyncCommands.swift
[1287/1350] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1288/1350] Compiling ConsoleKitCommands AnyCommand.swift
[1289/1350] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1290/1350] Compiling ConsoleKitCommands AsyncCommand.swift
[1291/1350] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1291/1350] Compiling chacha-armv8-ios.ios.aarch64.S
[1292/1350] Compiling chacha-armv8-linux.linux.aarch64.S
[1293/1350] Compiling unicode.c
[1294/1350] Compiling asn1_compat.c
[1295/1350] Compiling buf.c
[1296/1350] Compiling bn_asn1.c
[1297/1350] Compiling cbb.c
[1297/1350] Compiling convert.c
[1299/1350] Compiling ber.c
[1300/1350] Compiling cbs.c
[1301/1350] Compiling blake2.c
[1302/1350] Compiling pair.c
[1303/1350] Compiling printf.c
[1305/1350] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1306/1350] Compiling ConsoleKitCommands Utilities.swift
[1306/1350] Compiling hexdump.c
[1307/1350] Compiling base64.c
[1308/1350] Compiling bio.c
[1309/1350] Compiling tasn_typ.c
[1310/1350] Compiling file.c
[1311/1350] Compiling bio_mem.c
[1312/1350] Compiling tasn_fre.c
[1313/1350] Compiling posix_time.c
[1314/1350] Compiling f_string.c
[1315/1350] Compiling tasn_utl.c
[1316/1350] Compiling tasn_new.c
[1317/1350] Compiling asn1_par.c
[1318/1350] Compiling tasn_enc.c
[1319/1350] Compiling tasn_dec.c
[1320/1350] Compiling f_int.c
[1320/1350] Compiling a_type.c
[1322/1350] Compiling a_utctm.c
[1323/1350] Compiling asn_pack.c
[1324/1350] Compiling asn1_lib.c
[1325/1350] Compiling a_strnid.c
[1326/1350] Compiling a_object.c
[1327/1350] Compiling a_mbstr.c
[1328/1350] Compiling a_octet.c
[1329/1350] Compiling a_strex.c
[1330/1350] Compiling a_time.c
[1331/1350] Compiling a_i2d_fp.c
[1332/1350] Compiling a_int.c
[1333/1350] Write sources
[1334/1350] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1335/1350] Write sources
[1336/1350] Compiling a_bool.c
[1336/1350] Write sources
[1340/1350] Compiling a_gentm.c
[1341/1350] Compiling a_dup.c
[1342/1350] Compiling a_bitstr.c
[1343/1350] Compiling a_d2i_fp.c
[1345/1449] Compiling Atomics AtomicStorage.swift
[1346/1449] Compiling Atomics AtomicValue.swift
[1347/1449] Compiling Atomics AtomicMemoryOrderings.swift
[1348/1449] Compiling Atomics DoubleWord.swift
[1349/1449] Compiling Atomics ManagedAtomic.swift
[1350/1449] Compiling Atomics ManagedAtomicLazyReference.swift
[1358/1452] Compiling Atomics UnsafeAtomic.swift
[1359/1452] Compiling Atomics UnsafeAtomicLazyReference.swift
[1360/1454] Compiling Atomics AtomicInteger.swift
[1361/1454] Compiling Atomics AtomicOptionalWrappable.swift
[1362/1454] Compiling Atomics AtomicReference.swift
[1363/1454] Compiling ConsoleKit Exports.swift
[1364/1454] Compiling Atomics IntegerOperations.swift
[1365/1454] Compiling Atomics Unmanaged extensions.swift
[1366/1454] Emitting module ConsoleKit
[1367/1455] Emitting module CryptoBoringWrapper
[1369/1455] Compiling BitCollections BitSet+Initializers.swift
[1370/1455] Compiling BitCollections BitSet+Invariants.swift
[1371/1455] Compiling BitCollections BitSet+Random.swift
[1372/1455] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1373/1455] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1374/1455] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1375/1455] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1376/1455] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1377/1455] Compiling BitCollections BitSet+CustomReflectable.swift
[1378/1455] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1379/1455] Compiling BitCollections BitSet+Equatable.swift
[1380/1455] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1381/1455] Compiling BitCollections BitSet+Extras.swift
[1382/1455] Compiling BitCollections BitSet+Hashable.swift
[1383/1462] Compiling BitCollections BitArray._UnsafeHandle.swift
[1384/1462] Compiling BitCollections BitArray.swift
[1385/1462] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1386/1462] Compiling BitCollections BitSet+Codable.swift
[1389/1462] Compiling BitCollections BitArray+Testing.swift
[1390/1465] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1391/1465] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1392/1465] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1393/1465] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1394/1465] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1395/1465] Compiling BitCollections BitSet+SetAlgebra union.swift
[1396/1465] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1397/1465] Compiling BitCollections BitSet.Counted.swift
[1398/1465] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1399/1465] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1400/1465] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1401/1465] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1402/1465] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1403/1465] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1404/1465] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1405/1465] Emitting module BitCollections
[1406/1465] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1424/1466] Compiling Atomics OptionalRawRepresentable.swift
[1425/1466] Compiling Atomics RawRepresentable.swift
[1426/1466] Compiling Atomics AtomicBool.swift
[1427/1466] Compiling Atomics IntegerConformances.swift
[1428/1466] Compiling Atomics PointerConformances.swift
[1429/1466] Compiling Atomics Primitives.native.swift
[1438/1466] Compiling BitCollections BitSet.Index.swift
[1439/1466] Compiling BitCollections BitSet._UnsafeHandle.swift
[1440/1466] Compiling BitCollections BitSet.swift
[1441/1466] Compiling BitCollections Range+Utilities.swift
[1442/1466] Compiling BitCollections Slice+Utilities.swift
[1443/1466] Compiling BitCollections UInt+Tricks.swift
[1444/1466] Compiling BitCollections _Word.swift
[1446/1527] Compiling Crypto ArraySliceBigint.swift
[1447/1527] Compiling Crypto GeneralizedTime.swift
[1448/1527] Compiling Crypto ObjectIdentifier.swift
[1449/1527] Compiling Crypto AES-GCM.swift
[1450/1527] Compiling Crypto AES-GCM_boring.swift
[1451/1527] Compiling Crypto ChaChaPoly_boring.swift
[1452/1527] Compiling Crypto ASN1Any.swift
[1453/1527] Compiling Crypto ASN1BitString.swift
[1454/1527] Compiling Crypto ECDSASignature.swift
[1455/1527] Compiling Crypto PEMDocument.swift
[1456/1529] Emitting module Collections
[1457/1529] Compiling Collections Collections.swift
[1459/1530] Compiling Crypto ChaChaPoly.swift
[1460/1530] Compiling Crypto Cipher.swift
[1461/1530] Compiling Crypto Nonces.swift
[1462/1530] Compiling Crypto ASN1.swift
[1463/1530] Emitting module Atomics
[1464/1530] Compiling Crypto Ed25519.swift
[1465/1530] Compiling Crypto NISTCurvesKeys.swift
[1466/1530] Compiling Crypto X25519Keys.swift
[1467/1530] Compiling Crypto SymmetricKeys.swift
[1468/1530] Compiling Crypto HMAC.swift
[1469/1530] Compiling Crypto MACFunctions.swift
[1470/1530] Compiling Crypto MessageAuthenticationCode.swift
[1471/1530] Compiling Crypto AES.swift
[1479/1539] Emitting module Crypto
[1480/1599] Compiling NIOCore BSDSocketAPI.swift
[1481/1599] Compiling NIOCore ByteBuffer-aux.swift
[1482/1599] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1483/1599] Compiling NIOCore ByteBuffer-conversions.swift
[1484/1599] Compiling NIOCore ByteBuffer-core.swift
[1485/1599] Compiling NIOCore ByteBuffer-hex.swift
[1486/1599] Compiling NIOCore ByteBuffer-int.swift
[1487/1599] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1488/1599] Compiling NIOCore AddressedEnvelope.swift
[1489/1599] Compiling NIOCore IO.swift
[1490/1599] Compiling NIOCore IOData.swift
[1491/1599] Compiling NIOCore IPProtocol.swift
[1492/1599] Compiling NIOCore IntegerBitPacking.swift
[1493/1599] Compiling NIOCore IntegerTypes.swift
[1494/1599] Compiling NIOCore Interfaces.swift
[1495/1599] Compiling NIOCore Linux.swift
[1496/1599] Compiling NIOCore MarkedCircularBuffer.swift
[1497/1599] Compiling NIOCore Codec.swift
[1498/1599] Compiling NIOCore ConvenienceOptionSupport.swift
[1499/1599] Compiling NIOCore DeadChannel.swift
[1500/1599] Compiling NIOCore DispatchQueue+WithFuture.swift
[1501/1599] Compiling NIOCore EventLoop+Deprecated.swift
[1502/1599] Compiling NIOCore EventLoop+SerialExecutor.swift
[1503/1599] Compiling NIOCore EventLoop.swift
[1504/1599] Compiling NIOCore ByteBuffer-multi-int.swift
[1505/1599] Emitting module Algorithms
[1506/1600] Compiling NIOCore MulticastChannel.swift
[1507/1600] Compiling NIOCore NIOAny.swift
[1508/1600] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1509/1600] Compiling NIOCore NIOLoopBound.swift
[1510/1600] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1511/1600] Compiling NIOCore NIOScheduledCallback.swift
[1512/1600] Compiling NIOCore NIOSendable.swift
[1513/1600] Compiling NIOCore RecvByteBufferAllocator.swift
[1515/1600] Compiling NIOCore AsyncAwaitSupport.swift
[1516/1600] Compiling NIOCore AsyncChannel.swift
[1517/1600] Compiling NIOCore AsyncChannelHandler.swift
[1518/1600] Compiling NIOCore AsyncChannelInboundStream.swift
[1519/1600] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1520/1600] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1521/1600] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1522/1600] Compiling NIOCore NIOAsyncWriter.swift
[1523/1600] Compiling NIOCore CircularBuffer.swift
[1532/1600] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1533/1600] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1534/1600] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1535/1600] Compiling NIOCore EventLoopFuture.swift
[1536/1600] Compiling NIOCore FileDescriptor.swift
[1537/1600] Compiling NIOCore FileHandle.swift
[1538/1600] Compiling NIOCore FileRegion.swift
[1539/1600] Compiling NIOCore GlobalSingletons.swift
[1540/1600] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1541/1608] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1542/1608] Compiling NIOCore SocketAddresses.swift
[1543/1608] Compiling NIOCore SocketOptionProvider.swift
[1544/1608] Compiling NIOCore SystemCallHelpers.swift
[1545/1608] Compiling NIOCore TimeAmount+Duration.swift
[1546/1608] Compiling NIOCore TypeAssistedChannelHandler.swift
[1547/1608] Compiling NIOCore UniversalBootstrapSupport.swift
[1548/1608] Compiling NIOCore Utilities.swift
[1550/1618] Compiling HaystackClient Authenticator.swift
[1551/1619] Compiling HaystackClient DataFormat.swift
[1552/1619] Compiling HaystackClient String+Base64.swift
[1553/1619] Compiling HaystackClient AuthHash.swift
[1554/1619] Compiling HaystackClient AuthMessage.swift
[1555/1619] Emitting module HaystackClient
[1556/1619] Compiling HaystackClient Fetcher.swift
[1565/1619] Compiling HaystackClient ScramAuthenticator.swift
[1566/1619] Compiling HaystackClient ScramClient.swift
[1567/1619] Compiling HaystackClient Client.swift
[1612/1620] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1613/1620] Compiling NIOCore ByteBuffer-views.swift
[1614/1620] Compiling NIOCore Channel.swift
[1615/1620] Compiling NIOCore ChannelHandler.swift
[1616/1620] Compiling NIOCore ChannelHandlers.swift
[1617/1620] Compiling NIOCore ChannelInvoker.swift
[1618/1620] Compiling NIOCore ChannelOption.swift
[1619/1620] Compiling NIOCore ChannelPipeline.swift
[1620/1620] Emitting module NIOCore
[1622/1671] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1623/1671] Emitting module NIOEmbedded
[1624/1671] Compiling NIOEmbedded AsyncTestingChannel.swift
[1625/1671] Compiling NIOEmbedded Embedded.swift
[1627/1672] Emitting module NIOPosix
[1628/1678] Compiling NIOPosix SelectableChannel.swift
[1629/1678] Compiling NIOPosix SelectableEventLoop.swift
[1630/1678] Compiling NIOPosix SelectorEpoll.swift
[1631/1678] Compiling NIOPosix SelectorGeneric.swift
[1632/1678] Compiling NIOPosix SelectorKqueue.swift
[1633/1678] Compiling NIOPosix SelectorUring.swift
[1634/1678] Compiling NIOPosix Pool.swift
[1635/1678] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1636/1678] Compiling NIOPosix PosixSingletons.swift
[1637/1678] Compiling NIOPosix RawSocketBootstrap.swift
[1638/1678] Compiling NIOPosix Resolver.swift
[1639/1678] Compiling NIOPosix Selectable.swift
[1640/1678] Compiling NIOPosix ServerSocket.swift
[1641/1678] Compiling NIOPosix Socket.swift
[1642/1678] Compiling NIOPosix SocketChannel.swift
[1643/1678] Compiling NIOPosix SocketProtocols.swift
[1644/1678] Compiling NIOPosix System.swift
[1645/1678] Compiling NIOPosix Thread.swift
[1646/1678] Compiling NIOPosix ThreadPosix.swift
[1647/1678] Compiling NIOPosix ThreadWindows.swift
[1648/1678] Compiling NIOPosix UnsafeTransfer.swift
[1649/1678] Compiling NIOPosix Utilities.swift
[1650/1678] Compiling NIOPosix VsockAddress.swift
[1651/1678] Compiling NIOPosix VsockChannelEvents.swift
[1652/1678] Compiling NIOPosix IO.swift
[1653/1678] Compiling NIOPosix IntegerBitPacking.swift
[1654/1678] Compiling NIOPosix IntegerTypes.swift
[1655/1678] Compiling NIOPosix Linux.swift
[1656/1678] Compiling NIOPosix LinuxCPUSet.swift
[1657/1678] Compiling NIOPosix LinuxUring.swift
[1658/1678] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1659/1678] Compiling NIOPosix NIOThreadPool.swift
[1660/1678] Compiling NIOPosix NonBlockingFileIO.swift
[1661/1678] Compiling NIOPosix PendingDatagramWritesManager.swift
[1662/1678] Compiling NIOPosix PendingWritesManager.swift
[1663/1678] Compiling NIOPosix PipeChannel.swift
[1664/1678] Compiling NIOPosix PipePair.swift
[1665/1678] Compiling NIOPosix BSDSocketAPICommon.swift
[1666/1678] Compiling NIOPosix BSDSocketAPIPosix.swift
[1667/1678] Compiling NIOPosix BSDSocketAPIWindows.swift
[1668/1678] Compiling NIOPosix BaseSocket.swift
[1669/1678] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1670/1678] Compiling NIOPosix BaseSocketChannel.swift
[1671/1678] Compiling NIOPosix BaseStreamSocketChannel.swift
[1672/1678] Compiling NIOPosix Bootstrap.swift
[1673/1678] Compiling NIOPosix ControlMessage.swift
[1674/1678] Compiling NIOPosix DatagramVectorReadManager.swift
[1675/1678] Compiling NIOPosix Errors+Any.swift
[1676/1678] Compiling NIOPosix FileDescriptor.swift
[1677/1678] Compiling NIOPosix GetaddrinfoResolver.swift
[1678/1678] Compiling NIOPosix HappyEyeballs.swift
[1680/1738] Compiling NIO Exports.swift
[1681/1738] Emitting module NIO
[1683/1739] Compiling AsyncKit EventLoop+Flatten.swift
[1684/1739] Compiling AsyncKit EventLoop+Future.swift
[1685/1739] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1686/1780] Compiling AsyncKit Future+Miscellaneous.swift
[1687/1780] Compiling AsyncKit Future+Nonempty.swift
[1688/1780] Compiling AsyncKit Future+Optional.swift
[1689/1780] Compiling AsyncKit Future+Transform.swift
[1690/1780] Compiling AsyncKit Future+Try.swift
[1691/1780] Compiling AsyncKit FutureOperators.swift
[1692/1780] Compiling NIOTLS TLSEvents.swift
[1693/1780] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1694/1780] Compiling NIOHTTP1 HTTPDecoder.swift
[1695/1781] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1696/1781] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1697/1781] Emitting module NIOTLS
[1698/1781] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1699/1781] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1700/1781] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1701/1781] Compiling NIOSOCKS SOCKSResponse.swift
[1702/1781] Compiling NIOSOCKS ClientStateMachine.swift
[1703/1781] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1704/1781] Emitting module _NIOFileSystem
[1705/1785] Emitting module NIOSOCKS
[1706/1785] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1707/1785] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1708/1785] Compiling NIOSOCKS ServerStateMachine.swift
[1709/1785] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1710/1785] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1711/1785] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1717/1785] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1718/1785] Compiling NIOTLS SNIHandler.swift
[1719/1785] Compiling NIOHTTP1 HTTPEncoder.swift
[1720/1785] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1723/1789] Emitting module NIOHTTP1
[1726/1789] Compiling AsyncKit Optional+StrictMap.swift
[1727/1789] Compiling AsyncKit Exports.swift
[1728/1789] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1729/1789] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1730/1789] Emitting module NIOFoundationCompat
[1731/1789] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1732/1790] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1733/1790] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1735/1790] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1736/1790] Compiling _NIOFileSystem Mocking.swift
[1737/1790] Compiling _NIOFileSystem Syscall.swift
[1738/1790] Compiling _NIOFileSystem Syscalls.swift
[1743/1841] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1744/1841] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1746/1841] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1747/1841] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1748/1841] Compiling NIOTransportServices NIOTSErrors.swift
[1749/1841] Compiling NIOTransportServices NIOTSEventLoop.swift
[1750/1841] Compiling NIOSSL NIOSSLSecureBytes.swift
[1751/1841] Compiling NIOSSL RNG.swift
[1752/1841] Compiling NIOSSL SafeCompare.swift
[1753/1841] Compiling _NIOFileSystem CInterop.swift
[1754/1841] Compiling _NIOFileSystem Errno.swift
[1758/1843] Compiling NIOTransportServices NIOTSBootstraps.swift
[1759/1843] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1760/1843] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1761/1843] Compiling NIOTransportServices StateManagedChannel.swift
[1762/1843] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1763/1843] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1767/1843] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1768/1843] Compiling NIOTransportServices NIOTSSingletons.swift
[1769/1843] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1770/1843] Emitting module NIOTransportServices
[1771/1843] Compiling NIOTransportServices AcceptHandler.swift
[1772/1843] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1773/1843] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1774/1843] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1775/1843] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1776/1843] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1787/1843] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1788/1843] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1792/1844] Emitting module AsyncKit
[1793/1844] Compiling _NIOFileSystem SystemFileHandle.swift
[1794/1844] Compiling _NIOFileSystem Utilities.swift
[1795/1844] Compiling _NIOFileSystem OpenOptions.swift
[1796/1844] Compiling _NIOFileSystem String+FileSystem.swift
[1804/1910] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1805/1910] Compiling NIOSSL SubjectAlternativeName.swift
[1806/1910] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1807/1910] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1808/1910] Compiling NIOExtras LengthFieldPrepender.swift
[1809/1910] Compiling NIOExtras LineBasedFrameDecoder.swift
[1810/1910] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1820/1915] Compiling NIOExtras NIORequestIdentifiable.swift
[1821/1915] Compiling NIOExtras PCAPRingBuffer.swift
[1822/1917] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1823/1917] Compiling NIOHPACK IndexedHeaderTable.swift
[1824/1918] Compiling NIOWebSocket WebSocketOpcode.swift
[1825/1919] Compiling NIOHPACK IntegerCoding.swift
[1826/1919] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1828/1919] Compiling NIOExtras NIOExtrasError.swift
[1829/1921] Emitting module MultipartKit
[1830/1924] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1831/1924] Compiling NIOExtras UnsafeTransfer.swift
[1832/1924] Emitting module NIOSSL
[1833/1924] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1834/1924] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1835/1924] Compiling NIOExtras JSONRPCFraming.swift
[1836/1924] Compiling NIOExtras DebugInboundEventsHandler.swift
[1839/1924] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1843/1924] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1844/1924] Emitting module NIOHTTPCompression
[1845/1924] Compiling NIOHPACK StaticHeaderTable.swift
[1846/1924] Compiling NIOHTTPCompression HTTPCompression.swift
[1847/1924] Compiling NIOHTTPCompression HTTPDecompression.swift
[1848/1924] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1852/1924] Compiling NIOExtras QuiescingHelper.swift
[1855/1924] Emitting module NIOWebSocket
[1858/1924] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1859/1924] Compiling NIOHPACK HuffmanTables.swift
[1860/1924] Compiling NIOExtras RequestResponseHandler.swift
[1863/1924] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1868/1924] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1869/1924] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1870/1925] Compiling NIOHPACK HuffmanCoding.swift
[1871/1925] Compiling NIOExtras WritePCAPHandler.swift
[1872/1925] Compiling MultipartKit Utilities.swift
[1873/1925] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1876/1925] Emitting module _NIOFileSystemFoundationCompat
[1877/1925] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1887/1926] Emitting module NIOHPACK
[1888/1926] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1889/1926] Compiling NIOWebSocket WebSocketFrame.swift
[1890/1927] Emitting module NIOExtras
[1917/1931] Emitting module NIOFileSystem
[1918/1931] Compiling NIOFileSystem Exports.swift
[1921/1990] Compiling NIOHTTP2 HasRemoteSettings.swift
[1922/1990] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1923/1990] Compiling NIOHTTP2 QuiescingState.swift
[1924/1990] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1925/1991] Compiling NIOHTTP2 StateMachineResult.swift
[1926/1991] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1929/1992] Compiling NIOHTTP2 MaySendFrames.swift
[1930/1992] Compiling NIOHTTP2 SendingDataState.swift
[1931/1992] Compiling NIOHTTP2 SendingGoawayState.swift
[1932/1992] Compiling NIOHTTP2 SendingHeadersState.swift
[1933/1992] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1934/1992] Compiling NIOHTTP2 SendingRstStreamState.swift
[1935/1992] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1936/1992] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1937/2008] Compiling WebSocketKit Exports.swift
[1938/2008] Compiling WebSocketKit WebSocketHandler.swift
[1939/2008] Emitting module WebSocketKit
[1940/2008] Compiling WebSocketKit WebSocket+Concurrency.swift
[1941/2008] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1942/2008] Compiling WebSocketKit WebSocketClient.swift
[1943/2008] Compiling WebSocketKit WebSocket.swift
[1944/2008] Compiling WebSocketKit WebSocket+Connect.swift
[1946/2009] Emitting module NIOHTTP2
[1947/2009] Compiling NIOHTTP2 InboundWindowManager.swift
[1948/2009] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1949/2009] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1950/2009] Compiling NIOHTTP2 StreamChannelList.swift
[1951/2009] Compiling NIOHTTP2 StreamMap.swift
[1952/2009] Compiling NIOHTTP2 StreamStateMachine.swift
[1953/2009] Compiling NIOHTTP2 UnsafeTransfer.swift
[1954/2009] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1955/2009] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1956/2009] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1957/2009] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1958/2009] Compiling NIOHTTP2 HTTP2StreamID.swift
[1959/2009] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1960/2009] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1961/2009] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1962/2009] Compiling NIOHTTP2 InboundEventBuffer.swift
[1963/2009] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1964/2009] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1965/2009] Compiling NIOHTTP2 MayReceiveFrames.swift
[1966/2009] Compiling NIOHTTP2 ReceivingDataState.swift
[1967/2009] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1968/2009] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1969/2009] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1970/2009] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1971/2009] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1972/2009] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1973/2009] Compiling NIOHTTP2 HTTP2Frame.swift
[1974/2009] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1975/2009] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1976/2009] Compiling NIOHTTP2 HTTP2PingData.swift
[1977/2009] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1978/2009] Compiling NIOHTTP2 HTTP2Settings.swift
[1979/2009] Compiling NIOHTTP2 HTTP2Stream.swift
[1980/2009] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1981/2009] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1982/2009] Compiling NIOHTTP2 HasLocalSettings.swift
[1987/2009] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1988/2009] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1989/2009] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1990/2009] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1991/2009] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1992/2009] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1993/2009] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1994/2009] Compiling NIOHTTP2 HTTP2Error.swift
[1995/2009] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1998/2009] Compiling NIOHTTP2 DOSHeuristics.swift
[1999/2009] Compiling NIOHTTP2 Error+Any.swift
[2000/2009] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2001/2009] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2002/2009] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2003/2009] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2012/2071] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2013/2071] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2014/2071] Compiling AsyncHTTPClient Transaction.swift
[2015/2071] Compiling AsyncHTTPClient Base64.swift
[2016/2071] Compiling AsyncHTTPClient BasicAuth.swift
[2017/2071] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2018/2071] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2019/2071] Compiling AsyncHTTPClient ConnectionPool.swift
[2020/2071] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2021/2079] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2022/2079] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2023/2079] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2024/2079] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2025/2079] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2026/2079] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2027/2079] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2028/2079] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2029/2079] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2030/2079] Compiling AsyncHTTPClient HTTPHandler.swift
[2031/2079] Compiling AsyncHTTPClient LRUCache.swift
[2032/2079] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2033/2079] Compiling AsyncHTTPClient NWErrorHandler.swift
[2034/2079] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2035/2079] Compiling AsyncHTTPClient TLSConfiguration.swift
[2036/2079] Compiling AsyncHTTPClient RedirectState.swift
[2037/2079] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2038/2079] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2039/2079] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2040/2079] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2041/2079] Compiling AsyncHTTPClient HTTP1Connection.swift
[2042/2079] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2043/2079] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2044/2079] Compiling AsyncHTTPClient HTTP2Connection.swift
[2045/2079] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2046/2079] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2047/2079] Emitting module AsyncHTTPClient
[2048/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2049/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2050/2079] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2051/2079] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2052/2079] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2053/2079] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2054/2079] Compiling AsyncHTTPClient RequestBodyLength.swift
[2055/2079] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2056/2079] Compiling AsyncHTTPClient RequestOptions.swift
[2057/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2058/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2059/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2060/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2061/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2062/2079] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2063/2079] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2064/2079] Compiling AsyncHTTPClient ConnectionTarget.swift
[2065/2079] Compiling AsyncHTTPClient DeconstructedURL.swift
[2066/2079] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2067/2079] Compiling AsyncHTTPClient FoundationExtensions.swift
[2068/2079] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2069/2079] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2070/2079] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2071/2079] Compiling AsyncHTTPClient HTTPClient.swift
[2072/2079] Compiling AsyncHTTPClient RequestBag.swift
[2073/2079] Compiling AsyncHTTPClient RequestValidation.swift
[2074/2079] Compiling AsyncHTTPClient SSLContextCache.swift
[2075/2079] Compiling AsyncHTTPClient Scheme.swift
[2076/2079] Compiling AsyncHTTPClient Singleton.swift
[2077/2079] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2078/2079] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2079/2079] Compiling AsyncHTTPClient Utils.swift
[2081/2253] Compiling HaystackClientNIO Exports.swift
[2082/2253] Compiling HaystackClientNIO Client+HTTPClient.swift
[2083/2253] Emitting module HaystackClientNIO
[2084/2253] Compiling HaystackClientNIO HTTPClientFetcher.swift
[2086/2254] Compiling Vapor Core.swift
[2087/2254] Compiling Vapor Running.swift
[2088/2254] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2089/2254] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2090/2254] Compiling Vapor DotEnvFile+load.swift
[2091/2254] Compiling Vapor Routes+caseInsenstive.swift
[2092/2254] Compiling Vapor Validatable+validate.swift
[2093/2254] Compiling Vapor Environment+Process.swift
[2094/2254] Compiling Vapor Environment+Secret.swift
[2095/2254] Compiling Vapor Environment.swift
[2096/2254] Compiling Vapor Abort.swift
[2097/2254] Compiling Vapor AbortError.swift
[2098/2254] Compiling Vapor DebuggableError.swift
[2099/2254] Compiling Vapor Demangler.swift
[2100/2254] Compiling Vapor ErrorSource.swift
[2101/2254] Compiling Vapor StackTrace.swift
[2102/2254] Compiling Vapor Exports.swift
[2103/2254] Compiling Vapor Application+HTTP.swift
[2104/2254] Compiling Vapor BasicResponder.swift
[2105/2254] Compiling Vapor BodyStream.swift
[2106/2254] Compiling Vapor Application+HTTP+Client.swift
[2107/2254] Compiling Vapor EventLoopHTTPClient.swift
[2108/2254] Compiling Vapor EndpointCache.swift
[2109/2254] Compiling Vapor HTTPMethod+String.swift
[2110/2278] Compiling Vapor HTTPServerResponseEncoder.swift
[2111/2278] Compiling Vapor HTTPServerUpgradeHandler.swift
[2112/2278] Compiling Vapor Logger+Report.swift
[2113/2278] Compiling Vapor LoggingSystem+Environment.swift
[2114/2278] Compiling Vapor Application+Middleware.swift
[2115/2278] Compiling Vapor CORSMiddleware.swift
[2116/2278] Compiling Vapor ErrorMiddleware.swift
[2117/2278] Compiling Vapor FileMiddleware.swift
[2118/2278] Compiling Vapor Middleware.swift
[2119/2278] Compiling Vapor MiddlewareConfiguration.swift
[2120/2278] Compiling Vapor ResponseCompressionMiddleware.swift
[2121/2278] Compiling Vapor RouteLoggingMiddleware.swift
[2122/2278] Compiling Vapor TracingMiddleware.swift
[2123/2278] Compiling Vapor File+Multipart.swift
[2124/2278] Compiling Vapor FormDataDecoder+Content.swift
[2125/2278] Compiling Vapor FormDataEncoder+Content.swift
[2126/2278] Compiling Vapor Application+Password.swift
[2127/2278] Compiling Vapor Application+Passwords.swift
[2128/2278] Compiling Vapor AsyncPasswordHasher.swift
[2129/2278] Compiling Vapor BcryptHasher.swift
[2130/2278] Compiling Vapor PasswordHasher.swift
[2131/2278] Compiling Vapor PlaintextHasher.swift
[2132/2278] Compiling Vapor Request+Password.swift
[2133/2278] Compiling Vapor Redirect.swift
[2134/2302] Compiling Vapor AsyncBasicResponder.swift
[2135/2302] Compiling Vapor AsyncMiddleware.swift
[2136/2302] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2137/2302] Compiling Vapor AsyncSessionDriver.swift
[2138/2302] Compiling Vapor Authentication+Concurrency.swift
[2139/2302] Compiling Vapor Cache+Concurrency.swift
[2140/2302] Compiling Vapor Client+Concurrency.swift
[2141/2302] Compiling Vapor RequestBody+Concurrency.swift
[2142/2302] Compiling Vapor Responder+Concurrency.swift
[2143/2302] Compiling Vapor ResponseCodable+Concurrency.swift
[2144/2302] Compiling Vapor RoutesBuilder+Concurrency.swift
[2145/2302] Compiling Vapor ViewRenderer+Concurrency.swift
[2146/2302] Compiling Vapor WebSocket+Concurrency.swift
[2147/2302] Compiling Vapor ContainerGetPathExecutor.swift
[2148/2302] Compiling Vapor Content.swift
[2149/2302] Compiling Vapor ContentCoders.swift
[2150/2302] Compiling Vapor ContentConfiguration.swift
[2151/2302] Compiling Vapor ContentContainer.swift
[2152/2302] Compiling Vapor JSONCoder+Custom.swift
[2153/2302] Compiling Vapor JSONCoders+Content.swift
[2154/2302] Compiling Vapor PlaintextDecoder.swift
[2155/2302] Compiling Vapor PlaintextEncoder.swift
[2156/2302] Compiling Vapor URLQueryCoders.swift
[2157/2302] Compiling Vapor URLQueryContainer.swift
[2158/2302] Compiling Vapor Application.swift
[2159/2302] Compiling Vapor AuthenticationCache.swift
[2160/2302] Compiling Vapor Authenticator.swift
[2161/2302] Compiling Vapor BasicAuthorization.swift
[2162/2302] Compiling Vapor BearerAuthorization.swift
[2163/2302] Compiling Vapor GuardMiddleware.swift
[2164/2302] Compiling Vapor RedirectMiddleware.swift
[2165/2302] Compiling Vapor SessionAuthenticatable.swift
[2166/2302] Compiling Vapor Bcrypt.swift
[2167/2302] Compiling Vapor Application+Cache.swift
[2168/2302] Compiling Vapor Cache.swift
[2169/2302] Compiling Vapor CacheExpirationTime.swift
[2170/2302] Compiling Vapor MemoryCache.swift
[2171/2302] Compiling Vapor Request+Cache.swift
[2172/2302] Compiling Vapor Application+Clients.swift
[2173/2302] Compiling Vapor Client.swift
[2174/2302] Compiling Vapor ClientRequest.swift
[2175/2302] Compiling Vapor ClientResponse.swift
[2176/2302] Compiling Vapor Request+Client.swift
[2177/2302] Compiling Vapor BootCommand.swift
[2178/2302] Compiling Vapor CommandContext+Application.swift
[2179/2302] Compiling Vapor RoutesCommand.swift
[2180/2302] Compiling Vapor ServeCommand.swift
[2181/2302] Compiling Vapor AnyResponse+Concurrency.swift
[2182/2302] Compiling Vapor Validator.swift
[2183/2302] Compiling Vapor ValidatorResult.swift
[2184/2302] Compiling Vapor And.swift
[2185/2302] Compiling Vapor Case.swift
[2186/2302] Compiling Vapor CharacterSet.swift
[2187/2302] Compiling Vapor Count.swift
[2188/2302] Compiling Vapor Custom.swift
[2189/2302] Compiling Vapor Email.swift
[2190/2302] Compiling Vapor Empty.swift
[2191/2302] Compiling Vapor In.swift
[2192/2302] Compiling Vapor Nil.swift
[2193/2302] Compiling Vapor NilIgnoring.swift
[2194/2302] Compiling Vapor Not.swift
[2195/2302] Compiling Vapor Or.swift
[2196/2302] Compiling Vapor Pattern.swift
[2197/2302] Compiling Vapor Range.swift
[2198/2302] Compiling Vapor URL.swift
[2199/2302] Compiling Vapor Valid.swift
[2200/2302] Compiling Vapor Application+Views.swift
[2201/2302] Compiling Vapor PlaintextRenderer.swift
[2202/2302] Compiling Vapor Request+View.swift
[2203/2302] Compiling Vapor View.swift
[2204/2302] Compiling Vapor ViewRenderer.swift
[2205/2302] Compiling Vapor _Deprecations.swift
[2206/2302] Compiling Vapor Bytes+Hex.swift
[2207/2302] Compiling Vapor Bytes+SecureCompare.swift
[2208/2302] Compiling Vapor Collection+Safe.swift
[2209/2302] Compiling Vapor DataProtocol+Copy.swift
[2210/2302] Compiling Vapor DecoderUnwrapper.swift
[2211/2302] Compiling Vapor DirectoryConfiguration.swift
[2212/2302] Compiling Vapor DotEnv.swift
[2213/2302] Compiling Vapor Extendable.swift
[2214/2302] Compiling Vapor File.swift
[2215/2302] Compiling Vapor FileIO.swift
[2216/2302] Compiling Vapor LifecycleHandler.swift
[2217/2302] Compiling Vapor OptionalType.swift
[2218/2302] Compiling Vapor RFC1123.swift
[2219/2302] Compiling Vapor SocketAddress+Hostname.swift
[2220/2302] Compiling Vapor Storage.swift
[2221/2302] Compiling Vapor String+IsIPAddress.swift
[2222/2302] Compiling Vapor Thread.swift
[2223/2302] Compiling Vapor URI.swift
[2224/2302] Compiling Vapor RangeResult.swift
[2225/2302] Compiling Vapor Validatable.swift
[2226/2302] Compiling Vapor Validation.swift
[2227/2302] Compiling Vapor ValidationKey.swift
[2228/2302] Compiling Vapor Validations.swift
[2229/2302] Compiling Vapor ValidationsError.swift
[2230/2302] Compiling Vapor Service.swift
[2231/2302] Compiling Vapor Application+Sessions.swift
[2232/2302] Compiling Vapor MemorySessions.swift
[2233/2302] Compiling Vapor Request+Session.swift
[2234/2302] Compiling Vapor Session.swift
[2235/2302] Compiling Vapor SessionCache.swift
[2236/2302] Compiling Vapor SessionData.swift
[2237/2302] Compiling Vapor SessionDriver.swift
[2238/2302] Compiling Vapor SessionsConfiguration.swift
[2239/2302] Compiling Vapor SessionsMiddleware.swift
[2240/2302] Compiling Vapor URLEncodedFormData.swift
[2241/2302] Compiling Vapor URLEncodedFormDecoder.swift
[2242/2302] Compiling Vapor URLEncodedFormEncoder.swift
[2243/2302] Compiling Vapor URLEncodedFormError.swift
[2244/2302] Compiling Vapor URLEncodedFormParser.swift
[2245/2302] Compiling Vapor URLEncodedFormSerializer.swift
[2246/2302] Compiling Vapor URLQueryFragmentConvertible.swift
[2247/2302] Compiling Vapor AnyResponse.swift
[2248/2302] Compiling Vapor Array+Random.swift
[2249/2302] Compiling Vapor Base32.swift
[2250/2302] Compiling Vapor Base64.swift
[2251/2302] Compiling Vapor BaseN.swift
[2252/2302] Compiling Vapor BasicCodingKey.swift
[2253/2302] Compiling Vapor ByteCount.swift
[2254/2302] Compiling Vapor Request+Body.swift
[2255/2302] Compiling Vapor Request+BodyStream.swift
[2256/2302] Compiling Vapor Request.swift
[2257/2302] Compiling Vapor Application+Responder.swift
[2258/2302] Compiling Vapor DefaultResponder.swift
[2259/2302] Compiling Vapor Response+Body.swift
[2260/2302] Compiling Vapor Response.swift
[2261/2302] Compiling Vapor ResponseCodable.swift
[2262/2302] Compiling Vapor Application+Routes.swift
[2263/2302] Compiling Vapor Parameters+Require.swift
[2264/2302] Compiling Vapor Request+WebSocket.swift
[2265/2302] Compiling Vapor Route.swift
[2266/2302] Compiling Vapor RouteCollection.swift
[2267/2302] Compiling Vapor Routes.swift
[2268/2302] Compiling Vapor RoutesBuilder+Group.swift
[2269/2302] Compiling Vapor RoutesBuilder+Method.swift
[2270/2302] Compiling Vapor RoutesBuilder+Middleware.swift
[2271/2302] Compiling Vapor RoutesBuilder+WebSocket.swift
[2272/2302] Compiling Vapor RoutesBuilder.swift
[2273/2302] Compiling Vapor OTP.swift
[2274/2302] Compiling Vapor Application+Servers.swift
[2275/2302] Compiling Vapor Server.swift
[2276/2302] Compiling Vapor App+Service.swift
[2277/2302] Compiling Vapor Req+Service.swift
[2278/2302] Emitting module Vapor
[2279/2302] Compiling Vapor HTTPStatus.swift
[2280/2302] Compiling Vapor HTTPCookies.swift
[2281/2302] Compiling Vapor HTTPHeaderCacheControl.swift
[2282/2302] Compiling Vapor HTTPHeaderExpires.swift
[2283/2302] Compiling Vapor HTTPHeaderLastModified.swift
[2284/2302] Compiling Vapor HTTPHeaders+Cache.swift
[2285/2302] Compiling Vapor HTTPHeaders+Connection.swift
[2286/2302] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2287/2302] Compiling Vapor HTTPHeaders+ContentRange.swift
[2288/2302] Compiling Vapor HTTPHeaders+Directive.swift
[2289/2302] Compiling Vapor HTTPHeaders+Forwarded.swift
[2290/2302] Compiling Vapor HTTPHeaders+Link.swift
[2291/2302] Compiling Vapor HTTPHeaders+Name.swift
[2292/2302] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2293/2302] Compiling Vapor HTTPHeaders.swift
[2294/2302] Compiling Vapor HTTPMediaType.swift
[2295/2302] Compiling Vapor HTTPMediaTypePreference.swift
[2296/2302] Compiling Vapor Responder.swift
[2297/2302] Compiling Vapor Application+HTTP+Server.swift
[2298/2302] Compiling Vapor HTTPServer.swift
[2299/2302] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2300/2302] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2301/2302] Compiling Vapor HTTPServerHandler.swift
[2302/2302] Compiling Vapor HTTPServerRequestDecoder.swift
[2304/2307] Compiling HaystackServerVapor HTTPMediaType+zinc.swift
[2305/2307] Emitting module HaystackServerVapor
/host/spi-builder-workspace/Sources/HaystackServerVapor/Request+Grid.swift:4:1: warning: extension declares a conformance of imported type 'Grid' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'Haystack' introduce this conformance in the future
 2 | import Vapor
 3 |
 4 | extension Grid: Content {}
   | |- warning: extension declares a conformance of imported type 'Grid' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'Haystack' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 | extension Request {
[2306/2307] Compiling HaystackServerVapor HaystackRouteCollection.swift
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:18:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
 16 |         /// https://project-haystack.org/doc/docHaystack/Ops#close
 17 |         routes.post("close") { _ in
 18 |             try await delegate.close()
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
 19 |             return ""
 20 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:26:45: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
 24 |         /// https://project-haystack.org/doc/docHaystack/Ops#about
 25 |         routes.get("about") { request in
 26 |             try await request.respond(with: delegate.about())
    |                                             `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
 27 |         }
 28 |
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:33:45: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
 31 |         /// https://project-haystack.org/doc/docHaystack/Ops#about
 32 |         routes.post("about") { request in
 33 |             try await request.respond(with: delegate.about())
    |                                             `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
 34 |         }
 35 |
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:51:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
 49 |
 50 |             return try await request.respond(
 51 |                 with: delegate.defs(filter: filter, limit: limit)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
 52 |             )
 53 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:70:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
 68 |
 69 |             return try await request.respond(
 70 |                 with: delegate.defs(filter: filter, limit: limit)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
 71 |             )
 72 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:89:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
 87 |
 88 |             return try await request.respond(
 89 |                 with: delegate.libs(filter: filter, limit: limit)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
 90 |             )
 91 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:108:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
106 |
107 |             return try await request.respond(
108 |                 with: delegate.libs(filter: filter, limit: limit)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
109 |             )
110 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:127:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
125 |
126 |             return try await request.respond(
127 |                 with: delegate.libs(filter: filter, limit: limit)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
128 |             )
129 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:146:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
144 |
145 |             return try await request.respond(
146 |                 with: delegate.ops(filter: filter, limit: limit)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
147 |             )
148 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:165:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
163 |
164 |             return try await request.respond(
165 |                 with: delegate.filetypes(filter: filter, limit: limit)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
166 |             )
167 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:184:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
182 |
183 |             return try await request.respond(
184 |                 with: delegate.filetypes(filter: filter, limit: limit)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
185 |             )
186 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:211:56: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
209 |
210 |             if let ids = ids {
211 |                 return try await request.respond(with: delegate.read(ids: ids))
    |                                                        `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
212 |             } else if let filter = filter {
213 |                 return try await request.respond(
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:244:56: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
242 |
243 |             if let ids = ids {
244 |                 return try await request.respond(with: delegate.read(ids: ids))
    |                                                        `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
245 |             } else if let filter = filter {
246 |                 return try await request.respond(
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:267:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
265 |
266 |             return try await request.respond(
267 |                 with: delegate.nav(navId: navId)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
268 |             )
269 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:284:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
282 |
283 |             return try await request.respond(
284 |                 with: delegate.nav(navId: navId)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
285 |             )
286 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:303:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
301 |
302 |             return try await request.respond(
303 |                 with: delegate.hisRead(
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
304 |                     id: id,
305 |                     range: range
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:328:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
326 |
327 |             return try await request.respond(
328 |                 with: delegate.hisRead(
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
329 |                     id: id,
330 |                     range: range
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:354:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
352 |
353 |             return try await request.respond(
354 |                 with: delegate.hisWrite(id: id, items: items)
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
355 |             )
356 |         }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:378:27: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
376 |             guard let level = level else {
377 |                 return try await request.respond(
378 |                     with: delegate.pointWriteStatus(id: id)
    |                           `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
379 |                 )
380 |             }
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:427:27: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
425 |             if let watchDis = watchDis {
426 |                 return try await request.respond(
427 |                     with: delegate.watchSubCreate(
    |                           `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
428 |                         watchDis: watchDis,
429 |                         lease: lease,
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:463:27: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
461 |             if grid.meta.has("close") {
462 |                 return try await request.respond(
463 |                     with: delegate.watchUnsubDelete(
    |                           `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
464 |                         watchId: watchId
465 |                     )
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:501:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
499 |
500 |             return try await request.respond(
501 |                 with: delegate.watchPoll(
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
502 |                     watchId: watchId,
503 |                     refresh: refresh
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:527:23: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
525 |
526 |             return try await request.respond(
527 |                 with: delegate.invokeAction(
    |                       `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
528 |                     id: id,
529 |                     action: action,
/host/spi-builder-workspace/Sources/HaystackServerVapor/HaystackRouteCollection.swift:550:52: warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
  3 |
  4 | /// A route collection that exposes Haystack API endpoints.
  5 | public struct HaystackRouteCollection: RouteCollection {
    |               `- note: consider making struct 'HaystackRouteCollection' conform to the 'Sendable' protocol
  6 |     /// This instance defines all Haystack API processing that is done server-side.
  7 |     let delegate: any API
    :
548 |             }
549 |
550 |             return try await request.respond(with: delegate.eval(expression: expr))
    |                                                    `- warning: capture of 'self' with non-sendable type 'HaystackRouteCollection' in a '@Sendable' closure
551 |         }
552 |     }
[2307/2307] Compiling HaystackServerVapor Request+Grid.swift
/host/spi-builder-workspace/Sources/HaystackServerVapor/Request+Grid.swift:4:1: warning: extension declares a conformance of imported type 'Grid' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'Haystack' introduce this conformance in the future
 2 | import Vapor
 3 |
 4 | extension Grid: Content {}
   | |- warning: extension declares a conformance of imported type 'Grid' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'Haystack' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 | extension Request {
Build complete! (409.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "Haystack",
  "name" : "Haystack",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Haystack",
      "targets" : [
        "Haystack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackClientNIO",
      "targets" : [
        "HaystackClient",
        "HaystackClientNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackServer",
      "targets" : [
        "HaystackServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackServerVapor",
      "targets" : [
        "HaystackServerVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HaystackTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackTests",
      "path" : "Tests/HaystackTests",
      "sources" : [
        "BoolTests.swift",
        "CoordTests.swift",
        "DateTests.swift",
        "DateTimeTests.swift",
        "DictTests.swift",
        "FilterTests.swift",
        "GridTests.swift",
        "IO/ZincReaderTests.swift",
        "IO/ZincTokenizerTests.swift",
        "ListTests.swift",
        "MarkerTests.swift",
        "NATests.swift",
        "NullTests.swift",
        "NumberTests.swift",
        "RefTests.swift",
        "RemoveTests.swift",
        "StringTests.swift",
        "SymbolTests.swift",
        "TimeTests.swift",
        "UriTests.swift",
        "XStrTests.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServerVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerVaporTests",
      "path" : "Tests/HaystackServerVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "HaystackServerVaporTests.swift"
      ],
      "target_dependencies" : [
        "HaystackServerVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServerVapor",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerVapor",
      "path" : "Sources/HaystackServerVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "HaystackServerVapor"
      ],
      "sources" : [
        "HTTPMediaType+zinc.swift",
        "HaystackRouteCollection.swift",
        "Request+Grid.swift"
      ],
      "target_dependencies" : [
        "Haystack",
        "HaystackServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackServerTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerTests",
      "path" : "Tests/HaystackServerTests",
      "sources" : [
        "HaystackServerTests.swift"
      ],
      "target_dependencies" : [
        "HaystackServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServer",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServer",
      "path" : "Sources/HaystackServer",
      "product_memberships" : [
        "HaystackServer",
        "HaystackServerVapor"
      ],
      "sources" : [
        "HaystackServer.swift",
        "Stores/HistoryStore.swift",
        "Stores/RecordStore.swift",
        "Stores/WatchStore.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientTests",
      "path" : "Tests/HaystackClientTests",
      "sources" : [
        "SCRAMTests.swift",
        "UrlSafeBase64Tests.swift"
      ],
      "target_dependencies" : [
        "HaystackClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackClientNIOIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientNIOIntegrationTests",
      "path" : "Tests/HaystackClientNIOIntegrationTests",
      "sources" : [
        "HaystackClientNIOIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "HaystackClientNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackClientNIO",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientNIO",
      "path" : "Sources/HaystackClientNIO",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "HaystackClientNIO"
      ],
      "sources" : [
        "Client+HTTPClient.swift",
        "Exports.swift",
        "HTTPClientFetcher.swift"
      ],
      "target_dependencies" : [
        "Haystack",
        "HaystackClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackClient",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClient",
      "path" : "Sources/HaystackClient",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "HaystackClientNIO"
      ],
      "sources" : [
        "Authentication/AuthHash.swift",
        "Authentication/AuthMessage.swift",
        "Authentication/Authenticator.swift",
        "Authentication/ScramAuthenticator.swift",
        "Authentication/ScramClient.swift",
        "Authentication/String+Base64.swift",
        "Client.swift",
        "DataFormat.swift",
        "Fetcher.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Haystack",
      "module_type" : "SwiftTarget",
      "name" : "Haystack",
      "path" : "Sources/Haystack",
      "product_memberships" : [
        "Haystack",
        "HaystackClientNIO",
        "HaystackServer",
        "HaystackServerVapor"
      ],
      "sources" : [
        "API/API.swift",
        "API/HisItem.swift",
        "API/HisReadRange.swift",
        "Bool.swift",
        "Coord.swift",
        "Date.swift",
        "DateTime.swift",
        "Dict.swift",
        "Filter.swift",
        "Grid.swift",
        "IO/ZincReader.swift",
        "IO/ZincToken.swift",
        "IO/ZincTokenizer.swift",
        "List.swift",
        "Marker.swift",
        "NA.swift",
        "Null.swift",
        "Number.swift",
        "Ref.swift",
        "Remove.swift",
        "String.swift",
        "Symbol.swift",
        "Time.swift",
        "Uri.swift",
        "Utils/Character+isIdChar.swift",
        "Utils/GridBuilder.swift",
        "Utils/String+tagName.swift",
        "Val.swift",
        "ValError.swift",
        "XStr.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.