The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SMTPKitten, reference 0.2.3 (6ac846), with Swift 6.1 for Android on 29 May 2025 03:38:08 UTC.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Joannis/SMTPKitten.git
Reference: 0.2.3
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/Joannis/SMTPKitten
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 6ac8463 Merge pull request #10 from tierracero/master
Cloned https://github.com/Joannis/SMTPKitten.git
Revision (git rev-parse @):
6ac846333a0c98230c9201b83e907d9575460aae
SUCCESS checkout https://github.com/Joannis/SMTPKitten.git at 0.2.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Joannis/SMTPKitten.git
https://github.com/Joannis/SMTPKitten.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "SMTPKitten",
  "name" : "SMTPKitten",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SMTPKitten",
      "targets" : [
        "SMTPKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SMTPKittenTests",
      "module_type" : "SwiftTarget",
      "name" : "SMTPKittenTests",
      "path" : "Tests/SMTPKittenTests",
      "product_dependencies" : [
        "NIOFoundationCompat"
      ],
      "sources" : [
        "SMTPKittenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SMTPKitten"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SMTPKitten",
      "module_type" : "SwiftTarget",
      "name" : "SMTPKitten",
      "path" : "Sources/SMTPKitten",
      "product_dependencies" : [
        "NIO",
        "NIOSSL",
        "NIOExtras"
      ],
      "product_memberships" : [
        "SMTPKitten"
      ],
      "sources" : [
        "Error.swift",
        "Helpers.swift",
        "Mail.swift",
        "MailBodyBuilder.swift",
        "SMTPClient.swift",
        "SMTPMessage.swift",
        "SMTPOutbound.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/5914] Fetching swift-nio-extras
[5915/20757] Fetching swift-nio-extras, swift-nio-ssl
[7251/96850] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (10.00s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (10.06s)
Fetched https://github.com/apple/swift-nio.git from cache (10.19s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (11.45s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1590] Fetching swift-asn1
[781/7745] Fetching swift-asn1, swift-certificates
[1489/13704] Fetching swift-asn1, swift-certificates, swift-algorithms
[2494/18689] Fetching swift-asn1, swift-certificates, swift-algorithms, swift-async-algorithms
[17181/21115] Fetching swift-asn1, swift-certificates, swift-algorithms, swift-async-algorithms, swift-service-lifecycle
[17473/24951] Fetching swift-asn1, swift-certificates, swift-algorithms, swift-async-algorithms, swift-service-lifecycle, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.81s)
Fetched https://github.com/apple/swift-log.git from cache (3.84s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-asn1.git from cache (3.95s)
Fetched https://github.com/apple/swift-certificates.git from cache (3.95s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.96s)
Fetched https://github.com/apple/swift-algorithms.git from cache (3.96s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/904] Fetching swift-http-types
[905/2614] Fetching swift-http-types, swift-atomics
[1538/14141] Fetching swift-http-types, swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.25s)
[10472/12431] Fetching swift-http-types, swift-nio-http2
[12432/13572] Fetching swift-http-types, swift-nio-http2, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (2.10s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.11s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.05s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.01s)
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.11s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.82s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (4.49s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.10s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.03s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.12s)
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.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.61s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.24s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.04s)
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-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-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.27.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/428] Write sources
[9/428] Compiling _AtomicsShims.c
[9/428] Write sources
[15/428] Compiling CNIOWindows shim.c
[16/428] Compiling CNIOWindows WSAStartup.c
[17/428] Compiling CNIOWASI CNIOWASI.c
[18/428] Write swift-version-24593BA9C3E375BF.txt
[19/428] Compiling CNIOLinux liburing_shims.c
[20/428] Compiling CNIOLinux shim.c
[21/434] Compiling a_octet.cc
[22/434] Compiling a_time.cc
[23/434] Compiling a_bitstr.cc
[24/434] Compiling CNIOLLHTTP c_nio_http.c
[25/448] Compiling CNIOLLHTTP c_nio_api.c
[26/448] Compiling CNIODarwin shim.c
[27/448] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/448] Compiling fiat_p256_adx_sqr.S
[29/448] Compiling fiat_p256_adx_mul.S
[30/448] Compiling fiat_curve25519_adx_square.S
[31/448] Compiling a_object.cc
[32/448] Compiling a_strnid.cc
[33/448] Compiling a_strex.cc
[34/448] Compiling fiat_curve25519_adx_mul.S
[36/448] Emitting module _NIODataStructures
[36/448] Compiling CNIOBoringSSLShims shims.c
[37/448] Compiling tls_method.cc
[38/448] Compiling tls13_both.cc
[39/448] Compiling tls_record.cc
[41/448] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[42/448] Compiling InternalCollectionsUtilities Debugging.swift
[43/448] Compiling _NIODataStructures PriorityQueue.swift
[44/448] Compiling _NIODataStructures _TinyArray.swift
[45/449] Compiling _NIOBase64 Base64.swift
[46/449] Emitting module _NIOBase64
[47/450] Compiling InternalCollectionsUtilities Descriptions.swift
[48/450] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/450] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/450] Emitting module InternalCollectionsUtilities
[51/450] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/450] Compiling InternalCollectionsUtilities Integer rank.swift
[53/450] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/450] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/450] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/450] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/450] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[58/450] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/450] Compiling _NIODataStructures Heap.swift
[59/451] Compiling tls13_server.cc
[61/451] Compiling t1_enc.cc
[62/451] Compiling tls13_enc.cc
[65/451] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/452] Compiling tls13_client.cc
[67/452] Compiling ssl_versions.cc
[68/452] Compiling ssl_stat.cc
[69/452] Compiling ssl_transcript.cc
[70/463] Compiling ssl_x509.cc
[71/467] Compiling ssl_privkey.cc
[73/467] Compiling DequeModule _DequeBuffer.swift
[74/467] Compiling DequeModule _DequeBufferHeader.swift
[75/467] Compiling DequeModule Deque+Equatable.swift
[76/467] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/467] Compiling ssl_session.cc
[77/469] Compiling ssl_key_share.cc
[79/469] Compiling DequeModule Deque+CustomReflectable.swift
[80/469] Compiling DequeModule Deque+Descriptions.swift
[81/469] Compiling DequeModule Deque+Extras.swift
[82/469] Compiling DequeModule Deque+Hashable.swift
[83/469] Compiling DequeModule Deque+Testing.swift
[84/469] Compiling DequeModule Deque._Storage.swift
[85/469] Compiling DequeModule _DequeSlot.swift
[86/469] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/469] Compiling ssl_file.cc
[88/469] Compiling DequeModule Deque+Codable.swift
[89/469] Compiling DequeModule Deque+Collection.swift
[90/469] Compiling DequeModule Deque._UnsafeHandle.swift
[91/469] Compiling DequeModule Deque.swift
[91/469] Compiling ssl_lib.cc
[92/469] Compiling ssl_credential.cc
[94/469] Emitting module DequeModule
[94/470] Compiling ssl_cert.cc
[96/470] Compiling ssl_cipher.cc
[97/470] Compiling ssl_buffer.cc
[98/470] Compiling ssl_asn1.cc
[99/470] Compiling ssl_aead_ctx.cc
[100/470] Compiling s3_pkt.cc
[101/470] Compiling s3_both.cc
[102/470] Compiling s3_lib.cc
[103/470] Compiling handshake_client.cc
[104/470] Compiling handshake_server.cc
[105/470] Compiling handshake.cc
[106/470] Compiling handoff.cc
[107/470] Compiling dtls_method.cc
[108/470] Compiling encrypted_client_hello.cc
[109/470] Compiling md5-x86_64-linux.S
[110/470] Compiling md5-x86_64-apple.S
[111/470] Compiling dtls_record.cc
[112/470] Compiling d1_srtp.cc
[113/470] Compiling extensions.cc
[114/470] Compiling md5-586-apple.S
[115/470] Compiling chacha20_poly1305_x86_64-linux.S
[116/470] Compiling md5-586-linux.S
[117/470] Compiling chacha20_poly1305_x86_64-apple.S
[118/470] Compiling chacha20_poly1305_armv8-apple.S
[119/470] Compiling chacha20_poly1305_armv8-win.S
[120/470] Compiling chacha-x86_64-linux.S
[121/470] Compiling chacha20_poly1305_armv8-linux.S
[122/470] Compiling chacha-x86_64-apple.S
[123/470] Compiling chacha-x86-linux.S
[124/470] Compiling chacha-x86-apple.S
[125/470] Compiling chacha-armv8-win.S
[126/470] Compiling d1_lib.cc
[127/470] Compiling chacha-armv8-apple.S
[128/470] Compiling chacha-armv8-linux.S
[129/470] Compiling chacha-armv4-linux.S
[130/470] Compiling aes128gcmsiv-x86_64-linux.S
[131/470] Compiling aes128gcmsiv-x86_64-apple.S
[132/470] Compiling x86_64-mont5-linux.S
[133/470] Compiling d1_pkt.cc
[134/470] Compiling x86_64-mont5-apple.S
[135/470] Compiling x86_64-mont-linux.S
[136/470] Compiling x86_64-mont-apple.S
[137/470] Compiling err_data.cc
[138/470] Compiling x86-mont-apple.S
[139/470] Compiling x86-mont-linux.S
[140/470] Compiling vpaes-x86-linux.S
[141/470] Compiling vpaes-x86-apple.S
[142/470] Compiling vpaes-x86_64-apple.S
[143/470] Compiling vpaes-armv8-win.S
[144/470] Compiling vpaes-x86_64-linux.S
[145/470] Compiling vpaes-armv8-apple.S
[146/470] Compiling vpaes-armv8-linux.S
[147/470] Compiling sha512-x86_64-linux.S
[148/470] Compiling sha512-x86_64-apple.S
[149/470] Compiling sha512-armv8-win.S
[150/470] Compiling sha512-armv8-apple.S
[151/470] Compiling vpaes-armv7-linux.S
[152/470] Compiling sha512-armv8-linux.S
[152/470] Compiling bio_ssl.cc
[154/470] Compiling sha512-armv4-linux.S
[155/470] Compiling sha512-586-linux.S
[156/470] Compiling sha256-x86_64-linux.S
[157/470] Compiling sha512-586-apple.S
[158/470] Compiling sha256-armv8-win.S
[159/470] Compiling sha256-x86_64-apple.S
[160/470] Compiling sha256-armv8-apple.S
[161/470] Compiling sha256-armv4-linux.S
[162/470] Compiling sha256-armv8-linux.S
[163/470] Compiling sha256-586-linux.S
[164/470] Compiling sha1-x86_64-linux.S
[165/470] Compiling sha256-586-apple.S
[166/470] Compiling sha1-armv8-win.S
[167/470] Compiling sha1-x86_64-apple.S
[168/470] Compiling sha1-armv4-large-linux.S
[169/470] Compiling d1_both.cc
[170/470] Compiling sha1-586-linux.S
[171/470] Compiling sha1-armv8-apple.S
[172/470] Compiling sha1-586-apple.S
[173/470] Compiling rsaz-avx2-linux.S
[173/470] Compiling sha1-armv8-linux.S
[175/470] Compiling rsaz-avx2-apple.S
[176/470] Compiling rdrand-x86_64-linux.S
[177/470] Compiling p256_beeu-x86_64-asm-linux.S
[178/470] Compiling p256_beeu-armv8-asm-win.S
[179/470] Compiling p256_beeu-x86_64-asm-apple.S
[179/470] Compiling p256-x86_64-asm-linux.S
[181/470] Compiling rdrand-x86_64-apple.S
[182/470] Compiling p256_beeu-armv8-asm-linux.S
[183/470] Compiling p256-armv8-asm-win.S
[184/470] Compiling p256_beeu-armv8-asm-apple.S
[185/470] Compiling p256-x86_64-asm-apple.S
[186/470] Compiling p256-armv8-asm-linux.S
[187/470] Compiling p256-armv8-asm-apple.S
[188/470] Compiling ghashv8-armv8-linux.S
[189/470] Compiling ghashv8-armv7-linux.S
[190/470] Compiling ghashv8-armv8-win.S
[191/470] Compiling ghashv8-armv8-apple.S
[192/470] Compiling ghash-x86_64-apple.S
[193/470] Compiling ghash-x86_64-linux.S
[194/470] Compiling ghash-x86-apple.S
[195/470] Compiling ghash-x86-linux.S
[196/470] Compiling ghash-ssse3-x86_64-linux.S
[197/470] Compiling ghash-ssse3-x86-apple.S
[198/470] Compiling ghash-ssse3-x86_64-apple.S
[199/470] Compiling ghash-ssse3-x86-linux.S
[200/470] Compiling ghash-neon-armv8-win.S
[201/470] Compiling ghash-neon-armv8-apple.S
[202/470] Compiling co-586-linux.S
[203/470] Compiling co-586-apple.S
[204/470] Compiling ghash-armv4-linux.S
[205/470] Compiling ghash-neon-armv8-linux.S
[206/470] Compiling bsaes-armv7-linux.S
[207/470] Compiling bn-armv8-win.S
[208/470] Compiling bn-armv8-linux.S
[209/470] Compiling bn-armv8-apple.S
[210/470] Compiling bn-586-apple.S
[211/470] Compiling bn-586-linux.S
[212/470] Compiling armv8-mont-win.S
[213/470] Compiling armv8-mont-apple.S
[214/470] Compiling armv4-mont-linux.S
[215/470] Compiling aesv8-gcm-armv8-apple.S
[216/470] Compiling aesv8-gcm-armv8-win.S
[217/470] Compiling aesv8-gcm-armv8-linux.S
[218/470] Compiling armv8-mont-linux.S
[219/470] Compiling aesv8-armv8-win.S
[220/470] Compiling aesv8-armv7-linux.S
[221/470] Compiling aesv8-armv8-apple.S
[222/470] Compiling aesv8-armv8-linux.S
[223/470] Compiling aesni-x86_64-apple.S
[224/470] Compiling aesni-x86-linux.S
[225/470] Compiling aesni-x86_64-linux.S
[226/470] Compiling aesni-gcm-x86_64-apple.S
[227/470] Compiling aesni-gcm-x86_64-linux.S
[228/470] Compiling aesni-x86-apple.S
[229/470] Compiling aes-gcm-avx10-x86_64-apple.S
[230/470] Compiling aes-gcm-avx10-x86_64-linux.S
[231/470] Compiling aes-gcm-avx2-x86_64-apple.S
[232/470] Compiling aes-gcm-avx2-x86_64-linux.S
[233/470] Compiling x_spki.cc
[234/470] Compiling x_name.cc
[235/470] Compiling x_x509a.cc
[236/470] Compiling x_req.cc
[237/470] Compiling x_sig.cc
[238/470] Compiling x_val.cc
[239/470] Compiling x_pubkey.cc
[240/470] Compiling x_x509.cc
[241/470] Compiling x_exten.cc
[242/470] Compiling x_attrib.cc
[243/470] Compiling x509name.cc
[243/470] Compiling x_crl.cc
[245/470] Compiling x509spki.cc
[246/470] Compiling x_all.cc
[246/470] Compiling x_algor.cc
[248/470] Compiling x509rset.cc
[249/470] Compiling x509cset.cc
[250/470] Compiling x509_txt.cc
[251/470] Compiling x509_v3.cc
[252/470] Compiling x509_vpm.cc
[253/470] Compiling x509_vfy.cc
[254/470] Compiling x509_trs.cc
[255/470] Compiling x509_req.cc
[256/470] Compiling x509_set.cc
[257/470] Compiling x509_lu.cc
[258/470] Compiling x509_obj.cc
[259/470] Compiling x509_ext.cc
[260/470] Compiling x509_def.cc
[261/470] Compiling x509_d2.cc
[262/470] Compiling x509_cmp.cc
[263/470] Compiling v3_skey.cc
[264/470] Compiling v3_utl.cc
[265/470] Compiling v3_purp.cc
[266/470] Compiling x509.cc
[267/470] Compiling x509_att.cc
[268/470] Compiling v3_ocsp.cc
[269/470] Compiling v3_int.cc
[270/470] Compiling v3_prn.cc
[271/470] Compiling v3_pmaps.cc
[272/470] Compiling v3_pcons.cc
[273/470] Compiling v3_info.cc
[274/470] Compiling v3_ncons.cc
[275/470] Compiling v3_lib.cc
[276/470] Compiling v3_ia5.cc
[277/470] Compiling v3_extku.cc
[278/470] Compiling v3_genn.cc
[279/470] Compiling v3_enum.cc
[280/470] Compiling v3_crld.cc
[281/470] Compiling v3_cpols.cc
[282/470] Compiling v3_conf.cc
[283/470] Compiling v3_bitst.cc
[284/470] Compiling v3_bcons.cc
[285/470] Compiling v3_akeya.cc
[286/470] Compiling v3_alt.cc
[287/470] Compiling v3_akey.cc
[288/470] Compiling t_x509a.cc
[289/470] Compiling t_crl.cc
[290/470] Compiling t_x509.cc
[291/470] Compiling t_req.cc
[292/470] Compiling policy.cc
[293/470] Compiling rsa_pss.cc
[294/470] Compiling i2d_pr.cc
[295/470] Compiling by_file.cc
[296/470] Compiling name_print.cc
[297/470] Compiling asn1_gen.cc
[298/470] Compiling algorithm.cc
[299/470] Compiling by_dir.cc
[300/470] Compiling pmbtoken.cc
[301/470] Compiling a_sign.cc
[302/470] Compiling a_verify.cc
[303/470] Compiling a_digest.cc
[304/470] Compiling thread_win.cc
[305/470] Compiling thread_pthread.cc
[306/470] Compiling trust_token.cc
[307/470] Compiling thread_none.cc
[308/470] Compiling voprf.cc
[309/470] Compiling thread.cc
[310/470] Compiling siphash.cc
[310/470] Compiling stack.cc
[312/470] Compiling slhdsa.cc
[313/470] Compiling sha512.cc
[314/470] Compiling spake2plus.cc
[315/470] Compiling sha1.cc
[316/470] Compiling sha256.cc
[317/470] Compiling rsa_print.cc
[318/470] Compiling rsa_extra.cc
[319/470] Compiling rsa_crypt.cc
[320/470] Compiling urandom.cc
[321/470] Compiling rc4.cc
[322/470] Compiling refcount.cc
[323/470] Compiling trusty.cc
[324/470] Compiling passive.cc
[325/470] Compiling rsa_asn1.cc
[326/470] Compiling windows.cc
[327/470] Compiling rand.cc
[328/470] Compiling forkunsafe.cc
[329/470] Compiling poly1305_arm_asm.S
[330/470] Compiling fork_detect.cc
[331/470] Compiling getentropy.cc
[332/470] Compiling ios.cc
[333/470] Compiling deterministic.cc
[334/470] Compiling poly1305_vec.cc
[335/470] Compiling poly1305_arm.cc
[336/470] Compiling poly1305.cc
[337/470] Compiling pool.cc
[338/470] Compiling pkcs8.cc
[339/470] Compiling pkcs7.cc
[340/470] Compiling pkcs8_x509.cc
[341/470] Compiling pkcs7_x509.cc
[342/470] Compiling p5_pbev2.cc
[343/470] Compiling pem_xaux.cc
[344/470] Compiling pem_pkey.cc
[345/470] Compiling pem_x509.cc
[346/470] Compiling pem_pk8.cc
[347/470] Compiling obj_xref.cc
[348/470] Compiling mlkem.cc
[349/470] Compiling pem_oth.cc
[350/470] Compiling pem_info.cc
[351/470] Compiling pem_all.cc
[352/470] Compiling pem_lib.cc
[353/470] Compiling mldsa.cc
[354/470] Compiling mem.cc
[355/470] Compiling obj.cc
[356/470] Compiling md4.cc
[357/470] Compiling md5.cc
[358/470] Compiling poly_rq_mul.S
[359/470] Compiling fips_shared_support.cc
[360/470] Compiling kyber.cc
[361/470] Compiling lhash.cc
[362/470] Compiling ex_data.cc
[363/470] Compiling print.cc
[364/470] Compiling sign.cc
[365/470] Compiling hrss.cc
[366/470] Compiling scrypt.cc
[367/470] Compiling pbkdf.cc
[368/470] Compiling hpke.cc
[369/470] Compiling p_x25519_asn1.cc
[370/470] Compiling p_x25519.cc
[371/470] Compiling p_rsa_asn1.cc
[372/470] Compiling p_rsa.cc
[373/470] Compiling p_hkdf.cc
[374/470] Compiling p_ed25519_asn1.cc
[375/470] Compiling p_dh_asn1.cc
[376/470] Compiling p_ed25519.cc
[377/470] Compiling p_dsa_asn1.cc
[378/470] Compiling p_dh.cc
[379/470] Compiling p_ec_asn1.cc
[380/470] Compiling p_ec.cc
[381/470] Compiling evp.cc
[382/470] Compiling evp_asn1.cc
[383/470] Compiling evp_ctx.cc
[384/470] Compiling err.cc
[385/470] Compiling engine.cc
[385/470] Compiling ecdh.cc
[387/470] Compiling hash_to_curve.cc
[388/470] Compiling ecdsa_asn1.cc
[389/470] Compiling ec_derive.cc
[390/470] Compiling bcm.cc
[391/470] Compiling dsa.cc
[392/470] Compiling digest_extra.cc
[392/470] Compiling ec_asn1.cc
[394/470] Compiling params.cc
[395/470] Compiling dsa_asn1.cc
[396/470] Compiling x25519-asm-arm.S
[397/470] Compiling des.cc
[398/470] Compiling dh_asn1.cc
[399/470] Compiling spake25519.cc
[400/470] Compiling crypto.cc
[401/470] Compiling curve25519_64_adx.cc
[402/470] Compiling cpu_arm_freebsd.cc
[403/470] Compiling cpu_intel.cc
[403/470] Compiling cpu_arm_linux.cc
[405/470] Compiling curve25519.cc
[406/470] Compiling cpu_aarch64_win.cc
[407/470] Compiling cpu_aarch64_sysreg.cc
[408/470] Compiling cpu_aarch64_openbsd.cc
[409/470] Compiling conf.cc
[410/470] Compiling cpu_aarch64_linux.cc
[411/470] Compiling cpu_aarch64_apple.cc
[412/470] Compiling cpu_aarch64_fuchsia.cc
[413/470] Compiling e_tls.cc
[414/470] Compiling get_cipher.cc
[415/470] Compiling tls_cbc.cc
[416/470] Compiling e_rc4.cc
[417/470] Compiling e_rc2.cc
[418/470] Compiling e_chacha20poly1305.cc
[419/470] Compiling e_null.cc
[420/470] Compiling e_des.cc
[421/470] Compiling e_aesgcmsiv.cc
[422/470] Compiling e_aesctrhmac.cc
[423/470] Compiling chacha.cc
[423/470] Compiling derive_key.cc
[425/470] Compiling unicode.cc
[426/470] Compiling ber.cc
[427/470] Compiling cbb.cc
[428/470] Compiling buf.cc
[429/470] Compiling cbs.cc
[430/470] Compiling asn1_compat.cc
[431/470] Compiling bn_asn1.cc
[432/470] Compiling convert.cc
[433/470] Compiling printf.cc
[434/470] Compiling pair.cc
[435/470] Compiling blake2.cc
[436/470] Compiling socket.cc
[437/470] Compiling hexdump.cc
[438/470] Compiling socket_helper.cc
[439/470] Compiling fd.cc
[440/470] Compiling file.cc
[441/470] Compiling connect.cc
[442/470] Compiling bio_mem.cc
[443/470] Compiling base64.cc
[444/470] Compiling errno.cc
[445/470] Compiling bio.cc
[446/470] Compiling tasn_utl.cc
[447/470] Compiling tasn_typ.cc
[448/470] Compiling tasn_fre.cc
[449/470] Compiling tasn_enc.cc
[450/470] Compiling tasn_new.cc
[451/470] Compiling f_string.cc
[452/470] Compiling posix_time.cc
[453/470] Compiling f_int.cc
[454/470] Compiling tasn_dec.cc
[455/470] Compiling asn_pack.cc
[456/470] Compiling asn1_par.cc
[457/470] Compiling asn1_lib.cc
[458/470] Compiling a_dup.cc
[459/470] Compiling a_utctm.cc
[460/470] Compiling a_i2d_fp.cc
[461/470] Compiling a_type.cc
[462/470] Write sources
[463/470] Compiling a_mbstr.cc
[464/470] Compiling a_int.cc
[465/470] Compiling a_gentm.cc
[466/489] Compiling a_d2i_fp.cc
[468/489] Compiling Atomics UnsafeAtomic.swift
[469/489] Compiling Atomics UnsafeAtomicLazyReference.swift
[470/491] Compiling Atomics Primitives.shims.swift
[471/491] Compiling Atomics AtomicInteger.swift
[472/491] Compiling Atomics AtomicOptionalWrappable.swift
[473/491] Compiling Atomics ManagedAtomic.swift
[474/491] Compiling Atomics ManagedAtomicLazyReference.swift
[475/491] Compiling Atomics AtomicMemoryOrderings.swift
[476/491] Compiling Atomics DoubleWord.swift
[476/491] Compiling a_bool.cc
[478/491] Compiling Atomics AtomicReference.swift
[479/491] Compiling Atomics AtomicStorage.swift
[480/491] Compiling Atomics AtomicValue.swift
[481/491] Compiling Atomics IntegerOperations.swift
[482/491] Compiling Atomics Unmanaged extensions.swift
[483/491] Emitting module Atomics
[484/491] Compiling Atomics OptionalRawRepresentable.swift
[485/491] Compiling Atomics RawRepresentable.swift
[486/491] Compiling Atomics AtomicBool.swift
[487/491] Compiling Atomics IntegerConformances.swift
[488/491] Compiling Atomics PointerConformances.swift
[489/491] Compiling Atomics Primitives.native.swift
[490/492] Compiling c-nioatomics.c
[491/492] Compiling c-atomics.c
[493/498] Compiling NIOConcurrencyHelpers NIOLock.swift
[494/498] Compiling NIOConcurrencyHelpers lock.swift
[495/498] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[496/498] Compiling NIOConcurrencyHelpers atomics.swift
[497/498] Emitting module NIOConcurrencyHelpers
[498/498] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[500/559] Compiling NIOCore MulticastChannel.swift
[501/559] Compiling NIOCore NIOAny.swift
[502/559] Compiling NIOCore NIOCloseOnErrorHandler.swift
[503/559] Compiling NIOCore NIOLoopBound.swift
[504/559] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[505/559] Compiling NIOCore NIOScheduledCallback.swift
[506/559] Compiling NIOCore NIOSendable.swift
[507/559] Compiling NIOCore RecvByteBufferAllocator.swift
[508/567] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[509/567] Compiling NIOCore EventLoopFuture+Deprecated.swift
[510/567] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[511/567] Compiling NIOCore EventLoopFuture.swift
[512/567] Compiling NIOCore FileDescriptor.swift
[513/567] Compiling NIOCore FileHandle.swift
[514/567] Compiling NIOCore FileRegion.swift
[515/567] Compiling NIOCore GlobalSingletons.swift
[516/567] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[517/567] Compiling NIOCore SocketAddresses.swift
[518/567] Compiling NIOCore SocketOptionProvider.swift
[519/567] Compiling NIOCore SystemCallHelpers.swift
[520/567] Compiling NIOCore TimeAmount+Duration.swift
[521/567] Compiling NIOCore TypeAssistedChannelHandler.swift
[522/567] Compiling NIOCore UniversalBootstrapSupport.swift
[523/567] Compiling NIOCore Utilities.swift
[524/567] Compiling NIOCore IO.swift
[525/567] Compiling NIOCore IOData.swift
[526/567] Compiling NIOCore IPProtocol.swift
[527/567] Compiling NIOCore IntegerBitPacking.swift
[528/567] Compiling NIOCore IntegerTypes.swift
[529/567] Compiling NIOCore Interfaces.swift
[530/567] Compiling NIOCore Linux.swift
[531/567] Compiling NIOCore MarkedCircularBuffer.swift
[532/567] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[533/567] Compiling NIOCore BSDSocketAPI.swift
[534/567] Compiling NIOCore ByteBuffer-aux.swift
[535/567] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[536/567] Compiling NIOCore ByteBuffer-conversions.swift
[537/567] Compiling NIOCore ByteBuffer-core.swift
[538/567] Compiling NIOCore ByteBuffer-hex.swift
[539/567] Compiling NIOCore ByteBuffer-int.swift
[540/567] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[541/567] Compiling NIOCore AddressedEnvelope.swift
[542/567] Compiling NIOCore AsyncAwaitSupport.swift
[543/567] Compiling NIOCore AsyncChannel.swift
[544/567] Compiling NIOCore AsyncChannelHandler.swift
[545/567] Compiling NIOCore AsyncChannelInboundStream.swift
[546/567] Compiling NIOCore AsyncChannelOutboundWriter.swift
[547/567] Compiling NIOCore NIOAsyncSequenceProducer.swift
[548/567] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[549/567] Compiling NIOCore NIOAsyncWriter.swift
[550/567] Emitting module NIOCore
[551/567] Compiling NIOCore CircularBuffer.swift
[552/567] Compiling NIOCore Codec.swift
[553/567] Compiling NIOCore ConvenienceOptionSupport.swift
[554/567] Compiling NIOCore DeadChannel.swift
[555/567] Compiling NIOCore DispatchQueue+WithFuture.swift
[556/567] Compiling NIOCore EventLoop+Deprecated.swift
[557/567] Compiling NIOCore EventLoop+SerialExecutor.swift
[558/567] Compiling NIOCore EventLoop.swift
[559/567] Compiling NIOCore ByteBuffer-multi-int.swift
[560/567] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[561/567] Compiling NIOCore ByteBuffer-views.swift
[562/567] Compiling NIOCore Channel.swift
[563/567] Compiling NIOCore ChannelHandler.swift
[564/567] Compiling NIOCore ChannelHandlers.swift
[565/567] Compiling NIOCore ChannelInvoker.swift
[566/567] Compiling NIOCore ChannelOption.swift
[567/567] Compiling NIOCore ChannelPipeline.swift
[569/618] Emitting module NIOEmbedded
[570/618] Compiling NIOEmbedded AsyncTestingChannel.swift
[571/618] Emitting module NIOPosix
[572/624] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[573/624] Compiling NIOEmbedded Embedded.swift
[574/625] Compiling NIOPosix Pool.swift
[575/625] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[576/625] Compiling NIOPosix PosixSingletons.swift
[577/625] Compiling NIOPosix RawSocketBootstrap.swift
[578/625] Compiling NIOPosix Resolver.swift
[579/625] Compiling NIOPosix Selectable.swift
[581/625] Compiling NIOPosix ThreadPosix.swift
[582/625] Compiling NIOPosix ThreadWindows.swift
[583/625] Compiling NIOPosix UnsafeTransfer.swift
[584/625] Compiling NIOPosix Utilities.swift
[585/625] Compiling NIOPosix VsockAddress.swift
[586/625] Compiling NIOPosix VsockChannelEvents.swift
[587/625] Compiling NIOPosix SelectableChannel.swift
[588/625] Compiling NIOPosix SelectableEventLoop.swift
[589/625] Compiling NIOPosix SelectorEpoll.swift
[590/625] Compiling NIOPosix SelectorGeneric.swift
[591/625] Compiling NIOPosix SelectorKqueue.swift
[592/625] Compiling NIOPosix SelectorUring.swift
[593/625] Compiling NIOPosix ServerSocket.swift
[594/625] Compiling NIOPosix Socket.swift
[595/625] Compiling NIOPosix SocketChannel.swift
[596/625] Compiling NIOPosix SocketProtocols.swift
[597/625] Compiling NIOPosix System.swift
[598/625] Compiling NIOPosix Thread.swift
[599/625] Compiling NIOPosix BSDSocketAPICommon.swift
[600/625] Compiling NIOPosix BSDSocketAPIPosix.swift
[601/625] Compiling NIOPosix BSDSocketAPIWindows.swift
[602/625] Compiling NIOPosix BaseSocket.swift
[603/625] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[604/625] Compiling NIOPosix BaseSocketChannel.swift
[605/625] Compiling NIOPosix BaseStreamSocketChannel.swift
[606/625] Compiling NIOPosix Bootstrap.swift
[607/625] Compiling NIOPosix ControlMessage.swift
[608/625] Compiling NIOPosix DatagramVectorReadManager.swift
[609/625] Compiling NIOPosix Errors+Any.swift
[610/625] Compiling NIOPosix FileDescriptor.swift
[611/625] Compiling NIOPosix GetaddrinfoResolver.swift
[612/625] Compiling NIOPosix HappyEyeballs.swift
[613/625] Compiling NIOPosix NIOThreadPool.swift
[614/625] Compiling NIOPosix NonBlockingFileIO.swift
[615/625] Compiling NIOPosix PendingDatagramWritesManager.swift
[616/625] Compiling NIOPosix PendingWritesManager.swift
[617/625] Compiling NIOPosix PipeChannel.swift
[618/625] Compiling NIOPosix PipePair.swift
[619/625] Compiling NIOPosix IO.swift
[620/625] Compiling NIOPosix IntegerBitPacking.swift
[621/625] Compiling NIOPosix IntegerTypes.swift
[622/625] Compiling NIOPosix Linux.swift
[623/625] Compiling NIOPosix LinuxCPUSet.swift
[624/625] Compiling NIOPosix LinuxUring.swift
[625/625] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[627/628] Compiling NIO Exports.swift
[628/628] Emitting module NIO
[630/651] Emitting module NIOTLS
[631/651] Compiling NIOTLS TLSEvents.swift
[632/651] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[633/651] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[634/651] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[635/651] Compiling NIOTLS SNIHandler.swift
[637/652] Emitting module NIOHTTP1
[638/654] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[639/654] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[640/654] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[641/654] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[642/683] Compiling NIOSSL ObjectIdentifier.swift
[643/683] Compiling NIOSSL PosixPort.swift
[644/683] Compiling NIOSSL SSLCertificateExtensions.swift
[645/683] Compiling NIOSSL SSLCertificateName.swift
[646/683] Compiling NIOSSL SSLCallbacks.swift
[647/683] Compiling NIOSSL SSLCertificate.swift
[648/683] Compiling NIOSSL NIOSSLHandler.swift
[649/683] Compiling NIOSSL NIOSSLServerHandler.swift
[650/683] Compiling NIOSSL AndroidCABundle.swift
[651/683] Compiling NIOSSL ByteBufferBIO.swift
[652/683] Compiling NIOSSL CustomPrivateKey.swift
[653/683] Compiling NIOSSL SSLConnection.swift
[654/683] Compiling NIOSSL SSLPrivateKey.swift
[656/702] Compiling NIOExtras DebugInboundEventsHandler.swift
[657/702] Compiling NIOExtras DebugOutboundEventsHandler.swift
[658/702] Compiling NIOExtras FixedLengthFrameDecoder.swift
[659/704] Emitting module NIOSSL
[663/708] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[664/708] Compiling NIOExtras NIORequestIdentifiable.swift
[665/708] Compiling NIOExtras RequestResponseHandler.swift
[666/708] Compiling NIOExtras RequestResponseWithIDHandler.swift
[667/708] Compiling NIOExtras PCAPRingBuffer.swift
[670/708] Compiling NIOSSL SubjectAlternativeName.swift
[671/708] Compiling NIOSSL NIOSSLSecureBytes.swift
[672/708] Compiling NIOSSL RNG.swift
[673/708] Compiling NIOSSL SafeCompare.swift
[674/708] Compiling NIOExtras QuiescingHelper.swift
[675/708] Compiling NIOExtras UnsafeTransfer.swift
[676/708] Compiling NIOExtras WritePCAPHandler.swift
[677/708] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[678/708] Compiling NIOExtras NIOLengthFieldBitLength.swift
[680/708] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[681/708] Compiling NIOExtras NIOExtrasError.swift
[684/708] Compiling NIOExtras LineBasedFrameDecoder.swift
[689/708] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[690/708] Compiling NIOExtras JSONRPCFraming.swift
[693/708] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[694/708] Compiling NIOExtras LengthFieldPrepender.swift
[695/708] Emitting module NIOExtras
[699/708] Compiling NIOSSL SSLContext.swift
[700/708] Compiling NIOSSL SSLErrors.swift
[701/708] Compiling NIOSSL SSLInit.swift
[702/708] Compiling NIOSSL SSLPKCS12Bundle.swift
[705/709] Compiling NIOSSL Zeroization.swift
[706/709] Compiling NIOSSL TLSConfiguration.swift
[707/709] Compiling NIOSSL UniversalBootstrapSupport.swift
[708/709] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[711/718] Compiling SMTPKitten MailBodyBuilder.swift
[712/718] Compiling SMTPKitten SMTPClient.swift
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:65:19: warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
 63 |         sendMessage: @escaping () -> EventLoopFuture<Void>
 64 |     ) -> EventLoopFuture<SMTPServerMessage> {
 65 |         eventLoop.flatSubmit {
    |                   `- warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
 66 |             let item = OutstandingRequest(
 67 |                 promise: self.eventLoop.makePromise(),
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPMessage.swift:27:15: note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
25 |
26 | /// Any message that can be received from the SMTP server.
27 | public struct SMTPServerMessage {
   |               `- note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
28 |     var responseCode: SMTPResponseCode? {
29 |         SMTPResponseCode(rawValue: code)
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:67:26: warning: capture of 'self' with non-sendable type 'SMTPClientContext' in a '@Sendable' closure
 51 |
 52 |
 53 | internal final class SMTPClientContext {
    |                      `- note: class 'SMTPClientContext' does not conform to the 'Sendable' protocol
 54 |     private var queue = [OutstandingRequest]()
 55 |     private var isProcessing = false
    :
 65 |         eventLoop.flatSubmit {
 66 |             let item = OutstandingRequest(
 67 |                 promise: self.eventLoop.makePromise(),
    |                          `- warning: capture of 'self' with non-sendable type 'SMTPClientContext' in a '@Sendable' closure
 68 |                 sendMessage: sendMessage
 69 |             )
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:68:30: warning: capture of 'sendMessage' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
 66 |             let item = OutstandingRequest(
 67 |                 promise: self.eventLoop.makePromise(),
 68 |                 sendMessage: sendMessage
    |                              |- warning: capture of 'sendMessage' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
    |                              `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 69 |             )
 70 |
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:80:35: warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
 78 |
 79 |     func receive(_ messages: SMTPServerMessage) {
 80 |         self.queue.first?.promise.succeed(messages)
    |                                   `- warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
 81 |     }
 82 |
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPMessage.swift:27:15: note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
25 |
26 | /// Any message that can be received from the SMTP server.
27 | public struct SMTPServerMessage {
   |               `- note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
28 |     var responseCode: SMTPResponseCode? {
29 |         SMTPResponseCode(rawValue: code)
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:95:28: warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
 93 |
 94 |         // Start 'em back up again
 95 |         item.sendMessage().flatMap {
    |                            `- warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
 96 |             item.promise.futureResult
 97 |         }.hop(to: eventLoop).whenComplete { _ in
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPMessage.swift:27:15: note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
25 |
26 | /// Any message that can be received from the SMTP server.
27 | public struct SMTPServerMessage {
   |               `- note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
28 |     var responseCode: SMTPResponseCode? {
29 |         SMTPResponseCode(rawValue: code)
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:97:11: warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
 95 |         item.sendMessage().flatMap {
 96 |             item.promise.futureResult
 97 |         }.hop(to: eventLoop).whenComplete { _ in
    |           `- warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
 98 |             // Ensure this item it out of the pool
 99 |             self.queue.removeFirst()
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPMessage.swift:27:15: note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
25 |
26 | /// Any message that can be received from the SMTP server.
27 | public struct SMTPServerMessage {
   |               `- note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
28 |     var responseCode: SMTPResponseCode? {
29 |         SMTPResponseCode(rawValue: code)
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:96:13: warning: capture of 'item' with non-sendable type 'OutstandingRequest' in a '@Sendable' closure
 34 | }
 35 |
 36 | private struct OutstandingRequest {
    |                `- note: consider making struct 'OutstandingRequest' conform to the 'Sendable' protocol
 37 |     let promise: EventLoopPromise<SMTPServerMessage>
 38 |     let sendMessage: () -> EventLoopFuture<Void>
    :
 94 |         // Start 'em back up again
 95 |         item.sendMessage().flatMap {
 96 |             item.promise.futureResult
    |             `- warning: capture of 'item' with non-sendable type 'OutstandingRequest' in a '@Sendable' closure
 97 |         }.hop(to: eventLoop).whenComplete { _ in
 98 |             // Ensure this item it out of the pool
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:99:13: warning: capture of 'self' with non-sendable type 'SMTPClientContext' in a '@Sendable' closure
 51 |
 52 |
 53 | internal final class SMTPClientContext {
    |                      `- note: class 'SMTPClientContext' does not conform to the 'Sendable' protocol
 54 |     private var queue = [OutstandingRequest]()
 55 |     private var isProcessing = false
    :
 97 |         }.hop(to: eventLoop).whenComplete { _ in
 98 |             // Ensure this item it out of the pool
 99 |             self.queue.removeFirst()
    |             `- warning: capture of 'self' with non-sendable type 'SMTPClientContext' in a '@Sendable' closure
100 |             self.isProcessing = false
101 |
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:188:48: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
186 |         }
187 |
188 |         try await channel.pipeline.addHandlers(handlers)
    |                                                `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
189 |         let client = SMTPClient(
190 |             channel: channel,
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:247:49: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
245 |             }
246 |
247 |             return channel.pipeline.addHandlers(handlers)
    |                                                 `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
248 |         }.connect(host: hostname, port: port).get()
249 |
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:229:60: warning: capture of 'context' with non-sendable type 'SMTPClientContext' in a '@Sendable' closure
 51 |
 52 |
 53 | internal final class SMTPClientContext {
    |                      `- note: class 'SMTPClientContext' does not conform to the 'Sendable' protocol
 54 |     private var queue = [OutstandingRequest]()
 55 |     private var isProcessing = false
    :
227 |         let channel = try await ClientBootstrap(group: eventLoop).channelInitializer { channel in
228 |             let lineBasedFrameDecoder = ByteToMessageHandler(LineBasedFrameDecoder())
229 |             let parser = SMTPClientInboundHandler(context: context)
    |                                                            `- warning: capture of 'context' with non-sendable type 'SMTPClientContext' in a '@Sendable' closure
230 |             let serializer = MessageToByteHandler(SMTPClientOutboundHandler())
231 |             var handlers: [ChannelHandler] = [lineBasedFrameDecoder, parser, serializer, ErrorCloseHandler()]
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:233:20: warning: capture of 'ssl' with non-sendable type 'SMTPSSLMode' in a '@Sendable' closure
 23 |
 24 | /// The mode that the SMTP client should use for SSL. This can be either `startTLS`, `tls` or `insecure`.
 25 | public enum SMTPSSLMode {
    |             `- note: consider making enum 'SMTPSSLMode' conform to the 'Sendable' protocol
 26 |     /// The SMTP client should use the `STARTTLS` command to upgrade the connection to SSL.
 27 |     case startTLS(configuration: SMTPSSLConfiguration)
    :
231 |             var handlers: [ChannelHandler] = [lineBasedFrameDecoder, parser, serializer, ErrorCloseHandler()]
232 |
233 |             switch ssl {
    |                    `- warning: capture of 'ssl' with non-sendable type 'SMTPSSLMode' in a '@Sendable' closure
234 |             case .insecure, .startTLS:
235 |                 break
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:284:33: warning: type 'SMTPClientMessage' does not conform to the 'Sendable' protocol
282 |     ) async throws -> SMTPServerMessage {
283 |         return try await context.sendMessage {
284 |             return self.channel.writeAndFlush(message)
    |                                 `- warning: type 'SMTPClientMessage' does not conform to the 'Sendable' protocol
285 |         }.get()
286 |     }
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPMessage.swift:6:13: note: consider making enum 'SMTPClientMessage' conform to the 'Sendable' protocol
 4 |
 5 | /// Any message that can be sent to the SMTP server.
 6 | public enum SMTPClientMessage {
   |             `- note: consider making enum 'SMTPClientMessage' conform to the 'Sendable' protocol
 7 |     case none
 8 |     case helo(hostname: String)
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:285:11: warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
283 |         return try await context.sendMessage {
284 |             return self.channel.writeAndFlush(message)
285 |         }.get()
    |           `- warning: type 'SMTPServerMessage' does not conform to the 'Sendable' protocol
286 |     }
287 |
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPMessage.swift:27:15: note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
25 |
26 | /// Any message that can be received from the SMTP server.
27 | public struct SMTPServerMessage {
   |               `- note: consider making struct 'SMTPServerMessage' conform to the 'Sendable' protocol
28 |     var responseCode: SMTPResponseCode? {
29 |         SMTPResponseCode(rawValue: code)
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:292:29: warning: type 'SMTPClientMessage' does not conform to the 'Sendable' protocol
290 |         _ message: SMTPClientMessage
291 |     ) -> EventLoopFuture<Void> {
292 |         return self.channel.writeAndFlush(message)
    |                             `- warning: type 'SMTPClientMessage' does not conform to the 'Sendable' protocol
293 |     }
294 |
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPMessage.swift:6:13: note: consider making enum 'SMTPClientMessage' conform to the 'Sendable' protocol
 4 |
 5 | /// Any message that can be sent to the SMTP server.
 6 | public enum SMTPClientMessage {
   |             `- note: consider making enum 'SMTPClientMessage' conform to the 'Sendable' protocol
 7 |     case none
 8 |     case helo(hostname: String)
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:316:52: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
314 |         let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: self.hostname)
315 |
316 |         try await self.channel.pipeline.addHandler(sslHandler, position: .first)
    |                                                    `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
317 |     }
318 |
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 57 | /// This handler can be used in channels that are acting as the client
 58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
 59 | public final class NIOSSLClientHandler: NIOSSLHandler {
    |                    `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
 60 |     /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
 61 |     ///
/host/spi-builder-workspace/Sources/SMTPKitten/SMTPClient.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  1 | import NIO
  2 | import NIOExtras
  3 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  4 |
  5 | public enum SMTPSSLConfiguration {
[713/718] Compiling SMTPKitten SMTPMessage.swift
[714/718] Compiling SMTPKitten SMTPOutbound.swift
[715/718] Compiling SMTPKitten Helpers.swift
[716/718] Compiling SMTPKitten Mail.swift
/host/spi-builder-workspace/Sources/SMTPKitten/Mail.swift:12:23: warning: static property 'inline' is not concurrency-safe because non-'Sendable' type 'ContentDisposition' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import NIO
  3 |
  4 | public struct ContentDisposition {
    |               `- note: consider making struct 'ContentDisposition' conform to the 'Sendable' protocol
  5 |     enum Disposition: String {
  6 |         case inline
    :
 10 |     let disposition: Disposition
 11 |
 12 |     public static let `inline` = ContentDisposition(disposition: .inline)
    |                       |- warning: static property 'inline' is not concurrency-safe because non-'Sendable' type 'ContentDisposition' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'inline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |     public static let attachment = ContentDisposition(disposition: .attachment)
 14 | }
/host/spi-builder-workspace/Sources/SMTPKitten/Mail.swift:13:23: warning: static property 'attachment' is not concurrency-safe because non-'Sendable' type 'ContentDisposition' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import NIO
  3 |
  4 | public struct ContentDisposition {
    |               `- note: consider making struct 'ContentDisposition' conform to the 'Sendable' protocol
  5 |     enum Disposition: String {
  6 |         case inline
    :
 11 |
 12 |     public static let `inline` = ContentDisposition(disposition: .inline)
 13 |     public static let attachment = ContentDisposition(disposition: .attachment)
    |                       |- warning: static property 'attachment' is not concurrency-safe because non-'Sendable' type 'ContentDisposition' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'attachment' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 | }
 15 |
[717/718] Compiling SMTPKitten Error.swift
[718/718] Emitting module SMTPKitten
/host/spi-builder-workspace/Sources/SMTPKitten/Mail.swift:12:23: warning: static property 'inline' is not concurrency-safe because non-'Sendable' type 'ContentDisposition' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import NIO
  3 |
  4 | public struct ContentDisposition {
    |               `- note: consider making struct 'ContentDisposition' conform to the 'Sendable' protocol
  5 |     enum Disposition: String {
  6 |         case inline
    :
 10 |     let disposition: Disposition
 11 |
 12 |     public static let `inline` = ContentDisposition(disposition: .inline)
    |                       |- warning: static property 'inline' is not concurrency-safe because non-'Sendable' type 'ContentDisposition' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'inline' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 13 |     public static let attachment = ContentDisposition(disposition: .attachment)
 14 | }
/host/spi-builder-workspace/Sources/SMTPKitten/Mail.swift:13:23: warning: static property 'attachment' is not concurrency-safe because non-'Sendable' type 'ContentDisposition' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import NIO
  3 |
  4 | public struct ContentDisposition {
    |               `- note: consider making struct 'ContentDisposition' conform to the 'Sendable' protocol
  5 |     enum Disposition: String {
  6 |         case inline
    :
 11 |
 12 |     public static let `inline` = ContentDisposition(disposition: .inline)
 13 |     public static let attachment = ContentDisposition(disposition: .attachment)
    |                       |- warning: static property 'attachment' is not concurrency-safe because non-'Sendable' type 'ContentDisposition' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'attachment' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 | }
 15 |
Build complete! (231.46s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "SMTPKitten",
  "name" : "SMTPKitten",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SMTPKitten",
      "targets" : [
        "SMTPKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SMTPKittenTests",
      "module_type" : "SwiftTarget",
      "name" : "SMTPKittenTests",
      "path" : "Tests/SMTPKittenTests",
      "product_dependencies" : [
        "NIOFoundationCompat"
      ],
      "sources" : [
        "SMTPKittenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SMTPKitten"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SMTPKitten",
      "module_type" : "SwiftTarget",
      "name" : "SMTPKitten",
      "path" : "Sources/SMTPKitten",
      "product_dependencies" : [
        "NIO",
        "NIOSSL",
        "NIOExtras"
      ],
      "product_memberships" : [
        "SMTPKitten"
      ],
      "sources" : [
        "Error.swift",
        "Helpers.swift",
        "Mail.swift",
        "MailBodyBuilder.swift",
        "SMTPClient.swift",
        "SMTPMessage.swift",
        "SMTPOutbound.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.