The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwiftSentry, reference main (856cd1), with Swift 6.1 for Android on 29 May 2025 09:51:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/petrpavlik/swift-sentry.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/petrpavlik/swift-sentry
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 856cd19 Add Sentry service implementation and tests; refactor event creation logic
Cloned https://github.com/petrpavlik/swift-sentry.git
Revision (git rev-parse @):
856cd19549f6b70de5f07dac8ed4e5e4764670b6
SUCCESS checkout https://github.com/petrpavlik/swift-sentry.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/petrpavlik/swift-sentry.git
https://github.com/petrpavlik/swift-sentry.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "SwiftSentry",
  "name" : "SwiftSentry",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSentry",
      "targets" : [
        "SwiftSentry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSentryTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSentryTests",
      "path" : "Tests/SwiftSentryTests",
      "sources" : [
        "FatalErrorTests.swift",
        "SentryTests.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSentry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSentry",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSentry",
      "path" : "Sources/SwiftSentry",
      "product_dependencies" : [
        "Logging",
        "AsyncHTTPClient",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SwiftSentry"
      ],
      "sources" : [
        "Dsn.swift",
        "Envelope.swift",
        "Event.swift",
        "FatalError.swift",
        "LoggerHelpFunctions.swift",
        "Sentry+Service.swift",
        "Sentry.swift",
        "SentryLogHandler.swift",
        "UUIDHexadecimalEncoded.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
[1/3836] Fetching swift-log
[2/6262] Fetching swift-log, swift-service-lifecycle
[5957/20276] Fetching swift-log, swift-service-lifecycle, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.92s)
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.93s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.48s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.46s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.76s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.04s)
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-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
[1/5914] Fetching swift-nio-extras
[1007/17441] Fetching swift-nio-extras, swift-nio-http2
[4840/20108] Fetching swift-nio-extras, swift-nio-http2, swift-nio-transport-services
[5737/26067] Fetching swift-nio-extras, swift-nio-http2, swift-nio-transport-services, swift-algorithms
[7621/27777] Fetching swift-nio-extras, swift-nio-http2, swift-nio-transport-services, swift-algorithms, swift-atomics
[10941/42620] Fetching swift-nio-extras, swift-nio-http2, swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.21s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.21s)
[19914/38243] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[33792/114336] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.13s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.14s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.19s)
[58977/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.21s)
[44895/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.07s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (15.71s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (3.40s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.71s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
[1/1590] Fetching swift-asn1
[892/2731] Fetching swift-asn1, swift-http-structured-headers
[2459/3635] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[3636/9790] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.74s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.74s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.74s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.76s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.08s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.13s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.16s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.56s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.89s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.89s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.27.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/445] Write sources
[26/445] Compiling _NumericsShims _NumericsShims.c
[26/445] Compiling CNIOWindows shim.c
[28/445] Compiling _AtomicsShims.c
[29/445] Compiling CNIOWASI CNIOWASI.c
[30/445] Compiling CNIOWindows WSAStartup.c
[31/445] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[32/445] Compiling CNIOLinux liburing_shims.c
[33/445] Compiling CNIOLLHTTP c_nio_http.c
[34/445] Compiling CNIODarwin shim.c
[34/445] Compiling CNIOExtrasZlib empty.c
[36/445] Compiling CNIOLinux shim.c
[37/445] Compiling fiat_p256_adx_sqr.S
[38/445] Compiling fiat_p256_adx_mul.S
[39/445] Compiling CNIOLLHTTP c_nio_api.c
[40/445] Compiling fiat_curve25519_adx_mul.S
[41/445] Compiling fiat_curve25519_adx_square.S
[42/445] Write swift-version-24593BA9C3E375BF.txt
[43/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/445] Compiling CNIOBoringSSLShims shims.c
[45/451] Compiling tls_method.cc
[46/461] Compiling tls13_both.cc
[47/461] Compiling tls13_client.cc
[48/475] Compiling tls_record.cc
[50/483] Emitting module InternalCollectionsUtilities
[50/484] Compiling tls13_server.cc
[51/484] Compiling tls13_enc.cc
[52/484] Compiling ssl_x509.cc
[53/484] Compiling t1_enc.cc
[55/484] Compiling RealModule Float80+Real.swift
[56/484] Compiling RealModule Real.swift
[57/484] Compiling _NIODataStructures _TinyArray.swift
[58/485] Compiling RealModule Float16+Real.swift
[59/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/485] Compiling RealModule RealFunctions.swift
[61/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/485] Compiling InternalCollectionsUtilities Integer rank.swift
[63/485] Compiling ConcurrencyHelpers LockedValueBox.swift
[64/485] Compiling RealModule ElementaryFunctions.swift
[65/485] Compiling RealModule Float+Real.swift
[66/485] Compiling _NIODataStructures PriorityQueue.swift
[67/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/485] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/485] Compiling _NIOBase64 Base64.swift
[76/485] Emitting module _NIOBase64
[79/485] Emitting module RealModule
[80/485] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/485] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[82/485] Compiling InternalCollectionsUtilities Debugging.swift
[83/485] Compiling InternalCollectionsUtilities Descriptions.swift
[84/485] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/488] Compiling _NIODataStructures Heap.swift
[86/488] Emitting module _NIODataStructures
[90/489] Compiling ssl_versions.cc
[91/489] Compiling ssl_transcript.cc
[92/489] Compiling ssl_stat.cc
[94/559] Emitting module ConcurrencyHelpers
[95/559] Compiling ConcurrencyHelpers Lock.swift
[96/560] Emitting module Logging
[97/560] Compiling Logging MetadataProvider.swift
[98/560] Compiling Logging LogHandler.swift
[99/560] Compiling Logging Locks.swift
[100/560] Compiling Logging Logging.swift
[103/561] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[104/561] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/563] Compiling OrderedCollections _HashTable+Constants.swift
[106/563] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[106/563] Compiling ssl_session.cc
[108/563] Compiling OrderedCollections _HashTable.swift
[109/563] Compiling OrderedCollections _Hashtable+Header.swift
[110/563] Compiling OrderedCollections _HashTable+Testing.swift
[111/563] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[112/566] Compiling DequeModule _DequeSlot.swift
[113/566] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[118/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[126/573] Compiling OrderedCollections OrderedSet+Insertions.swift
[127/573] Compiling OrderedCollections OrderedSet+Invariants.swift
[128/573] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[129/573] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[130/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[131/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[132/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[133/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[134/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[135/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[136/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[137/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[138/573] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[139/573] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[140/573] Compiling OrderedCollections OrderedDictionary.swift
[141/573] Compiling OrderedCollections OrderedSet+Codable.swift
[142/573] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[143/573] Compiling OrderedCollections OrderedSet+Descriptions.swift
[144/573] Compiling OrderedCollections OrderedSet+Diffing.swift
[145/573] Compiling OrderedCollections OrderedSet+Equatable.swift
[146/573] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[147/573] Compiling OrderedCollections OrderedSet+Hashable.swift
[148/573] Compiling OrderedCollections OrderedDictionary+Codable.swift
[149/573] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[150/573] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[151/573] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[152/573] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[153/573] Compiling OrderedCollections OrderedDictionary+Elements.swift
[154/573] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[155/573] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[156/573] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[157/573] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[158/573] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[159/573] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[160/573] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[161/573] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[162/573] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[163/573] Compiling OrderedCollections OrderedDictionary+Values.swift
[164/573] Compiling OrderedCollections _HashTable+Bucket.swift
[165/573] Compiling OrderedCollections _HashTable+BucketIterator.swift
[166/573] Emitting module UnixSignals
[167/573] Emitting module DequeModule
[168/574] Compiling UnixSignals UnixSignal.swift
[169/574] Compiling UnixSignals UnixSignalsSequence.swift
[171/575] Compiling ssl_key_share.cc
[180/575] Compiling ssl_privkey.cc
[181/575] Compiling ssl_file.cc
[182/575] Compiling ssl_credential.cc
[184/575] Compiling OrderedCollections OrderedSet+Sendable.swift
[185/575] Compiling OrderedCollections OrderedSet+SubSequence.swift
[186/575] Compiling OrderedCollections OrderedSet+Testing.swift
[187/575] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[188/575] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[189/575] Compiling OrderedCollections OrderedSet.swift
[190/575] Compiling OrderedCollections _UnsafeBitset.swift
[190/575] Compiling ssl_lib.cc
[192/575] Emitting module OrderedCollections
[193/576] Compiling ssl_cert.cc
[194/576] Compiling ssl_cipher.cc
[195/576] Compiling ssl_buffer.cc
[196/576] Compiling ssl_asn1.cc
[197/576] Compiling s3_pkt.cc
[198/576] Compiling ssl_aead_ctx.cc
[199/576] Compiling s3_lib.cc
[200/576] Compiling s3_both.cc
[201/576] Compiling handshake_server.cc
[202/576] Compiling handoff.cc
[203/576] Compiling handshake.cc
[204/576] Compiling handshake_client.cc
[205/576] Compiling encrypted_client_hello.cc
[206/576] Compiling dtls_record.cc
[207/576] Compiling md5-x86_64-linux.S
[208/576] Compiling md5-x86_64-apple.S
[209/576] Compiling md5-586-linux.S
[210/576] Compiling md5-586-apple.S
[211/576] Compiling extensions.cc
[212/576] Compiling d1_pkt.cc
[213/576] Compiling chacha20_poly1305_x86_64-linux.S
[214/576] Compiling chacha20_poly1305_x86_64-apple.S
[215/576] Compiling chacha20_poly1305_armv8-win.S
[216/576] Compiling chacha20_poly1305_armv8-apple.S
[217/576] Compiling dtls_method.cc
[218/576] Compiling chacha20_poly1305_armv8-linux.S
[219/576] Compiling chacha-x86_64-linux.S
[220/576] Compiling chacha-x86_64-apple.S
[221/576] Compiling chacha-x86-linux.S
[222/576] Compiling chacha-x86-apple.S
[223/576] Compiling chacha-armv8-win.S
[224/576] Compiling chacha-armv8-apple.S
[225/576] Compiling chacha-armv8-linux.S
[226/576] Compiling chacha-armv4-linux.S
[227/576] Compiling aes128gcmsiv-x86_64-apple.S
[228/576] Compiling aes128gcmsiv-x86_64-linux.S
[229/576] Compiling x86_64-mont5-linux.S
[230/576] Compiling x86_64-mont5-apple.S
[231/576] Compiling d1_srtp.cc
[232/576] Compiling x86_64-mont-linux.S
[233/576] Compiling x86_64-mont-apple.S
[234/576] Compiling x86-mont-linux.S
[235/576] Compiling x86-mont-apple.S
[236/576] Compiling vpaes-x86_64-linux.S
[237/576] Compiling vpaes-x86_64-apple.S
[238/576] Compiling vpaes-x86-apple.S
[239/576] Compiling vpaes-x86-linux.S
[240/576] Compiling vpaes-armv8-win.S
[241/576] Compiling vpaes-armv8-apple.S
[242/576] Compiling vpaes-armv8-linux.S
[243/576] Compiling bio_ssl.cc
[244/576] Compiling vpaes-armv7-linux.S
[245/576] Compiling sha512-x86_64-linux.S
[246/576] Compiling sha512-x86_64-apple.S
[247/576] Compiling sha512-armv8-apple.S
[248/576] Compiling sha512-armv8-win.S
[249/576] Compiling sha512-armv4-linux.S
[250/576] Compiling err_data.cc
[251/576] Compiling sha512-586-linux.S
[252/576] Compiling sha512-armv8-linux.S
[253/576] Compiling sha512-586-apple.S
[254/576] Compiling d1_lib.cc
[255/576] Compiling sha256-x86_64-apple.S
[255/576] Compiling sha256-x86_64-linux.S
[257/576] Compiling sha256-armv8-apple.S
[258/576] Compiling sha256-armv4-linux.S
[259/576] Compiling sha256-armv8-win.S
[260/576] Compiling sha256-armv8-linux.S
[261/576] Compiling sha256-586-linux.S
[262/576] Compiling sha1-x86_64-apple.S
[263/576] Compiling sha1-armv8-win.S
[264/576] Compiling sha1-x86_64-linux.S
[265/576] Compiling sha1-586-linux.S
[266/576] Compiling sha256-586-apple.S
[267/576] Compiling sha1-armv8-apple.S
[268/576] Compiling sha1-586-apple.S
[269/576] Compiling sha1-armv4-large-linux.S
[270/576] Compiling sha1-armv8-linux.S
[271/576] Compiling rsaz-avx2-apple.S
[272/576] Compiling rdrand-x86_64-apple.S
[273/576] Compiling rsaz-avx2-linux.S
[274/576] Compiling rdrand-x86_64-linux.S
[275/576] Compiling p256_beeu-x86_64-asm-linux.S
[276/576] Compiling p256_beeu-armv8-asm-win.S
[277/576] Compiling p256_beeu-x86_64-asm-apple.S
[278/576] Compiling p256_beeu-armv8-asm-apple.S
[279/576] Compiling p256_beeu-armv8-asm-linux.S
[280/576] Compiling p256-armv8-asm-win.S
[281/576] Compiling p256-x86_64-asm-linux.S
[282/576] Compiling p256-x86_64-asm-apple.S
[283/576] Compiling ghashv8-armv8-apple.S
[284/576] Compiling p256-armv8-asm-apple.S
[285/576] Compiling p256-armv8-asm-linux.S
[286/576] Compiling ghashv8-armv8-win.S
[287/576] Compiling ghashv8-armv8-linux.S
[288/576] Compiling ghashv8-armv7-linux.S
[289/576] Compiling ghash-x86_64-linux.S
[290/576] Compiling ghash-x86_64-apple.S
[291/576] Compiling ghash-x86-linux.S
[292/576] Compiling ghash-x86-apple.S
[292/576] Compiling ghash-ssse3-x86_64-apple.S
[294/576] Compiling ghash-ssse3-x86-linux.S
[295/576] Compiling ghash-ssse3-x86_64-linux.S
[296/576] Compiling ghash-ssse3-x86-apple.S
[297/576] Compiling co-586-linux.S
[298/576] Compiling ghash-neon-armv8-win.S
[299/576] Compiling ghash-neon-armv8-apple.S
[300/576] Compiling ghash-neon-armv8-linux.S
[301/576] Compiling ghash-armv4-linux.S
[302/576] Compiling bsaes-armv7-linux.S
[303/576] Compiling co-586-apple.S
[304/576] Compiling bn-armv8-win.S
[305/576] Compiling armv8-mont-win.S
[306/576] Compiling bn-armv8-linux.S
[307/576] Compiling bn-586-linux.S
[307/576] Compiling bn-586-apple.S
[309/576] Compiling d1_both.cc
[310/576] Compiling bn-armv8-apple.S
[311/576] Compiling armv8-mont-apple.S
[312/576] Compiling armv8-mont-linux.S
[313/576] Compiling aesv8-armv8-win.S
[314/576] Compiling armv4-mont-linux.S
[315/576] Compiling aesv8-gcm-armv8-win.S
[316/576] Compiling aesv8-gcm-armv8-apple.S
[317/576] Compiling aesv8-armv8-linux.S
[318/576] Compiling aesv8-armv8-apple.S
[319/576] Compiling aesv8-armv7-linux.S
[320/576] Compiling aesni-x86_64-linux.S
[321/576] Compiling aesv8-gcm-armv8-linux.S
[321/576] Compiling aesni-x86-linux.S
[323/576] Compiling aesni-x86-apple.S
[324/576] Compiling aesni-gcm-x86_64-linux.S
[325/576] Compiling aesni-x86_64-apple.S
[326/576] Compiling aesni-gcm-x86_64-apple.S
[327/576] Compiling aes-gcm-avx2-x86_64-apple.S
[328/576] Compiling aes-gcm-avx10-x86_64-apple.S
[329/576] Compiling aes-gcm-avx2-x86_64-linux.S
[330/576] Compiling aes-gcm-avx10-x86_64-linux.S
[331/576] Compiling x_x509a.cc
[332/576] Compiling x_x509.cc
[333/576] Compiling x_sig.cc
[334/576] Compiling x_spki.cc
[335/576] Compiling x_pubkey.cc
[336/576] Compiling x_req.cc
[337/576] Compiling x_val.cc
[338/576] Compiling x_name.cc
[339/576] Compiling x_attrib.cc
[340/576] Compiling x509spki.cc
[341/576] Compiling x_all.cc
[342/576] Compiling x_crl.cc
[343/576] Compiling x_algor.cc
[344/576] Compiling x_exten.cc
[345/576] Compiling x509name.cc
[346/576] Compiling x509rset.cc
[347/576] Compiling x509cset.cc
[348/576] Compiling x509_vpm.cc
[349/576] Compiling x509_txt.cc
[350/576] Compiling x509_vfy.cc
[351/576] Compiling x509_v3.cc
[352/576] Compiling x509_trs.cc
[353/576] Compiling x509_set.cc
[354/576] Compiling x509_req.cc
[355/576] Compiling x509_obj.cc
[356/576] Compiling x509_ext.cc
[357/576] Compiling x509_def.cc
[358/576] Compiling x509_lu.cc
[359/576] Compiling x509_d2.cc
[360/576] Compiling x509_att.cc
[361/576] Compiling x509_cmp.cc
[362/576] Compiling x509.cc
[363/576] Compiling v3_utl.cc
[364/576] Compiling v3_skey.cc
[365/576] Compiling v3_pmaps.cc
[366/576] Compiling v3_purp.cc
[367/576] Compiling v3_ocsp.cc
[368/576] Compiling v3_prn.cc
[369/576] Compiling v3_pcons.cc
[370/576] Compiling v3_ncons.cc
[371/576] Compiling v3_extku.cc
[372/576] Compiling v3_int.cc
[373/576] Compiling v3_lib.cc
[374/576] Compiling v3_genn.cc
[375/576] Compiling v3_ia5.cc
[376/576] Compiling v3_info.cc
[377/576] Compiling v3_enum.cc
[378/576] Compiling v3_crld.cc
[379/576] Compiling v3_bitst.cc
[380/576] Compiling v3_conf.cc
[381/576] Compiling v3_cpols.cc
[382/576] Compiling v3_bcons.cc
[383/576] Compiling v3_akeya.cc
[384/576] Compiling v3_akey.cc
[385/576] Compiling v3_alt.cc
[386/576] Compiling t_x509.cc
[387/576] Compiling t_x509a.cc
[388/576] Compiling i2d_pr.cc
[389/576] Compiling by_file.cc
[390/576] Compiling t_req.cc
[391/576] Compiling name_print.cc
[392/576] Compiling policy.cc
[393/576] Compiling t_crl.cc
[394/576] Compiling rsa_pss.cc
[395/576] Compiling asn1_gen.cc
[396/576] Compiling by_dir.cc
[397/576] Compiling algorithm.cc
[398/576] Compiling trust_token.cc
[399/576] Compiling a_sign.cc
[400/576] Compiling a_verify.cc
[401/576] Compiling a_digest.cc
[402/576] Compiling voprf.cc
[403/576] Compiling thread_win.cc
[404/576] Compiling thread_pthread.cc
[405/576] Compiling thread_none.cc
[406/576] Compiling pmbtoken.cc
[407/576] Compiling stack.cc
[408/576] Compiling thread.cc
[409/576] Compiling sha256.cc
[410/576] Compiling slhdsa.cc
[411/576] Compiling siphash.cc
[412/576] Compiling sha512.cc
[413/576] Compiling rsa_print.cc
[414/576] Compiling sha1.cc
[415/576] Compiling rsa_extra.cc
[416/576] Compiling rsa_crypt.cc
[417/576] Compiling spake2plus.cc
[418/576] Compiling windows.cc
[419/576] Compiling refcount.cc
[420/576] Compiling passive.cc
[421/576] Compiling rc4.cc
[422/576] Compiling rsa_asn1.cc
[423/576] Compiling urandom.cc
[424/576] Compiling rand.cc
[425/576] Compiling trusty.cc
[426/576] Compiling poly1305_arm_asm.S
[427/576] Compiling getentropy.cc
[428/576] Compiling ios.cc
[429/576] Compiling deterministic.cc
[430/576] Compiling forkunsafe.cc
[431/576] Compiling poly1305_vec.cc
[432/576] Compiling fork_detect.cc
[433/576] Compiling poly1305_arm.cc
[434/576] Compiling pool.cc
[435/576] Compiling poly1305.cc
[436/576] Compiling pkcs7_x509.cc
[437/576] Compiling p5_pbev2.cc
[438/576] Compiling pkcs7.cc
[439/576] Compiling pkcs8.cc
[440/576] Compiling pkcs8_x509.cc
[441/576] Compiling pem_x509.cc
[442/576] Compiling pem_xaux.cc
[443/576] Compiling pem_pkey.cc
[444/576] Compiling pem_oth.cc
[445/576] Compiling pem_lib.cc
[446/576] Compiling pem_pk8.cc
[447/576] Compiling mlkem.cc
[448/576] Compiling pem_all.cc
[449/576] Compiling pem_info.cc
[450/576] Compiling obj_xref.cc
[451/576] Compiling mldsa.cc
[452/576] Compiling poly_rq_mul.S
[453/576] Compiling mem.cc
[454/576] Compiling fips_shared_support.cc
[455/576] Compiling obj.cc
[456/576] Compiling lhash.cc
[457/576] Compiling md5.cc
[458/576] Compiling sign.cc
[459/576] Compiling md4.cc
[460/576] Compiling ex_data.cc
[461/576] Compiling kyber.cc
[462/576] Compiling hpke.cc
[463/576] Compiling hrss.cc
[464/576] Compiling scrypt.cc
[465/576] Compiling print.cc
[466/576] Compiling pbkdf.cc
[467/576] Compiling p_ed25519.cc
[468/576] Compiling p_ed25519_asn1.cc
[469/576] Compiling p_x25519_asn1.cc
[470/576] Compiling p_x25519.cc
[471/576] Compiling p_rsa.cc
[472/576] Compiling p_dh_asn1.cc
[473/576] Compiling p_rsa_asn1.cc
[474/576] Compiling p_hkdf.cc
[475/576] Compiling p_ec.cc
[476/576] Compiling p_ec_asn1.cc
[477/576] Compiling p_dh.cc
[478/576] Compiling evp_ctx.cc
[479/576] Compiling evp.cc
[480/576] Compiling p_dsa_asn1.cc
[481/576] Compiling ec_derive.cc
[482/576] Compiling err.cc
[483/576] Compiling evp_asn1.cc
[484/576] Compiling engine.cc
[485/576] Compiling ecdh.cc
[486/576] Compiling bcm.cc
[487/576] Compiling hash_to_curve.cc
[488/576] Compiling ecdsa_asn1.cc
[489/576] Compiling dsa.cc
[490/576] Compiling digest_extra.cc
[491/576] Compiling dsa_asn1.cc
[492/576] Compiling ec_asn1.cc
[493/576] Compiling x25519-asm-arm.S
[494/576] Compiling params.cc
[495/576] Compiling des.cc
[496/576] Compiling dh_asn1.cc
[497/576] Compiling curve25519_64_adx.cc
[498/576] Compiling spake25519.cc
[499/576] Compiling curve25519.cc
[500/576] Compiling cpu_intel.cc
[501/576] Compiling crypto.cc
[502/576] Compiling cpu_aarch64_openbsd.cc
[503/576] Compiling cpu_arm_linux.cc
[504/576] Compiling cpu_arm_freebsd.cc
[505/576] Compiling cpu_aarch64_fuchsia.cc
[506/576] Compiling cpu_aarch64_win.cc
[507/576] Compiling cpu_aarch64_sysreg.cc
[508/576] Compiling cpu_aarch64_linux.cc
[509/576] Compiling cpu_aarch64_apple.cc
[510/576] Compiling tls_cbc.cc
[511/576] Compiling conf.cc
[512/576] Compiling get_cipher.cc
[513/576] Compiling e_chacha20poly1305.cc
[514/576] Compiling e_tls.cc
[515/576] Compiling e_rc4.cc
[516/576] Compiling e_rc2.cc
[517/576] Compiling e_null.cc
[518/576] Compiling unicode.cc
[519/576] Compiling e_des.cc
[520/576] Compiling ber.cc
[521/576] Compiling e_aesgcmsiv.cc
[522/576] Compiling e_aesctrhmac.cc
[523/576] Compiling derive_key.cc
[524/576] Compiling chacha.cc
[525/576] Compiling bn_asn1.cc
[526/576] Compiling cbs.cc
[527/576] Compiling socket_helper.cc
[528/576] Compiling buf.cc
[529/576] Compiling cbb.cc
[530/576] Compiling blake2.cc
[531/576] Compiling asn1_compat.cc
[532/576] Compiling hexdump.cc
[533/576] Compiling socket.cc
[534/576] Compiling convert.cc
[535/576] Compiling pair.cc
[536/576] Compiling file.cc
[537/576] Compiling errno.cc
[538/576] Compiling printf.cc
[539/576] Compiling fd.cc
[540/576] Compiling connect.cc
[541/576] Compiling bio_mem.cc
[542/576] Compiling bio.cc
[543/576] Compiling base64.cc
[544/576] Compiling tasn_enc.cc
[545/576] Compiling tasn_utl.cc
[546/576] Compiling tasn_fre.cc
[547/576] Compiling tasn_typ.cc
[548/576] Compiling f_string.cc
[549/576] Compiling tasn_new.cc
[550/576] Compiling posix_time.cc
[551/576] Compiling tasn_dec.cc
[552/576] Compiling f_int.cc
[553/576] Compiling asn_pack.cc
[554/576] Compiling asn1_par.cc
[555/576] Compiling a_octet.cc
[556/576] Compiling a_time.cc
[557/576] Compiling a_utctm.cc
[558/576] Compiling a_strnid.cc
[559/576] Compiling asn1_lib.cc
[560/576] Compiling a_type.cc
[561/576] Compiling a_strex.cc
[562/576] Compiling a_object.cc
[563/576] Compiling a_i2d_fp.cc
[564/576] Compiling a_dup.cc
[565/576] Compiling a_mbstr.cc
[565/576] Write sources
[569/576] Compiling a_d2i_fp.cc
[570/576] Compiling a_int.cc
[571/576] Compiling a_gentm.cc
[572/595] Compiling a_bool.cc
[573/640] Compiling a_bitstr.cc
[575/665] Compiling Algorithms Compacted.swift
[576/665] Compiling Algorithms Cycle.swift
[577/665] Compiling Algorithms EitherSequence.swift
[578/667] Compiling Algorithms Indexed.swift
[579/667] Compiling Algorithms Intersperse.swift
[580/667] Compiling Algorithms FlattenCollection.swift
[581/667] Compiling Algorithms Grouped.swift
[582/667] Compiling Algorithms Reductions.swift
[583/667] Compiling Algorithms Rotate.swift
[584/667] Compiling Atomics IntegerOperations.swift
[585/667] Compiling Atomics Unmanaged extensions.swift
[586/667] Compiling Algorithms Chunked.swift
[587/667] Compiling Algorithms Combinations.swift
[588/667] Compiling Algorithms RandomSample.swift
[589/667] Compiling Algorithms AdjacentPairs.swift
[590/667] Compiling Algorithms Chain.swift
[595/673] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[596/673] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[597/673] Compiling AsyncAlgorithms MergeStateMachine.swift
[598/673] Compiling AsyncAlgorithms MergeStorage.swift
[599/673] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[600/673] Compiling AsyncAlgorithms Rethrow.swift
[604/676] Compiling Algorithms Split.swift
[605/676] Compiling Algorithms Stride.swift
[606/676] Compiling Algorithms Suffix.swift
[609/676] Compiling Algorithms MinMax.swift
[614/676] Compiling Algorithms Trim.swift
[615/676] Compiling Algorithms Unique.swift
[619/676] Compiling Algorithms FirstNonNil.swift
[620/676] Compiling Algorithms Partition.swift
[621/676] Compiling Algorithms Permutations.swift
[622/676] Compiling Algorithms Product.swift
[623/676] Emitting module AsyncAlgorithms
[631/676] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[632/676] Compiling AsyncAlgorithms DebounceStateMachine.swift
[633/676] Compiling AsyncAlgorithms DebounceStorage.swift
[634/676] Compiling AsyncAlgorithms Dictionary.swift
[635/676] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[636/676] Compiling AsyncAlgorithms Locking.swift
[654/676] Compiling Algorithms Windows.swift
[656/676] Compiling AsyncAlgorithms ChannelStorage.swift
[657/676] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[658/676] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[659/676] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[660/676] Compiling AsyncAlgorithms CombineLatestStorage.swift
[661/676] Compiling AsyncAlgorithms SetAlgebra.swift
[662/676] Compiling AsyncAlgorithms UnsafeTransfer.swift
[663/676] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[664/676] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[665/676] Compiling AsyncAlgorithms ZipStateMachine.swift
[666/676] Compiling AsyncAlgorithms ZipStorage.swift
[674/685] Emitting module Atomics
[676/686] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[677/687] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[678/687] Emitting module ServiceLifecycle
[679/687] Compiling ServiceLifecycle CancellationWaiter.swift
[680/687] Compiling ServiceLifecycle GracefulShutdown.swift
[681/687] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[682/687] Compiling ServiceLifecycle ServiceRunnerError.swift
[682/687] Compiling c-atomics.c
[684/687] Emitting module Algorithms
[684/688] Compiling c-nioatomics.c
[687/694] Compiling ServiceLifecycle Service.swift
[688/694] Compiling ServiceLifecycle ServiceGroup.swift
[689/695] Compiling NIOConcurrencyHelpers NIOLock.swift
[691/695] Compiling NIOConcurrencyHelpers lock.swift
[692/695] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[693/695] Compiling NIOConcurrencyHelpers atomics.swift
[694/695] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[695/695] Emitting module NIOConcurrencyHelpers
[697/756] Compiling NIOCore MulticastChannel.swift
[698/756] Compiling NIOCore NIOAny.swift
[699/756] Compiling NIOCore NIOCloseOnErrorHandler.swift
[700/756] Compiling NIOCore NIOLoopBound.swift
[701/756] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[702/756] Compiling NIOCore NIOScheduledCallback.swift
[703/756] Compiling NIOCore NIOSendable.swift
[704/756] Compiling NIOCore RecvByteBufferAllocator.swift
[705/764] Compiling NIOCore IO.swift
[706/764] Compiling NIOCore IOData.swift
[707/764] Compiling NIOCore IPProtocol.swift
[708/764] Compiling NIOCore IntegerBitPacking.swift
[709/764] Compiling NIOCore IntegerTypes.swift
[710/764] Compiling NIOCore Interfaces.swift
[711/764] Compiling NIOCore Linux.swift
[712/764] Compiling NIOCore MarkedCircularBuffer.swift
[713/764] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[714/764] Compiling NIOCore EventLoopFuture+Deprecated.swift
[715/764] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[716/764] Compiling NIOCore EventLoopFuture.swift
[717/764] Compiling NIOCore FileDescriptor.swift
[718/764] Compiling NIOCore FileHandle.swift
[719/764] Compiling NIOCore FileRegion.swift
[720/764] Compiling NIOCore GlobalSingletons.swift
[721/764] Compiling NIOCore CircularBuffer.swift
[722/764] Compiling NIOCore Codec.swift
[723/764] Compiling NIOCore ConvenienceOptionSupport.swift
[724/764] Compiling NIOCore DeadChannel.swift
[725/764] Compiling NIOCore DispatchQueue+WithFuture.swift
[726/764] Compiling NIOCore EventLoop+Deprecated.swift
[727/764] Compiling NIOCore EventLoop+SerialExecutor.swift
[728/764] Compiling NIOCore EventLoop.swift
[729/764] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[730/764] Compiling NIOCore SocketAddresses.swift
[731/764] Compiling NIOCore SocketOptionProvider.swift
[732/764] Compiling NIOCore SystemCallHelpers.swift
[733/764] Compiling NIOCore TimeAmount+Duration.swift
[734/764] Compiling NIOCore TypeAssistedChannelHandler.swift
[735/764] Compiling NIOCore UniversalBootstrapSupport.swift
[736/764] Compiling NIOCore Utilities.swift
[737/764] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[738/764] Compiling NIOCore BSDSocketAPI.swift
[739/764] Compiling NIOCore ByteBuffer-aux.swift
[740/764] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[741/764] Compiling NIOCore ByteBuffer-conversions.swift
[742/764] Compiling NIOCore ByteBuffer-core.swift
[743/764] Compiling NIOCore ByteBuffer-hex.swift
[744/764] Compiling NIOCore ByteBuffer-int.swift
[745/764] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[746/764] Compiling NIOCore AddressedEnvelope.swift
[747/764] Compiling NIOCore AsyncAwaitSupport.swift
[748/764] Compiling NIOCore AsyncChannel.swift
[749/764] Compiling NIOCore AsyncChannelHandler.swift
[750/764] Compiling NIOCore AsyncChannelInboundStream.swift
[751/764] Compiling NIOCore AsyncChannelOutboundWriter.swift
[752/764] Compiling NIOCore NIOAsyncSequenceProducer.swift
[753/764] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[754/764] Compiling NIOCore NIOAsyncWriter.swift
[755/764] Compiling NIOCore ByteBuffer-multi-int.swift
[756/764] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[757/764] Compiling NIOCore ByteBuffer-views.swift
[758/764] Compiling NIOCore Channel.swift
[759/764] Compiling NIOCore ChannelHandler.swift
[760/764] Compiling NIOCore ChannelHandlers.swift
[761/764] Compiling NIOCore ChannelInvoker.swift
[762/764] Compiling NIOCore ChannelOption.swift
[763/764] Compiling NIOCore ChannelPipeline.swift
[764/764] Emitting module NIOCore
[766/815] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[767/815] Compiling NIOEmbedded Embedded.swift
[768/815] Compiling NIOEmbedded AsyncTestingChannel.swift
[769/815] Emitting module NIOEmbedded
[771/816] Emitting module NIOPosix
[772/822] Compiling NIOPosix Pool.swift
[773/822] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[774/822] Compiling NIOPosix PosixSingletons.swift
[775/822] Compiling NIOPosix RawSocketBootstrap.swift
[776/822] Compiling NIOPosix Resolver.swift
[777/822] Compiling NIOPosix Selectable.swift
[778/822] Compiling NIOPosix ServerSocket.swift
[779/822] Compiling NIOPosix Socket.swift
[780/822] Compiling NIOPosix SocketChannel.swift
[781/822] Compiling NIOPosix SocketProtocols.swift
[782/822] Compiling NIOPosix System.swift
[783/822] Compiling NIOPosix Thread.swift
[784/822] Compiling NIOPosix SelectableChannel.swift
[785/822] Compiling NIOPosix SelectableEventLoop.swift
[786/822] Compiling NIOPosix SelectorEpoll.swift
[787/822] Compiling NIOPosix SelectorGeneric.swift
[788/822] Compiling NIOPosix SelectorKqueue.swift
[789/822] Compiling NIOPosix SelectorUring.swift
[790/822] Compiling NIOPosix BSDSocketAPICommon.swift
[791/822] Compiling NIOPosix BSDSocketAPIPosix.swift
[792/822] Compiling NIOPosix BSDSocketAPIWindows.swift
[793/822] Compiling NIOPosix BaseSocket.swift
[794/822] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[795/822] Compiling NIOPosix BaseSocketChannel.swift
[796/822] Compiling NIOPosix BaseStreamSocketChannel.swift
[797/822] Compiling NIOPosix ThreadPosix.swift
[798/822] Compiling NIOPosix ThreadWindows.swift
[799/822] Compiling NIOPosix UnsafeTransfer.swift
[800/822] Compiling NIOPosix Utilities.swift
[801/822] Compiling NIOPosix VsockAddress.swift
[802/822] Compiling NIOPosix VsockChannelEvents.swift
[803/822] Compiling NIOPosix IO.swift
[804/822] Compiling NIOPosix IntegerBitPacking.swift
[805/822] Compiling NIOPosix IntegerTypes.swift
[806/822] Compiling NIOPosix Linux.swift
[807/822] Compiling NIOPosix LinuxCPUSet.swift
[808/822] Compiling NIOPosix LinuxUring.swift
[809/822] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[810/822] Compiling NIOPosix NIOThreadPool.swift
[811/822] Compiling NIOPosix NonBlockingFileIO.swift
[812/822] Compiling NIOPosix PendingDatagramWritesManager.swift
[813/822] Compiling NIOPosix PendingWritesManager.swift
[814/822] Compiling NIOPosix PipeChannel.swift
[815/822] Compiling NIOPosix PipePair.swift
[816/822] Compiling NIOPosix Bootstrap.swift
[817/822] Compiling NIOPosix ControlMessage.swift
[818/822] Compiling NIOPosix DatagramVectorReadManager.swift
[819/822] Compiling NIOPosix Errors+Any.swift
[820/822] Compiling NIOPosix FileDescriptor.swift
[821/822] Compiling NIOPosix GetaddrinfoResolver.swift
[822/822] Compiling NIOPosix HappyEyeballs.swift
[824/825] Emitting module NIO
[825/825] Compiling NIO Exports.swift
[827/865] Emitting module NIOTLS
[828/865] Compiling NIOTLS TLSEvents.swift
[829/865] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[830/866] Compiling NIOSOCKS SOCKSResponse.swift
[831/866] Compiling NIOSOCKS ClientStateMachine.swift
[832/866] Compiling NIOSOCKS AuthenticationMethod.swift
[833/866] Compiling NIOSOCKS ClientGreeting.swift
[834/866] Compiling NIOSOCKS SOCKSClientHandler.swift
[835/866] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[836/866] Emitting module NIOSOCKS
[837/866] Compiling NIOSOCKS ServerStateMachine.swift
[838/866] Compiling NIOSOCKS Errors.swift
[839/866] Compiling NIOSOCKS Helpers.swift
[840/866] Compiling NIOSOCKS Messages.swift
[841/866] Compiling NIOSOCKS SOCKSRequest.swift
[842/867] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[843/867] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[844/867] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[845/867] Compiling NIOTLS SNIHandler.swift
[847/868] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[848/868] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[850/870] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[851/870] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[852/899] Compiling NIOSSL IdentityVerification.swift
[853/899] Compiling NIOSSL LinuxCABundle.swift
[854/899] Compiling NIOSSL NIOSSLClientHandler.swift
[855/899] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[856/899] Compiling NIOSSL NIOSSLHandler.swift
[857/899] Compiling NIOSSL NIOSSLServerHandler.swift
[858/899] Compiling NIOSSL ObjectIdentifier.swift
[859/899] Compiling NIOSSL PosixPort.swift
[860/899] Compiling NIOSSL SafeCompare.swift
[861/899] Compiling NIOSSL SSLContext.swift
[862/899] Emitting module NIOHTTP1
[863/899] Compiling NIOSSL AndroidCABundle.swift
[864/899] Compiling NIOSSL ByteBufferBIO.swift
[865/899] Compiling NIOSSL CustomPrivateKey.swift
[867/918] Compiling NIOHPACK IntegerCoding.swift
[868/918] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[869/919] Compiling NIOHPACK HuffmanTables.swift
[870/919] Compiling NIOHPACK IndexedHeaderTable.swift
[871/919] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[872/919] Emitting module NIOSSL
[873/923] Compiling NIOHPACK StaticHeaderTable.swift
[874/923] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[875/923] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[876/923] Emitting module NIOFoundationCompat
[877/923] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[878/924] Compiling NIOHPACK HPACKEncoder.swift
[879/924] Compiling NIOHPACK HPACKErrors.swift
[880/924] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[881/924] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[882/924] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[884/924] Compiling NIOHPACK HuffmanCoding.swift
[885/924] Emitting module NIOHPACK
[886/924] Compiling NIOHPACK DynamicHeaderTable.swift
[887/924] Compiling NIOHPACK HPACKDecoder.swift
[888/924] Compiling NIOHTTPCompression HTTPCompression.swift
[889/924] Emitting module NIOHTTPCompression
[890/924] Compiling NIOHTTPCompression HTTPDecompression.swift
[895/925] Compiling NIOHPACK HPACKHeader.swift
[896/925] Compiling NIOHPACK HeaderTables.swift
[900/925] Compiling NIOSSL SSLPrivateKey.swift
[901/925] Compiling NIOSSL SSLPublicKey.swift
[902/925] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[903/925] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[907/925] Compiling NIOSSL SSLCallbacks.swift
[908/925] Compiling NIOSSL SSLCertificate.swift
[909/925] Compiling NIOSSL SSLCertificateExtensions.swift
[910/925] Compiling NIOSSL SSLCertificateName.swift
[911/925] Compiling NIOSSL SSLConnection.swift
[912/947] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[913/947] Compiling NIOTransportServices NIOTSListenerChannel.swift
[914/948] Emitting module NIOTransportServices
[915/950] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[916/950] Compiling NIOTransportServices NIOTSSingletons.swift
[917/950] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[918/950] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[919/950] Compiling NIOTransportServices NIOTSErrors.swift
[920/950] Compiling NIOTransportServices NIOTSEventLoop.swift
[921/950] Compiling NIOTransportServices NIOTSBootstraps.swift
[922/950] Compiling NIOTransportServices NIOTSChannelOptions.swift
[924/950] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[927/950] Compiling NIOTransportServices AcceptHandler.swift
[928/950] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[929/950] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[933/950] Compiling NIOTransportServices StateManagedChannel.swift
[934/950] Compiling NIOTransportServices StateManagedListenerChannel.swift
[935/950] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[941/950] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[942/950] Compiling NIOTransportServices NIOTSDatagramListener.swift
[943/950] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[944/950] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[945/950] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[946/950] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[948/1009] Compiling NIOHTTP2 HTTP2FrameParser.swift
[949/1009] Compiling NIOHTTP2 HTTP2PingData.swift
[950/1009] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[951/1009] Compiling NIOHTTP2 HTTP2Settings.swift
[953/1010] Compiling NIOHTTP2 MaySendFrames.swift
[954/1010] Compiling NIOHTTP2 SendingDataState.swift
[955/1010] Compiling NIOHTTP2 SendingGoawayState.swift
[956/1010] Compiling NIOHTTP2 SendingHeadersState.swift
[957/1010] Compiling NIOHTTP2 SendingPushPromiseState.swift
[958/1010] Compiling NIOHTTP2 SendingRstStreamState.swift
[959/1010] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[960/1010] Compiling NIOHTTP2 HTTP2SettingsState.swift
[961/1018] Emitting module NIOHTTP2
[962/1018] Compiling NIOHTTP2 StateMachineResult.swift
[963/1018] Compiling NIOHTTP2 ContentLengthVerifier.swift
[964/1018] Compiling NIOHTTP2 DOSHeuristics.swift
[965/1018] Compiling NIOHTTP2 Error+Any.swift
[966/1018] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[967/1018] Compiling NIOHTTP2 ControlFrameBuffer.swift
[968/1018] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[969/1018] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[970/1018] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[971/1018] Compiling NIOHTTP2 HasFlowControlWindows.swift
[972/1018] Compiling NIOHTTP2 HasLocalSettings.swift
[973/1018] Compiling NIOHTTP2 HasRemoteSettings.swift
[974/1018] Compiling NIOHTTP2 LocallyQuiescingState.swift
[975/1018] Compiling NIOHTTP2 QuiescingState.swift
[976/1018] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[977/1018] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[978/1018] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[979/1018] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[980/1018] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[981/1018] Compiling NIOHTTP2 HTTP2StreamID.swift
[982/1018] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[983/1018] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[984/1018] Compiling NIOHTTP2 HTTP2UserEvents.swift
[985/1018] Compiling NIOHTTP2 InboundEventBuffer.swift
[986/1018] Compiling NIOHTTP2 InboundWindowManager.swift
[987/1018] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[988/1018] Compiling NIOHTTP2 StreamChannelFlowController.swift
[989/1018] Compiling NIOHTTP2 StreamChannelList.swift
[990/1018] Compiling NIOHTTP2 StreamMap.swift
[991/1018] Compiling NIOHTTP2 StreamStateMachine.swift
[992/1018] Compiling NIOHTTP2 UnsafeTransfer.swift
[993/1018] Compiling NIOHTTP2 WatermarkedFlowController.swift
[994/1018] Compiling NIOHTTP2 ConnectionStateMachine.swift
[995/1018] Compiling NIOHTTP2 ConnectionStreamsState.swift
[996/1018] Compiling NIOHTTP2 MayReceiveFrames.swift
[997/1018] Compiling NIOHTTP2 ReceivingDataState.swift
[998/1018] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[999/1018] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1000/1018] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1001/1018] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1002/1018] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1003/1018] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1004/1018] Compiling NIOHTTP2 HTTP2Frame.swift
[1005/1018] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1010/1018] Compiling NIOHTTP2 HTTP2Stream.swift
[1011/1018] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1012/1018] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1013/1018] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1014/1018] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1015/1018] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1016/1018] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1017/1018] Compiling NIOHTTP2 HTTP2Error.swift
[1018/1018] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1020/1079] Emitting module AsyncHTTPClient
[1021/1087] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1022/1087] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1023/1087] Compiling AsyncHTTPClient Transaction.swift
[1024/1087] Compiling AsyncHTTPClient Base64.swift
[1025/1087] Compiling AsyncHTTPClient BasicAuth.swift
[1026/1087] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1027/1087] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1028/1087] Compiling AsyncHTTPClient ConnectionPool.swift
[1029/1087] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1030/1087] Compiling AsyncHTTPClient HTTPHandler.swift
[1031/1087] Compiling AsyncHTTPClient LRUCache.swift
[1032/1087] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1033/1087] Compiling AsyncHTTPClient NWErrorHandler.swift
[1034/1087] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1035/1087] Compiling AsyncHTTPClient TLSConfiguration.swift
[1036/1087] Compiling AsyncHTTPClient RedirectState.swift
[1037/1087] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1038/1087] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1039/1087] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1040/1087] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1041/1087] Compiling AsyncHTTPClient HTTP1Connection.swift
[1042/1087] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1043/1087] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1044/1087] Compiling AsyncHTTPClient HTTP2Connection.swift
[1045/1087] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1046/1087] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1047/1087] Compiling AsyncHTTPClient ConnectionTarget.swift
[1048/1087] Compiling AsyncHTTPClient DeconstructedURL.swift
[1049/1087] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1050/1087] Compiling AsyncHTTPClient FoundationExtensions.swift
[1051/1087] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1052/1087] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1053/1087] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1054/1087] Compiling AsyncHTTPClient HTTPClient.swift
[1055/1087] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1056/1087] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1057/1087] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1058/1087] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1059/1087] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1060/1087] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1061/1087] Compiling AsyncHTTPClient RequestBodyLength.swift
[1062/1087] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1063/1087] Compiling AsyncHTTPClient RequestBag.swift
[1064/1087] Compiling AsyncHTTPClient RequestValidation.swift
[1065/1087] Compiling AsyncHTTPClient SSLContextCache.swift
[1066/1087] Compiling AsyncHTTPClient Scheme.swift
[1067/1087] Compiling AsyncHTTPClient Singleton.swift
[1068/1087] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1069/1087] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1070/1087] Compiling AsyncHTTPClient Utils.swift
[1071/1087] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1072/1087] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1073/1087] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1074/1087] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1075/1087] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1076/1087] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1077/1087] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1078/1087] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1079/1087] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1080/1087] Compiling AsyncHTTPClient RequestOptions.swift
[1081/1087] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1082/1087] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1083/1087] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1084/1087] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1085/1087] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1086/1087] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1087/1087] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1089/1097] Compiling SwiftSentry FatalError.swift
[1090/1097] Compiling SwiftSentry LoggerHelpFunctions.swift
[1091/1098] Compiling SwiftSentry Sentry.swift
/host/spi-builder-workspace/Sources/SwiftSentry/Sentry.swift:199:21: error: cannot find 'rateLimiter' in scope
197 |         }
198 |
199 |         guard await rateLimiter.isRateLimited() == false else {
    |                     `- error: cannot find 'rateLimiter' in scope
200 |             logger.debug("Skipping event due to rate limiting")
201 |             return
/host/spi-builder-workspace/Sources/SwiftSentry/Sentry.swift:209:34: error: errors thrown from here are not handled
207 |         let encoder = JSONEncoder()
208 |
209 |         let envelope: Envelope = try .init(
    |                                  `- error: errors thrown from here are not handled
210 |             header: .init(eventId: nil, dsn: nil, sdk: nil),
211 |             items: events.map { event in
[1092/1098] Compiling SwiftSentry Sentry+Service.swift
[1093/1098] Compiling SwiftSentry SentryLogHandler.swift
[1094/1098] Compiling SwiftSentry UUIDHexadecimalEncoded.swift
[1095/1098] Compiling SwiftSentry Event.swift
[1096/1098] Emitting module SwiftSentry
[1097/1098] Compiling SwiftSentry Dsn.swift
[1098/1098] Compiling SwiftSentry Envelope.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/39] Compiling RealModule AugmentedArithmetic.swift
[3/39] Compiling RealModule Double+Real.swift
[4/47] Compiling Atomics OptionalRawRepresentable.swift
[5/47] Compiling Atomics RawRepresentable.swift
[6/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[7/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/65] Compiling RealModule Real.swift
[9/65] Compiling RealModule Float80+Real.swift
[10/66] Emitting module InternalCollectionsUtilities
[11/66] Compiling RealModule RealFunctions.swift
[12/66] Compiling Logging MetadataProvider.swift
[13/66] Compiling ConcurrencyHelpers LockedValueBox.swift
[14/66] Compiling Atomics ManagedAtomic.swift
[15/66] Compiling Atomics ManagedAtomicLazyReference.swift
[16/66] Compiling Atomics UnsafeAtomic.swift
[17/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/68] Compiling Atomics AtomicBool.swift
[21/68] Compiling Atomics Primitives.shims.swift
[22/68] Compiling NIOConcurrencyHelpers NIOLock.swift
[23/68] Compiling NIOConcurrencyHelpers lock.swift
[24/68] Compiling Atomics PointerConformances.swift
[25/68] Compiling Atomics Primitives.native.swift
[26/68] Compiling Atomics AtomicValue.swift
[27/68] Compiling Atomics IntegerConformances.swift
[28/68] Compiling Atomics AtomicMemoryOrderings.swift
[29/68] Compiling Atomics DoubleWord.swift
[30/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/68] Emitting module ConcurrencyHelpers
[32/68] Compiling ConcurrencyHelpers Lock.swift
[34/68] Compiling Atomics AtomicInteger.swift
[35/68] Compiling Atomics AtomicOptionalWrappable.swift
[36/68] Compiling Atomics AtomicReference.swift
[37/68] Compiling Atomics AtomicStorage.swift
[39/68] Compiling RealModule ElementaryFunctions.swift
[40/69] Emitting module RealModule
[42/69] Emitting module _NIODataStructures
[43/69] Compiling _NIODataStructures Heap.swift
[47/69] Compiling RealModule Float+Real.swift
[48/69] Compiling RealModule Float16+Real.swift
[49/70] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[50/70] Compiling NIOConcurrencyHelpers atomics.swift
[51/71] Emitting module Logging
[52/71] Compiling Logging Locks.swift
[53/71] Emitting module NIOConcurrencyHelpers
[54/72] Compiling _NIOBase64 Base64.swift
[55/72] Emitting module _NIOBase64
[61/73] Compiling _NIODataStructures _TinyArray.swift
[62/73] Compiling _NIODataStructures PriorityQueue.swift
[64/74] Emitting module Atomics
[65/74] Compiling Atomics IntegerOperations.swift
[66/74] Compiling Atomics Unmanaged extensions.swift
[67/74] Compiling Logging LogHandler.swift
[68/74] Compiling Logging Logging.swift
[77/174] Compiling OrderedCollections _HashTable+Constants.swift
[78/174] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/176] Emitting module UnixSignals
[80/176] Compiling UnixSignals UnixSignal.swift
[81/176] Compiling UnixSignals UnixSignalsSequence.swift
[82/177] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/177] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/177] Compiling OrderedCollections _HashTable+Testing.swift
[85/177] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[86/177] Compiling OrderedCollections _HashTable+Bucket.swift
[87/177] Compiling OrderedCollections _HashTable+BucketIterator.swift
[88/177] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[89/177] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/177] Compiling DequeModule _DequeSlot.swift
[91/177] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/177] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[94/177] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[95/177] Compiling OrderedCollections OrderedDictionary+Codable.swift
[96/177] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[97/177] Emitting module DequeModule
[98/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[99/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[100/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[101/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[102/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[103/178] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[104/178] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[105/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[106/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[107/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[108/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[109/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[110/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[111/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[112/185] Compiling OrderedCollections OrderedSet+Initializers.swift
[113/185] Compiling OrderedCollections OrderedSet+Insertions.swift
[114/185] Compiling OrderedCollections OrderedSet+Invariants.swift
[115/185] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[116/185] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[117/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[118/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[119/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[120/185] Compiling OrderedCollections OrderedDictionary.swift
[121/185] Compiling OrderedCollections OrderedSet+Codable.swift
[122/185] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[123/185] Compiling OrderedCollections OrderedSet+Descriptions.swift
[124/185] Compiling OrderedCollections OrderedSet+Diffing.swift
[125/185] Compiling OrderedCollections OrderedSet+Equatable.swift
[126/185] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[127/185] Compiling OrderedCollections OrderedSet+Hashable.swift
[137/185] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[138/185] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[139/185] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[140/185] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[141/185] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[142/185] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[143/185] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[144/185] Compiling OrderedCollections OrderedDictionary+Values.swift
[173/248] Compiling NIOCore ByteBuffer-hex.swift
[174/248] Compiling NIOCore ByteBuffer-int.swift
[175/248] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[176/248] Emitting module OrderedCollections
[177/248] Compiling NIOCore DeadChannel.swift
[178/248] Compiling NIOCore DispatchQueue+WithFuture.swift
[179/248] Compiling NIOCore EventLoop+Deprecated.swift
[180/248] Compiling NIOCore EventLoop+SerialExecutor.swift
[181/248] Compiling NIOCore EventLoop.swift
[182/248] Compiling OrderedCollections OrderedSet.swift
[183/248] Compiling OrderedCollections _UnsafeBitset.swift
[185/249] Compiling NIOCore AddressedEnvelope.swift
[186/249] Compiling NIOCore AsyncAwaitSupport.swift
[187/249] Compiling NIOCore AsyncChannel.swift
[188/249] Compiling NIOCore AsyncChannelHandler.swift
[189/250] Compiling NIOCore MulticastChannel.swift
[190/250] Compiling NIOCore NIOAny.swift
[191/250] Compiling NIOCore NIOCloseOnErrorHandler.swift
[192/250] Compiling NIOCore NIOLoopBound.swift
[193/250] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[194/250] Compiling NIOCore NIOScheduledCallback.swift
[195/250] Compiling NIOCore NIOSendable.swift
[196/250] Compiling NIOCore RecvByteBufferAllocator.swift
[197/302] Emitting module Algorithms
[199/303] Compiling AsyncAlgorithms ChannelStorage.swift
[200/303] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[201/303] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[202/303] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[203/303] Compiling AsyncAlgorithms CombineLatestStorage.swift
[204/303] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[205/303] Compiling AsyncAlgorithms DebounceStateMachine.swift
[206/303] Compiling AsyncAlgorithms DebounceStorage.swift
[207/303] Compiling AsyncAlgorithms Dictionary.swift
[208/303] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[209/303] Compiling AsyncAlgorithms Locking.swift
[210/303] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[211/303] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[212/303] Compiling AsyncAlgorithms MergeStateMachine.swift
[213/303] Compiling AsyncAlgorithms MergeStorage.swift
[214/303] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[220/303] Compiling AsyncAlgorithms Rethrow.swift
[221/309] Emitting module AsyncAlgorithms
[222/309] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[223/309] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[224/309] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[225/309] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[226/309] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[227/309] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[228/309] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[229/309] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[230/309] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[231/309] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[232/309] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[233/309] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[234/309] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[235/309] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[242/309] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[243/309] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[244/309] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[245/309] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[246/309] Compiling AsyncAlgorithms AsyncChannel.swift
[247/309] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[248/309] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[249/309] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[250/309] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[251/309] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[252/309] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[253/309] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[254/309] Compiling AsyncAlgorithms ChannelStateMachine.swift
[269/309] Compiling NIOCore CircularBuffer.swift
[270/309] Compiling NIOCore Codec.swift
[271/309] Compiling NIOCore ConvenienceOptionSupport.swift
[277/309] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[278/309] Compiling NIOCore SocketAddresses.swift
[279/309] Compiling NIOCore SocketOptionProvider.swift
[280/309] Compiling NIOCore SystemCallHelpers.swift
[281/309] Compiling NIOCore TimeAmount+Duration.swift
[282/309] Compiling NIOCore TypeAssistedChannelHandler.swift
[283/309] Compiling NIOCore UniversalBootstrapSupport.swift
[284/309] Compiling NIOCore Utilities.swift
[285/309] Compiling AsyncAlgorithms SetAlgebra.swift
[286/309] Compiling AsyncAlgorithms UnsafeTransfer.swift
[287/309] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[288/309] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[289/309] Compiling AsyncAlgorithms ZipStateMachine.swift
[290/309] Compiling AsyncAlgorithms ZipStorage.swift
[292/318] Compiling ServiceLifecycle CancellationWaiter.swift
[293/319] Compiling ServiceLifecycle GracefulShutdown.swift
[294/319] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[295/319] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[296/319] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[297/319] Compiling ServiceLifecycle ServiceRunnerError.swift
[298/319] Emitting module ServiceLifecycle
[299/319] Compiling ServiceLifecycle ServiceGroup.swift
[300/319] Compiling ServiceLifecycle Service.swift
[320/320] Emitting module NIOCore
[322/371] Emitting module NIOEmbedded
[323/371] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[324/371] Compiling NIOEmbedded AsyncTestingChannel.swift
[325/371] Compiling NIOEmbedded Embedded.swift
[327/372] Compiling NIOPosix ServerSocket.swift
[328/372] Compiling NIOPosix Socket.swift
[329/372] Compiling NIOPosix SocketChannel.swift
[330/372] Compiling NIOPosix SocketProtocols.swift
[331/372] Compiling NIOPosix System.swift
[332/372] Compiling NIOPosix Thread.swift
[333/378] Compiling NIOPosix SelectableChannel.swift
[334/378] Compiling NIOPosix SelectableEventLoop.swift
[335/378] Compiling NIOPosix SelectorEpoll.swift
[336/378] Compiling NIOPosix SelectorGeneric.swift
[337/378] Compiling NIOPosix SelectorKqueue.swift
[338/378] Compiling NIOPosix SelectorUring.swift
[339/378] Compiling NIOPosix Pool.swift
[340/378] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[341/378] Compiling NIOPosix PosixSingletons.swift
[342/378] Compiling NIOPosix RawSocketBootstrap.swift
[343/378] Compiling NIOPosix Resolver.swift
[344/378] Compiling NIOPosix Selectable.swift
[345/378] Compiling NIOPosix ThreadPosix.swift
[346/378] Compiling NIOPosix ThreadWindows.swift
[347/378] Compiling NIOPosix UnsafeTransfer.swift
[348/378] Compiling NIOPosix Utilities.swift
[349/378] Compiling NIOPosix VsockAddress.swift
[350/378] Compiling NIOPosix VsockChannelEvents.swift
[351/378] Compiling NIOPosix BSDSocketAPICommon.swift
[352/378] Compiling NIOPosix BSDSocketAPIPosix.swift
[353/378] Compiling NIOPosix BSDSocketAPIWindows.swift
[354/378] Compiling NIOPosix BaseSocket.swift
[355/378] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[356/378] Compiling NIOPosix BaseSocketChannel.swift
[357/378] Compiling NIOPosix BaseStreamSocketChannel.swift
[358/378] Emitting module NIOPosix
[359/378] Compiling NIOPosix Bootstrap.swift
[360/378] Compiling NIOPosix ControlMessage.swift
[361/378] Compiling NIOPosix DatagramVectorReadManager.swift
[362/378] Compiling NIOPosix Errors+Any.swift
[363/378] Compiling NIOPosix FileDescriptor.swift
[364/378] Compiling NIOPosix GetaddrinfoResolver.swift
[365/378] Compiling NIOPosix HappyEyeballs.swift
[366/378] Compiling NIOPosix IO.swift
[367/378] Compiling NIOPosix IntegerBitPacking.swift
[368/378] Compiling NIOPosix IntegerTypes.swift
[369/378] Compiling NIOPosix Linux.swift
[370/378] Compiling NIOPosix LinuxCPUSet.swift
[371/378] Compiling NIOPosix LinuxUring.swift
[372/378] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[373/378] Compiling NIOPosix NIOThreadPool.swift
[374/378] Compiling NIOPosix NonBlockingFileIO.swift
[375/378] Compiling NIOPosix PendingDatagramWritesManager.swift
[376/378] Compiling NIOPosix PendingWritesManager.swift
[377/378] Compiling NIOPosix PipeChannel.swift
[378/378] Compiling NIOPosix PipePair.swift
[380/381] Compiling NIO Exports.swift
[381/381] Emitting module NIO
[383/421] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[384/421] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[385/423] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[386/423] Compiling NIOTLS TLSEvents.swift
[387/423] Emitting module NIOTLS
[388/423] Compiling NIOSOCKS ClientStateMachine.swift
[389/424] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[390/424] Compiling NIOSOCKS SOCKSResponse.swift
[391/424] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[392/424] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[393/424] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[394/424] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[395/424] Emitting module NIOSOCKS
[398/424] Compiling NIOHTTP1 HTTPEncoder.swift
[399/424] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[400/424] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[401/424] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[402/424] Compiling NIOHTTP1 ByteCollectionUtils.swift
[403/424] Compiling NIOHTTP1 HTTPDecoder.swift
[404/424] Compiling NIOSOCKS ServerStateMachine.swift
[405/425] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[406/425] Compiling NIOTLS SNIHandler.swift
[407/426] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[408/426] Emitting module NIOFoundationCompat
[413/427] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[414/427] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[415/427] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[418/427] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[419/427] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[420/427] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[421/427] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[422/427] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[423/427] Compiling NIOHTTP1 HTTPTypes.swift
[424/433] Compiling NIOSSL CustomPrivateKey.swift
[425/433] Compiling NIOSSL IdentityVerification.swift
[427/433] Emitting module NIOHTTP1
[429/479] Emitting module NIOTransportServices
[430/479] Compiling NIOTransportServices StateManagedChannel.swift
[431/479] Compiling NIOTransportServices StateManagedListenerChannel.swift
[432/479] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[433/479] Compiling NIOTransportServices AcceptHandler.swift
[434/479] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[435/479] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[436/479] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[437/479] Compiling NIOTransportServices NIOTSSingletons.swift
[438/479] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[439/481] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[440/481] Compiling NIOTransportServices NIOTSErrors.swift
[441/481] Compiling NIOTransportServices NIOTSEventLoop.swift
[442/481] Compiling NIOTransportServices NIOTSDatagramListener.swift
[443/481] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[444/481] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[445/481] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[446/481] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[447/481] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[448/481] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[449/481] Compiling NIOTransportServices NIOTSListenerChannel.swift
[450/481] Compiling NIOTransportServices NIOTSBootstraps.swift
[451/481] Compiling NIOTransportServices NIOTSChannelOptions.swift
[452/481] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[454/500] Compiling NIOHPACK HPACKEncoder.swift
[455/500] Compiling NIOHPACK HPACKErrors.swift
[456/500] Compiling NIOHPACK DynamicHeaderTable.swift
[457/500] Compiling NIOHPACK HPACKDecoder.swift
[458/504] Emitting module NIOSSL
[459/504] Compiling NIOSSL SubjectAlternativeName.swift
[460/504] Compiling NIOSSL NIOSSLSecureBytes.swift
[461/504] Compiling NIOSSL RNG.swift
[462/504] Compiling NIOSSL SafeCompare.swift
[463/504] Compiling NIOHPACK IndexedHeaderTable.swift
[464/504] Compiling NIOHPACK IntegerCoding.swift
[465/505] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[470/505] Compiling NIOHPACK HPACKHeader.swift
[471/505] Compiling NIOHPACK HeaderTables.swift
[485/505] Compiling NIOSSL NIOSSLHandler.swift
[486/505] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[487/505] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[488/505] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[489/505] Compiling NIOHTTPCompression HTTPDecompression.swift
[490/505] Compiling NIOHPACK HuffmanTables.swift
[491/505] Compiling NIOHPACK HuffmanCoding.swift
[492/505] Compiling NIOHPACK StaticHeaderTable.swift
[493/505] Emitting module NIOHTTPCompression
[494/505] Compiling NIOHTTPCompression HTTPCompression.swift
[501/506] Emitting module NIOHPACK
[504/507] Compiling NIOSSL Zeroization.swift
[505/507] Compiling NIOSSL TLSConfiguration.swift
[506/507] Compiling NIOSSL UniversalBootstrapSupport.swift
[507/507] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[509/566] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[510/566] Compiling NIOHTTP2 HasFlowControlWindows.swift
[511/566] Compiling NIOHTTP2 HasLocalSettings.swift
[512/566] Compiling NIOHTTP2 HasRemoteSettings.swift
[513/566] Compiling NIOHTTP2 LocallyQuiescingState.swift
[514/566] Compiling NIOHTTP2 QuiescingState.swift
[515/566] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[516/566] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[517/574] Compiling NIOHTTP2 MaySendFrames.swift
[518/574] Compiling NIOHTTP2 SendingDataState.swift
[519/574] Compiling NIOHTTP2 SendingGoawayState.swift
[520/574] Compiling NIOHTTP2 SendingHeadersState.swift
[521/574] Compiling NIOHTTP2 SendingPushPromiseState.swift
[522/574] Compiling NIOHTTP2 SendingRstStreamState.swift
[523/574] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[524/574] Compiling NIOHTTP2 HTTP2SettingsState.swift
[525/574] Emitting module NIOHTTP2
[526/574] Compiling NIOHTTP2 InboundWindowManager.swift
[527/574] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[528/574] Compiling NIOHTTP2 StreamChannelFlowController.swift
[529/574] Compiling NIOHTTP2 StreamChannelList.swift
[530/574] Compiling NIOHTTP2 StreamMap.swift
[531/574] Compiling NIOHTTP2 StreamStateMachine.swift
[532/574] Compiling NIOHTTP2 UnsafeTransfer.swift
[533/574] Compiling NIOHTTP2 WatermarkedFlowController.swift
[534/574] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[535/574] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[536/574] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[537/574] Compiling NIOHTTP2 HTTP2StreamID.swift
[538/574] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[539/574] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[540/574] Compiling NIOHTTP2 HTTP2UserEvents.swift
[541/574] Compiling NIOHTTP2 InboundEventBuffer.swift
[542/574] Compiling NIOHTTP2 StateMachineResult.swift
[543/574] Compiling NIOHTTP2 ContentLengthVerifier.swift
[544/574] Compiling NIOHTTP2 DOSHeuristics.swift
[545/574] Compiling NIOHTTP2 Error+Any.swift
[546/574] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[547/574] Compiling NIOHTTP2 ControlFrameBuffer.swift
[548/574] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[549/574] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[550/574] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[551/574] Compiling NIOHTTP2 HTTP2Frame.swift
[552/574] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[553/574] Compiling NIOHTTP2 HTTP2FrameParser.swift
[554/574] Compiling NIOHTTP2 HTTP2PingData.swift
[555/574] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[556/574] Compiling NIOHTTP2 HTTP2Settings.swift
[557/574] Compiling NIOHTTP2 HTTP2Stream.swift
[558/574] Compiling NIOHTTP2 ConnectionStateMachine.swift
[559/574] Compiling NIOHTTP2 ConnectionStreamsState.swift
[560/574] Compiling NIOHTTP2 MayReceiveFrames.swift
[561/574] Compiling NIOHTTP2 ReceivingDataState.swift
[562/574] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[563/574] Compiling NIOHTTP2 ReceivingHeadersState.swift
[564/574] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[565/574] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[566/574] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[567/574] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[568/574] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[569/574] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[570/574] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[571/574] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[572/574] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[573/574] Compiling NIOHTTP2 HTTP2Error.swift
[574/574] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[576/635] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[577/635] Compiling AsyncHTTPClient TLSEventsHandler.swift
[578/635] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[579/635] Compiling AsyncHTTPClient HTTP1Connection.swift
[580/635] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[581/635] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[582/635] Compiling AsyncHTTPClient HTTP2Connection.swift
[583/635] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[584/635] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[585/635] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[586/635] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[587/635] Compiling AsyncHTTPClient AsyncLazySequence.swift
[588/635] Compiling AsyncHTTPClient HTTPClient+execute.swift
[589/635] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[590/635] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[591/635] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[592/635] Compiling AsyncHTTPClient HTTPClientRequest.swift
[593/635] Compiling AsyncHTTPClient HTTPClientResponse.swift
[594/643] Emitting module AsyncHTTPClient
[595/643] Compiling AsyncHTTPClient ConnectionTarget.swift
[596/643] Compiling AsyncHTTPClient DeconstructedURL.swift
[597/643] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[598/643] Compiling AsyncHTTPClient FoundationExtensions.swift
[599/643] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[600/643] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[601/643] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[602/643] Compiling AsyncHTTPClient HTTPClient.swift
[603/643] Compiling AsyncHTTPClient HTTPHandler.swift
[604/643] Compiling AsyncHTTPClient LRUCache.swift
[605/643] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[606/643] Compiling AsyncHTTPClient NWErrorHandler.swift
[607/643] Compiling AsyncHTTPClient NWWaitingHandler.swift
[608/643] Compiling AsyncHTTPClient TLSConfiguration.swift
[609/643] Compiling AsyncHTTPClient RedirectState.swift
[610/643] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[611/643] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[612/643] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[613/643] Compiling AsyncHTTPClient Transaction.swift
[614/643] Compiling AsyncHTTPClient Base64.swift
[615/643] Compiling AsyncHTTPClient BasicAuth.swift
[616/643] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[617/643] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[618/643] Compiling AsyncHTTPClient ConnectionPool.swift
[619/643] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[620/643] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[621/643] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[622/643] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[623/643] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[624/643] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[625/643] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[626/643] Compiling AsyncHTTPClient RequestBodyLength.swift
[627/643] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[628/643] Compiling AsyncHTTPClient RequestOptions.swift
[629/643] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[630/643] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[631/643] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[632/643] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[633/643] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[634/643] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[635/643] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[636/643] Compiling AsyncHTTPClient RequestBag.swift
[637/643] Compiling AsyncHTTPClient RequestValidation.swift
[638/643] Compiling AsyncHTTPClient SSLContextCache.swift
[639/643] Compiling AsyncHTTPClient Scheme.swift
[640/643] Compiling AsyncHTTPClient Singleton.swift
[641/643] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[642/643] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[643/643] Compiling AsyncHTTPClient Utils.swift
[645/653] Compiling SwiftSentry SentryLogHandler.swift
[646/654] Compiling SwiftSentry LoggerHelpFunctions.swift
[647/654] Compiling SwiftSentry Sentry+Service.swift
[648/654] Compiling SwiftSentry Sentry.swift
/host/spi-builder-workspace/Sources/SwiftSentry/Sentry.swift:199:21: error: cannot find 'rateLimiter' in scope
197 |         }
198 |
199 |         guard await rateLimiter.isRateLimited() == false else {
    |                     `- error: cannot find 'rateLimiter' in scope
200 |             logger.debug("Skipping event due to rate limiting")
201 |             return
/host/spi-builder-workspace/Sources/SwiftSentry/Sentry.swift:209:34: error: errors thrown from here are not handled
207 |         let encoder = JSONEncoder()
208 |
209 |         let envelope: Envelope = try .init(
    |                                  `- error: errors thrown from here are not handled
210 |             header: .init(eventId: nil, dsn: nil, sdk: nil),
211 |             items: events.map { event in
[649/654] Compiling SwiftSentry UUIDHexadecimalEncoded.swift
[650/654] Compiling SwiftSentry FatalError.swift
[651/654] Emitting module SwiftSentry
[652/654] Compiling SwiftSentry Event.swift
[653/654] Compiling SwiftSentry Dsn.swift
[654/654] Compiling SwiftSentry Envelope.swift
BUILD FAILURE 6.1 android