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

Successful build of CloudflareDomainsEmailKit, reference 0.1.7 (b7e347), with Swift 6.1 for Linux on 29 Apr 2025 06:54:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iankoex/CloudflareDomainsEmailKit.git
Reference: 0.1.7
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/iankoex/CloudflareDomainsEmailKit
 * tag               0.1.7      -> FETCH_HEAD
HEAD is now at b7e347c better error handling
Cloned https://github.com/iankoex/CloudflareDomainsEmailKit.git
Revision (git rev-parse @):
b7e347c36d0c6bbe43ff29c643284f6f652e46b9
SUCCESS checkout https://github.com/iankoex/CloudflareDomainsEmailKit.git at 0.1.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/iankoex/CloudflareDomainsEmailKit.git
https://github.com/iankoex/CloudflareDomainsEmailKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "CloudflareDomainsEmailKit",
  "name" : "CloudflareDomainsEmailKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CloudflareDomainsEmailKit",
      "targets" : [
        "CloudflareDomainsEmailKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CloudflareDomainsEmailKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CloudflareDomainsEmailKitTests",
      "path" : "Tests/CloudflareDomainsEmailKitTests",
      "sources" : [
        "CloudflareDomainsEmailKitTests.swift"
      ],
      "target_dependencies" : [
        "CloudflareDomainsEmailKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CloudflareDomainsEmailKit",
      "module_type" : "SwiftTarget",
      "name" : "CloudflareDomainsEmailKit",
      "path" : "Sources/CloudflareDomainsEmailKit",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "CloudflareDomainsEmailKit"
      ],
      "sources" : [
        "EmailClient.swift",
        "EmailClientError.swift",
        "MailChannels.swift",
        "MailUser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/async-http-client.git
[1/13855] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.22s)
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 (1.71s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3836] Fetching swift-log
[1306/6455] Fetching swift-log, swift-nio-transport-services
[1640/12117] Fetching swift-log, swift-nio-transport-services, swift-nio-extras
[7601/18020] Fetching swift-log, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[10792/19725] Fetching swift-log, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics
[11627/31217] Fetching swift-log, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.78s)
Fetched https://github.com/apple/swift-log.git from cache (0.78s)
[16810/17154] Fetching swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.18s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.19s)
[1/14793] Fetching swift-nio-ssl
[1629/90317] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.81s)
Fetched https://github.com/apple/swift-nio.git from cache (3.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.87s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.67s)
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-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[2969/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.11s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.94s)
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.68s)
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.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
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.48s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
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.73s)
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.44s)
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.45s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-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/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-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-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/440] Write sources
[21/440] Compiling CNIOWindows shim.c
[22/440] Compiling CNIOWASI CNIOWASI.c
[23/440] Compiling CNIOWindows WSAStartup.c
[23/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[25/440] Write sources
[28/440] Compiling CNIOLinux liburing_shims.c
[29/440] Compiling _NumericsShims _NumericsShims.c
[30/440] Compiling _AtomicsShims.c
[31/440] Compiling CNIOLLHTTP c_nio_http.c
[32/440] Compiling CNIOExtrasZlib empty.c
[32/440] Compiling CNIODarwin shim.c
[34/440] Compiling CNIOLinux shim.c
[35/440] Compiling fiat_p256_adx_mul.S
[36/440] Compiling fiat_p256_adx_sqr.S
[37/440] Compiling CNIOLLHTTP c_nio_api.c
[38/440] Write swift-version-24593BA9C3E375BF.txt
[39/440] Compiling fiat_curve25519_adx_square.S
[40/440] Compiling fiat_curve25519_adx_mul.S
[41/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/440] Compiling CNIOBoringSSLShims shims.c
[44/461] Emitting module _NIOBase64
[45/461] Emitting module RealModule
[46/462] Emitting module _NIODataStructures
[46/462] Compiling tls_method.cc
[47/462] Compiling tls_record.cc
[48/462] Compiling tls13_enc.cc
[49/462] Compiling tls13_server.cc
[51/494] Compiling _NIOBase64 Base64.swift
[52/498] Compiling RealModule RealFunctions.swift
[54/499] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[55/499] Compiling Atomics IntegerConformances.swift
[56/499] Compiling _NIODataStructures _TinyArray.swift
[57/499] Compiling _NIODataStructures PriorityQueue.swift
[58/499] Compiling RealModule Real.swift
[59/499] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[60/499] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[61/499] Compiling RealModule Float16+Real.swift
[62/499] Compiling Logging LogHandler.swift
[63/499] Compiling RealModule Float+Real.swift
[64/499] Compiling RealModule ElementaryFunctions.swift
[65/499] Compiling RealModule Float80+Real.swift
[66/500] Compiling Atomics UnsafeAtomic.swift
[67/500] Compiling Atomics UnsafeAtomicLazyReference.swift
[69/502] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/502] Compiling InternalCollectionsUtilities Debugging.swift
[71/504] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/504] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/504] Compiling InternalCollectionsUtilities Descriptions.swift
[77/504] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/504] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/504] Compiling InternalCollectionsUtilities Integer rank.swift
[83/504] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[84/504] Compiling InternalCollectionsUtilities UInt+reversed.swift
[90/504] Compiling Atomics IntegerOperations.swift
[91/504] Compiling Atomics Unmanaged extensions.swift
[92/504] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[95/504] Emitting module InternalCollectionsUtilities
[97/504] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[101/530] Emitting module Logging
[102/530] Compiling Logging Locks.swift
[102/530] Compiling tls13_both.cc
[104/530] Compiling _NIODataStructures Heap.swift
[105/531] Compiling Logging Logging.swift
[106/531] Compiling Logging MetadataProvider.swift
[108/532] Compiling tls13_client.cc
[110/547] Compiling DequeModule Deque+CustomReflectable.swift
[111/547] Compiling DequeModule Deque+Descriptions.swift
[112/549] Compiling DequeModule _DequeBuffer.swift
[113/549] Compiling DequeModule _DequeBufferHeader.swift
[113/549] Compiling t1_enc.cc
[114/549] Compiling ssl_x509.cc
[116/549] Compiling DequeModule Deque+Equatable.swift
[117/549] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[118/549] Compiling DequeModule Deque+Extras.swift
[119/549] Compiling DequeModule Deque+Hashable.swift
[120/549] Compiling DequeModule _DequeSlot.swift
[121/549] Compiling DequeModule _UnsafeWrappedBuffer.swift
[122/549] Compiling DequeModule Deque+Testing.swift
[123/549] Compiling DequeModule Deque._Storage.swift
[124/549] Compiling DequeModule Deque._UnsafeHandle.swift
[125/549] Compiling DequeModule Deque.swift
[126/549] Compiling DequeModule Deque+Codable.swift
[127/549] Compiling DequeModule Deque+Collection.swift
[132/549] Emitting module Atomics
[132/550] Compiling ssl_versions.cc
[135/550] Emitting module DequeModule
[138/551] Compiling Algorithms RandomSample.swift
[139/551] Compiling Algorithms Reductions.swift
[140/551] Compiling Algorithms Rotate.swift
[141/551] Compiling Algorithms Split.swift
[142/551] Compiling Algorithms Stride.swift
[143/551] Compiling Algorithms Suffix.swift
[144/554] Compiling ssl_stat.cc
[149/554] Compiling ssl_transcript.cc
[156/554] Compiling Algorithms Permutations.swift
[157/554] Compiling Algorithms Product.swift
[161/554] Compiling Algorithms Trim.swift
[162/554] Compiling Algorithms Unique.swift
[163/554] Compiling Algorithms Windows.swift
[163/554] Compiling ssl_privkey.cc
[164/554] Compiling ssl_session.cc
[170/554] Emitting module Algorithms
[171/555] Compiling ssl_key_share.cc
[172/555] Compiling ssl_cert.cc
[173/555] Compiling ssl_lib.cc
[174/555] Compiling ssl_file.cc
[175/555] Compiling ssl_buffer.cc
[176/555] Compiling ssl_cipher.cc
[177/555] Compiling ssl_credential.cc
[178/555] Compiling s3_pkt.cc
[179/555] Compiling ssl_asn1.cc
[180/555] Compiling s3_both.cc
[181/555] Compiling ssl_aead_ctx.cc
[182/555] Compiling handshake_client.cc
[183/555] Compiling handshake.cc
[184/555] Compiling s3_lib.cc
[185/555] Compiling handshake_server.cc
[186/555] Compiling encrypted_client_hello.cc
[187/555] Compiling dtls_record.cc
[188/555] Compiling d1_pkt.cc
[189/555] Compiling d1_lib.cc
[190/555] Compiling d1_srtp.cc
[191/555] Compiling extensions.cc
[192/555] Compiling dtls_method.cc
[192/555] Compiling handoff.cc
[194/555] Compiling err_data.cc
[195/555] Compiling md5-x86_64-linux.S
[196/555] Compiling md5-586-apple.S
[197/555] Compiling md5-586-linux.S
[197/555] Compiling chacha20_poly1305_x86_64-linux.S
[199/555] Compiling md5-x86_64-apple.S
[200/555] Compiling bio_ssl.cc
[201/555] Compiling d1_both.cc
[202/555] Compiling chacha20_poly1305_armv8-win.S
[203/555] Compiling chacha20_poly1305_x86_64-apple.S
[204/555] Compiling chacha20_poly1305_armv8-linux.S
[205/555] Compiling chacha20_poly1305_armv8-apple.S
[206/555] Compiling chacha-x86_64-linux.S
[207/555] Compiling chacha-x86_64-apple.S
[207/555] Compiling chacha-x86-linux.S
[209/555] Compiling chacha-x86-apple.S
[210/555] Compiling chacha-armv8-win.S
[211/555] Compiling chacha-armv8-linux.S
[212/555] Compiling chacha-armv8-apple.S
[213/555] Compiling chacha-armv4-linux.S
[214/555] Compiling aes128gcmsiv-x86_64-apple.S
[215/555] Compiling aes128gcmsiv-x86_64-linux.S
[216/555] Compiling x86_64-mont5-apple.S
[217/555] Compiling x86_64-mont-linux.S
[218/555] Compiling x86_64-mont-apple.S
[219/555] Compiling x86_64-mont5-linux.S
[220/555] Compiling x86-mont-linux.S
[221/555] Compiling x86-mont-apple.S
[222/555] Compiling vpaes-x86_64-apple.S
[223/555] Compiling vpaes-x86_64-linux.S
[224/555] Compiling vpaes-x86-linux.S
[225/555] Compiling vpaes-x86-apple.S
[226/555] Compiling sha512-x86_64-linux.S
[227/555] Compiling sha512-x86_64-apple.S
[228/555] Compiling sha512-armv8-win.S
[229/555] Compiling sha512-armv8-linux.S
[230/555] Compiling sha512-armv8-apple.S
[231/555] Compiling sha512-armv4-linux.S
[232/555] Compiling sha512-586-linux.S
[233/555] Compiling sha512-586-apple.S
[234/555] Compiling sha256-x86_64-linux.S
[235/555] Compiling sha256-x86_64-apple.S
[236/555] Compiling sha256-armv8-linux.S
[237/555] Compiling sha256-armv8-win.S
[238/555] Compiling sha256-armv8-apple.S
[239/555] Compiling sha256-586-apple.S
[240/555] Compiling sha256-armv4-linux.S
[241/555] Compiling sha256-586-linux.S
[242/555] Compiling sha1-x86_64-linux.S
[243/555] Compiling sha1-x86_64-apple.S
[244/555] Compiling sha1-armv8-win.S
[245/555] Compiling vpaes-armv7-linux.S
[246/555] Compiling vpaes-armv8-win.S
[247/555] Compiling vpaes-armv8-apple.S
[248/555] Compiling sha1-armv8-linux.S
[249/555] Compiling vpaes-armv8-linux.S
[250/555] Compiling rsaz-avx2-linux.S
[251/555] Compiling sha1-armv4-large-linux.S
[252/555] Compiling rsaz-avx2-apple.S
[253/555] Compiling sha1-armv8-apple.S
[253/555] Compiling sha1-586-apple.S
[254/555] Compiling rdrand-x86_64-linux.S
[256/555] Compiling sha1-586-linux.S
[257/555] Compiling rdrand-x86_64-apple.S
[258/555] Compiling p256_beeu-x86_64-asm-apple.S
[259/555] Compiling p256_beeu-armv8-asm-win.S
[260/555] Compiling p256_beeu-armv8-asm-linux.S
[261/555] Compiling p256_beeu-x86_64-asm-linux.S
[262/555] Compiling p256_beeu-armv8-asm-apple.S
[263/555] Compiling p256-armv8-asm-win.S
[263/555] Compiling p256-armv8-asm-linux.S
[265/555] Compiling p256-x86_64-asm-apple.S
[266/555] Compiling p256-armv8-asm-apple.S
[267/555] Compiling p256-x86_64-asm-linux.S
[268/555] Compiling ghashv8-armv8-win.S
[269/555] Compiling ghashv8-armv8-linux.S
[270/555] Compiling ghashv8-armv8-apple.S
[271/555] Compiling ghash-x86-apple.S
[272/555] Compiling ghash-x86_64-linux.S
[273/555] Compiling ghash-x86-linux.S
[274/555] Compiling ghash-x86_64-apple.S
[275/555] Compiling ghashv8-armv7-linux.S
[276/555] Compiling ghash-ssse3-x86-apple.S
[277/555] Compiling ghash-neon-armv8-win.S
[278/555] Compiling ghash-ssse3-x86_64-apple.S
[279/555] Compiling ghash-ssse3-x86_64-linux.S
[280/555] Compiling ghash-neon-armv8-apple.S
[280/555] Compiling ghash-ssse3-x86-linux.S
[282/555] Compiling ghash-neon-armv8-linux.S
[283/555] Compiling co-586-linux.S
[284/555] Compiling ghash-armv4-linux.S
[285/555] Compiling co-586-apple.S
[286/555] Compiling bn-armv8-apple.S
[287/555] Compiling bn-586-linux.S
[287/555] Compiling bsaes-armv7-linux.S
[289/555] Compiling bn-armv8-win.S
[290/555] Compiling bn-armv8-linux.S
[291/555] Compiling armv8-mont-win.S
[292/555] Compiling bn-586-apple.S
[293/555] Compiling aesv8-gcm-armv8-win.S
[294/555] Compiling armv8-mont-linux.S
[295/555] Compiling armv8-mont-apple.S
[296/555] Compiling armv4-mont-linux.S
[297/555] Compiling aesv8-gcm-armv8-linux.S
[298/555] Compiling aesv8-gcm-armv8-apple.S
[299/555] Compiling aesv8-armv8-win.S
[300/555] Compiling aesv8-armv7-linux.S
[301/555] Compiling aesv8-armv8-linux.S
[302/555] Compiling aesv8-armv8-apple.S
[302/555] Compiling aesni-x86_64-apple.S
[304/555] Compiling aesni-x86_64-linux.S
[305/555] Compiling aesni-x86-linux.S
[306/555] Compiling aesni-x86-apple.S
[306/555] Compiling aesni-gcm-x86_64-linux.S
[308/555] Compiling aesni-gcm-x86_64-apple.S
[309/555] Compiling aes-gcm-avx2-x86_64-linux.S
[310/555] Compiling aes-gcm-avx10-x86_64-apple.S
[311/555] Compiling x_x509a.cc
[312/555] Compiling x_spki.cc
[313/555] Compiling x_x509.cc
[314/555] Compiling x_val.cc
[315/555] Compiling aes-gcm-avx2-x86_64-apple.S
[316/555] Compiling aes-gcm-avx10-x86_64-linux.S
[317/555] Compiling x_sig.cc
[318/555] Compiling x_req.cc
[319/555] Compiling x_pubkey.cc
[320/555] Compiling x_all.cc
[321/555] Compiling x_attrib.cc
[322/555] Compiling x_name.cc
[323/555] Compiling x_crl.cc
[324/555] Compiling x_exten.cc
[325/555] Compiling x_algor.cc
[326/555] Compiling x509spki.cc
[327/555] Compiling x509name.cc
[328/555] Compiling x509_txt.cc
[329/555] Compiling x509_vfy.cc
[330/555] Compiling x509rset.cc
[331/555] Compiling x509_vpm.cc
[332/555] Compiling x509cset.cc
[333/555] Compiling x509_v3.cc
[334/555] Compiling x509_trs.cc
[335/555] Compiling x509_set.cc
[336/555] Compiling x509_req.cc
[337/555] Compiling x509_obj.cc
[338/555] Compiling x509_def.cc
[339/555] Compiling x509_lu.cc
[340/555] Compiling x509_d2.cc
[341/555] Compiling x509_ext.cc
[342/555] Compiling x509.cc
[343/555] Compiling x509_att.cc
[344/555] Compiling x509_cmp.cc
[345/555] Compiling v3_utl.cc
[346/555] Compiling v3_skey.cc
[347/555] Compiling v3_purp.cc
[348/555] Compiling v3_prn.cc
[349/555] Compiling v3_pmaps.cc
[350/555] Compiling v3_int.cc
[351/555] Compiling v3_ocsp.cc
[352/555] Compiling v3_ncons.cc
[353/555] Compiling v3_pcons.cc
[354/555] Compiling v3_lib.cc
[355/555] Compiling v3_info.cc
[356/555] Compiling v3_extku.cc
[357/555] Compiling v3_ia5.cc
[358/555] Compiling v3_enum.cc
[359/555] Compiling v3_genn.cc
[360/555] Compiling v3_crld.cc
[361/555] Compiling v3_conf.cc
[362/555] Compiling v3_cpols.cc
[363/555] Compiling v3_bitst.cc
[364/555] Compiling v3_akey.cc
[365/555] Compiling v3_akeya.cc
[366/555] Compiling v3_bcons.cc
[367/555] Compiling t_x509a.cc
[368/555] Compiling v3_alt.cc
[369/555] Compiling t_x509.cc
[370/555] Compiling t_req.cc
[371/555] Compiling t_crl.cc
[372/555] Compiling i2d_pr.cc
[373/555] Compiling rsa_pss.cc
[374/555] Compiling name_print.cc
[375/555] Compiling policy.cc
[376/555] Compiling by_file.cc
[377/555] Compiling algorithm.cc
[378/555] Compiling by_dir.cc
[379/555] Compiling asn1_gen.cc
[380/555] Compiling a_sign.cc
[381/555] Compiling a_verify.cc
[382/555] Compiling a_digest.cc
[383/555] Compiling voprf.cc
[384/555] Compiling thread_win.cc
[385/555] Compiling thread_pthread.cc
[386/555] Compiling trust_token.cc
[387/555] Compiling thread_none.cc
[388/555] Compiling stack.cc
[389/555] Compiling siphash.cc
[390/555] Compiling sha512.cc
[391/555] Compiling thread.cc
[392/555] Compiling pmbtoken.cc
[393/555] Compiling sha256.cc
[394/555] Compiling slhdsa.cc
[395/555] Compiling rsa_print.cc
[396/555] Compiling rsa_extra.cc
[397/555] Compiling rsa_crypt.cc
[398/555] Compiling spake2plus.cc
[399/555] Compiling sha1.cc
[400/555] Compiling rc4.cc
[401/555] Compiling refcount.cc
[402/555] Compiling windows.cc
[403/555] Compiling trusty.cc
[404/555] Compiling ios.cc
[405/555] Compiling rand.cc
[406/555] Compiling rsa_asn1.cc
[407/555] Compiling urandom.cc
[408/555] Compiling passive.cc
[409/555] Compiling poly1305_arm_asm.S
[410/555] Compiling getentropy.cc
[411/555] Compiling forkunsafe.cc
[412/555] Compiling fork_detect.cc
[413/555] Compiling deterministic.cc
[414/555] Compiling poly1305_arm.cc
[415/555] Compiling poly1305.cc
[416/555] Compiling poly1305_vec.cc
[417/555] Compiling pool.cc
[418/555] Compiling pkcs8.cc
[419/555] Compiling pkcs7.cc
[420/555] Compiling pem_pkey.cc
[421/555] Compiling p5_pbev2.cc
[422/555] Compiling pkcs8_x509.cc
[423/555] Compiling pkcs7_x509.cc
[424/555] Compiling pem_pk8.cc
[425/555] Compiling pem_xaux.cc
[426/555] Compiling pem_oth.cc
[427/555] Compiling pem_x509.cc
[428/555] Compiling mlkem.cc
[429/555] Compiling obj.cc
[430/555] Compiling mldsa.cc
[431/555] Compiling mem.cc
[432/555] Compiling md4.cc
[433/555] Compiling obj_xref.cc
[434/555] Compiling pem_lib.cc
[435/555] Compiling poly_rq_mul.S
[436/555] Compiling fips_shared_support.cc
[437/555] Compiling pem_info.cc
[438/555] Compiling lhash.cc
[439/555] Compiling md5.cc
[440/555] Compiling pem_all.cc
[441/555] Compiling kyber.cc
[442/555] Compiling hrss.cc
[443/555] Compiling sign.cc
[444/555] Compiling ex_data.cc
[445/555] Compiling scrypt.cc
[446/555] Compiling p_x25519_asn1.cc
[447/555] Compiling hpke.cc
[448/555] Compiling pbkdf.cc
[449/555] Compiling print.cc
[450/555] Compiling p_x25519.cc
[451/555] Compiling p_ec.cc
[452/555] Compiling p_hkdf.cc
[453/555] Compiling p_ed25519.cc
[454/555] Compiling p_rsa_asn1.cc
[455/555] Compiling p_rsa.cc
[456/555] Compiling p_ec_asn1.cc
[457/555] Compiling p_ed25519_asn1.cc
[458/555] Compiling p_dh.cc
[459/555] Compiling p_dh_asn1.cc
[460/555] Compiling evp.cc
[461/555] Compiling p_dsa_asn1.cc
[462/555] Compiling evp_ctx.cc
[463/555] Compiling err.cc
[464/555] Compiling engine.cc
[465/555] Compiling ecdh.cc
[466/555] Compiling hash_to_curve.cc
[467/555] Compiling ec_asn1.cc
[468/555] Compiling ec_derive.cc
[469/555] Compiling evp_asn1.cc
[470/555] Compiling params.cc
[471/555] Compiling ecdsa_asn1.cc
[472/555] Compiling dsa.cc
[473/555] Compiling dsa_asn1.cc
[474/555] Compiling x25519-asm-arm.S
[475/555] Compiling des.cc
[476/555] Compiling digest_extra.cc
[477/555] Compiling bcm.cc
[478/555] Compiling dh_asn1.cc
[479/555] Compiling spake25519.cc
[480/555] Compiling crypto.cc
[481/555] Compiling cpu_intel.cc
[482/555] Compiling curve25519.cc
[483/555] Compiling cpu_arm_linux.cc
[484/555] Compiling cpu_aarch64_openbsd.cc
[485/555] Compiling cpu_aarch64_win.cc
[486/555] Compiling cpu_aarch64_linux.cc
[487/555] Compiling cpu_arm_freebsd.cc
[488/555] Compiling cpu_aarch64_sysreg.cc
[489/555] Compiling curve25519_64_adx.cc
[490/555] Compiling cpu_aarch64_fuchsia.cc
[491/555] Compiling tls_cbc.cc
[492/555] Compiling cpu_aarch64_apple.cc
[493/555] Compiling conf.cc
[494/555] Compiling e_tls.cc
[495/555] Compiling get_cipher.cc
[496/555] Compiling e_null.cc
[497/555] Compiling e_rc4.cc
[498/555] Compiling e_des.cc
[499/555] Compiling e_rc2.cc
[500/555] Compiling e_aesctrhmac.cc
[501/555] Compiling e_chacha20poly1305.cc
[502/555] Compiling derive_key.cc
[503/555] Compiling chacha.cc
[504/555] Compiling e_aesgcmsiv.cc
[505/555] Compiling buf.cc
[506/555] Compiling ber.cc
[507/555] Compiling cbs.cc
[508/555] Compiling cbb.cc
[509/555] Compiling unicode.cc
[510/555] Compiling blake2.cc
[511/555] Compiling asn1_compat.cc
[512/555] Compiling printf.cc
[513/555] Compiling socket.cc
[514/555] Compiling file.cc
[515/555] Compiling convert.cc
[516/555] Compiling socket_helper.cc
[517/555] Compiling errno.cc
[518/555] Compiling bn_asn1.cc
[519/555] Compiling pair.cc
[520/555] Compiling hexdump.cc
[521/555] Compiling base64.cc
[522/555] Compiling bio_mem.cc
[523/555] Compiling fd.cc
[524/555] Compiling connect.cc
[525/555] Compiling tasn_typ.cc
[526/555] Compiling tasn_enc.cc
[527/555] Compiling bio.cc
[528/555] Compiling tasn_fre.cc
[529/555] Compiling posix_time.cc
[530/555] Compiling f_string.cc
[531/555] Compiling f_int.cc
[532/555] Compiling tasn_utl.cc
[533/555] Compiling tasn_new.cc
[534/555] Compiling tasn_dec.cc
[535/555] Compiling asn1_par.cc
[536/555] Compiling asn_pack.cc
[537/555] Compiling asn1_lib.cc
[538/555] Compiling a_octet.cc
[539/555] Compiling a_utctm.cc
[540/555] Compiling a_type.cc
[541/555] Compiling a_time.cc
[542/555] Compiling a_strnid.cc
[543/555] Compiling a_object.cc
[544/555] Compiling a_strex.cc
[545/555] Compiling a_d2i_fp.cc
[546/555] Compiling a_int.cc
[547/555] Compiling a_i2d_fp.cc
[548/555] Compiling a_dup.cc
[549/555] Compiling a_mbstr.cc
[550/555] Compiling a_gentm.cc
[551/555] Compiling a_bitstr.cc
[552/555] Compiling a_bool.cc
[553/555] Compiling c-nioatomics.c
[554/555] Compiling c-atomics.c
[556/561] Compiling NIOConcurrencyHelpers lock.swift
[557/561] Compiling NIOConcurrencyHelpers NIOLock.swift
[558/561] Compiling NIOConcurrencyHelpers atomics.swift
[559/561] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[560/561] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[561/561] Emitting module NIOConcurrencyHelpers
[563/621] Compiling NIOCore MarkedCircularBuffer.swift
[564/621] Compiling NIOCore MulticastChannel.swift
[565/621] Compiling NIOCore NIOAny.swift
[566/621] Compiling NIOCore NIOCloseOnErrorHandler.swift
[567/621] Compiling NIOCore NIOLoopBound.swift
[568/621] Compiling NIOCore NIOScheduledCallback.swift
[569/621] Compiling NIOCore NIOSendable.swift
[570/621] Compiling NIOCore RecvByteBufferAllocator.swift
[571/629] Compiling NIOCore GlobalSingletons.swift
[572/629] Compiling NIOCore IO.swift
[573/629] Compiling NIOCore IOData.swift
[574/629] Compiling NIOCore IPProtocol.swift
[575/629] Compiling NIOCore IntegerBitPacking.swift
[576/629] Compiling NIOCore IntegerTypes.swift
[577/629] Compiling NIOCore Interfaces.swift
[578/629] Compiling NIOCore Linux.swift
[579/629] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[580/629] Compiling NIOCore SocketAddresses.swift
[581/629] Compiling NIOCore SocketOptionProvider.swift
[582/629] Compiling NIOCore SystemCallHelpers.swift
[583/629] Compiling NIOCore TimeAmount+Duration.swift
[584/629] Compiling NIOCore TypeAssistedChannelHandler.swift
[585/629] Compiling NIOCore UniversalBootstrapSupport.swift
[586/629] Compiling NIOCore Utilities.swift
[587/629] Compiling NIOCore EventLoop.swift
[588/629] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[589/629] Compiling NIOCore EventLoopFuture+Deprecated.swift
[590/629] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[591/629] Compiling NIOCore EventLoopFuture.swift
[592/629] Compiling NIOCore FileDescriptor.swift
[593/629] Compiling NIOCore FileHandle.swift
[594/629] Compiling NIOCore FileRegion.swift
[595/629] Compiling NIOCore ChannelPipeline.swift
[596/629] Compiling NIOCore CircularBuffer.swift
[597/629] Compiling NIOCore Codec.swift
[598/629] Compiling NIOCore ConvenienceOptionSupport.swift
[599/629] Compiling NIOCore DeadChannel.swift
[600/629] Compiling NIOCore DispatchQueue+WithFuture.swift
[601/629] Compiling NIOCore EventLoop+Deprecated.swift
[602/629] Compiling NIOCore EventLoop+SerialExecutor.swift
[603/629] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[604/629] Compiling NIOCore BSDSocketAPI.swift
[605/629] Compiling NIOCore ByteBuffer-aux.swift
[606/629] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[607/629] Compiling NIOCore ByteBuffer-conversions.swift
[608/629] Compiling NIOCore ByteBuffer-core.swift
[609/629] Compiling NIOCore ByteBuffer-hex.swift
[610/629] Compiling NIOCore ByteBuffer-int.swift
[611/629] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[612/629] Compiling NIOCore AddressedEnvelope.swift
[613/629] Compiling NIOCore AsyncAwaitSupport.swift
[614/629] Compiling NIOCore AsyncChannel.swift
[615/629] Compiling NIOCore AsyncChannelHandler.swift
[616/629] Compiling NIOCore AsyncChannelInboundStream.swift
[617/629] Compiling NIOCore AsyncChannelOutboundWriter.swift
[618/629] Compiling NIOCore NIOAsyncSequenceProducer.swift
[619/629] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[620/629] Compiling NIOCore NIOAsyncWriter.swift
[621/629] Compiling NIOCore ByteBuffer-multi-int.swift
[622/629] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[623/629] Compiling NIOCore ByteBuffer-views.swift
[624/629] Compiling NIOCore Channel.swift
[625/629] Compiling NIOCore ChannelHandler.swift
[626/629] Compiling NIOCore ChannelHandlers.swift
[627/629] Compiling NIOCore ChannelInvoker.swift
[628/629] Compiling NIOCore ChannelOption.swift
[629/629] Emitting module NIOCore
[631/681] Compiling NIOEmbedded AsyncTestingChannel.swift
[632/681] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[633/681] Emitting module NIOEmbedded
[634/681] Compiling NIOEmbedded Embedded.swift
[636/682] Emitting module NIOPosix
[637/688] Compiling NIOPosix PooledRecvBufferAllocator.swift
[638/688] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[639/688] Compiling NIOPosix PosixSingletons.swift
[640/688] Compiling NIOPosix RawSocketBootstrap.swift
[641/688] Compiling NIOPosix Resolver.swift
[642/688] Compiling NIOPosix Selectable.swift
[643/688] Compiling NIOPosix ThreadPosix.swift
[644/688] Compiling NIOPosix ThreadWindows.swift
[645/688] Compiling NIOPosix UnsafeTransfer.swift
[646/688] Compiling NIOPosix Utilities.swift
[647/688] Compiling NIOPosix VsockAddress.swift
[648/688] Compiling NIOPosix VsockChannelEvents.swift
[649/688] Compiling NIOPosix SelectableChannel.swift
[650/688] Compiling NIOPosix SelectableEventLoop.swift
[651/688] Compiling NIOPosix SelectorEpoll.swift
[652/688] Compiling NIOPosix SelectorGeneric.swift
[653/688] Compiling NIOPosix SelectorKqueue.swift
[654/688] Compiling NIOPosix SelectorUring.swift
[655/688] Compiling NIOPosix ServerSocket.swift
[656/688] Compiling NIOPosix Socket.swift
[657/688] Compiling NIOPosix SocketChannel.swift
[658/688] Compiling NIOPosix SocketProtocols.swift
[659/688] Compiling NIOPosix System.swift
[660/688] Compiling NIOPosix Thread.swift
[661/688] Compiling NIOPosix IO.swift
[662/688] Compiling NIOPosix IntegerBitPacking.swift
[663/688] Compiling NIOPosix IntegerTypes.swift
[664/688] Compiling NIOPosix Linux.swift
[665/688] Compiling NIOPosix LinuxCPUSet.swift
[666/688] Compiling NIOPosix LinuxUring.swift
[667/688] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[668/688] Compiling NIOPosix NIOThreadPool.swift
[669/688] Compiling NIOPosix NonBlockingFileIO.swift
[670/688] Compiling NIOPosix PendingDatagramWritesManager.swift
[671/688] Compiling NIOPosix PendingWritesManager.swift
[672/688] Compiling NIOPosix PipeChannel.swift
[673/688] Compiling NIOPosix PipePair.swift
[674/688] Compiling NIOPosix Pool.swift
[675/688] Compiling NIOPosix BSDSocketAPICommon.swift
[676/688] Compiling NIOPosix BSDSocketAPIPosix.swift
[677/688] Compiling NIOPosix BSDSocketAPIWindows.swift
[678/688] Compiling NIOPosix BaseSocket.swift
[679/688] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[680/688] Compiling NIOPosix BaseSocketChannel.swift
[681/688] Compiling NIOPosix BaseStreamSocketChannel.swift
[682/688] Compiling NIOPosix Bootstrap.swift
[683/688] Compiling NIOPosix ControlMessage.swift
[684/688] Compiling NIOPosix DatagramVectorReadManager.swift
[685/688] Compiling NIOPosix Errors+Any.swift
[686/688] Compiling NIOPosix FileDescriptor.swift
[687/688] Compiling NIOPosix GetaddrinfoResolver.swift
[688/688] Compiling NIOPosix HappyEyeballs.swift
[690/691] Compiling NIO Exports.swift
[691/691] Emitting module NIO
[693/731] Compiling NIOTLS TLSEvents.swift
[694/731] Compiling NIOSOCKS SOCKSResponse.swift
[695/732] Emitting module NIOTLS
[696/732] Compiling NIOSOCKS Messages.swift
[697/732] Compiling NIOSOCKS SOCKSRequest.swift
[698/732] Compiling NIOSOCKS Helpers.swift
[699/732] Compiling NIOSOCKS AuthenticationMethod.swift
[700/734] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[701/734] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[702/734] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[703/734] Compiling NIOSOCKS ClientStateMachine.swift
[705/734] Compiling NIOSOCKS ClientGreeting.swift
[706/734] Compiling NIOSOCKS Errors.swift
[708/734] Compiling NIOSOCKS SOCKSClientHandler.swift
[709/734] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[710/734] Emitting module NIOSOCKS
[711/734] Compiling NIOSOCKS ServerStateMachine.swift
[713/735] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[714/735] Compiling NIOTLS SNIHandler.swift
[716/736] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[717/736] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[718/765] Compiling NIOSSL ObjectIdentifier.swift
[719/765] Compiling NIOSSL PosixPort.swift
[720/765] Compiling NIOSSL ByteBufferBIO.swift
[721/765] Compiling NIOSSL CustomPrivateKey.swift
[722/765] Compiling NIOSSL SSLPrivateKey.swift
[723/765] Compiling NIOSSL SSLCertificate.swift
[724/765] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[725/765] Compiling NIOSSL IdentityVerification.swift
[726/765] Compiling NIOSSL NIOSSLServerHandler.swift
[727/765] Compiling NIOSSL SSLInit.swift
[728/765] Compiling NIOSSL SSLPKCS12Bundle.swift
[729/765] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[730/765] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[731/765] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[732/765] Emitting module NIOFoundationCompat
[734/766] Compiling NIOSSL NIOSSLSecureBytes.swift
[735/766] Compiling NIOSSL RNG.swift
[736/766] Compiling NIOSSL SafeCompare.swift
[737/766] Compiling NIOSSL Zeroization.swift
[738/769] Emitting module NIOHTTP1
[739/769] Compiling NIOSSL LinuxCABundle.swift
[740/769] Compiling NIOSSL NIOSSLClientHandler.swift
[741/769] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[743/792] Emitting module NIOSSL
[744/792] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[745/792] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[746/792] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[747/792] Compiling NIOSSL SubjectAlternativeName.swift
[748/792] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[749/792] Compiling NIOTransportServices NIOTSErrors.swift
[750/792] Compiling NIOTransportServices NIOTSEventLoop.swift
[751/794] Compiling NIOTransportServices NIOTSBootstraps.swift
[752/794] Compiling NIOTransportServices NIOTSChannelOptions.swift
[753/794] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[754/794] Emitting module NIOTransportServices
[755/794] Compiling NIOTransportServices StateManagedChannel.swift
[756/794] Compiling NIOTransportServices StateManagedListenerChannel.swift
[758/794] Compiling NIOTransportServices AcceptHandler.swift
[759/794] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[760/794] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[762/794] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[768/794] Compiling NIOTransportServices NIOTSDatagramListener.swift
[769/794] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[770/794] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[771/794] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[772/794] Compiling NIOTransportServices NIOTSListenerChannel.swift
[773/794] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[774/794] Compiling NIOTransportServices NIOTSSingletons.swift
[775/794] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[776/801] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[777/801] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[782/812] Compiling NIOHPACK HPACKEncoder.swift
[783/812] Compiling NIOHPACK HPACKErrors.swift
[784/812] Compiling NIOHPACK HPACKHeader.swift
[789/813] Compiling NIOHPACK IntegerCoding.swift
[790/814] Compiling NIOHPACK IndexedHeaderTable.swift
[791/814] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[792/814] Emitting module NIOHTTPCompression
[793/814] Compiling NIOHPACK StaticHeaderTable.swift
[798/814] Compiling NIOHPACK HuffmanTables.swift
[799/814] Compiling NIOHTTPCompression HTTPCompression.swift
[800/814] Compiling NIOHTTPCompression HTTPDecompression.swift
[801/814] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[802/814] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[803/814] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[806/815] Compiling NIOHPACK HuffmanCoding.swift
[808/815] Emitting module NIOHPACK
[809/815] Compiling NIOSSL TLSConfiguration.swift
[810/815] Compiling NIOSSL UniversalBootstrapSupport.swift
[811/815] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[812/816] Compiling NIOHPACK DynamicHeaderTable.swift
[813/816] Compiling NIOHPACK HPACKDecoder.swift
[815/816] Compiling NIOHPACK HeaderTables.swift
[818/875] Compiling NIOHTTP2 MaySendFrames.swift
[819/875] Compiling NIOHTTP2 SendingDataState.swift
[820/875] Compiling NIOHTTP2 SendingGoawayState.swift
[821/875] Compiling NIOHTTP2 SendingHeadersState.swift
[822/875] Compiling NIOHTTP2 SendingPushPromiseState.swift
[823/875] Compiling NIOHTTP2 SendingRstStreamState.swift
[824/875] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[825/875] Compiling NIOHTTP2 HTTP2SettingsState.swift
[826/883] Emitting module NIOHTTP2
[827/883] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[828/883] Compiling NIOHTTP2 HasFlowControlWindows.swift
[829/883] Compiling NIOHTTP2 HasLocalSettings.swift
[830/883] Compiling NIOHTTP2 HasRemoteSettings.swift
[831/883] Compiling NIOHTTP2 LocallyQuiescingState.swift
[832/883] Compiling NIOHTTP2 QuiescingState.swift
[833/883] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[834/883] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[835/883] Compiling NIOHTTP2 InboundWindowManager.swift
[836/883] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[837/883] Compiling NIOHTTP2 StreamChannelFlowController.swift
[838/883] Compiling NIOHTTP2 StreamChannelList.swift
[839/883] Compiling NIOHTTP2 StreamMap.swift
[840/883] Compiling NIOHTTP2 StreamStateMachine.swift
[841/883] Compiling NIOHTTP2 UnsafeTransfer.swift
[842/883] Compiling NIOHTTP2 WatermarkedFlowController.swift
[843/883] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[844/883] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[845/883] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[846/883] Compiling NIOHTTP2 HTTP2StreamID.swift
[847/883] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[848/883] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[849/883] Compiling NIOHTTP2 HTTP2UserEvents.swift
[850/883] Compiling NIOHTTP2 InboundEventBuffer.swift
[851/883] Compiling NIOHTTP2 ConnectionStateMachine.swift
[852/883] Compiling NIOHTTP2 ConnectionStreamsState.swift
[853/883] Compiling NIOHTTP2 MayReceiveFrames.swift
[854/883] Compiling NIOHTTP2 ReceivingDataState.swift
[855/883] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[856/883] Compiling NIOHTTP2 ReceivingHeadersState.swift
[857/883] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[858/883] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[859/883] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[860/883] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[861/883] Compiling NIOHTTP2 HTTP2Frame.swift
[862/883] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[863/883] Compiling NIOHTTP2 HTTP2FrameParser.swift
[864/883] Compiling NIOHTTP2 HTTP2PingData.swift
[865/883] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[866/883] Compiling NIOHTTP2 HTTP2Settings.swift
[867/883] Compiling NIOHTTP2 HTTP2Stream.swift
[868/883] Compiling NIOHTTP2 StateMachineResult.swift
[869/883] Compiling NIOHTTP2 ContentLengthVerifier.swift
[870/883] Compiling NIOHTTP2 DOSHeuristics.swift
[871/883] Compiling NIOHTTP2 Error+Any.swift
[872/883] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[873/883] Compiling NIOHTTP2 ControlFrameBuffer.swift
[874/883] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[875/883] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[876/883] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[877/883] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[878/883] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[879/883] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[880/883] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[881/883] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[882/883] Compiling NIOHTTP2 HTTP2Error.swift
[883/883] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[885/943] Emitting module AsyncHTTPClient
[886/951] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[887/951] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[888/951] Compiling AsyncHTTPClient Transaction.swift
[889/951] Compiling AsyncHTTPClient Base64.swift
[890/951] Compiling AsyncHTTPClient BasicAuth.swift
[891/951] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[892/951] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[893/951] Compiling AsyncHTTPClient ConnectionPool.swift
[894/951] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[895/951] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[896/951] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[897/951] Compiling AsyncHTTPClient AsyncLazySequence.swift
[898/951] Compiling AsyncHTTPClient HTTPClient+execute.swift
[899/951] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[900/951] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[901/951] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[902/951] Compiling AsyncHTTPClient HTTPClientRequest.swift
[903/951] Compiling AsyncHTTPClient HTTPClientResponse.swift
[904/951] Compiling AsyncHTTPClient HTTPClient.swift
[905/951] Compiling AsyncHTTPClient HTTPHandler.swift
[906/951] Compiling AsyncHTTPClient LRUCache.swift
[907/951] Compiling AsyncHTTPClient NWErrorHandler.swift
[908/951] Compiling AsyncHTTPClient NWWaitingHandler.swift
[909/951] Compiling AsyncHTTPClient TLSConfiguration.swift
[910/951] Compiling AsyncHTTPClient RedirectState.swift
[911/951] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[912/951] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[913/951] Compiling AsyncHTTPClient ConnectionTarget.swift
[914/951] Compiling AsyncHTTPClient DeconstructedURL.swift
[915/951] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[916/951] Compiling AsyncHTTPClient FoundationExtensions.swift
[917/951] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[918/951] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[919/951] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[920/951] Compiling AsyncHTTPClient RequestBag.swift
[921/951] Compiling AsyncHTTPClient RequestValidation.swift
[922/951] Compiling AsyncHTTPClient SSLContextCache.swift
[923/951] Compiling AsyncHTTPClient Scheme.swift
[924/951] Compiling AsyncHTTPClient Singleton.swift
[925/951] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[926/951] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[927/951] Compiling AsyncHTTPClient Utils.swift
[928/951] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[929/951] Compiling AsyncHTTPClient TLSEventsHandler.swift
[930/951] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[931/951] Compiling AsyncHTTPClient HTTP1Connection.swift
[932/951] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[933/951] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[934/951] Compiling AsyncHTTPClient HTTP2Connection.swift
[935/951] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[936/951] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[937/951] Compiling AsyncHTTPClient RequestOptions.swift
[938/951] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[939/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[940/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[941/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[942/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[943/951] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[944/951] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[945/951] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[946/951] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[947/951] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[948/951] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[949/951] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[950/951] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[951/951] Compiling AsyncHTTPClient RequestBodyLength.swift
[953/957] Compiling CloudflareDomainsEmailKit MailUser.swift
[954/957] Emitting module CloudflareDomainsEmailKit
[955/957] Compiling CloudflareDomainsEmailKit EmailClient.swift
[956/957] Compiling CloudflareDomainsEmailKit EmailClientError.swift
[957/957] Compiling CloudflareDomainsEmailKit MailChannels.swift
Build complete! (200.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "CloudflareDomainsEmailKit",
  "name" : "CloudflareDomainsEmailKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CloudflareDomainsEmailKit",
      "targets" : [
        "CloudflareDomainsEmailKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CloudflareDomainsEmailKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CloudflareDomainsEmailKitTests",
      "path" : "Tests/CloudflareDomainsEmailKitTests",
      "sources" : [
        "CloudflareDomainsEmailKitTests.swift"
      ],
      "target_dependencies" : [
        "CloudflareDomainsEmailKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CloudflareDomainsEmailKit",
      "module_type" : "SwiftTarget",
      "name" : "CloudflareDomainsEmailKit",
      "path" : "Sources/CloudflareDomainsEmailKit",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "CloudflareDomainsEmailKit"
      ],
      "sources" : [
        "EmailClient.swift",
        "EmailClientError.swift",
        "MailChannels.swift",
        "MailUser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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
Done.