The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftSentry, reference main (856cd1), with Swift 6.1 for Linux on 28 Apr 2025 19:53:48 UTC.

Build Command

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

Build Log

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