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 AcmeSwift, reference 1.0.0-beta6 (aca3a3), with Swift 6.0 for Linux on 12 Jan 2025 14:44:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m-barthelemy/AcmeSwift.git
Reference: 1.0.0-beta6
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/m-barthelemy/AcmeSwift
 * tag               1.0.0-beta6 -> FETCH_HEAD
HEAD is now at aca3a34 Merge pull request #16 from dimitribouniol/dimitri/account-fix
Cloned https://github.com/m-barthelemy/AcmeSwift.git
Revision (git rev-parse @):
aca3a34f9b86d936ce5df4edd816af3460b8c74f
SUCCESS checkout https://github.com/m-barthelemy/AcmeSwift.git at 1.0.0-beta6
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/m-barthelemy/AcmeSwift.git
https://github.com/m-barthelemy/AcmeSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.13.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    }
  ],
  "manifest_display_name" : "AcmeSwift",
  "name" : "AcmeSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AcmeSwift",
      "targets" : [
        "AcmeSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AcmeSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "AcmeSwiftTests",
      "path" : "Tests/AcmeSwiftTests",
      "sources" : [
        "AccountTests.swift",
        "MiscTemp.swift",
        "OrderTests.swift"
      ],
      "target_dependencies" : [
        "AcmeSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AcmeSwift",
      "module_type" : "SwiftTarget",
      "name" : "AcmeSwift",
      "path" : "Sources/AcmeSwift",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto",
        "_CryptoExtras",
        "JWTKit",
        "X509",
        "SwiftASN1"
      ],
      "product_memberships" : [
        "AcmeSwift"
      ],
      "sources" : [
        "APIs/AcmeSwift+Account.swift",
        "APIs/AcmeSwift+Certificates.swift",
        "APIs/AcmeSwift+Csr.swift",
        "APIs/AcmeSwift+Orders.swift",
        "APIs/AcmeSwift.swift",
        "Endpoints/Account/CreateAccountEndpoint.swift",
        "Endpoints/Account/DeactivateAccountEndpoint.swift",
        "Endpoints/Account/ListOrdersEndpoint.swift",
        "Endpoints/Authorization/GetAuthorizationEndpoint.swift",
        "Endpoints/Certificate/DownloadCertificateEndpoint.swift",
        "Endpoints/Certificate/RevokeCertificateEndpoint.swift",
        "Endpoints/EndpointProtocol.swift",
        "Endpoints/Order/CreateOrderEndpoint.swift",
        "Endpoints/Order/FinalizeOrderEndpoint.swift",
        "Endpoints/Order/GetOrderEndpoint.swift",
        "Endpoints/Order/ValidateChallengeEndpoint.swift",
        "Helpers/AcmeRequestBody.swift",
        "Helpers/HttpClient+Decode.swift",
        "Helpers/String+base64Url.swift",
        "Models/Account/AccountCredentials.swift",
        "Models/Account/AccountOrdersUrls.swift",
        "Models/Account/AcmeAccountInfo.swift",
        "Models/Account/AcmeAccountSpec.swift",
        "Models/AcmeDirectory.swift",
        "Models/AcmeError.swift",
        "Models/Certificate/RevokeSpec.swift",
        "Models/Order/AcmeAuthorization.swift",
        "Models/Order/AcmeFinalizeOrderSpec.swift",
        "Models/Order/AcmeOrderInfo.swift",
        "Models/Order/AcmeOrderSpec.swift",
        "Models/Order/ChallengeDescription.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/vapor/jwt-kit.git
[1/1427] Fetching swift-asn1
[1200/6889] Fetching swift-asn1, swift-certificates
[1756/19049] Fetching swift-asn1, swift-certificates, swift-crypto
[2978/32389] Fetching swift-asn1, swift-certificates, swift-crypto, async-http-client
[9022/41319] Fetching swift-asn1, swift-certificates, swift-crypto, async-http-client, jwt-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.98s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.00s)
Fetched https://github.com/apple/swift-asn1.git from cache (2.00s)
Fetched https://github.com/vapor/jwt-kit.git from cache (2.01s)
[6810/12160] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (1.11s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.6.1 (1.18s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.1 (1.17s)
Fetching https://github.com/apple/swift-log.git
[1/3743] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (3.47s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (1.05s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
[1/2297] Fetching swift-nio-transport-services
[70/7911] Fetching swift-nio-transport-services, swift-algorithms
[2391/9480] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics
[6201/20745] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.86s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[2704/11265] Fetching swift-nio-http2
[11266/25062] Fetching swift-nio-http2, swift-nio-ssl
[11680/97757] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.45s)
[21274/86492] Fetching swift-nio-ssl, swift-nio
[38186/91766] Fetching swift-nio-ssl, swift-nio, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.73s)
[48012/86492] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.06s)
Fetched https://github.com/apple/swift-nio.git from cache (9.22s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (1.20s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (1.22s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.22s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (1.16s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (1.10s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (1.48s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/3960] Fetching swift-system
[199/19570] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (4.28s)
Fetched https://github.com/apple/swift-collections.git from cache (4.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (1.24s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (1.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (1.17s)
Fetching https://github.com/apple/swift-http-types
[1/754] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.36s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (1.25s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.26s)
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.23.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.6.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.24.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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.29.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.2
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.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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.35.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.24.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/821] Write sources
[27/821] Compiling CNIOWindows shim.c
[28/821] Compiling _NumericsShims _NumericsShims.c
[28/821] Compiling sha256-586-linux.S
[30/821] Compiling CNIOWindows WSAStartup.c
[30/821] Compiling sha512-armv8-linux.S
[32/821] Compiling CNIOWASI CNIOWASI.c
[32/821] Compiling _AtomicsShims.c
[34/821] Compiling CNIOLinux liburing_shims.c
[35/821] Compiling CNIOExtrasZlib empty.c
[36/821] Compiling CNIODarwin shim.c
[37/821] Compiling CNIOLLHTTP c_nio_http.c
[38/821] Compiling fiat_p256_adx_sqr.S
[39/821] Compiling fiat_p256_adx_mul.S
[40/821] Compiling fiat_curve25519_adx_square.S
[41/821] Compiling CNIOLLHTTP c_nio_api.c
[42/821] Compiling CNIOLinux shim.c
[43/821] Compiling fiat_curve25519_adx_mul.S
[44/821] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/821] Write swift-version-24593BA9C3E375BF.txt
[46/821] Compiling CNIOBoringSSLShims shims.c
[47/825] Compiling tls_method.cc
[48/825] Compiling tls_record.cc
[49/825] Compiling tls13_enc.cc
[50/825] Compiling t1_enc.cc
[51/825] Compiling tls13_server.cc
[52/827] Compiling tls13_client.cc
[53/861] Compiling tls13_both.cc
[55/878] Emitting module _CertificateInternals
[56/878] Emitting module _NIOBase64
[57/878] Emitting module Logging
[58/878] Emitting module RealModule
[59/879] Emitting module InternalCollectionsUtilities
[59/881] Compiling ssl_x509.cc
[60/881] Compiling ssl_versions.cc
[61/881] Compiling ssl_transcript.cc
[63/881] Compiling InternalCollectionsUtilities Debugging.swift
[64/881] Compiling InternalCollectionsUtilities Descriptions.swift
[65/881] Compiling _CertificateInternals _TinyArray.swift
[66/882] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/882] Compiling InternalCollectionsUtilities Specialize.swift
[68/882] Compiling InternalCollectionsUtilities _SortedCollection.swift
[69/882] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/882] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[71/882] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/884] Compiling RealModule Float16+Real.swift
[75/884] Compiling _NIODataStructures _TinyArray.swift
[76/884] Compiling _NIODataStructures PriorityQueue.swift
[78/884] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/884] Compiling SwiftASN1 DER.swift
[80/884] Compiling SwiftASN1 Errors.swift
[81/884] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[82/884] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[84/884] Compiling RealModule RealFunctions.swift
[85/884] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/884] Compiling InternalCollectionsUtilities Integer rank.swift
[87/884] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[89/884] Compiling InternalCollectionsUtilities UInt+reversed.swift
[91/884] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[94/884] Compiling _NIOBase64 Base64.swift
[95/884] Compiling RealModule Float+Real.swift
[96/884] Compiling RealModule Real.swift
[97/884] Compiling RealModule ElementaryFunctions.swift
[102/884] Compiling RealModule Float80+Real.swift
[110/887] Emitting module SwiftASN1
[111/902] Compiling DequeModule Deque+CustomReflectable.swift
[112/902] Compiling DequeModule Deque+Descriptions.swift
[113/904] Compiling DequeModule _DequeBuffer.swift
[114/904] Compiling DequeModule _DequeBufferHeader.swift
[115/904] Compiling Logging MetadataProvider.swift
[116/904] Compiling Logging Locks.swift
[117/904] Emitting module _NIODataStructures
[118/904] Compiling _NIODataStructures Heap.swift
[119/904] Compiling Logging LogHandler.swift
[120/904] Compiling Logging Logging.swift
[120/905] Compiling ssl_stat.cc
[122/906] Compiling DequeModule Deque+Extras.swift
[123/906] Compiling DequeModule Deque+Hashable.swift
[126/906] Compiling DequeModule _DequeSlot.swift
[127/906] Compiling DequeModule _UnsafeWrappedBuffer.swift
[130/906] Compiling DequeModule Deque+Testing.swift
[131/906] Compiling DequeModule Deque._Storage.swift
[132/906] Compiling DequeModule Deque+Equatable.swift
[133/906] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[134/906] Compiling DequeModule Deque._UnsafeHandle.swift
[135/906] Compiling DequeModule Deque.swift
[136/906] Compiling DequeModule Deque+Codable.swift
[137/906] Compiling DequeModule Deque+Collection.swift
[137/906] Compiling ssl_privkey.cc
[138/906] Compiling ssl_session.cc
[140/906] Emitting module DequeModule
[140/907] Compiling ssl_lib.cc
[141/907] Compiling ssl_key_share.cc
[143/907] Compiling ssl_file.cc
[144/907] Compiling ssl_credential.cc
[151/908] Compiling ssl_cert.cc
[152/908] Compiling ssl_cipher.cc
[153/908] Compiling ssl_buffer.cc
[154/908] Compiling s3_pkt.cc
[155/908] Compiling ssl_aead_ctx.cc
[156/908] Compiling ssl_asn1.cc
[157/908] Compiling s3_lib.cc
[158/908] Compiling s3_both.cc
[159/908] Compiling handshake_server.cc
[160/908] Compiling handshake_client.cc
[161/908] Compiling handshake.cc
[162/908] Compiling dtls_record.cc
[163/908] Compiling handoff.cc
[164/908] Compiling dtls_method.cc
[165/908] Compiling encrypted_client_hello.cc
[166/908] Compiling md5-x86_64-linux.S
[167/908] Compiling md5-x86_64-apple.S
[168/908] Compiling md5-586-linux.S
[169/908] Compiling md5-586-apple.S
[170/908] Compiling err_data.c
[171/908] Compiling chacha20_poly1305_x86_64-apple.S
[172/908] Compiling chacha20_poly1305_armv8-win.S
[173/908] Compiling extensions.cc
[174/908] Compiling chacha20_poly1305_x86_64-linux.S
[175/908] Compiling chacha20_poly1305_armv8-linux.S
[176/908] Compiling chacha20_poly1305_armv8-apple.S
[177/908] Compiling chacha-x86_64-linux.S
[178/908] Compiling chacha-x86-linux.S
[179/908] Compiling chacha-x86_64-apple.S
[180/908] Compiling chacha-x86-apple.S
[181/908] Compiling chacha-armv8-win.S
[182/908] Compiling chacha-armv8-linux.S
[183/908] Compiling chacha-armv8-apple.S
[184/908] Compiling chacha-armv4-linux.S
[185/908] Compiling aes128gcmsiv-x86_64-apple.S
[186/908] Compiling aes128gcmsiv-x86_64-linux.S
[187/908] Compiling x86_64-mont5-apple.S
[188/908] Compiling x86_64-mont5-linux.S
[189/908] Compiling x86_64-mont-linux.S
[190/908] Compiling d1_pkt.cc
[191/908] Compiling bio_ssl.cc
[192/908] Compiling x86-mont-apple.S
[193/908] Compiling vpaes-x86_64-linux.S
[194/908] Compiling x86-mont-linux.S
[195/908] Compiling d1_srtp.cc
[196/908] Compiling x86_64-mont-apple.S
[197/908] Compiling vpaes-x86_64-apple.S
[198/908] Compiling vpaes-armv8-apple.S
[199/908] Compiling vpaes-x86-linux.S
[200/908] Compiling vpaes-armv8-linux.S
[201/908] Compiling vpaes-x86-apple.S
[202/908] Compiling vpaes-armv8-win.S
[203/908] Compiling vpaes-armv7-linux.S
[204/908] Compiling sha512-armv8-win.S
[205/908] Compiling sha512-x86_64-apple.S
[206/908] Compiling sha512-armv8-linux.S
[207/908] Compiling sha512-armv8-apple.S
[208/908] Compiling sha512-x86_64-linux.S
[209/908] Compiling sha512-586-linux.S
[210/908] Compiling sha512-armv4-linux.S
[211/908] Compiling sha512-586-apple.S
[212/908] Compiling sha256-armv8-linux.S
[213/908] Compiling sha256-armv8-win.S
[214/908] Compiling sha256-x86_64-linux.S
[215/908] Compiling sha256-x86_64-apple.S
[216/908] Compiling sha256-armv8-apple.S
[217/908] Compiling sha256-armv4-linux.S
[218/908] Compiling sha256-586-linux.S
[219/908] Compiling sha256-586-apple.S
[220/908] Compiling sha1-armv8-win.S
[221/908] Compiling sha1-x86_64-apple.S
[222/908] Compiling sha1-x86_64-linux.S
[223/908] Compiling sha1-armv8-linux.S
[224/908] Compiling sha1-armv8-apple.S
[225/908] Compiling sha1-armv4-large-linux.S
[226/908] Compiling sha1-586-linux.S
[227/908] Compiling sha1-586-apple.S
[228/908] Compiling rsaz-avx2-linux.S
[229/908] Compiling rsaz-avx2-apple.S
[230/908] Compiling rdrand-x86_64-linux.S
[231/908] Compiling p256_beeu-x86_64-asm-linux.S
[232/908] Compiling rdrand-x86_64-apple.S
[233/908] Compiling p256_beeu-x86_64-asm-apple.S
[234/908] Compiling p256_beeu-armv8-asm-linux.S
[235/908] Compiling p256_beeu-armv8-asm-win.S
[236/908] Compiling p256_beeu-armv8-asm-apple.S
[237/908] Compiling p256-x86_64-asm-linux.S
[238/908] Compiling p256-x86_64-asm-apple.S
[239/908] Compiling p256-armv8-asm-linux.S
[240/908] Compiling p256-armv8-asm-win.S
[241/908] Compiling p256-armv8-asm-apple.S
[242/908] Compiling ghashv8-armv8-linux.S
[243/908] Compiling ghash-x86_64-apple.S
[244/908] Compiling ghashv8-armv8-win.S
[245/908] Compiling ghashv8-armv7-linux.S
[246/908] Compiling ghashv8-armv8-apple.S
[247/908] Compiling ghash-x86_64-linux.S
[248/908] Compiling ghash-x86-linux.S
[249/908] Compiling ghash-x86-apple.S
[250/908] Compiling ghash-ssse3-x86_64-apple.S
[251/908] Compiling ghash-ssse3-x86_64-linux.S
[252/908] Compiling ghash-ssse3-x86-linux.S
[253/908] Compiling ghash-neon-armv8-win.S
[254/908] Compiling ghash-ssse3-x86-apple.S
[255/908] Compiling ghash-neon-armv8-linux.S
[256/908] Compiling ghash-neon-armv8-apple.S
[257/908] Compiling co-586-linux.S
[258/908] Compiling d1_lib.cc
[259/908] Compiling ghash-armv4-linux.S
[260/908] Compiling bsaes-armv7-linux.S
[261/908] Compiling bn-armv8-linux.S
[261/908] Compiling bn-armv8-apple.S
[263/908] Compiling co-586-apple.S
[264/908] Compiling bn-armv8-win.S
[265/908] Compiling d1_both.cc
[266/908] Compiling bn-586-apple.S
[267/908] Compiling bn-586-linux.S
[268/908] Compiling armv4-mont-linux.S
[269/908] Compiling aesv8-gcm-armv8-win.S
[270/908] Compiling armv8-mont-win.S
[271/908] Compiling armv8-mont-linux.S
[272/908] Compiling armv8-mont-apple.S
[273/908] Compiling aesv8-armv8-linux.S
[274/908] Compiling aesv8-gcm-armv8-linux.S
[275/908] Compiling aesv8-armv8-win.S
[276/908] Compiling aesv8-gcm-armv8-apple.S
[277/908] Compiling aesv8-armv7-linux.S
[278/908] Compiling aesv8-armv8-apple.S
[279/908] Compiling aesni-x86_64-linux.S
[280/908] Compiling aesni-x86-apple.S
[281/908] Compiling aesni-x86-linux.S
[282/908] Compiling aesni-x86_64-apple.S
[283/908] Compiling aesni-gcm-x86_64-apple.S
[284/908] Compiling aesni-gcm-x86_64-linux.S
[285/908] Compiling x_x509a.c
[286/908] Compiling x_spki.c
[286/908] Compiling x_val.c
[288/908] Compiling x_sig.c
[289/908] Compiling x_pubkey.c
[290/908] Compiling x_x509.c
[291/908] Compiling x_req.c
[292/908] Compiling x_name.c
[293/908] Compiling x_exten.c
[294/908] Compiling x_attrib.c
[295/908] Compiling x_all.c
[296/908] Compiling x_crl.c
[297/908] Compiling x509spki.c
[298/908] Compiling x_algor.c
[299/908] Compiling x509rset.c
[300/908] Compiling x509name.c
[301/908] Compiling x509_vpm.c
[302/908] Compiling x509cset.c
[303/908] Compiling x509_txt.c
[304/908] Compiling x509_trs.c
[305/908] Compiling x509_v3.c
[306/908] Compiling x509_vfy.c
[307/908] Compiling x509_set.c
[308/908] Compiling x509_req.c
[309/908] Compiling x509_obj.c
[310/908] Compiling x509_lu.c
[311/908] Compiling x509_def.c
[312/908] Compiling x509_d2.c
[313/908] Compiling x509_ext.c
[314/908] Compiling x509_cmp.c
[315/908] Compiling x509_att.c
[316/908] Compiling x509.c
[317/908] Compiling v3_skey.c
[318/908] Compiling v3_prn.c
[319/908] Compiling v3_purp.c
[320/908] Compiling v3_pmaps.c
[321/908] Compiling v3_utl.c
[322/908] Compiling v3_ocsp.c
[323/908] Compiling v3_pcons.c
[324/908] Compiling v3_int.c
[325/908] Compiling v3_ncons.c
[326/908] Compiling v3_lib.c
[327/908] Compiling v3_info.c
[328/908] Compiling v3_ia5.c
[329/908] Compiling v3_genn.c
[330/908] Compiling v3_extku.c
[331/908] Compiling v3_enum.c
[332/908] Compiling v3_cpols.c
[333/908] Compiling v3_crld.c
[334/908] Compiling v3_conf.c
[335/908] Compiling v3_bitst.c
[336/908] Compiling v3_bcons.c
[337/908] Compiling v3_akeya.c
[338/908] Compiling v3_alt.c
[339/908] Compiling v3_akey.c
[340/908] Compiling t_req.c
[341/908] Compiling t_x509a.c
[342/908] Compiling t_crl.c
[343/908] Compiling t_x509.c
[344/908] Compiling i2d_pr.c
[345/908] Compiling rsa_pss.c
[346/908] Compiling name_print.c
[347/908] Compiling policy.c
[348/908] Compiling by_file.c
[349/908] Compiling a_verify.c
[350/908] Compiling algorithm.c
[351/908] Compiling by_dir.c
[352/908] Compiling asn1_gen.c
[353/908] Compiling a_sign.c
[354/908] Compiling voprf.c
[355/908] Compiling thread_win.c
[356/908] Compiling a_digest.c
[357/908] Compiling thread_pthread.c
[358/908] Compiling thread_none.c
[359/908] Compiling thread.c
[360/908] Compiling spx_util.c
[361/908] Compiling trust_token.c
[362/908] Compiling spx_wots.c
[363/908] Compiling spx_thash.c
[364/908] Compiling spx_merkle.c
[365/908] Compiling pmbtoken.c
[366/908] Compiling stack.c
[367/908] Compiling spx_fors.c
[368/908] Compiling spx.c
[369/908] Compiling spx_address.c
[370/908] Compiling thash.c
[371/908] Compiling wots.c
[372/908] Compiling slhdsa.c
[373/908] Compiling sha1.c
[374/908] Compiling merkle.c
[375/908] Compiling sha512.c
[376/908] Compiling sha256.c
[377/908] Compiling fors.c
[378/908] Compiling siphash.c
[379/908] Compiling rsa_extra.c
[380/908] Compiling rc4.c
[381/908] Compiling rsa_print.c
[382/908] Compiling windows.c
[383/908] Compiling trusty.c
[384/908] Compiling refcount.c
[385/908] Compiling rand_extra.c
[386/908] Compiling rsa_crypt.c
[387/908] Compiling rsa_asn1.c
[388/908] Compiling ios.c
[389/908] Compiling urandom.c
[390/908] Compiling passive.c
[391/908] Compiling getentropy.c
[392/908] Compiling deterministic.c
[393/908] Compiling poly1305_arm_asm.S
[394/908] Compiling forkunsafe.c
[395/908] Compiling fork_detect.c
[396/908] Compiling poly1305_arm.c
[397/908] Compiling pool.c
[398/908] Compiling poly1305.c
[399/908] Compiling pkcs7.c
[400/908] Compiling poly1305_vec.c
[401/908] Compiling pem_xaux.c
[402/908] Compiling pkcs8.c
[403/908] Compiling pkcs7_x509.c
[404/908] Compiling pem_x509.c
[405/908] Compiling p5_pbev2.c
[406/908] Compiling pkcs8_x509.c
[407/908] Compiling pem_pkey.c
[408/908] Compiling pem_pk8.c
[409/908] Compiling obj_xref.c
[410/908] Compiling pem_oth.c
[411/908] Compiling pem_lib.c
[412/908] Compiling obj.c
[413/908] Compiling pem_info.c
[414/908] Compiling mem.c
[414/908] Compiling md5.c
[416/908] Compiling mldsa.c
[417/908] Compiling pem_all.c
[418/908] Compiling lhash.c
[419/908] Compiling md4.c
[420/908] Compiling fips_shared_support.c
[421/908] Compiling keccak.c
[422/908] Compiling kyber.c
[423/908] Compiling poly_rq_mul.S
[424/908] Compiling ex_data.c
[425/908] Compiling sign.c
[426/908] Compiling hpke.c
[427/908] Compiling scrypt.c
[428/908] Compiling hrss.c
[429/908] Compiling pbkdf.c
[430/908] Compiling p_x25519.c
[431/908] Compiling p_x25519_asn1.c
[432/908] Compiling print.c
[433/908] Compiling mlkem.cc
[434/908] Compiling p_rsa_asn1.c
[435/908] Compiling p_rsa.c
[436/908] Compiling p_ed25519.c
[437/908] Compiling p_ec_asn1.c
[438/908] Compiling p_ed25519_asn1.c
[439/908] Compiling p_hkdf.c
[440/908] Compiling p_dh.c
[441/908] Compiling p_dh_asn1.c
[442/908] Compiling p_dsa_asn1.c
[443/908] Compiling p_ec.c
[444/908] Compiling evp_ctx.c
[445/908] Compiling evp.c
[446/908] Compiling engine.c
[447/908] Compiling evp_asn1.c
[448/908] Compiling ecdh_extra.c
[449/908] Compiling hash_to_curve.c
[450/908] Compiling err.c
[451/908] Compiling ecdsa_asn1.c
[452/908] Compiling ec_derive.c
[453/908] Compiling dsa_asn1.c
[454/908] Compiling ec_asn1.c
[455/908] Compiling dsa.c
[456/908] Compiling dilithium.c
[457/908] Compiling params.c
[458/908] Compiling dh_asn1.c
[459/908] Compiling spake25519.c
[460/908] Compiling x25519-asm-arm.S
[461/908] Compiling digest_extra.c
[462/908] Compiling cpu_arm_linux.c
[463/908] Compiling des.c
[464/908] Compiling crypto.c
[465/908] Compiling cpu_intel.c
[466/908] Compiling cpu_arm_freebsd.c
[467/908] Compiling cpu_aarch64_openbsd.c
[468/908] Compiling cpu_aarch64_sysreg.c
[469/908] Compiling cpu_aarch64_win.c
[470/908] Compiling cpu_aarch64_linux.c
[471/908] Compiling cpu_aarch64_fuchsia.c
[472/908] Compiling cpu_aarch64_apple.c
[473/908] Compiling conf.c
[474/908] Compiling e_tls.c
[475/908] Compiling tls_cbc.c
[476/908] Compiling e_rc4.c
[477/908] Compiling e_rc2.c
[478/908] Compiling e_null.c
[479/908] Compiling e_des.c
[480/908] Compiling curve25519.c
[481/908] Compiling e_aesctrhmac.c
[482/908] Compiling derive_key.c
[483/908] Compiling e_chacha20poly1305.c
[484/908] Compiling chacha.c
[485/908] Compiling unicode.c
[486/908] Compiling e_aesgcmsiv.c
[487/908] Compiling ber.c
[488/908] Compiling cipher_extra.c
[489/908] Compiling asn1_compat.c
[490/908] Compiling buf.c
[491/908] Compiling cbs.c
[492/908] Compiling bn_asn1.c
[493/908] Compiling convert.c
[494/908] Compiling cbb.c
[494/908] Compiling blake2.c
[496/908] Compiling printf.c
[497/908] Compiling socket_helper.c
[498/908] Compiling pair.c
[499/908] Compiling socket.c
[500/908] Compiling curve25519_64_adx.c
[501/908] Compiling file.c
[502/908] Compiling errno.c
[503/908] Compiling fd.c
[504/908] Compiling hexdump.c
[505/908] Compiling connect.c
[506/908] Compiling bio_mem.c
[507/908] Compiling base64.c
[508/908] Compiling tasn_typ.c
[509/908] Compiling tasn_new.c
[509/908] Compiling tasn_utl.c
[511/908] Compiling bio.c
[512/908] Compiling tasn_fre.c
[513/908] Compiling f_int.c
[514/908] Compiling tasn_enc.c
[515/908] Compiling f_string.c
[516/908] Compiling asn1_par.c
[517/908] Compiling asn_pack.c
[518/908] Compiling posix_time.c
[519/908] Compiling tasn_dec.c
[520/908] Compiling a_utctm.c
[521/908] Compiling a_type.c
[522/908] Compiling asn1_lib.c
[523/908] Compiling a_time.c
[524/908] Compiling a_octet.c
[525/908] Compiling a_strex.c
[526/908] Compiling a_strnid.c
[527/908] Compiling a_mbstr.c
[528/908] Compiling a_i2d_fp.c
[529/908] Compiling a_object.c
[530/908] Compiling a_int.c
[531/908] Compiling a_dup.c
[532/908] Compiling a_bool.c
[533/908] Compiling a_gentm.c
[534/908] Compiling a_bitstr.c
[535/908] Compiling fiat_p256_adx_mul.S
[536/908] Compiling a_d2i_fp.c
[537/908] Compiling fiat_curve25519_adx_square.S
[538/908] Compiling fiat_curve25519_adx_mul.S
[539/908] Compiling fiat_p256_adx_sqr.S
[540/908] Compiling md5-x86_64-apple.S
[541/908] Compiling md5-x86_64-linux.S
[542/908] Compiling md5-586-linux.S
[543/908] Compiling md5-586-apple.S
[544/908] Compiling err_data.c
[545/908] Compiling chacha20_poly1305_x86_64-apple.S
[546/908] Compiling chacha20_poly1305_armv8-win.S
[547/908] Compiling chacha20_poly1305_armv8-linux.S
[548/908] Compiling chacha20_poly1305_armv8-apple.S
[549/908] Compiling chacha20_poly1305_x86_64-linux.S
[550/908] Compiling chacha-x86_64-apple.S
[551/908] Compiling chacha-x86_64-linux.S
[552/908] Compiling chacha-x86-linux.S
[553/908] Compiling chacha-x86-apple.S
[554/908] Compiling chacha-armv8-linux.S
[555/908] Compiling chacha-armv8-win.S
[556/908] Compiling chacha-armv8-apple.S
[557/908] Compiling chacha-armv4-linux.S
[558/908] Compiling CCryptoBoringSSLShims shims.c
[559/908] Compiling aes128gcmsiv-x86_64-linux.S
[559/908] Compiling aes128gcmsiv-x86_64-apple.S
[561/908] Compiling x86_64-mont5-apple.S
[562/908] Compiling x86_64-mont5-linux.S
[563/908] Compiling x86_64-mont-apple.S
[564/908] Compiling x86_64-mont-linux.S
[564/908] Compiling x86-mont-linux.S
[566/908] Compiling x86-mont-apple.S
[567/908] Compiling vpaes-x86_64-linux.S
[568/908] Compiling vpaes-x86-linux.S
[569/908] Compiling vpaes-x86_64-apple.S
[570/908] Compiling vpaes-x86-apple.S
[571/908] Compiling vpaes-armv8-win.S
[572/908] Compiling vpaes-armv8-linux.S
[573/908] Compiling vpaes-armv8-apple.S
[574/908] Compiling bcm.c
[575/908] Compiling vpaes-armv7-linux.S
[576/908] Compiling sha512-x86_64-apple.S
[577/908] Compiling sha512-x86_64-linux.S
[578/908] Compiling sha512-armv8-apple.S
[579/908] Compiling sha512-armv8-win.S
[580/908] Compiling sha512-586-linux.S
[581/908] Compiling sha512-armv4-linux.S
[582/908] Compiling sha512-586-apple.S
[583/908] Compiling sha256-x86_64-apple.S
[584/908] Compiling sha256-armv8-win.S
[585/908] Compiling sha256-x86_64-linux.S
[586/908] Compiling sha256-armv4-linux.S
[587/908] Compiling sha256-armv8-linux.S
[588/908] Compiling sha256-armv8-apple.S
[589/908] Compiling sha256-586-apple.S
[590/908] Compiling sha1-x86_64-apple.S
[591/908] Compiling sha1-armv8-win.S
[592/908] Compiling sha1-x86_64-linux.S
[593/908] Compiling sha1-armv8-linux.S
[594/908] Compiling sha1-armv8-apple.S
[595/908] Compiling sha1-armv4-large-linux.S
[596/908] Compiling sha1-586-linux.S
[597/908] Compiling sha1-586-apple.S
[598/908] Compiling rsaz-avx2-linux.S
[599/908] Compiling rdrand-x86_64-apple.S
[600/908] Compiling rdrand-x86_64-linux.S
[601/908] Compiling rsaz-avx2-apple.S
[602/908] Compiling p256_beeu-x86_64-asm-linux.S
[603/908] Compiling p256_beeu-x86_64-asm-apple.S
[604/908] Compiling p256_beeu-armv8-asm-apple.S
[605/908] Compiling p256_beeu-armv8-asm-win.S
[605/908] Compiling p256_beeu-armv8-asm-linux.S
[607/908] Compiling p256-x86_64-asm-apple.S
[608/908] Compiling p256-x86_64-asm-linux.S
[609/908] Compiling p256-armv8-asm-apple.S
[610/908] Compiling ghashv8-armv8-linux.S
[611/908] Compiling p256-armv8-asm-linux.S
[612/908] Compiling p256-armv8-asm-win.S
[613/908] Compiling ghashv8-armv8-win.S
[614/908] Compiling ghashv8-armv7-linux.S
[615/908] Compiling ghashv8-armv8-apple.S
[616/908] Compiling ghash-x86_64-apple.S
[617/908] Compiling ghash-x86-linux.S
[618/908] Compiling ghash-x86_64-linux.S
[619/908] Compiling ghash-ssse3-x86_64-apple.S
[620/908] Compiling ghash-x86-apple.S
[621/908] Compiling ghash-ssse3-x86_64-linux.S
[622/908] Compiling ghash-ssse3-x86-apple.S
[623/908] Compiling ghash-neon-armv8-linux.S
[624/908] Compiling ghash-ssse3-x86-linux.S
[625/908] Compiling ghash-neon-armv8-win.S
[626/908] Compiling ghash-armv4-linux.S
[627/908] Compiling co-586-linux.S
[628/908] Compiling ghash-neon-armv8-apple.S
[629/908] Compiling co-586-apple.S
[630/908] Compiling bn-armv8-linux.S
[631/908] Compiling bn-586-apple.S
[632/908] Compiling bn-armv8-apple.S
[633/908] Compiling bn-586-linux.S
[633/908] Compiling armv8-mont-win.S
[633/908] Compiling bsaes-armv7-linux.S
[636/908] Compiling bn-armv8-win.S
[637/908] Compiling armv8-mont-apple.S
[638/908] Compiling armv8-mont-linux.S
[639/908] Compiling aesv8-gcm-armv8-apple.S
[640/908] Compiling aesv8-gcm-armv8-linux.S
[641/908] Compiling armv4-mont-linux.S
[642/908] Compiling aesv8-gcm-armv8-win.S
[643/908] Compiling aesv8-armv8-win.S
[644/908] Compiling aesv8-armv8-apple.S
[645/908] Compiling aesni-x86_64-apple.S
[646/908] Compiling aesv8-armv8-linux.S
[647/908] Compiling aesv8-armv7-linux.S
[648/908] Compiling aesni-x86-linux.S
[649/908] Compiling aesni-x86_64-linux.S
[650/908] Compiling aesni-x86-apple.S
[651/908] Compiling aesni-gcm-x86_64-apple.S
[652/908] Compiling aesni-gcm-x86_64-linux.S
[653/908] Compiling x_x509a.c
[654/908] Compiling x_sig.c
[655/908] Compiling x_spki.c
[656/908] Compiling x_val.c
[657/908] Compiling x_x509.c
[658/908] Compiling x_req.c
[659/908] Compiling x_pubkey.c
[660/908] Compiling x_exten.c
[661/908] Compiling x_name.c
[662/908] Compiling x_crl.c
[663/908] Compiling x_attrib.c
[664/908] Compiling x509spki.c
[664/908] Compiling x_algor.c
[666/908] Compiling c-nioatomics.c
[667/908] Compiling x509rset.c
[668/908] Compiling x509cset.c
[669/908] Compiling x_all.c
[670/908] Compiling x509name.c
[671/908] Compiling x509_vpm.c
[672/908] Compiling x509_v3.c
[673/908] Compiling x509_vfy.c
[674/908] Compiling x509_trs.c
[675/908] Compiling x509_txt.c
[676/908] Compiling x509_set.c
[677/908] Compiling x509_req.c
[678/908] Compiling x509_obj.c
[679/908] Compiling x509_lu.c
[680/908] Compiling x509_def.c
[681/908] Compiling x509_d2.c
[682/908] Compiling x509_ext.c
[683/908] Compiling x509_cmp.c
[684/908] Compiling x509_att.c
[685/908] Compiling x509.c
[686/908] Compiling v3_skey.c
[687/908] Compiling v3_prn.c
[688/908] Compiling v3_utl.c
[689/908] Compiling v3_purp.c
[690/908] Compiling c-atomics.c
[691/908] Compiling v3_pcons.c
[692/908] Compiling v3_int.c
[693/908] Compiling v3_ocsp.c
[694/908] Compiling v3_lib.c
[695/908] Compiling v3_pmaps.c
[696/908] Compiling v3_ncons.c
[697/908] Compiling v3_info.c
[698/908] Compiling v3_ia5.c
[699/908] Compiling v3_genn.c
[700/908] Compiling v3_extku.c
[701/908] Compiling v3_enum.c
[702/914] Compiling v3_crld.c
[703/914] Compiling v3_conf.c
[704/914] Compiling v3_cpols.c
[705/914] Compiling v3_bcons.c
[705/914] Compiling v3_bitst.c
[707/914] Compiling v3_akeya.c
[708/914] Compiling v3_akey.c
[709/914] Compiling t_x509a.c
[710/914] Compiling v3_alt.c
[711/914] Compiling t_x509.c
[712/914] Compiling t_crl.c
[713/914] Compiling t_req.c
[714/914] Compiling rsa_pss.c
[715/914] Compiling policy.c
[716/914] Compiling i2d_pr.c
[718/914] Compiling NIOConcurrencyHelpers NIOLock.swift
[718/914] Compiling name_print.c
[719/914] Compiling by_file.c
[720/914] Compiling by_dir.c
[721/914] Compiling asn1_gen.c
[722/914] Compiling a_digest.c
[723/914] Compiling voprf.c
[725/914] Compiling NIOConcurrencyHelpers lock.swift
[725/914] Compiling trust_token.c
[726/914] Compiling algorithm.c
[727/914] Compiling a_verify.c
[728/914] Compiling pmbtoken.c
[729/914] Compiling a_sign.c
[730/914] Compiling thread.c
[731/914] Compiling thread_win.c
[732/914] Compiling thread_pthread.c
[733/914] Compiling spx_util.c
[733/914] Compiling stack.c
[735/914] Compiling spx_thash.c
[735/914] Compiling thread_none.c
[737/914] Compiling spx_wots.c
[739/914] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[739/914] Compiling spx_merkle.c
[740/914] Compiling spx.c
[741/914] Compiling spx_fors.c
[743/914] Emitting module NIOConcurrencyHelpers
[744/914] Compiling NIOConcurrencyHelpers atomics.swift
[745/914] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[745/914] Compiling spx_address.c
[746/915] Compiling wots.c
[747/915] Compiling thash.c
[748/915] Compiling slhdsa.c
[749/915] Compiling merkle.c
[750/915] Compiling sha512.c
[751/915] Compiling fors.c
[752/915] Compiling siphash.c
[753/915] Compiling sha256.c
[754/915] Compiling sha1.c
[756/915] Compiling rsa_extra.c
[757/915] Compiling rc4.c
[758/915] Compiling rsa_print.c
[759/915] Compiling refcount.c
[760/915] Compiling rand_extra.c
[761/915] Compiling trusty.c
[762/915] Compiling rsa_asn1.c
[763/915] Compiling windows.c
[764/915] Compiling ios.c
[765/915] Compiling getentropy.c
[765/915] Compiling rsa_crypt.c
[767/915] Compiling passive.c
[767/915] Compiling urandom.c
[769/915] Compiling deterministic.c
[770/915] Compiling forkunsafe.c
[771/915] Compiling fork_detect.c
[772/915] Compiling pool.c
[773/915] Compiling poly1305_arm.c
[774/915] Compiling poly1305.c
[775/915] Compiling poly1305_arm_asm.S
[776/915] Compiling pkcs7.c
[777/915] Compiling pkcs8.c
[778/915] Compiling poly1305_vec.c
[779/915] Compiling p5_pbev2.c
[780/915] Compiling pkcs8_x509.c
[781/915] Compiling pem_xaux.c
[782/915] Compiling pkcs7_x509.c
[783/915] Compiling pem_x509.c
[784/915] Compiling pem_pk8.c
[785/915] Compiling pem_pkey.c
[786/915] Compiling obj_xref.c
[787/915] Compiling pem_oth.c
[788/915] Compiling pem_lib.c
[789/915] Compiling mem.c
[790/915] Compiling obj.c
[791/915] Compiling mldsa.c
[792/915] Compiling md5.c
[793/915] Compiling md4.c
[794/915] Compiling lhash.c
[795/915] Compiling kyber.c
[796/915] Compiling pem_info.c
[797/915] Compiling fips_shared_support.c
[798/915] Compiling pem_all.c
[799/915] Compiling keccak.c
[800/915] Compiling poly_rq_mul.S
[801/915] Compiling scrypt.c
[802/915] Compiling sign.c
[803/915] Compiling pbkdf.c
[803/915] Compiling hpke.c
[805/915] Compiling ex_data.c
[806/915] Compiling hrss.c
[807/915] Compiling print.c
[808/915] Compiling p_x25519_asn1.c
[809/915] Compiling p_x25519.c
[810/915] Compiling p_hkdf.c
[811/915] Compiling p_rsa_asn1.c
[812/915] Compiling p_ed25519.c
[812/915] Compiling p_ed25519_asn1.c
[814/915] Compiling p_rsa.c
[815/915] Compiling p_ec_asn1.c
[816/915] Compiling p_ec.c
[817/915] Compiling p_dh.c
[818/915] Compiling p_dh_asn1.c
[819/915] Compiling p_dsa_asn1.c
[820/915] Compiling evp_ctx.c
[821/915] Compiling engine.c
[822/915] Compiling evp.c
[823/915] Compiling ecdh_extra.c
[824/915] Compiling hash_to_curve.c
[824/915] Compiling evp_asn1.c
[826/915] Compiling ecdsa_asn1.c
[827/915] Compiling err.c
[828/915] Compiling ec_asn1.c
[829/915] Compiling ec_derive.c
[830/915] Compiling dsa_asn1.c
[831/915] Compiling dsa.c
[832/915] Compiling params.c
[833/915] Compiling digest_extra.c
[833/915] Compiling dilithium.c
[835/915] Compiling dh_asn1.c
[836/915] Compiling des.c
[837/915] Compiling x25519-asm-arm.S
[838/915] Compiling spake25519.c
[839/915] Compiling crypto.c
[840/915] Compiling cpu_intel.c
[841/915] Compiling cpu_arm_linux.c
[842/915] Compiling cpu_aarch64_win.c
[843/915] Compiling cpu_aarch64_sysreg.c
[844/915] Compiling cpu_aarch64_linux.c
[845/915] Compiling curve25519.c
[846/915] Compiling curve25519_64_adx.c
[847/915] Compiling cpu_aarch64_openbsd.c
[848/915] Compiling cpu_aarch64_fuchsia.c
[848/915] Compiling cpu_arm_freebsd.c
[850/915] Compiling cpu_aarch64_apple.c
[851/915] Compiling e_rc4.c
[852/915] Compiling e_null.c
[853/915] Compiling tls_cbc.c
[854/915] Compiling conf.c
[855/915] Compiling e_tls.c
[856/915] Compiling e_des.c
[857/915] Compiling derive_key.c
[858/915] Compiling e_chacha20poly1305.c
[859/915] Compiling e_rc2.c
[859/915] Compiling e_aesgcmsiv.c
[860/915] Compiling e_aesctrhmac.c
[862/915] Compiling unicode.c
[862/915] Compiling chacha.c
[864/915] Compiling ber.c
[865/915] Compiling cipher_extra.c
[866/915] Compiling asn1_compat.c
[867/915] Compiling cbb.c
[868/915] Compiling buf.c
[868/915] Compiling cbs.c
[868/915] Compiling bn_asn1.c
[871/915] Compiling printf.c
[872/915] Compiling blake2.c
[873/915] Compiling convert.c
[874/915] Compiling hexdump.c
[875/915] Compiling errno.c
[876/915] Compiling pair.c
[877/915] Compiling file.c
[878/915] Compiling fd.c
[879/915] Compiling bio_mem.c
[880/915] Compiling base64.c
[881/915] Compiling bio.c
[882/915] Compiling tasn_typ.c
[883/915] Compiling tasn_fre.c
[884/915] Compiling tasn_new.c
[885/915] Compiling tasn_utl.c
[886/915] Compiling tasn_enc.c
[887/915] Compiling posix_time.c
[888/915] Compiling f_string.c
[889/915] Compiling tasn_dec.c
[890/915] Compiling f_int.c
[891/915] Compiling asn_pack.c
[892/915] Compiling asn1_par.c
[893/915] Compiling bcm.c
[894/915] Compiling a_utctm.c
[895/915] Compiling asn1_lib.c
[896/915] Compiling a_time.c
[896/915] Compiling a_octet.c
[898/915] Compiling a_type.c
[899/915] Compiling a_strnid.c
[900/915] Compiling a_mbstr.c
[900/915] Compiling a_strex.c
[902/915] Compiling a_dup.c
[903/915] Compiling a_object.c
[904/915] Write sources
[906/915] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[906/915] Write sources
[909/915] Compiling a_i2d_fp.c
[910/915] Compiling a_d2i_fp.c
[910/915] Compiling a_gentm.c
[912/915] Compiling a_int.c
[913/915] Compiling a_bool.c
[914/915] Compiling a_bitstr.c
[916/967] Compiling Atomics UnsafeAtomic.swift
[917/967] Compiling Atomics UnsafeAtomicLazyReference.swift
[918/969] Compiling Atomics IntegerOperations.swift
[919/969] Compiling Atomics Unmanaged extensions.swift
[920/969] Compiling Atomics OptionalRawRepresentable.swift
[921/969] Compiling Atomics RawRepresentable.swift
[922/969] Compiling Atomics AtomicBool.swift
[923/969] Compiling CryptoBoringWrapper RandomBytes.swift
[924/969] Emitting module CryptoBoringWrapper
[925/969] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[926/969] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[927/969] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[928/969] Compiling CryptoBoringWrapper EllipticCurve.swift
[929/969] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[930/969] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[931/970] Compiling Atomics AtomicInteger.swift
[932/970] Compiling Atomics AtomicOptionalWrappable.swift
[933/970] Compiling Atomics ManagedAtomic.swift
[934/970] Compiling Atomics ManagedAtomicLazyReference.swift
[936/973] Compiling Atomics IntegerConformances.swift
[937/973] Compiling Atomics PointerConformances.swift
[938/973] Compiling Atomics Primitives.native.swift
[939/973] Compiling Atomics Primitives.shims.swift
[940/973] Compiling Atomics AtomicMemoryOrderings.swift
[941/973] Compiling Atomics DoubleWord.swift
[945/973] Compiling Algorithms Suffix.swift
[950/973] Compiling Algorithms Partition.swift
[951/973] Compiling Algorithms Permutations.swift
[952/973] Compiling Algorithms Product.swift
[953/973] Compiling Atomics AtomicReference.swift
[954/973] Compiling Atomics AtomicStorage.swift
[955/973] Compiling Atomics AtomicValue.swift
[956/1044] Compiling Crypto AES.swift
[957/1044] Compiling Crypto ECDSASignature_boring.swift
[958/1044] Compiling Crypto ECDSA_boring.swift
[959/1044] Compiling Crypto GeneralizedTime.swift
[960/1044] Compiling Crypto ObjectIdentifier.swift
[961/1044] Compiling Crypto AES-GCM_boring.swift
[962/1044] Compiling Crypto ChaChaPoly_boring.swift
[963/1044] Compiling Crypto ECDSASignature.swift
[964/1044] Compiling Crypto PEMDocument.swift
[965/1044] Compiling Crypto AES-GCM.swift
[966/1044] Compiling Crypto ASN1Identifier.swift
[967/1044] Compiling Crypto ASN1Integer.swift
[968/1044] Compiling Crypto ASN1Null.swift
[969/1044] Compiling Crypto ASN1OctetString.swift
[970/1044] Compiling Crypto ASN1Strings.swift
[971/1044] Compiling Crypto ArraySliceBigint.swift
[972/1044] Emitting module Atomics
[974/1105] Emitting module Crypto
[975/1114] Compiling NIOCore GlobalSingletons.swift
[976/1114] Compiling NIOCore MulticastChannel.swift
[977/1114] Compiling NIOCore NIOAny.swift
[978/1114] Compiling NIOCore NIOCloseOnErrorHandler.swift
[979/1114] Compiling NIOCore NIOLoopBound.swift
[980/1114] Compiling NIOCore NIOScheduledCallback.swift
[981/1114] Compiling NIOCore NIOSendable.swift
[982/1114] Compiling NIOCore PointerHelpers.swift
[983/1114] Compiling NIOCore RecvByteBufferAllocator.swift
[984/1114] Compiling Crypto HPKE-AEAD.swift
[985/1114] Compiling NIOCore ByteBuffer-conversions.swift
[986/1114] Compiling NIOCore ByteBuffer-core.swift
[987/1114] Compiling NIOCore ByteBuffer-hex.swift
[988/1114] Compiling NIOCore ByteBuffer-int.swift
[989/1114] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[990/1114] Compiling NIOCore IO.swift
[991/1114] Compiling NIOCore IOData.swift
[992/1114] Compiling NIOCore IPProtocol.swift
[993/1114] Compiling NIOCore IntegerBitPacking.swift
[994/1114] Compiling NIOCore IntegerTypes.swift
[995/1114] Compiling Crypto HPKE-Ciphersuite.swift
[996/1114] Compiling Crypto HPKE-KDF.swift
[997/1114] Compiling Crypto HPKE-KexKeyDerivation.swift
[998/1114] Compiling Crypto HPKE-LabeledExtract.swift
[999/1114] Compiling Crypto HPKE-Utils.swift
[1000/1114] Compiling Crypto DHKEM.swift
[1001/1114] Compiling Crypto HPKE-KEM-Curve25519.swift
[1002/1114] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1003/1114] Compiling Crypto HPKE-KEM.swift
[1004/1114] Compiling Crypto HPKE-Errors.swift
[1005/1114] Emitting module Algorithms
[1007/1115] Compiling NIOCore Channel.swift
[1008/1115] Compiling NIOCore ChannelHandler.swift
[1009/1115] Compiling NIOCore ChannelHandlers.swift
[1010/1115] Compiling NIOCore ChannelInvoker.swift
[1011/1115] Compiling NIOCore ChannelOption.swift
[1012/1115] Compiling NIOCore ChannelPipeline.swift
[1013/1115] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1014/1115] Compiling NIOCore BSDSocketAPI.swift
[1015/1115] Compiling NIOCore ByteBuffer-aux.swift
[1016/1115] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1017/1115] Compiling NIOCore Codec.swift
[1018/1115] Compiling NIOCore ConvenienceOptionSupport.swift
[1019/1115] Compiling NIOCore DeadChannel.swift
[1020/1115] Compiling NIOCore DispatchQueue+WithFuture.swift
[1021/1115] Compiling NIOCore EventLoop+Deprecated.swift
[1022/1115] Compiling NIOCore EventLoop+SerialExecutor.swift
[1023/1115] Compiling NIOCore EventLoop.swift
[1024/1115] Compiling NIOCore ByteBuffer-multi-int.swift
[1025/1115] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1026/1115] Compiling NIOCore ByteBuffer-views.swift
[1027/1115] Compiling NIOCore Interfaces.swift
[1028/1115] Compiling NIOCore Linux.swift
[1029/1115] Compiling NIOCore MarkedCircularBuffer.swift
[1030/1115] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1031/1115] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1032/1115] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1033/1115] Compiling NIOCore EventLoopFuture.swift
[1034/1115] Compiling NIOCore FileDescriptor.swift
[1035/1115] Compiling NIOCore FileHandle.swift
[1036/1115] Compiling NIOCore FileRegion.swift
[1045/1123] Compiling NIOCore AddressedEnvelope.swift
[1046/1123] Compiling NIOCore AsyncAwaitSupport.swift
[1047/1123] Compiling NIOCore AsyncChannel.swift
[1048/1123] Compiling NIOCore AsyncChannelHandler.swift
[1049/1123] Compiling NIOCore AsyncChannelInboundStream.swift
[1050/1123] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1051/1123] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1052/1123] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1053/1123] Compiling NIOCore NIOAsyncWriter.swift
[1054/1123] Compiling NIOCore CircularBuffer.swift
[1055/1123] Compiling Crypto Signature.swift
[1056/1123] Compiling Crypto CryptoKitErrors_boring.swift
[1057/1123] Compiling Crypto RNG_boring.swift
[1058/1123] Compiling Crypto SafeCompare_boring.swift
[1059/1123] Compiling Crypto Zeroization_boring.swift
[1060/1123] Compiling Crypto PrettyBytes.swift
[1061/1123] Compiling Crypto SafeCompare.swift
[1062/1123] Compiling Crypto SecureBytes.swift
[1063/1123] Compiling Crypto Zeroization.swift
[1081/1159] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1082/1159] Compiling NIOCore SocketAddresses.swift
[1083/1159] Compiling NIOCore SocketOptionProvider.swift
[1084/1159] Compiling NIOCore SystemCallHelpers.swift
[1085/1159] Compiling NIOCore TimeAmount+Duration.swift
[1086/1159] Compiling NIOCore TypeAssistedChannelHandler.swift
[1087/1159] Compiling NIOCore UniversalBootstrapSupport.swift
[1088/1159] Compiling NIOCore Utilities.swift
[1089/1159] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1090/1159] Compiling _CryptoExtras DigestType.swift
[1091/1159] Compiling _CryptoExtras Error.swift
[1092/1159] Compiling _CryptoExtras I2OSP.swift
[1093/1163] Emitting module _CryptoExtras
[1094/1163] Compiling _CryptoExtras ChaCha20CTR.swift
[1095/1163] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1096/1163] Compiling _CryptoExtras PBKDF2.swift
[1097/1163] Compiling _CryptoExtras Scrypt_boring.swift
[1098/1163] Compiling _CryptoExtras Scrypt.swift
[1099/1163] Compiling _CryptoExtras OPRF.swift
[1100/1163] Compiling _CryptoExtras ECToolbox_boring.swift
[1101/1163] Compiling _CryptoExtras ECToolbox.swift
[1102/1163] Compiling _CryptoExtras RSA.swift
[1103/1163] Compiling _CryptoExtras RSA_boring.swift
[1104/1163] Compiling _CryptoExtras RSA_security.swift
[1105/1163] Compiling _CryptoExtras BoringSSLHelpers.swift
[1110/1163] Compiling _CryptoExtras PEMDocument.swift
[1111/1163] Compiling _CryptoExtras AES_CBC.swift
[1112/1163] Compiling _CryptoExtras AES_CFB.swift
[1113/1163] Compiling _CryptoExtras AES_CTR.swift
[1114/1163] Compiling _CryptoExtras AES_GCM_SIV.swift
[1115/1163] Compiling _CryptoExtras Block Function.swift
[1116/1163] Compiling _CryptoExtras OPRFClient.swift
[1117/1163] Compiling _CryptoExtras OPRFServer.swift
[1118/1163] Compiling _CryptoExtras VOPRF+API.swift
[1119/1163] Compiling _CryptoExtras VOPRFClient.swift
[1120/1163] Compiling _CryptoExtras VOPRFServer.swift
[1121/1163] Compiling _CryptoExtras RSA+BlindSigning.swift
[1127/1163] Compiling _CryptoExtras PrettyBytes.swift
[1128/1163] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1129/1163] Compiling _CryptoExtras DLEQ.swift
[1135/1163] Compiling _CryptoExtras AES_CFB_boring.swift
[1136/1163] Compiling _CryptoExtras AES_CTR_boring.swift
[1137/1163] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1138/1163] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1139/1163] Compiling _CryptoExtras HashToField.swift
[1140/1163] Compiling _CryptoExtras KDF.swift
[1141/1163] Compiling _CryptoExtras PBKDF2_boring.swift
[1148/1163] Emitting module NIOCore
[1150/1216] Emitting module NIOEmbedded
[1151/1216] Compiling NIOEmbedded AsyncTestingChannel.swift
[1152/1216] Compiling NIOEmbedded Embedded.swift
[1153/1216] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1155/1217] Compiling NIOPosix IO.swift
[1156/1217] Compiling NIOPosix IntegerBitPacking.swift
[1157/1217] Compiling NIOPosix IntegerTypes.swift
[1158/1217] Compiling NIOPosix Linux.swift
[1159/1217] Compiling NIOPosix LinuxCPUSet.swift
[1160/1217] Compiling NIOPosix LinuxUring.swift
[1161/1217] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1162/1223] Compiling NIOPosix ThreadPosix.swift
[1163/1223] Compiling NIOPosix ThreadWindows.swift
[1164/1223] Compiling NIOPosix UnsafeTransfer.swift
[1165/1223] Compiling NIOPosix Utilities.swift
[1166/1223] Compiling NIOPosix VsockAddress.swift
[1167/1223] Compiling NIOPosix VsockChannelEvents.swift
[1168/1223] Compiling NIOPosix SelectableChannel.swift
[1169/1223] Compiling NIOPosix SelectableEventLoop.swift
[1170/1223] Compiling NIOPosix SelectorEpoll.swift
[1171/1223] Compiling NIOPosix SelectorGeneric.swift
[1172/1223] Compiling NIOPosix SelectorKqueue.swift
[1173/1223] Compiling NIOPosix SelectorUring.swift
[1174/1223] Compiling NIOPosix Pool.swift
[1175/1223] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1176/1223] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1177/1223] Compiling NIOPosix PosixSingletons.swift
[1178/1223] Compiling NIOPosix RawSocketBootstrap.swift
[1179/1223] Compiling NIOPosix Resolver.swift
[1180/1223] Compiling NIOPosix Selectable.swift
[1181/1223] Compiling NIOPosix ServerSocket.swift
[1182/1223] Compiling NIOPosix Socket.swift
[1183/1223] Compiling NIOPosix SocketChannel.swift
[1184/1223] Compiling NIOPosix SocketProtocols.swift
[1185/1223] Compiling NIOPosix System.swift
[1186/1223] Compiling NIOPosix Thread.swift
[1187/1223] Emitting module NIOPosix
[1188/1223] Compiling NIOPosix NIOThreadPool.swift
[1189/1223] Compiling NIOPosix NonBlockingFileIO.swift
[1190/1223] Compiling NIOPosix PendingDatagramWritesManager.swift
[1191/1223] Compiling NIOPosix PendingWritesManager.swift
[1192/1223] Compiling NIOPosix PipeChannel.swift
[1193/1223] Compiling NIOPosix PipePair.swift
[1194/1223] Compiling NIOPosix PointerHelpers.swift
[1195/1223] Compiling NIOPosix BSDSocketAPICommon.swift
[1196/1223] Compiling NIOPosix BSDSocketAPIPosix.swift
[1197/1223] Compiling NIOPosix BSDSocketAPIWindows.swift
[1198/1223] Compiling NIOPosix BaseSocket.swift
[1199/1223] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1200/1223] Compiling NIOPosix BaseSocketChannel.swift
[1201/1223] Compiling NIOPosix BaseStreamSocketChannel.swift
[1202/1223] Compiling NIOPosix Bootstrap.swift
[1203/1223] Compiling NIOPosix ControlMessage.swift
[1204/1223] Compiling NIOPosix DatagramVectorReadManager.swift
[1205/1223] Compiling NIOPosix Errors+Any.swift
[1206/1223] Compiling NIOPosix FileDescriptor.swift
[1207/1223] Compiling NIOPosix GetaddrinfoResolver.swift
[1208/1223] Compiling NIOPosix HappyEyeballs.swift
[1210/1226] Emitting module NIO
[1211/1226] Compiling NIO Exports.swift
[1213/1266] Compiling NIOTLS TLSEvents.swift
[1214/1266] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1215/1266] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1216/1266] Emitting module NIOSOCKS
[1217/1267] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1218/1267] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1219/1267] Compiling NIOSOCKS ClientStateMachine.swift
[1220/1267] Compiling NIOSOCKS SOCKSResponse.swift
[1221/1267] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1222/1267] Emitting module NIOTLS
[1223/1267] Emitting module NIOFoundationCompat
[1224/1267] Compiling NIOSOCKS AuthenticationMethod.swift
[1225/1267] Compiling NIOSOCKS ClientGreeting.swift
[1226/1267] Compiling NIOSOCKS ServerStateMachine.swift
[1227/1267] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1228/1267] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1229/1267] Compiling NIOTLS SNIHandler.swift
[1230/1267] Compiling NIOSOCKS SOCKSClientHandler.swift
[1231/1267] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1232/1268] Compiling NIOSOCKS Errors.swift
[1233/1268] Compiling NIOSOCKS Helpers.swift
[1234/1268] Compiling NIOSOCKS Messages.swift
[1235/1268] Compiling NIOSOCKS SOCKSRequest.swift
[1242/1269] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1243/1272] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1244/1272] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1245/1272] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1246/1272] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1248/1272] Emitting module NIOHTTP1
[1249/1322] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1250/1322] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1251/1322] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1252/1322] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1253/1322] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1254/1322] Compiling NIOTransportServices NIOTSSingletons.swift
[1255/1322] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1256/1322] Compiling NIOTransportServices NIOTSBootstraps.swift
[1257/1322] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1258/1322] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1259/1324] Compiling NIOTransportServices AcceptHandler.swift
[1260/1324] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1261/1324] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1264/1324] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1265/1324] Compiling NIOTransportServices StateManagedChannel.swift
[1268/1324] Emitting module NIOTransportServices
[1269/1324] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1270/1324] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1271/1324] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1272/1324] Compiling NIOTransportServices NIOTSErrors.swift
[1273/1324] Compiling NIOTransportServices NIOTSEventLoop.swift
[1274/1324] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1275/1324] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1276/1324] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1292/1347] Compiling NIOSSL NIOSSLSecureBytes.swift
[1293/1347] Compiling NIOSSL RNG.swift
[1294/1347] Compiling NIOSSL SafeCompare.swift
[1295/1347] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1296/1347] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1300/1347] Compiling NIOSSL SSLPrivateKey.swift
[1301/1347] Emitting module NIOSSL
[1302/1347] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1303/1347] Compiling NIOHTTPCompression HTTPDecompression.swift
[1304/1347] Emitting module NIOHTTPCompression
[1305/1347] Compiling NIOHPACK HuffmanTables.swift
[1306/1347] Compiling NIOHPACK IndexedHeaderTable.swift
[1307/1347] Compiling NIOHPACK IntegerCoding.swift
[1308/1348] Compiling NIOHPACK HPACKEncoder.swift
[1309/1348] Compiling NIOHPACK HPACKErrors.swift
[1310/1348] Compiling NIOHPACK HPACKHeader.swift
[1311/1348] Compiling NIOHPACK HeaderTables.swift
[1314/1348] Compiling NIOHPACK HuffmanCoding.swift
[1315/1348] Compiling NIOHTTPCompression HTTPCompression.swift
[1316/1348] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1318/1349] Compiling NIOHPACK StaticHeaderTable.swift
[1319/1349] Emitting module NIOHPACK
[1320/1349] Compiling NIOSSL Zeroization.swift
[1321/1349] Compiling NIOSSL TLSConfiguration.swift
[1322/1349] Compiling NIOSSL UniversalBootstrapSupport.swift
[1323/1349] Compiling NIOHPACK DynamicHeaderTable.swift
[1324/1349] Compiling NIOHPACK HPACKDecoder.swift
[1328/1408] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1329/1408] Compiling NIOHTTP2 MaySendFrames.swift
[1330/1408] Compiling NIOHTTP2 SendingDataState.swift
[1331/1408] Compiling NIOHTTP2 SendingGoawayState.swift
[1332/1408] Compiling NIOHTTP2 SendingHeadersState.swift
[1333/1408] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1334/1408] Compiling NIOHTTP2 SendingRstStreamState.swift
[1335/1408] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1344/1409] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1347/1417] Compiling NIOHTTP2 StateMachineResult.swift
[1348/1417] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1349/1417] Compiling NIOHTTP2 DOSHeuristics.swift
[1350/1417] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1351/1417] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1352/1417] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1361/1430] Emitting module NIOHTTP2
[1362/1507] Compiling X509 OCSPResponseStatus.swift
[1363/1507] Compiling X509 OCSPSignature.swift
[1364/1507] Compiling X509 OCSPSingleRequest.swift
[1365/1507] Compiling X509 OCSPSingleResponse.swift
[1366/1507] Compiling X509 OCSPTBSRequest.swift
[1367/1507] Compiling X509 OCSPVersion.swift
[1368/1507] Compiling X509 PKCS8PrivateKey.swift
[1369/1507] Compiling X509 PromiseAndFuture.swift
[1370/1507] Compiling X509 CSRAttribute.swift
[1371/1507] Compiling X509 CSRAttributes.swift
[1372/1507] Compiling X509 CSRVersion.swift
[1373/1507] Compiling X509 CertificateSigningRequest.swift
[1374/1507] Compiling X509 CertificationRequestInfo.swift
[1375/1507] Compiling X509 ExtensionRequest.swift
[1376/1507] Compiling X509 Certificate.swift
[1377/1507] Compiling X509 CertificatePrivateKey.swift
[1378/1507] Compiling X509 CertificatePublicKey.swift
[1379/1507] Compiling X509 NameConstraints.swift
[1380/1507] Compiling X509 CMSEncapsulatedContentInfo.swift
[1381/1507] Compiling X509 CMSIssuerAndSerialNumber.swift
[1382/1507] Compiling X509 CMSOperations.swift
[1383/1507] Compiling X509 CMSSignature.swift
[1384/1507] Compiling X509 CMSSignedData.swift
[1385/1507] Compiling X509 CMSSignerIdentifier.swift
[1386/1507] Compiling X509 CMSSignerInfo.swift
[1387/1507] Compiling X509 StreetAddress.swift
[1388/1507] Compiling X509 Error.swift
[1389/1507] Compiling X509 AuthorityInformationAccess.swift
[1390/1507] Compiling X509 AuthorityKeyIdentifier.swift
[1391/1507] Compiling X509 BasicConstraints.swift
[1392/1507] Compiling X509 ExtendedKeyUsage.swift
[1393/1507] Compiling X509 ExtensionIdentifiers.swift
[1394/1507] Compiling X509 KeyUsage.swift
[1395/1507] Compiling X509 CMSVersion.swift
[1396/1507] Compiling X509 Digests.swift
[1397/1507] Compiling X509 DistinguishedName.swift
[1398/1507] Compiling X509 CommonName.swift
[1399/1507] Compiling X509 CountryName.swift
[1400/1507] Compiling X509 DNBuilder.swift
[1401/1507] Compiling X509 SubjectAlternativeName.swift
[1402/1507] Compiling X509 SubjectKeyIdentifier.swift
[1403/1507] Compiling X509 OCSPCertStatus.swift
[1404/1507] Compiling X509 OCSPExtensionID.swift
[1405/1507] Compiling X509 OCSPNonce.swift
[1406/1507] Compiling X509 OCSPPolicy.swift
[1407/1507] Compiling X509 OCSPRequest.swift
[1408/1507] Compiling X509 OCSPResponse.swift
[1409/1507] Compiling X509 OCSPResponseBytes.swift
[1410/1507] Compiling X509 OCSPResponseData.swift
[1411/1507] Compiling X509 Extension.swift
[1412/1507] Compiling X509 Extensions.swift
[1413/1507] Compiling X509 ExtensionsBuilder.swift
[1414/1507] Compiling X509 GeneralName.swift
[1415/1507] Compiling X509 LockedValueBox.swift
[1416/1507] Compiling X509 BasicOCSPResponse.swift
[1417/1507] Compiling X509 DirectoryString.swift
[1418/1507] Compiling X509 OCSPCertID.swift
[1429/1508] Compiling X509 CertificateSerialNumber.swift
[1430/1508] Compiling X509 CertificateVersion.swift
[1431/1508] Compiling X509 CMSAttribute.swift
[1432/1508] Compiling X509 CMSContentInfo.swift
[1434/1529] Compiling X509 RDNAttribute.swift
[1435/1529] Compiling X509 RandomNumberGenerator+bytes.swift
[1436/1529] Compiling X509 RelativeDistinguishedName.swift
[1437/1529] Compiling X509 SEC1PrivateKey.swift
[1438/1529] Compiling X509 SecKeyWrapper.swift
[1439/1529] Compiling X509 Signature.swift
[1440/1529] Compiling X509 SignatureAlgorithm.swift
[1441/1529] Compiling X509 AllOfPolicies.swift
[1442/1529] Compiling X509 AnyPolicy.swift
[1443/1529] Compiling X509 CertificateStore.swift
[1444/1529] Compiling X509 OneOfPolicies.swift
[1445/1534] Compiling X509 PolicyBuilder.swift
[1446/1534] Compiling X509 BasicConstraintsPolicy.swift
[1447/1534] Compiling X509 DNSNames.swift
[1448/1534] Compiling X509 DirectoryNames.swift
[1449/1534] Compiling X509 ExpiryPolicy.swift
[1450/1534] Compiling X509 IPConstraints.swift
[1451/1535] Compiling X509 NameConstraintsPolicy.swift
[1452/1535] Compiling X509 RFC5280Policy.swift
[1453/1535] Compiling X509 URIConstraints.swift
[1454/1535] Compiling X509 VersionPolicy.swift
[1455/1535] Compiling X509 ServerIdentityPolicy.swift
[1456/1535] Compiling X509 TrustRootLoading.swift
[1457/1577] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1458/1577] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1459/1577] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1460/1577] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1461/1577] Compiling AsyncHTTPClient ConnectionTarget.swift
[1462/1577] Compiling AsyncHTTPClient DeconstructedURL.swift
[1463/1577] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1464/1577] Compiling AsyncHTTPClient FoundationExtensions.swift
[1465/1577] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1466/1577] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1467/1577] Compiling AsyncHTTPClient HTTPClient.swift
[1468/1577] Compiling AsyncHTTPClient HTTPHandler.swift
[1469/1577] Compiling AsyncHTTPClient LRUCache.swift
[1470/1577] Compiling AsyncHTTPClient NWErrorHandler.swift
[1471/1577] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1472/1577] Compiling AsyncHTTPClient TLSConfiguration.swift
[1473/1577] Compiling AsyncHTTPClient RedirectState.swift
[1482/1577] Compiling AsyncHTTPClient HTTP1Connection.swift
[1483/1577] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1484/1577] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1485/1577] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1486/1577] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1487/1577] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1488/1577] Compiling AsyncHTTPClient Transaction.swift
[1489/1577] Compiling AsyncHTTPClient Base64.swift
[1490/1577] Compiling AsyncHTTPClient BasicAuth.swift
[1491/1577] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1492/1577] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1493/1577] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1494/1577] Compiling AsyncHTTPClient RequestBodyLength.swift
[1495/1577] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1496/1577] Compiling AsyncHTTPClient RequestOptions.swift
[1497/1577] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1498/1577] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1499/1577] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1500/1577] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1501/1577] Compiling AsyncHTTPClient HTTP2Connection.swift
[1502/1577] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1503/1577] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1504/1577] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1505/1577] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1506/1577] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1507/1577] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1508/1577] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1509/1577] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1510/1577] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1511/1577] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1512/1577] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1513/1577] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1514/1577] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1515/1577] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1516/1585] Emitting module AsyncHTTPClient
[1533/1585] Compiling AsyncHTTPClient ConnectionPool.swift
[1534/1585] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1535/1585] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1536/1585] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1537/1585] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1565/1585] Emitting module X509
[1566/1585] Compiling X509 UnverifiedChain.swift
[1567/1585] Compiling X509 VerificationDiagnostic.swift
[1568/1585] Compiling X509 Verifier.swift
[1569/1585] Compiling X509 VerifierPolicy.swift
[1570/1585] Compiling X509 AlgorithmIdentifier.swift
[1571/1585] Compiling X509 ECDSASignature.swift
[1572/1585] Compiling X509 RSAPKCS1PublicKey.swift
[1573/1585] Compiling X509 SubjectPublicKeyInfo.swift
[1574/1585] Compiling X509 TBSCertificate.swift
[1575/1585] Compiling X509 Time.swift
[1576/1585] Compiling X509 TimeCalculations.swift
[1577/1585] Compiling X509 Validity.swift
[1579/1586] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1580/1586] Compiling AsyncHTTPClient RequestBag.swift
[1581/1586] Compiling AsyncHTTPClient RequestValidation.swift
[1582/1586] Compiling AsyncHTTPClient SSLContextCache.swift
[1583/1586] Compiling AsyncHTTPClient Scheme.swift
[1584/1586] Compiling AsyncHTTPClient Singleton.swift
[1585/1586] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1586/1586] Compiling AsyncHTTPClient Utils.swift
[1588/1645] Compiling JWTKit EdDSA.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1589/1645] Compiling JWTKit EdDSACurve.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1590/1645] Compiling JWTKit EdDSAError.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1591/1645] Compiling JWTKit EdDSASigner.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1592/1645] Compiling JWTKit JWTKeyCollection+EdDSA.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1593/1645] Compiling JWTKit HMAC.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1594/1645] Compiling JWTKit HMACError.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1595/1645] Compiling JWTKit HMACSigner.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1596/1653] Compiling JWTKit AudienceClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1597/1653] Compiling JWTKit BoolClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1598/1653] Compiling JWTKit ExpirationClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1599/1653] Compiling JWTKit GoogleHostedDomainClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1600/1653] Compiling JWTKit IDClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1601/1653] Compiling JWTKit IssuedAtClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1602/1653] Compiling JWTKit IssuerClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1603/1653] Compiling JWTKit JWTClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1604/1653] Compiling JWTKit JWTMultiValueClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1605/1653] Compiling JWTKit JWTUnixEpochClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1606/1653] Compiling JWTKit LocaleClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1607/1653] Compiling JWTKit NotBeforeClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1608/1653] Compiling JWTKit SubjectClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1609/1653] Compiling JWTKit TenantIDClaim.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1610/1653] Compiling JWTKit ECDSA.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1611/1653] Compiling JWTKit ECDSACurve.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1612/1653] Compiling JWTKit ECDSACurveType.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1613/1653] Compiling JWTKit JWTKeyCollection+HMAC.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1614/1653] Compiling JWTKit Insecure.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1615/1653] Compiling JWTKit JWK.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1616/1653] Compiling JWTKit JWKIdentifier.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1617/1653] Compiling JWTKit JWKS.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1618/1653] Compiling JWTKit JWKSigner.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1619/1653] Compiling JWTKit JWTAlgorithm.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1620/1653] Compiling JWTKit JWTError.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1621/1653] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1622/1653] Compiling JWTKit UnsecuredNoneSigner.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1623/1653] Compiling JWTKit JWTKeyCollection+RSA.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1624/1653] Compiling JWTKit RSA.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1625/1653] Compiling JWTKit RSAError.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1626/1653] Compiling JWTKit RSASigner.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1627/1653] Compiling JWTKit Base64URL.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1628/1653] Compiling JWTKit CryptoSigner.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1629/1653] Compiling JWTKit JWTHeader+CommonFields.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1630/1653] Compiling JWTKit JWTHeader.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1631/1653] Compiling JWTKit JWTHeaderField.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1632/1653] Compiling JWTKit JWTKeyCollection.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1633/1653] Compiling JWTKit JWTParser.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1634/1653] Compiling JWTKit JWTPayload.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1635/1653] Compiling JWTKit JWTSerializer.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1636/1653] Compiling JWTKit JWTSigner.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1637/1653] Compiling JWTKit ECDSAError.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1638/1653] Compiling JWTKit ECDSAKeyTypes.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1639/1653] Compiling JWTKit ECDSASigner.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1640/1653] Compiling JWTKit ECDSASigningAlgorithm.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1641/1653] Compiling JWTKit JWTKeyCollection+ECDSA.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1642/1653] Compiling JWTKit P256+CurveType.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1643/1653] Compiling JWTKit P384+CurveType.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1644/1653] Compiling JWTKit P521+CurveType.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1645/1653] Emitting module JWTKit
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1646/1653] Compiling JWTKit CustomizedJSONCoders.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1647/1653] Compiling JWTKit Utilities.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1648/1653] Compiling JWTKit AppleIdentityToken.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1649/1653] Compiling JWTKit FirebaseAuthIdentityToken.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1650/1653] Compiling JWTKit GoogleIdentityToken.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1651/1653] Compiling JWTKit MicrosoftIdentityToken.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1652/1653] Compiling JWTKit ValidationTimePayload.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1653/1653] Compiling JWTKit X5CVerifier.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/64] Compiling RealModule Real.swift
[3/65] Compiling InternalCollectionsUtilities _SortedCollection.swift
[4/65] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/67] Compiling InternalCollectionsUtilities Specialize.swift
[7/67] Compiling InternalCollectionsUtilities Debugging.swift
[8/67] Compiling InternalCollectionsUtilities Descriptions.swift
[9/67] Compiling Logging MetadataProvider.swift
[10/67] Compiling RealModule RealFunctions.swift
[11/67] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/67] Compiling InternalCollectionsUtilities Integer rank.swift
[13/67] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/67] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/67] Compiling RealModule ElementaryFunctions.swift
[16/67] Compiling RealModule Float16+Real.swift
[17/67] Compiling RealModule Float+Real.swift
[18/67] Compiling RealModule Float80+Real.swift
[19/67] Compiling Logging Locks.swift
[20/67] Emitting module Logging
[21/67] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/67] Compiling _NIODataStructures Heap.swift
[25/67] Emitting module _NIOBase64
[26/67] Compiling _NIOBase64 Base64.swift
[27/68] Compiling NIOConcurrencyHelpers lock.swift
[28/68] Emitting module _NIODataStructures
[29/68] Emitting module RealModule
[30/69] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[35/69] Emitting module NIOConcurrencyHelpers
[36/69] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[38/69] Compiling NIOConcurrencyHelpers atomics.swift
[39/69] Emitting module _CertificateInternals
[40/69] Compiling _CertificateInternals _TinyArray.swift
[41/71] Compiling _NIODataStructures PriorityQueue.swift
[42/71] Compiling _NIODataStructures _TinyArray.swift
[46/74] Emitting module InternalCollectionsUtilities
[49/74] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[50/74] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[51/74] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/74] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/74] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[64/102] Compiling Atomics Primitives.shims.swift
[65/102] Compiling Atomics AtomicInteger.swift
[66/102] Compiling Atomics AtomicOptionalWrappable.swift
[67/105] Compiling Atomics UnsafeAtomic.swift
[68/105] Compiling Atomics UnsafeAtomicLazyReference.swift
[69/129] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[70/129] Compiling Algorithms Keyed.swift
[71/129] Compiling Algorithms MinMax.swift
[72/129] Compiling Algorithms Intersperse.swift
[73/129] Compiling Algorithms Partition.swift
[74/129] Compiling Logging LogHandler.swift
[75/129] Compiling Logging Logging.swift
[77/130] Compiling Algorithms FlattenCollection.swift
[78/130] Compiling Algorithms Grouped.swift
[79/130] Compiling Algorithms Indexed.swift
[81/130] Compiling CryptoBoringWrapper RandomBytes.swift
[82/130] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[83/130] Compiling Algorithms Compacted.swift
[84/130] Compiling Algorithms Cycle.swift
[85/130] Compiling Algorithms EitherSequence.swift
[89/130] Emitting module CryptoBoringWrapper
[93/130] Compiling Algorithms RandomSample.swift
[94/130] Compiling Algorithms Reductions.swift
[95/145] Compiling Algorithms Permutations.swift
[96/145] Compiling Algorithms Product.swift
[97/145] Compiling CryptoBoringWrapper EllipticCurve.swift
[98/145] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[99/145] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[100/145] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[101/145] Compiling DequeModule Deque+CustomReflectable.swift
[102/145] Compiling DequeModule Deque+Descriptions.swift
[103/148] Compiling DequeModule _DequeBuffer.swift
[104/148] Compiling DequeModule _DequeBufferHeader.swift
[106/148] Compiling DequeModule Deque+Equatable.swift
[107/148] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/148] Compiling DequeModule Deque+Extras.swift
[109/148] Compiling DequeModule Deque+Hashable.swift
[112/148] Compiling Algorithms Rotate.swift
[113/151] Compiling Algorithms Split.swift
[114/151] Compiling Algorithms Stride.swift
[115/151] Compiling Algorithms Suffix.swift
[116/151] Compiling DequeModule _DequeSlot.swift
[117/151] Compiling DequeModule _UnsafeWrappedBuffer.swift
[121/151] Emitting module SwiftASN1
[122/152] Compiling DequeModule Deque._UnsafeHandle.swift
[123/152] Compiling DequeModule Deque.swift
[124/152] Compiling DequeModule Deque+Testing.swift
[125/152] Compiling DequeModule Deque._Storage.swift
[127/152] Compiling DequeModule Deque+Codable.swift
[128/152] Compiling DequeModule Deque+Collection.swift
[129/223] Compiling Crypto Digest_boring.swift
[130/223] Compiling Crypto Digest.swift
[131/223] Compiling Crypto Digests.swift
[132/223] Compiling Crypto Cipher.swift
[133/223] Compiling Crypto Nonces.swift
[134/223] Compiling Crypto ASN1.swift
[135/223] Compiling Crypto ASN1Any.swift
[136/223] Compiling Crypto AES-GCM.swift
[137/223] Compiling Crypto AES-GCM_boring.swift
[138/223] Compiling Crypto ChaChaPoly_boring.swift
[139/223] Compiling Crypto ChaChaPoly.swift
[140/223] Compiling Crypto ASN1BitString.swift
[141/223] Compiling Crypto ASN1Boolean.swift
[142/223] Compiling Crypto ASN1Identifier.swift
[143/223] Compiling Crypto ASN1Integer.swift
[144/223] Compiling Crypto ASN1Null.swift
[145/223] Compiling Crypto ASN1OctetString.swift
[146/223] Compiling Crypto ASN1Strings.swift
[147/223] Emitting module DequeModule
[152/224] Emitting module Atomics
[154/225] Compiling Crypto SymmetricKeys.swift
[155/225] Compiling Crypto HMAC.swift
[156/225] Compiling Crypto MACFunctions.swift
[157/225] Compiling Crypto MessageAuthenticationCode.swift
[158/225] Compiling Crypto AES.swift
[159/225] Compiling Crypto ECDSASignature_boring.swift
[160/225] Compiling Crypto ECDSA_boring.swift
[161/225] Compiling Crypto EdDSA_boring.swift
[162/225] Compiling Crypto ECDSA.swift
[163/225] Compiling Crypto Ed25519.swift
[164/234] Compiling Crypto PKCS8PrivateKey.swift
[165/234] Compiling Crypto SEC1PrivateKey.swift
[166/234] Compiling Crypto SubjectPublicKeyInfo.swift
[167/234] Compiling Crypto CryptoKitErrors.swift
[171/234] Compiling Crypto HashFunctions.swift
[172/234] Compiling Crypto HashFunctions_SHA2.swift
[173/234] Compiling Crypto HPKE-AEAD.swift
[174/234] Compiling Crypto HKDF.swift
[175/234] Compiling Crypto AESWrap.swift
[176/234] Compiling Crypto AESWrap_boring.swift
[177/234] Compiling Crypto Ed25519_boring.swift
[178/234] Compiling Crypto NISTCurvesKeys_boring.swift
[179/234] Compiling Crypto X25519Keys_boring.swift
[180/234] Compiling Crypto Curve25519.swift
[181/234] Compiling Crypto Ed25519Keys.swift
[182/234] Compiling Crypto NISTCurvesKeys.swift
[183/234] Compiling Crypto X25519Keys.swift
[184/234] Compiling Crypto HPKE-Ciphersuite.swift
[185/234] Compiling Crypto HPKE-KDF.swift
[186/234] Compiling Crypto HPKE-KexKeyDerivation.swift
[187/234] Compiling Crypto HPKE-LabeledExtract.swift
[188/234] Compiling Crypto HPKE-Utils.swift
[189/234] Compiling Crypto DHKEM.swift
[190/234] Compiling Crypto HPKE-KEM-Curve25519.swift
[191/234] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[192/234] Compiling Crypto HPKE-KEM.swift
[193/234] Compiling Crypto HPKE-Errors.swift
[194/234] Compiling Crypto HPKE.swift
[195/234] Compiling Crypto HPKE-Context.swift
[196/234] Compiling Crypto HPKE-KeySchedule.swift
[197/234] Compiling Crypto HPKE-Modes.swift
[198/234] Compiling Crypto Insecure.swift
[199/234] Compiling Crypto Insecure_HashFunctions.swift
[200/234] Compiling Crypto KEM.swift
[201/234] Compiling Crypto ECDH_boring.swift
[202/234] Compiling Crypto DH.swift
[203/234] Compiling Crypto ECDH.swift
[204/294] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[205/294] Compiling NIOCore BSDSocketAPI.swift
[206/294] Compiling NIOCore ByteBuffer-aux.swift
[207/294] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[208/294] Compiling NIOCore ByteBuffer-conversions.swift
[209/294] Compiling NIOCore ByteBuffer-core.swift
[210/294] Compiling NIOCore ByteBuffer-hex.swift
[211/294] Compiling NIOCore ByteBuffer-int.swift
[212/294] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[213/294] Compiling NIOCore AddressedEnvelope.swift
[214/294] Emitting module Crypto
[215/294] Compiling NIOCore AsyncAwaitSupport.swift
[216/294] Compiling NIOCore AsyncChannel.swift
[217/294] Compiling NIOCore AsyncChannelHandler.swift
[218/294] Compiling NIOCore AsyncChannelInboundStream.swift
[219/294] Compiling NIOCore AsyncChannelOutboundWriter.swift
[220/294] Compiling NIOCore NIOAsyncSequenceProducer.swift
[221/294] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[222/294] Compiling NIOCore NIOAsyncWriter.swift
[223/294] Compiling NIOCore ByteBuffer-multi-int.swift
[224/294] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[225/294] Emitting module Algorithms
[226/295] Compiling NIOCore MulticastChannel.swift
[227/295] Compiling NIOCore NIOAny.swift
[228/295] Compiling NIOCore NIOCloseOnErrorHandler.swift
[229/295] Compiling NIOCore NIOLoopBound.swift
[230/295] Compiling NIOCore NIOScheduledCallback.swift
[231/295] Compiling NIOCore NIOSendable.swift
[232/295] Compiling NIOCore PointerHelpers.swift
[233/295] Compiling NIOCore RecvByteBufferAllocator.swift
[235/303] Compiling NIOCore IO.swift
[236/303] Compiling NIOCore IOData.swift
[237/303] Compiling NIOCore IPProtocol.swift
[238/303] Compiling NIOCore IntegerBitPacking.swift
[239/303] Compiling NIOCore IntegerTypes.swift
[240/303] Compiling NIOCore Interfaces.swift
[241/303] Compiling NIOCore Linux.swift
[242/303] Compiling NIOCore MarkedCircularBuffer.swift
[243/303] Compiling Crypto Signature.swift
[244/303] Compiling Crypto CryptoKitErrors_boring.swift
[245/303] Compiling Crypto RNG_boring.swift
[246/303] Compiling Crypto SafeCompare_boring.swift
[247/303] Compiling Crypto Zeroization_boring.swift
[248/303] Compiling Crypto PrettyBytes.swift
[249/303] Compiling Crypto SafeCompare.swift
[250/303] Compiling Crypto SecureBytes.swift
[251/303] Compiling Crypto Zeroization.swift
[252/304] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[253/304] Compiling NIOCore EventLoopFuture+Deprecated.swift
[254/304] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[255/304] Compiling NIOCore EventLoopFuture.swift
[256/304] Compiling NIOCore FileDescriptor.swift
[257/304] Compiling NIOCore FileHandle.swift
[258/304] Compiling NIOCore FileRegion.swift
[259/304] Compiling NIOCore GlobalSingletons.swift
[261/304] Compiling NIOCore CircularBuffer.swift
[262/304] Compiling NIOCore Codec.swift
[263/304] Compiling NIOCore ConvenienceOptionSupport.swift
[264/304] Compiling NIOCore DeadChannel.swift
[265/304] Compiling NIOCore DispatchQueue+WithFuture.swift
[266/304] Compiling NIOCore EventLoop+Deprecated.swift
[267/304] Compiling NIOCore EventLoop+SerialExecutor.swift
[268/304] Compiling NIOCore EventLoop.swift
[269/339] Compiling _CryptoExtras AES_CFB_boring.swift
[270/339] Compiling _CryptoExtras AES_CTR_boring.swift
[271/339] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[272/339] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[273/339] Compiling _CryptoExtras ChaCha20CTR.swift
[274/339] Compiling _CryptoExtras AES_CBC.swift
[275/339] Compiling _CryptoExtras AES_CFB.swift
[276/339] Compiling _CryptoExtras AES_CTR.swift
[277/339] Compiling _CryptoExtras AES_GCM_SIV.swift
[278/339] Compiling _CryptoExtras Block Function.swift
[279/339] Compiling _CryptoExtras ECToolbox_boring.swift
[280/339] Compiling _CryptoExtras ECToolbox.swift
[281/339] Compiling _CryptoExtras HashToField.swift
[282/339] Compiling _CryptoExtras KDF.swift
[283/339] Compiling _CryptoExtras PBKDF2_boring.swift
[284/339] Compiling _CryptoExtras OPRFClient.swift
[285/339] Compiling _CryptoExtras OPRFServer.swift
[286/339] Compiling _CryptoExtras VOPRF+API.swift
[287/339] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[288/339] Compiling NIOCore SocketAddresses.swift
[289/339] Compiling NIOCore SocketOptionProvider.swift
[290/339] Compiling NIOCore SystemCallHelpers.swift
[291/339] Compiling NIOCore TimeAmount+Duration.swift
[292/339] Compiling NIOCore TypeAssistedChannelHandler.swift
[293/339] Compiling NIOCore UniversalBootstrapSupport.swift
[294/339] Compiling NIOCore Utilities.swift
[295/339] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[296/339] Compiling _CryptoExtras DigestType.swift
[297/339] Compiling _CryptoExtras Error.swift
[298/339] Compiling _CryptoExtras I2OSP.swift
[302/343] Compiling _CryptoExtras VOPRFClient.swift
[303/343] Compiling _CryptoExtras VOPRFServer.swift
[304/343] Emitting module _CryptoExtras
[305/343] Compiling _CryptoExtras RSA+BlindSigning.swift
[306/343] Compiling _CryptoExtras RSA.swift
[307/343] Compiling _CryptoExtras RSA_boring.swift
[308/343] Compiling _CryptoExtras RSA_security.swift
[309/343] Compiling _CryptoExtras BoringSSLHelpers.swift
[320/343] Compiling _CryptoExtras PEMDocument.swift
[321/343] Compiling _CryptoExtras PrettyBytes.swift
[322/343] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[323/343] Compiling _CryptoExtras DLEQ.swift
[326/343] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[327/343] Compiling _CryptoExtras PBKDF2.swift
[328/343] Compiling _CryptoExtras Scrypt_boring.swift
[329/343] Compiling _CryptoExtras Scrypt.swift
[330/343] Compiling _CryptoExtras OPRF.swift
[333/343] Emitting module NIOCore
[335/396] Emitting module NIOEmbedded
[336/396] Compiling NIOEmbedded AsyncTestingChannel.swift
[337/396] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[338/396] Compiling NIOEmbedded Embedded.swift
[340/397] Compiling NIOPosix Pool.swift
[341/397] Compiling NIOPosix PooledRecvBufferAllocator.swift
[342/397] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[343/397] Compiling NIOPosix PosixSingletons.swift
[344/397] Compiling NIOPosix RawSocketBootstrap.swift
[345/397] Compiling NIOPosix Resolver.swift
[346/397] Compiling NIOPosix Selectable.swift
[347/403] Compiling NIOPosix SelectableChannel.swift
[348/403] Compiling NIOPosix SelectableEventLoop.swift
[349/403] Compiling NIOPosix SelectorEpoll.swift
[350/403] Compiling NIOPosix SelectorGeneric.swift
[351/403] Compiling NIOPosix SelectorKqueue.swift
[352/403] Compiling NIOPosix SelectorUring.swift
[353/403] Compiling NIOPosix ServerSocket.swift
[354/403] Compiling NIOPosix Socket.swift
[355/403] Compiling NIOPosix SocketChannel.swift
[356/403] Compiling NIOPosix SocketProtocols.swift
[357/403] Compiling NIOPosix System.swift
[358/403] Compiling NIOPosix Thread.swift
[359/403] Emitting module NIOPosix
[360/403] Compiling NIOPosix Bootstrap.swift
[361/403] Compiling NIOPosix ControlMessage.swift
[362/403] Compiling NIOPosix DatagramVectorReadManager.swift
[363/403] Compiling NIOPosix Errors+Any.swift
[364/403] Compiling NIOPosix FileDescriptor.swift
[365/403] Compiling NIOPosix GetaddrinfoResolver.swift
[366/403] Compiling NIOPosix HappyEyeballs.swift
[367/403] Compiling NIOPosix IO.swift
[368/403] Compiling NIOPosix IntegerBitPacking.swift
[369/403] Compiling NIOPosix IntegerTypes.swift
[370/403] Compiling NIOPosix Linux.swift
[371/403] Compiling NIOPosix LinuxCPUSet.swift
[372/403] Compiling NIOPosix LinuxUring.swift
[373/403] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[374/403] Compiling NIOPosix BSDSocketAPICommon.swift
[375/403] Compiling NIOPosix BSDSocketAPIPosix.swift
[376/403] Compiling NIOPosix BSDSocketAPIWindows.swift
[377/403] Compiling NIOPosix BaseSocket.swift
[378/403] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[379/403] Compiling NIOPosix BaseSocketChannel.swift
[380/403] Compiling NIOPosix BaseStreamSocketChannel.swift
[381/403] Compiling NIOPosix NIOThreadPool.swift
[382/403] Compiling NIOPosix NonBlockingFileIO.swift
[383/403] Compiling NIOPosix PendingDatagramWritesManager.swift
[384/403] Compiling NIOPosix PendingWritesManager.swift
[385/403] Compiling NIOPosix PipeChannel.swift
[386/403] Compiling NIOPosix PipePair.swift
[387/403] Compiling NIOPosix PointerHelpers.swift
[388/403] Compiling NIOPosix ThreadPosix.swift
[389/403] Compiling NIOPosix ThreadWindows.swift
[390/403] Compiling NIOPosix UnsafeTransfer.swift
[391/403] Compiling NIOPosix Utilities.swift
[392/403] Compiling NIOPosix VsockAddress.swift
[393/403] Compiling NIOPosix VsockChannelEvents.swift
[395/406] Emitting module NIO
[396/406] Compiling NIO Exports.swift
[398/446] Compiling NIOTLS TLSEvents.swift
[399/446] Emitting module NIOTLS
[400/446] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[401/447] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[402/447] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[403/447] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[404/447] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[405/447] Emitting module NIOSOCKS
[406/447] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[407/447] Compiling NIOSOCKS SOCKSResponse.swift
[408/447] Compiling NIOSOCKS ClientStateMachine.swift
[409/447] Compiling NIOHTTP1 ByteCollectionUtils.swift
[410/447] Compiling NIOHTTP1 HTTPDecoder.swift
[411/447] Compiling NIOHTTP1 HTTPEncoder.swift
[412/447] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[413/447] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[414/447] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[415/447] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[416/447] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[417/447] Compiling NIOTLS SNIHandler.swift
[418/447] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[419/447] Compiling NIOSOCKS ServerStateMachine.swift
[422/449] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[423/449] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[424/451] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[425/451] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[426/451] Emitting module NIOHTTP1
[427/451] Emitting module NIOFoundationCompat
[428/451] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[434/480] Compiling NIOSSL NIOSSLHandler.swift
[435/480] Compiling NIOSSL AndroidCABundle.swift
[436/480] Compiling NIOSSL ByteBufferBIO.swift
[437/480] Compiling NIOSSL CustomPrivateKey.swift
[438/480] Compiling NIOSSL NIOSSLServerHandler.swift
[439/480] Compiling NIOSSL ObjectIdentifier.swift
[440/480] Compiling NIOSSL PosixPort.swift
[441/480] Compiling NIOSSL SSLContext.swift
[442/480] Compiling NIOSSL SSLErrors.swift
[444/503] Emitting module NIOTransportServices
[445/505] Compiling NIOTransportServices NIOTSBootstraps.swift
[446/505] Compiling NIOTransportServices NIOTSChannelOptions.swift
[447/505] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[448/505] Compiling NIOTransportServices StateManagedChannel.swift
[449/505] Compiling NIOTransportServices StateManagedListenerChannel.swift
[450/505] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[451/505] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[452/505] Compiling NIOTransportServices NIOTSErrors.swift
[453/505] Compiling NIOTransportServices NIOTSEventLoop.swift
[454/505] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[455/505] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[456/505] Compiling NIOTransportServices NIOTSListenerChannel.swift
[457/505] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[458/505] Compiling NIOTransportServices NIOTSSingletons.swift
[459/505] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[460/505] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[461/505] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[462/505] Compiling NIOTransportServices NIOTSDatagramListener.swift
[463/505] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[464/505] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[468/508] Compiling NIOTransportServices AcceptHandler.swift
[469/508] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[472/515] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[473/515] Compiling NIOHPACK DynamicHeaderTable.swift
[474/515] Compiling NIOHPACK HPACKDecoder.swift
[475/515] Compiling NIOHPACK HPACKEncoder.swift
[479/520] Compiling NIOSSL SubjectAlternativeName.swift
[480/520] Compiling NIOSSL NIOSSLSecureBytes.swift
[481/520] Compiling NIOSSL RNG.swift
[482/520] Compiling NIOSSL SafeCompare.swift
[490/528] Compiling NIOHPACK StaticHeaderTable.swift
[491/528] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[492/528] Compiling NIOHTTPCompression HTTPCompression.swift
[493/528] Compiling NIOHTTPCompression HTTPDecompression.swift
[494/528] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[495/528] Compiling NIOHPACK HuffmanTables.swift
[496/528] Compiling NIOHPACK IndexedHeaderTable.swift
[497/528] Compiling NIOHPACK IntegerCoding.swift
[498/528] Emitting module NIOHTTPCompression
[499/528] Emitting module NIOHPACK
[500/528] Compiling NIOHPACK HuffmanCoding.swift
[501/528] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[502/528] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[504/529] Compiling NIOHPACK HPACKHeader.swift
[505/529] Compiling NIOHPACK HeaderTables.swift
[507/529] Compiling NIOHPACK HPACKErrors.swift
[512/530] Emitting module NIOSSL
[517/530] Compiling NIOSSL Zeroization.swift
[518/530] Compiling NIOSSL TLSConfiguration.swift
[519/530] Compiling NIOSSL UniversalBootstrapSupport.swift
[522/589] Compiling NIOHTTP2 MaySendFrames.swift
[523/589] Compiling NIOHTTP2 SendingDataState.swift
[524/589] Compiling NIOHTTP2 SendingGoawayState.swift
[525/589] Compiling NIOHTTP2 SendingHeadersState.swift
[526/589] Compiling NIOHTTP2 SendingPushPromiseState.swift
[527/589] Compiling NIOHTTP2 SendingRstStreamState.swift
[528/589] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[529/589] Compiling NIOHTTP2 HTTP2SettingsState.swift
[530/597] Compiling NIOHTTP2 InboundWindowManager.swift
[531/597] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[532/597] Compiling NIOHTTP2 StreamChannelFlowController.swift
[533/597] Compiling NIOHTTP2 StreamChannelList.swift
[534/597] Compiling NIOHTTP2 StreamMap.swift
[535/597] Compiling NIOHTTP2 StreamStateMachine.swift
[536/597] Compiling NIOHTTP2 UnsafeTransfer.swift
[537/597] Compiling NIOHTTP2 WatermarkedFlowController.swift
[538/597] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[539/597] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[540/597] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[541/597] Compiling NIOHTTP2 HTTP2StreamID.swift
[542/597] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[543/597] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[544/597] Compiling NIOHTTP2 HTTP2UserEvents.swift
[545/597] Compiling NIOHTTP2 InboundEventBuffer.swift
[546/597] Compiling NIOHTTP2 ConnectionStateMachine.swift
[547/597] Compiling NIOHTTP2 ConnectionStreamsState.swift
[548/597] Compiling NIOHTTP2 MayReceiveFrames.swift
[549/597] Compiling NIOHTTP2 ReceivingDataState.swift
[550/597] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[551/597] Compiling NIOHTTP2 ReceivingHeadersState.swift
[552/597] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[553/597] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[554/597] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[555/597] Emitting module NIOHTTP2
[556/597] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[557/597] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[558/597] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[559/597] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[560/597] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[561/597] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[562/597] Compiling NIOHTTP2 HTTP2Error.swift
[563/597] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[564/597] Compiling NIOHTTP2 StateMachineResult.swift
[565/597] Compiling NIOHTTP2 ContentLengthVerifier.swift
[566/597] Compiling NIOHTTP2 DOSHeuristics.swift
[567/597] Compiling NIOHTTP2 Error+Any.swift
[568/597] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[569/597] Compiling NIOHTTP2 ControlFrameBuffer.swift
[570/597] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[571/597] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[572/597] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[573/597] Compiling NIOHTTP2 HasFlowControlWindows.swift
[574/597] Compiling NIOHTTP2 HasLocalSettings.swift
[575/597] Compiling NIOHTTP2 HasRemoteSettings.swift
[576/597] Compiling NIOHTTP2 LocallyQuiescingState.swift
[577/597] Compiling NIOHTTP2 QuiescingState.swift
[578/597] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[579/597] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[580/597] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[581/597] Compiling NIOHTTP2 HTTP2Frame.swift
[582/597] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[583/597] Compiling NIOHTTP2 HTTP2FrameParser.swift
[584/597] Compiling NIOHTTP2 HTTP2PingData.swift
[585/597] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[586/597] Compiling NIOHTTP2 HTTP2Settings.swift
[587/597] Compiling NIOHTTP2 HTTP2Stream.swift
[589/655] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[590/655] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[591/655] Compiling AsyncHTTPClient AsyncLazySequence.swift
[592/655] Compiling AsyncHTTPClient HTTPClient+execute.swift
[593/655] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[594/655] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[595/655] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[596/655] Compiling AsyncHTTPClient HTTPClientRequest.swift
[597/663] Compiling AsyncHTTPClient ConnectionPool.swift
[598/663] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[599/663] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[600/663] Compiling AsyncHTTPClient TLSEventsHandler.swift
[601/663] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[602/663] Compiling AsyncHTTPClient HTTP1Connection.swift
[603/663] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[604/663] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[605/663] Emitting module AsyncHTTPClient
[606/663] Compiling AsyncHTTPClient HTTPClientResponse.swift
[607/663] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[608/663] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[609/663] Compiling AsyncHTTPClient Transaction.swift
[610/663] Compiling AsyncHTTPClient Base64.swift
[611/663] Compiling AsyncHTTPClient BasicAuth.swift
[612/663] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[613/663] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[614/663] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[615/663] Compiling AsyncHTTPClient HTTPClient.swift
[616/663] Compiling AsyncHTTPClient HTTPHandler.swift
[617/663] Compiling AsyncHTTPClient LRUCache.swift
[618/663] Compiling AsyncHTTPClient NWErrorHandler.swift
[619/663] Compiling AsyncHTTPClient NWWaitingHandler.swift
[620/663] Compiling AsyncHTTPClient TLSConfiguration.swift
[621/663] Compiling AsyncHTTPClient RedirectState.swift
[622/663] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[623/663] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[624/663] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[625/663] Compiling AsyncHTTPClient ConnectionTarget.swift
[626/663] Compiling AsyncHTTPClient DeconstructedURL.swift
[627/663] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[628/663] Compiling AsyncHTTPClient FoundationExtensions.swift
[629/663] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[630/663] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[631/663] Compiling AsyncHTTPClient RequestBodyLength.swift
[632/663] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[633/663] Compiling AsyncHTTPClient RequestOptions.swift
[634/663] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[635/663] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[636/663] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[637/663] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[638/663] Compiling AsyncHTTPClient HTTP2Connection.swift
[639/663] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[640/663] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[641/663] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[642/663] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[643/663] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[644/663] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[645/663] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[646/663] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[647/663] Compiling AsyncHTTPClient RequestBag.swift
[648/663] Compiling AsyncHTTPClient RequestValidation.swift
[649/663] Compiling AsyncHTTPClient SSLContextCache.swift
[650/663] Compiling AsyncHTTPClient Scheme.swift
[651/663] Compiling AsyncHTTPClient Singleton.swift
[652/663] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[653/663] Compiling AsyncHTTPClient Utils.swift
[666/754] Compiling X509 OCSPPolicy.swift
[667/754] Compiling X509 OCSPRequest.swift
[668/754] Compiling X509 OCSPResponse.swift
[669/754] Compiling X509 OCSPResponseBytes.swift
[670/754] Compiling X509 OCSPResponseData.swift
[671/754] Compiling X509 OCSPResponseStatus.swift
[672/754] Compiling X509 OCSPSignature.swift
[673/754] Compiling X509 OCSPSingleRequest.swift
[674/754] Compiling X509 OCSPSingleResponse.swift
[675/754] Compiling X509 OCSPTBSRequest.swift
[676/754] Compiling X509 OCSPVersion.swift
[677/754] Compiling X509 PKCS8PrivateKey.swift
[678/766] Compiling X509 PolicyBuilder.swift
[679/766] Compiling X509 BasicConstraintsPolicy.swift
[680/766] Compiling X509 DNSNames.swift
[681/766] Compiling X509 DirectoryNames.swift
[682/766] Compiling X509 ExpiryPolicy.swift
[683/766] Compiling X509 IPConstraints.swift
[684/766] Compiling X509 NameConstraintsPolicy.swift
[685/766] Compiling X509 RFC5280Policy.swift
[686/766] Compiling X509 URIConstraints.swift
[687/766] Compiling X509 VersionPolicy.swift
[688/766] Compiling X509 ServerIdentityPolicy.swift
[689/766] Compiling X509 TrustRootLoading.swift
[690/766] Compiling X509 PromiseAndFuture.swift
[691/766] Compiling X509 RDNAttribute.swift
[692/766] Compiling X509 RandomNumberGenerator+bytes.swift
[693/766] Compiling X509 RelativeDistinguishedName.swift
[694/766] Compiling X509 SEC1PrivateKey.swift
[695/766] Compiling X509 SecKeyWrapper.swift
[696/766] Compiling X509 Signature.swift
[697/766] Compiling X509 SignatureAlgorithm.swift
[698/766] Compiling X509 AllOfPolicies.swift
[699/766] Compiling X509 AnyPolicy.swift
[700/766] Compiling X509 CertificateStore.swift
[701/766] Compiling X509 OneOfPolicies.swift
[702/766] Compiling X509 SubjectAlternativeName.swift
[703/766] Compiling X509 SubjectKeyIdentifier.swift
[704/766] Compiling X509 Extension.swift
[705/766] Compiling X509 Extensions.swift
[706/766] Compiling X509 ExtensionsBuilder.swift
[707/766] Compiling X509 GeneralName.swift
[708/766] Compiling X509 LockedValueBox.swift
[709/766] Compiling X509 BasicOCSPResponse.swift
[710/766] Compiling X509 DirectoryString.swift
[711/766] Compiling X509 OCSPCertID.swift
[712/766] Compiling X509 OCSPCertStatus.swift
[713/766] Compiling X509 OCSPExtensionID.swift
[714/766] Compiling X509 OCSPNonce.swift
[715/766] Compiling X509 LocalityName.swift
[716/766] Compiling X509 OrganizationName.swift
[717/766] Compiling X509 OrganizationalUnitName.swift
[718/766] Compiling X509 StateOrProvinceName.swift
[719/766] Compiling X509 StreetAddress.swift
[720/766] Compiling X509 Error.swift
[721/766] Compiling X509 AuthorityInformationAccess.swift
[722/766] Compiling X509 AuthorityKeyIdentifier.swift
[723/766] Compiling X509 BasicConstraints.swift
[724/766] Compiling X509 ExtendedKeyUsage.swift
[725/766] Compiling X509 ExtensionIdentifiers.swift
[726/766] Compiling X509 KeyUsage.swift
[727/766] Compiling X509 NameConstraints.swift
[728/766] Compiling X509 CSRAttribute.swift
[729/766] Compiling X509 CSRAttributes.swift
[730/766] Compiling X509 CSRVersion.swift
[731/766] Compiling X509 CertificateSigningRequest.swift
[732/766] Compiling X509 CertificationRequestInfo.swift
[733/766] Compiling X509 ExtensionRequest.swift
[734/766] Compiling X509 Certificate.swift
[735/766] Compiling X509 CertificatePrivateKey.swift
[736/766] Compiling X509 CertificatePublicKey.swift
[737/766] Compiling X509 CertificateSerialNumber.swift
[738/766] Compiling X509 CertificateVersion.swift
[739/766] Compiling X509 CMSAttribute.swift
[740/766] Compiling X509 CMSContentInfo.swift
[741/766] Compiling X509 UnverifiedChain.swift
[742/766] Compiling X509 VerificationDiagnostic.swift
[743/766] Compiling X509 Verifier.swift
[744/766] Compiling X509 VerifierPolicy.swift
[745/766] Compiling X509 AlgorithmIdentifier.swift
[746/766] Compiling X509 ECDSASignature.swift
[747/766] Compiling X509 RSAPKCS1PublicKey.swift
[748/766] Compiling X509 SubjectPublicKeyInfo.swift
[749/766] Compiling X509 TBSCertificate.swift
[750/766] Compiling X509 Time.swift
[751/766] Compiling X509 TimeCalculations.swift
[752/766] Compiling X509 Validity.swift
[753/766] Compiling X509 CMSEncapsulatedContentInfo.swift
[754/766] Compiling X509 CMSIssuerAndSerialNumber.swift
[755/766] Compiling X509 CMSOperations.swift
[756/766] Compiling X509 CMSSignature.swift
[757/766] Compiling X509 CMSSignedData.swift
[758/766] Compiling X509 CMSSignerIdentifier.swift
[759/766] Compiling X509 CMSSignerInfo.swift
[760/766] Compiling X509 CMSVersion.swift
[761/766] Compiling X509 Digests.swift
[762/766] Compiling X509 DistinguishedName.swift
[763/766] Compiling X509 CommonName.swift
[764/766] Compiling X509 CountryName.swift
[765/766] Compiling X509 DNBuilder.swift
[766/766] Emitting module X509
[768/825] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[769/825] Compiling JWTKit UnsecuredNoneSigner.swift
[770/825] Compiling JWTKit JWTKeyCollection+RSA.swift
[771/825] Compiling JWTKit RSA.swift
[772/825] Compiling JWTKit RSAError.swift
[773/825] Compiling JWTKit RSASigner.swift
[774/825] Compiling JWTKit Base64URL.swift
[775/825] Compiling JWTKit CryptoSigner.swift
[776/833] Emitting module JWTKit
[777/833] Compiling JWTKit AudienceClaim.swift
[778/833] Compiling JWTKit BoolClaim.swift
[779/833] Compiling JWTKit ExpirationClaim.swift
[780/833] Compiling JWTKit GoogleHostedDomainClaim.swift
[781/833] Compiling JWTKit IDClaim.swift
[782/833] Compiling JWTKit IssuedAtClaim.swift
[783/833] Compiling JWTKit IssuerClaim.swift
[784/833] Compiling JWTKit JWTClaim.swift
[785/833] Compiling JWTKit JWTMultiValueClaim.swift
[786/833] Compiling JWTKit ECDSAError.swift
[787/833] Compiling JWTKit ECDSAKeyTypes.swift
[788/833] Compiling JWTKit ECDSASigner.swift
[789/833] Compiling JWTKit ECDSASigningAlgorithm.swift
[790/833] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[791/833] Compiling JWTKit P256+CurveType.swift
[792/833] Compiling JWTKit P384+CurveType.swift
[793/833] Compiling JWTKit P521+CurveType.swift
[794/833] Compiling JWTKit EdDSA.swift
[795/833] Compiling JWTKit EdDSACurve.swift
[796/833] Compiling JWTKit EdDSAError.swift
[797/833] Compiling JWTKit EdDSASigner.swift
[798/833] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[799/833] Compiling JWTKit HMAC.swift
[800/833] Compiling JWTKit HMACError.swift
[801/833] Compiling JWTKit HMACSigner.swift
[802/833] Compiling JWTKit JWTUnixEpochClaim.swift
[803/833] Compiling JWTKit LocaleClaim.swift
[804/833] Compiling JWTKit NotBeforeClaim.swift
[805/833] Compiling JWTKit SubjectClaim.swift
[806/833] Compiling JWTKit TenantIDClaim.swift
[807/833] Compiling JWTKit ECDSA.swift
[808/833] Compiling JWTKit ECDSACurve.swift
[809/833] Compiling JWTKit ECDSACurveType.swift
[810/833] Compiling JWTKit JWTHeader+CommonFields.swift
[811/833] Compiling JWTKit JWTHeader.swift
[812/833] Compiling JWTKit JWTHeaderField.swift
[813/833] Compiling JWTKit JWTKeyCollection.swift
[814/833] Compiling JWTKit JWTParser.swift
[815/833] Compiling JWTKit JWTPayload.swift
[816/833] Compiling JWTKit JWTSerializer.swift
[817/833] Compiling JWTKit JWTSigner.swift
[818/833] Compiling JWTKit JWTKeyCollection+HMAC.swift
[819/833] Compiling JWTKit Insecure.swift
[820/833] Compiling JWTKit JWK.swift
[821/833] Compiling JWTKit JWKIdentifier.swift
[822/833] Compiling JWTKit JWKS.swift
[823/833] Compiling JWTKit JWKSigner.swift
[824/833] Compiling JWTKit JWTAlgorithm.swift
[825/833] Compiling JWTKit JWTError.swift
[826/833] Compiling JWTKit CustomizedJSONCoders.swift
[827/833] Compiling JWTKit Utilities.swift
[828/833] Compiling JWTKit AppleIdentityToken.swift
[829/833] Compiling JWTKit FirebaseAuthIdentityToken.swift
[830/833] Compiling JWTKit GoogleIdentityToken.swift
[831/833] Compiling JWTKit MicrosoftIdentityToken.swift
[832/833] Compiling JWTKit ValidationTimePayload.swift
[833/833] Compiling JWTKit X5CVerifier.swift
[835/863] Compiling AcmeSwift GetAuthorizationEndpoint.swift
[836/863] Compiling AcmeSwift DownloadCertificateEndpoint.swift
[837/863] Compiling AcmeSwift RevokeCertificateEndpoint.swift
[838/863] Compiling AcmeSwift EndpointProtocol.swift
[839/863] Compiling AcmeSwift CreateOrderEndpoint.swift
[840/863] Compiling AcmeSwift FinalizeOrderEndpoint.swift
[841/863] Compiling AcmeSwift GetOrderEndpoint.swift
[842/863] Compiling AcmeSwift ValidateChallengeEndpoint.swift
[843/863] Compiling AcmeSwift AcmeError.swift
[844/863] Compiling AcmeSwift RevokeSpec.swift
[845/863] Compiling AcmeSwift AcmeAuthorization.swift
[846/863] Compiling AcmeSwift AcmeFinalizeOrderSpec.swift
[847/866] Compiling AcmeSwift AccountOrdersUrls.swift
[848/866] Compiling AcmeSwift AcmeAccountInfo.swift
[849/866] Compiling AcmeSwift AcmeAccountSpec.swift
[850/866] Compiling AcmeSwift AcmeDirectory.swift
[851/866] Emitting module AcmeSwift
[852/866] Compiling AcmeSwift AcmeRequestBody.swift
[853/866] Compiling AcmeSwift HttpClient+Decode.swift
[854/866] Compiling AcmeSwift String+base64Url.swift
[855/866] Compiling AcmeSwift AccountCredentials.swift
[856/866] Compiling AcmeSwift AcmeSwift.swift
[857/866] Compiling AcmeSwift CreateAccountEndpoint.swift
[858/866] Compiling AcmeSwift DeactivateAccountEndpoint.swift
[859/866] Compiling AcmeSwift ListOrdersEndpoint.swift
[860/866] Compiling AcmeSwift AcmeSwift+Account.swift
[861/866] Compiling AcmeSwift AcmeSwift+Certificates.swift
[862/866] Compiling AcmeSwift AcmeSwift+Csr.swift
[863/866] Compiling AcmeSwift AcmeSwift+Orders.swift
[864/866] Compiling AcmeSwift AcmeOrderInfo.swift
[865/866] Compiling AcmeSwift AcmeOrderSpec.swift
[866/866] Compiling AcmeSwift ChallengeDescription.swift
Build complete! (99.89s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.13.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    }
  ],
  "manifest_display_name" : "AcmeSwift",
  "name" : "AcmeSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AcmeSwift",
      "targets" : [
        "AcmeSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AcmeSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "AcmeSwiftTests",
      "path" : "Tests/AcmeSwiftTests",
      "sources" : [
        "AccountTests.swift",
        "MiscTemp.swift",
        "OrderTests.swift"
      ],
      "target_dependencies" : [
        "AcmeSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AcmeSwift",
      "module_type" : "SwiftTarget",
      "name" : "AcmeSwift",
      "path" : "Sources/AcmeSwift",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto",
        "_CryptoExtras",
        "JWTKit",
        "X509",
        "SwiftASN1"
      ],
      "product_memberships" : [
        "AcmeSwift"
      ],
      "sources" : [
        "APIs/AcmeSwift+Account.swift",
        "APIs/AcmeSwift+Certificates.swift",
        "APIs/AcmeSwift+Csr.swift",
        "APIs/AcmeSwift+Orders.swift",
        "APIs/AcmeSwift.swift",
        "Endpoints/Account/CreateAccountEndpoint.swift",
        "Endpoints/Account/DeactivateAccountEndpoint.swift",
        "Endpoints/Account/ListOrdersEndpoint.swift",
        "Endpoints/Authorization/GetAuthorizationEndpoint.swift",
        "Endpoints/Certificate/DownloadCertificateEndpoint.swift",
        "Endpoints/Certificate/RevokeCertificateEndpoint.swift",
        "Endpoints/EndpointProtocol.swift",
        "Endpoints/Order/CreateOrderEndpoint.swift",
        "Endpoints/Order/FinalizeOrderEndpoint.swift",
        "Endpoints/Order/GetOrderEndpoint.swift",
        "Endpoints/Order/ValidateChallengeEndpoint.swift",
        "Helpers/AcmeRequestBody.swift",
        "Helpers/HttpClient+Decode.swift",
        "Helpers/String+base64Url.swift",
        "Models/Account/AccountCredentials.swift",
        "Models/Account/AccountOrdersUrls.swift",
        "Models/Account/AcmeAccountInfo.swift",
        "Models/Account/AcmeAccountSpec.swift",
        "Models/AcmeDirectory.swift",
        "Models/AcmeError.swift",
        "Models/Certificate/RevokeSpec.swift",
        "Models/Order/AcmeAuthorization.swift",
        "Models/Order/AcmeFinalizeOrderSpec.swift",
        "Models/Order/AcmeOrderInfo.swift",
        "Models/Order/AcmeOrderSpec.swift",
        "Models/Order/ChallengeDescription.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.