The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SMTPKitten, reference main (b10493), with Swift 6.1 for Android on 29 May 2025 03:37:04 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Joannis/SMTPKitten
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b10493f Re-create the connection once it closes
Cloned https://github.com/Joannis/SMTPKitten.git
Revision (git rev-parse @):
b10493fe3d51c7bd53c589db1a7a9c0483e490f6
SUCCESS checkout https://github.com/Joannis/SMTPKitten.git at main
========================================
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" : "multipart-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.7.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/multipart-kit.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.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" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SMTPKitten",
      "targets" : [
        "SMTPKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SMTPKittenTests",
      "module_type" : "SwiftTarget",
      "name" : "SMTPKittenTests",
      "path" : "Tests/SMTPKittenTests",
      "sources" : [
        "SMTPKittenTests.swift"
      ],
      "target_dependencies" : [
        "SMTPKitten"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SMTPKitten",
      "module_type" : "SwiftTarget",
      "name" : "SMTPKitten",
      "path" : "Sources/SMTPKitten",
      "product_dependencies" : [
        "MultipartKit",
        "ServiceLifecycle",
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat",
        "NIOExtras",
        "NIOSSL"
      ],
      "product_memberships" : [
        "SMTPKitten"
      ],
      "sources" : [
        "Connection/Errors.swift",
        "Connection/Helpers.swift",
        "Connection/ReplyDecoder.swift",
        "Connection/Request+Reply.swift",
        "Connection/SMTPCommandsHelper.swift",
        "Connection/SMTPConnection.swift",
        "Connection/SMTPSSLMode.swift",
        "ConnectionPool/SMTPClient.swift",
        "SMTPClient+Commands/+handshake.swift",
        "SMTPClient+Commands/+login.swift",
        "SMTPClient+Commands/+sendMail.swift",
        "Types/Mail/+Attachment.swift",
        "Types/Mail/+Content.swift",
        "Types/Mail/+Disposition.swift",
        "Types/Mail/+build.swift",
        "Types/Mail/+serialization.swift",
        "Types/Mail/Mail.swift",
        "Types/Mail/MailBodyBuilder.swift",
        "Types/MailUser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/multipart-kit.git
[1/2426] Fetching swift-service-lifecycle
[608/5745] Fetching swift-service-lifecycle, multipart-kit
[3257/11659] Fetching swift-service-lifecycle, multipart-kit, swift-nio-extras
[9437/87752] Fetching swift-service-lifecycle, multipart-kit, swift-nio-extras, swift-nio
[9438/102595] Fetching swift-service-lifecycle, multipart-kit, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (2.06s)
[73405/99276] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (6.00s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (6.00s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.03s)
Fetched https://github.com/apple/swift-nio.git from cache (6.10s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (6.66s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.78s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[500/8821] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.59s)
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
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.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.79s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[378/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.61s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.67s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[24/2731] Fetching swift-http-structured-headers, swift-asn1
[2414/8690] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms
[2534/14845] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates
[3373/15749] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates, swift-http-types
[6432/27276] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.38s)
[11487/26135] Fetching swift-asn1, swift-algorithms, swift-certificates, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.52s)
[10079/19272] Fetching swift-asn1, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (0.58s)
[4154/13117] Fetching swift-asn1, swift-nio-http2
Fetched https://github.com/apple/swift-asn1.git from cache (1.30s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.31s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.00s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.76s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.72s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.05s)
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.67s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
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.60s)
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-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-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-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-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-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-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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/441] Write sources
[19/441] Compiling CNIOWindows shim.c
[20/441] Write sources
[21/441] Compiling CNIOWindows WSAStartup.c
[22/441] Write sources
[28/441] Compiling CNIODarwin shim.c
[29/441] Compiling CNIOLinux liburing_shims.c
[29/441] Compiling CNIOWASI CNIOWASI.c
[31/441] Compiling _AtomicsShims.c
[32/441] Compiling CNIOLinux shim.c
[33/441] Compiling sha256-armv8-apple.S
[34/441] Compiling CNIOLLHTTP c_nio_http.c
[35/441] Compiling fiat_p256_adx_sqr.S
[36/441] Compiling fiat_p256_adx_mul.S
[37/441] Compiling CNIOLLHTTP c_nio_api.c
[38/441] Compiling fiat_curve25519_adx_square.S
[39/441] Compiling fiat_curve25519_adx_mul.S
[40/441] Write swift-version-24593BA9C3E375BF.txt
[41/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/441] Compiling CNIOBoringSSLShims shims.c
[43/447] Compiling tls_record.cc
[44/447] Compiling tls13_server.cc
[45/447] Compiling tls_method.cc
[46/447] Compiling tls13_enc.cc
[47/452] Compiling tls13_client.cc
[48/455] Compiling tls13_both.cc
[49/469] Compiling ssl_x509.cc
[50/469] Compiling ssl_versions.cc
[52/469] Emitting module ConcurrencyHelpers
[52/469] Compiling t1_enc.cc
[54/469] Emitting module _NIOBase64
[55/469] Compiling _NIOBase64 Base64.swift
[56/470] Compiling ConcurrencyHelpers LockedValueBox.swift
[57/470] Emitting module _NIODataStructures
[58/470] Compiling _NIODataStructures Heap.swift
[59/470] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/470] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/470] Compiling _NIODataStructures _TinyArray.swift
[62/470] Compiling _NIODataStructures PriorityQueue.swift
[64/472] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/472] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/472] Compiling Logging LogHandler.swift
[67/472] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/472] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/472] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/472] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/472] Compiling InternalCollectionsUtilities Debugging.swift
[72/472] Compiling InternalCollectionsUtilities Descriptions.swift
[73/472] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/472] Emitting module InternalCollectionsUtilities
[75/472] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/472] Compiling InternalCollectionsUtilities Integer rank.swift
[78/472] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/473] Compiling ssl_transcript.cc
[80/473] Compiling ssl_stat.cc
[81/541] Compiling ssl_session.cc
[83/603] Compiling HeapModule Heap+Descriptions.swift
[84/603] Compiling HeapModule Heap.swift
[85/603] Compiling HeapModule _HeapNode.swift
[86/603] Compiling HeapModule Heap+UnsafeHandle.swift
[87/603] Compiling HeapModule Heap+Invariants.swift
[88/603] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[89/603] Emitting module HeapModule
[90/604] Compiling ssl_lib.cc
[92/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[93/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[94/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[95/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[96/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[97/604] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[98/604] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[99/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[100/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[101/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[102/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[103/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[104/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[105/604] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[106/611] Compiling OrderedCollections OrderedDictionary.swift
[107/611] Compiling OrderedCollections OrderedSet+Codable.swift
[108/611] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[109/611] Compiling OrderedCollections OrderedSet+Descriptions.swift
[110/611] Compiling OrderedCollections OrderedSet+Diffing.swift
[111/611] Compiling OrderedCollections OrderedSet+Equatable.swift
[112/611] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[113/611] Compiling OrderedCollections OrderedSet+Hashable.swift
[113/682] Compiling ssl_privkey.cc
[115/700] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[116/700] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[117/700] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[118/700] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[119/700] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[120/700] Compiling HashTreeCollections _HashNode+Structural merge.swift
[121/700] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[122/700] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[123/700] Compiling DequeModule Deque._UnsafeHandle.swift
[124/700] Compiling DequeModule Deque.swift
[125/700] Compiling DequeModule _DequeBuffer.swift
[126/700] Compiling DequeModule _DequeBufferHeader.swift
[127/700] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[128/700] Compiling HashTreeCollections _HashNode+Storage.swift
[129/700] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[130/700] Compiling HashTreeCollections _HashNode+Structural filter.swift
[131/702] Compiling HashTreeCollections _HashStack.swift
[132/702] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[133/702] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[134/702] Compiling HashTreeCollections TreeDictionary+Filter.swift
[135/702] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[136/702] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[137/702] Compiling HashTreeCollections TreeDictionary+Keys.swift
[138/702] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[139/702] Compiling DequeModule Deque+CustomReflectable.swift
[140/702] Compiling DequeModule Deque+Descriptions.swift
[143/704] Compiling DequeModule _DequeSlot.swift
[144/704] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/704] Compiling HashTreeCollections _UnsafePath.swift
[146/704] Compiling HashTreeCollections TreeDictionary+Codable.swift
[147/704] Compiling HashTreeCollections TreeDictionary+Collection.swift
[148/704] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[149/704] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[150/704] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[151/704] Compiling HashTreeCollections TreeSet+Hashable.swift
[152/704] Compiling HashTreeCollections TreeSet+Sendable.swift
[153/704] Compiling HashTreeCollections TreeSet+Sequence.swift
[154/704] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[155/704] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[156/704] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[157/704] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[158/704] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[159/704] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[160/704] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[161/704] Compiling HashTreeCollections TreeDictionary.swift
[162/704] Compiling HashTreeCollections TreeSet+Codable.swift
[163/713] Compiling DequeModule Deque+Equatable.swift
[164/713] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[164/713] Compiling ssl_key_share.cc
[165/713] Compiling ssl_file.cc
[167/713] Compiling DequeModule Deque+Testing.swift
[168/713] Compiling DequeModule Deque._Storage.swift
[169/713] Compiling DequeModule Deque+Extras.swift
[170/713] Compiling DequeModule Deque+Hashable.swift
[173/713] Compiling DequeModule Deque+Codable.swift
[174/713] Compiling DequeModule Deque+Collection.swift
[175/713] Emitting module DequeModule
[176/714] Emitting module Logging
[177/714] Compiling Logging Locks.swift
[178/714] Compiling Logging MetadataProvider.swift
[179/714] Compiling ConcurrencyHelpers Lock.swift
[200/725] Compiling _RopeModule Rope+Join.swift
[201/725] Compiling _RopeModule Rope+MutatingForEach.swift
[202/725] Compiling _RopeModule Rope+Remove.swift
[203/725] Compiling _RopeModule Rope+RemoveSubrange.swift
[204/725] Compiling _RopeModule Rope+Split.swift
[205/725] Compiling _RopeModule Optional Utilities.swift
[206/725] Compiling _RopeModule String Utilities.swift
[207/725] Compiling _RopeModule String.Index+ABI.swift
[208/725] Compiling Logging Logging.swift
[217/726] Compiling HashTreeCollections TreeDictionary+Merge.swift
[218/726] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[219/726] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[220/726] Compiling HashTreeCollections TreeDictionary+Values.swift
[240/729] Emitting module OrderedCollections
[241/730] Emitting module _RopeModule
[243/730] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[244/730] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[245/730] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[246/730] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[247/730] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[248/730] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[249/730] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[250/730] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[251/730] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[252/730] Compiling HashTreeCollections TreeSet.swift
[253/730] Compiling HashTreeCollections _HashTreeIterator.swift
[254/730] Compiling HashTreeCollections _HashTreeStatistics.swift
[255/730] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[256/730] Compiling HashTreeCollections _RawHashNode.swift
[257/730] Compiling HashTreeCollections _UnmanagedHashNode.swift
[264/738] Compiling HashTreeCollections _HashNodeHeader.swift
[265/738] Compiling HashTreeCollections _HashSlot.swift
[278/738] Compiling HashTreeCollections _HashNode+Structural union.swift
[279/738] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[280/738] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[281/738] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[282/738] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[283/738] Compiling HashTreeCollections _HashNode.swift
[302/775] Compiling ssl_credential.cc
[304/775] Compiling UnixSignals UnixSignal.swift
[305/775] Compiling UnixSignals UnixSignalsSequence.swift
[306/775] Emitting module UnixSignals
[308/776] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[309/776] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[310/776] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[311/776] Compiling AsyncAlgorithms ChannelStateMachine.swift
[312/776] Compiling AsyncAlgorithms ChannelStorage.swift
[313/776] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[314/776] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[315/776] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[316/776] Compiling AsyncAlgorithms CombineLatestStorage.swift
[317/776] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[318/776] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[319/776] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[320/776] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[321/776] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[322/776] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[323/776] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[324/776] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[325/776] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[326/776] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[327/776] Compiling AsyncAlgorithms AsyncChannel.swift
[328/776] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[329/776] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[330/776] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[331/776] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[332/776] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[333/776] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[334/776] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[335/776] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[336/776] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[337/776] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[338/776] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[339/776] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[340/776] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[340/776] Compiling ssl_buffer.cc
[341/776] Compiling ssl_cipher.cc
[351/777] Compiling ssl_cert.cc
[354/777] Emitting module AsyncAlgorithms
[355/783] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[356/783] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[357/783] Compiling AsyncAlgorithms MergeStateMachine.swift
[358/783] Compiling AsyncAlgorithms MergeStorage.swift
[359/783] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[360/783] Compiling AsyncAlgorithms Rethrow.swift
[368/783] Emitting module HashTreeCollections
[369/784] Compiling ssl_asn1.cc
[372/784] Compiling AsyncAlgorithms DebounceStateMachine.swift
[373/784] Compiling AsyncAlgorithms DebounceStorage.swift
[374/784] Compiling AsyncAlgorithms Dictionary.swift
[375/784] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[376/784] Compiling AsyncAlgorithms Locking.swift
[401/784] Compiling ssl_aead_ctx.cc
[402/784] Compiling s3_both.cc
[403/784] Compiling s3_lib.cc
[404/784] Compiling s3_pkt.cc
[406/784] Compiling AsyncAlgorithms SetAlgebra.swift
[407/784] Compiling AsyncAlgorithms UnsafeTransfer.swift
[408/784] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[409/784] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[410/784] Compiling AsyncAlgorithms ZipStateMachine.swift
[411/784] Compiling AsyncAlgorithms ZipStorage.swift
[412/785] Compiling handshake_client.cc
[413/785] Compiling handshake.cc
[414/785] Compiling handshake_server.cc
[415/793] Compiling handoff.cc
[417/793] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[418/794] Emitting module ServiceLifecycle
[419/794] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[420/794] Compiling ServiceLifecycle CancellationWaiter.swift
[421/794] Compiling ServiceLifecycle GracefulShutdown.swift
[422/794] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[423/794] Compiling ServiceLifecycle ServiceRunnerError.swift
[423/794] Compiling dtls_record.cc
[423/794] Compiling extensions.cc
[425/794] Compiling encrypted_client_hello.cc
[426/794] Compiling md5-x86_64-linux.S
[427/794] Compiling md5-x86_64-apple.S
[429/794] Compiling ServiceLifecycle Service.swift
[430/794] Compiling ServiceLifecycle ServiceGroup.swift
[430/795] Compiling d1_pkt.cc
[431/795] Compiling md5-586-linux.S
[432/795] Compiling md5-586-apple.S
[434/795] Compiling chacha20_poly1305_x86_64-linux.S
[435/795] Compiling dtls_method.cc
[436/795] Compiling d1_srtp.cc
[437/795] Compiling chacha20_poly1305_x86_64-apple.S
[438/795] Compiling chacha20_poly1305_armv8-win.S
[439/795] Compiling chacha20_poly1305_armv8-linux.S
[440/795] Compiling chacha20_poly1305_armv8-apple.S
[441/795] Compiling d1_lib.cc
[442/795] Compiling chacha-x86_64-apple.S
[443/795] Compiling chacha-x86-apple.S
[444/795] Compiling chacha-x86_64-linux.S
[445/795] Compiling chacha-x86-linux.S
[446/795] Compiling chacha-armv8-win.S
[447/795] Compiling chacha-armv8-apple.S
[448/795] Compiling chacha-armv4-linux.S
[449/795] Compiling aes128gcmsiv-x86_64-linux.S
[450/795] Compiling chacha-armv8-linux.S
[451/795] Compiling aes128gcmsiv-x86_64-apple.S
[452/795] Compiling err_data.cc
[453/795] Compiling x86_64-mont5-apple.S
[454/795] Compiling x86_64-mont5-linux.S
[455/795] Compiling x86_64-mont-linux.S
[456/795] Compiling x86_64-mont-apple.S
[457/795] Compiling x86-mont-linux.S
[458/795] Compiling vpaes-x86_64-linux.S
[459/795] Compiling x86-mont-apple.S
[460/795] Compiling vpaes-x86_64-apple.S
[461/795] Compiling vpaes-x86-linux.S
[462/795] Compiling vpaes-x86-apple.S
[463/795] Compiling vpaes-armv8-win.S
[464/795] Compiling vpaes-armv8-linux.S
[465/795] Compiling vpaes-armv8-apple.S
[466/795] Compiling vpaes-armv7-linux.S
[467/795] Compiling sha512-x86_64-apple.S
[468/795] Compiling sha512-armv8-apple.S
[469/795] Compiling sha512-x86_64-linux.S
[470/795] Compiling sha512-armv8-win.S
[471/795] Compiling sha512-armv4-linux.S
[472/795] Compiling sha512-586-linux.S
[473/795] Compiling sha512-armv8-linux.S
[474/795] Compiling sha256-x86_64-apple.S
[475/795] Compiling sha512-586-apple.S
[476/795] Compiling sha256-x86_64-linux.S
[477/795] Compiling bio_ssl.cc
[478/795] Compiling sha256-586-linux.S
[479/795] Compiling sha256-armv8-win.S
[480/795] Compiling sha256-586-apple.S
[481/795] Compiling sha1-x86_64-linux.S
[482/795] Compiling sha256-armv4-linux.S
[483/795] Compiling sha256-armv8-linux.S
[484/795] Compiling sha1-x86_64-apple.S
[485/795] Compiling sha1-586-linux.S
[486/795] Compiling sha1-armv4-large-linux.S
[487/795] Compiling sha1-armv8-win.S
[488/795] Compiling sha1-armv8-apple.S
[489/795] Compiling rsaz-avx2-linux.S
[490/795] Compiling sha1-armv8-linux.S
[491/795] Compiling sha1-586-apple.S
[492/795] Compiling rsaz-avx2-apple.S
[493/795] Compiling rdrand-x86_64-apple.S
[494/795] Compiling p256_beeu-x86_64-asm-linux.S
[495/795] Compiling rdrand-x86_64-linux.S
[496/795] Compiling p256_beeu-armv8-asm-win.S
[497/795] Compiling p256_beeu-x86_64-asm-apple.S
[498/795] Compiling p256_beeu-armv8-asm-linux.S
[498/795] Compiling p256_beeu-armv8-asm-apple.S
[500/795] Compiling p256-x86_64-asm-linux.S
[501/795] Compiling p256-x86_64-asm-apple.S
[502/795] Compiling p256-armv8-asm-win.S
[503/795] Compiling ghashv8-armv8-win.S
[504/795] Compiling p256-armv8-asm-apple.S
[505/795] Compiling p256-armv8-asm-linux.S
[506/795] Compiling ghashv8-armv8-apple.S
[507/795] Compiling ghashv8-armv7-linux.S
[508/795] Compiling ghash-x86_64-linux.S
[509/795] Compiling ghashv8-armv8-linux.S
[510/795] Compiling ghash-x86_64-apple.S
[511/795] Compiling ghash-x86-linux.S
[512/795] Compiling ghash-ssse3-x86_64-linux.S
[513/795] Compiling ghash-ssse3-x86_64-apple.S
[514/795] Compiling ghash-x86-apple.S
[515/795] Compiling ghash-ssse3-x86-linux.S
[516/795] Compiling ghash-ssse3-x86-apple.S
[517/795] Compiling ghash-neon-armv8-win.S
[518/795] Compiling ghash-neon-armv8-linux.S
[519/795] Compiling ghash-armv4-linux.S
[520/795] Compiling ghash-neon-armv8-apple.S
[521/795] Compiling co-586-linux.S
[522/795] Compiling co-586-apple.S
[523/795] Compiling bsaes-armv7-linux.S
[523/795] Compiling bn-armv8-win.S
[525/795] Compiling bn-armv8-apple.S
[526/795] Compiling bn-586-linux.S
[527/795] Compiling bn-armv8-linux.S
[528/795] Compiling bn-586-apple.S
[529/795] Compiling armv8-mont-win.S
[530/795] Compiling armv8-mont-apple.S
[531/795] Compiling aesv8-gcm-armv8-win.S
[532/795] Compiling armv4-mont-linux.S
[533/795] Compiling armv8-mont-linux.S
[534/795] Compiling aesv8-gcm-armv8-apple.S
[535/795] Compiling aesv8-armv8-win.S
[536/795] Compiling aesv8-gcm-armv8-linux.S
[537/795] Compiling aesv8-armv8-linux.S
[538/795] Compiling d1_both.cc
[539/795] Compiling aesni-x86_64-apple.S
[540/795] Compiling aesv8-armv7-linux.S
[541/795] Compiling aesni-x86_64-linux.S
[542/795] Compiling aesv8-armv8-apple.S
[543/795] Compiling aesni-x86-apple.S
[544/795] Compiling aesni-gcm-x86_64-linux.S
[545/795] Compiling aesni-x86-linux.S
[546/795] Compiling aes-gcm-avx2-x86_64-linux.S
[547/795] Compiling aes-gcm-avx2-x86_64-apple.S
[548/795] Compiling aesni-gcm-x86_64-apple.S
[549/795] Compiling aes-gcm-avx10-x86_64-apple.S
[550/795] Compiling aes-gcm-avx10-x86_64-linux.S
[551/795] Compiling x_x509.cc
[552/795] Compiling x_x509a.cc
[553/795] Compiling x_spki.cc
[554/795] Compiling x_val.cc
[555/795] Compiling x_sig.cc
[556/795] Compiling x_req.cc
[557/795] Compiling x_name.cc
[558/795] Compiling x_pubkey.cc
[559/795] Compiling x_exten.cc
[560/795] Compiling x_algor.cc
[561/795] Compiling x_crl.cc
[562/795] Compiling x_attrib.cc
[563/795] Compiling x_all.cc
[564/795] Compiling x509rset.cc
[565/795] Compiling x509name.cc
[566/795] Compiling x509spki.cc
[567/795] Compiling x509_vpm.cc
[568/795] Compiling x509cset.cc
[569/795] Compiling x509_txt.cc
[570/795] Compiling x509_trs.cc
[571/795] Compiling x509_req.cc
[572/795] Compiling x509_v3.cc
[573/795] Compiling x509_vfy.cc
[574/795] Compiling x509_obj.cc
[575/795] Compiling x509_lu.cc
[576/795] Compiling x509_set.cc
[577/795] Compiling x509_d2.cc
[578/795] Compiling x509_cmp.cc
[579/795] Compiling x509_ext.cc
[580/795] Compiling x509_def.cc
[581/795] Compiling x509.cc
[582/795] Compiling x509_att.cc
[583/795] Compiling v3_utl.cc
[584/795] Compiling v3_skey.cc
[585/795] Compiling v3_ocsp.cc
[586/795] Compiling v3_pcons.cc
[587/795] Compiling v3_pmaps.cc
[588/795] Compiling v3_purp.cc
[589/795] Compiling v3_prn.cc
[590/795] Compiling v3_ncons.cc
[591/795] Compiling v3_lib.cc
[592/795] Compiling v3_int.cc
[593/795] Compiling v3_ia5.cc
[594/795] Compiling v3_extku.cc
[595/795] Compiling v3_enum.cc
[596/795] Compiling v3_genn.cc
[597/795] Compiling v3_info.cc
[598/795] Compiling v3_crld.cc
[599/795] Compiling v3_conf.cc
[600/795] Compiling v3_cpols.cc
[601/795] Compiling v3_bcons.cc
[602/795] Compiling v3_alt.cc
[603/795] Compiling v3_akeya.cc
[604/795] Compiling v3_akey.cc
[605/795] Compiling v3_bitst.cc
[606/795] Compiling t_x509a.cc
[607/795] Compiling t_x509.cc
[608/795] Compiling t_req.cc
[609/795] Compiling i2d_pr.cc
[610/795] Compiling t_crl.cc
[611/795] Compiling by_file.cc
[612/795] Compiling rsa_pss.cc
[613/795] Compiling name_print.cc
[614/795] Compiling policy.cc
[615/795] Compiling by_dir.cc
[616/795] Compiling asn1_gen.cc
[617/795] Compiling algorithm.cc
[618/795] Compiling voprf.cc
[619/795] Compiling a_verify.cc
[620/795] Compiling thread_pthread.cc
[621/795] Compiling thread_win.cc
[622/795] Compiling a_sign.cc
[623/795] Compiling trust_token.cc
[624/795] Compiling a_digest.cc
[625/795] Compiling pmbtoken.cc
[626/795] Compiling thread_none.cc
[627/795] Compiling thread.cc
[628/795] Compiling sha512.cc
[629/795] Compiling stack.cc
[630/795] Compiling siphash.cc
[631/795] Compiling sha256.cc
[632/795] Compiling spake2plus.cc
[633/795] Compiling sha1.cc
[634/795] Compiling slhdsa.cc
[635/795] Compiling rsa_print.cc
[636/795] Compiling rsa_extra.cc
[637/795] Compiling rsa_crypt.cc
[638/795] Compiling rc4.cc
[639/795] Compiling refcount.cc
[640/795] Compiling rsa_asn1.cc
[641/795] Compiling urandom.cc
[642/795] Compiling windows.cc
[643/795] Compiling trusty.cc
[644/795] Compiling rand.cc
[645/795] Compiling ios.cc
[646/795] Compiling passive.cc
[647/795] Compiling getentropy.cc
[648/795] Compiling forkunsafe.cc
[649/795] Compiling poly1305_arm_asm.S
[650/795] Compiling deterministic.cc
[651/795] Compiling fork_detect.cc
[652/795] Compiling pool.cc
[653/795] Compiling poly1305_vec.cc
[654/795] Compiling poly1305_arm.cc
[655/795] Compiling poly1305.cc
[656/795] Compiling pkcs7.cc
[657/795] Compiling pkcs8_x509.cc
[658/795] Compiling pkcs8.cc
[659/795] Compiling p5_pbev2.cc
[660/795] Compiling pkcs7_x509.cc
[661/795] Compiling pem_x509.cc
[662/795] Compiling pem_pkey.cc
[663/795] Compiling pem_xaux.cc
[664/795] Compiling pem_oth.cc
[665/795] Compiling pem_info.cc
[666/795] Compiling mlkem.cc
[667/795] Compiling pem_pk8.cc
[668/795] Compiling pem_all.cc
[669/795] Compiling pem_lib.cc
[670/795] Compiling obj_xref.cc
[671/795] Compiling mldsa.cc
[672/795] Compiling obj.cc
[672/795] Compiling poly_rq_mul.S
[674/795] Compiling fips_shared_support.cc
[675/795] Compiling mem.cc
[676/795] Compiling md4.cc
[677/795] Compiling md5.cc
[678/795] Compiling lhash.cc
[679/795] Compiling kyber.cc
[680/795] Compiling sign.cc
[681/795] Compiling ex_data.cc
[682/795] Compiling scrypt.cc
[683/795] Compiling print.cc
[684/795] Compiling hpke.cc
[685/795] Compiling hrss.cc
[686/795] Compiling pbkdf.cc
[687/795] Compiling p_x25519.cc
[688/795] Compiling p_rsa_asn1.cc
[689/795] Compiling p_hkdf.cc
[690/795] Compiling p_ed25519.cc
[691/795] Compiling p_x25519_asn1.cc
[692/795] Compiling p_ed25519_asn1.cc
[693/795] Compiling p_rsa.cc
[694/795] Compiling p_dh_asn1.cc
[695/795] Compiling p_ec_asn1.cc
[696/795] Compiling p_ec.cc
[697/795] Compiling p_dh.cc
[698/795] Compiling evp_ctx.cc
[699/795] Compiling p_dsa_asn1.cc
[700/795] Compiling engine.cc
[701/795] Compiling evp.cc
[702/795] Compiling evp_asn1.cc
[703/795] Compiling err.cc
[704/795] Compiling ecdh.cc
[705/795] Compiling hash_to_curve.cc
[706/795] Compiling bcm.cc
[707/795] Compiling ecdsa_asn1.cc
[708/795] Compiling ec_derive.cc
[709/795] Compiling params.cc
[710/795] Compiling dsa_asn1.cc
[711/795] Compiling ec_asn1.cc
[712/795] Compiling digest_extra.cc
[713/795] Compiling x25519-asm-arm.S
[714/795] Compiling dsa.cc
[715/795] Compiling des.cc
[716/795] Compiling dh_asn1.cc
[717/795] Compiling curve25519_64_adx.cc
[718/795] Compiling spake25519.cc
[719/795] Compiling crypto.cc
[720/795] Compiling curve25519.cc
[721/795] Compiling cpu_intel.cc
[722/795] Compiling cpu_arm_linux.cc
[723/795] Compiling cpu_aarch64_openbsd.cc
[724/795] Compiling cpu_aarch64_win.cc
[725/795] Compiling cpu_aarch64_sysreg.cc
[726/795] Compiling cpu_arm_freebsd.cc
[727/795] Compiling cpu_aarch64_fuchsia.cc
[728/795] Compiling cpu_aarch64_apple.cc
[729/795] Compiling conf.cc
[730/795] Compiling cpu_aarch64_linux.cc
[731/795] Compiling tls_cbc.cc
[732/795] Compiling e_rc4.cc
[733/795] Compiling e_tls.cc
[734/795] Compiling get_cipher.cc
[735/795] Compiling e_rc2.cc
[736/795] Compiling e_null.cc
[737/795] Compiling e_chacha20poly1305.cc
[738/795] Compiling e_des.cc
[739/795] Compiling e_aesgcmsiv.cc
[740/795] Compiling chacha.cc
[741/795] Compiling e_aesctrhmac.cc
[742/795] Compiling derive_key.cc
[743/795] Compiling unicode.cc
[744/795] Compiling cbs.cc
[745/795] Compiling buf.cc
[746/795] Compiling ber.cc
[747/795] Compiling cbb.cc
[748/795] Compiling asn1_compat.cc
[749/795] Compiling convert.cc
[750/795] Compiling bn_asn1.cc
[751/795] Compiling socket_helper.cc
[752/795] Compiling blake2.cc
[753/795] Compiling socket.cc
[754/795] Compiling pair.cc
[755/795] Compiling printf.cc
[756/795] Compiling file.cc
[757/795] Compiling errno.cc
[758/795] Compiling hexdump.cc
[759/795] Compiling connect.cc
[760/795] Compiling bio_mem.cc
[761/795] Compiling bio.cc
[762/795] Compiling fd.cc
[763/795] Compiling base64.cc
[764/795] Compiling tasn_fre.cc
[765/795] Compiling tasn_enc.cc
[766/795] Compiling tasn_typ.cc
[767/795] Compiling tasn_utl.cc
[768/795] Compiling tasn_new.cc
[769/795] Compiling f_string.cc
[770/795] Compiling asn_pack.cc
[771/795] Compiling posix_time.cc
[772/795] Compiling f_int.cc
[773/795] Compiling asn1_par.cc
[774/795] Compiling tasn_dec.cc
[775/795] Compiling asn1_lib.cc
[776/795] Compiling a_octet.cc
[777/795] Compiling a_utctm.cc
[778/795] Compiling a_time.cc
[779/795] Compiling a_type.cc
[780/795] Compiling a_object.cc
[781/795] Compiling a_strnid.cc
[782/795] Compiling a_strex.cc
[783/795] Compiling a_d2i_fp.cc
[784/795] Compiling a_mbstr.cc
[785/795] Compiling a_dup.cc
[785/795] Write sources
[788/795] Compiling a_gentm.cc
[789/795] Compiling a_i2d_fp.cc
[790/867] Compiling a_int.cc
[792/867] Compiling BitCollections BitArray+Copy.swift
[793/867] Compiling BitCollections BitArray+CustomReflectable.swift
[794/869] Compiling BitCollections BitArray+RandomBits.swift
[795/869] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[795/869] Compiling a_bitstr.cc
[797/869] Compiling BitCollections BitArray+Fill.swift
[798/869] Compiling BitCollections BitArray+Hashable.swift
[799/869] Compiling BitCollections BitArray+Initializers.swift
[800/869] Compiling Atomics IntegerOperations.swift
[801/869] Compiling Atomics Unmanaged extensions.swift
[802/869] Compiling BitCollections BitArray+Descriptions.swift
[803/869] Compiling BitCollections BitArray+Equatable.swift
[804/869] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[805/869] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[806/869] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[807/869] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[808/869] Compiling BitCollections BitSet+SetAlgebra union.swift
[809/869] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[810/869] Compiling BitCollections BitSet.Counted.swift
[811/876] Emitting module BitCollections
[811/876] Compiling a_bool.cc
[813/876] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[814/876] Compiling BitCollections BitArray+Codable.swift
[815/876] Compiling BitCollections BitArray+Collection.swift
[816/876] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[817/876] Compiling BitCollections BitSet+CustomReflectable.swift
[818/876] Compiling BitCollections BitSet+CustomStringConvertible.swift
[819/876] Compiling BitCollections BitSet+Equatable.swift
[820/876] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[821/876] Compiling BitCollections BitSet+Extras.swift
[822/876] Compiling BitCollections BitSet+Hashable.swift
[823/876] Compiling BitCollections BitSet+Initializers.swift
[824/876] Compiling BitCollections BitSet+Invariants.swift
[825/876] Compiling BitCollections BitSet+Random.swift
[826/876] Compiling BitCollections BitSet+SetAlgebra basics.swift
[827/876] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[828/876] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[829/876] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[830/876] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[831/876] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[832/876] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[833/876] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[834/876] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[835/876] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[836/876] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[837/876] Compiling BitCollections BitSet.Index.swift
[838/876] Compiling BitCollections BitSet._UnsafeHandle.swift
[839/876] Compiling BitCollections BitSet.swift
[840/876] Compiling BitCollections Range+Utilities.swift
[841/876] Compiling BitCollections Slice+Utilities.swift
[842/876] Compiling BitCollections UInt+Tricks.swift
[843/876] Compiling BitCollections _Word.swift
[848/876] Compiling BitCollections BitArray._UnsafeHandle.swift
[849/876] Compiling BitCollections BitArray.swift
[850/876] Compiling BitCollections BitSet+BidirectionalCollection.swift
[851/876] Compiling BitCollections BitSet+Codable.swift
[852/876] Compiling BitCollections BitArray+BitwiseOperations.swift
[860/876] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[861/876] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[862/876] Compiling BitCollections BitArray+Extras.swift
[866/876] Compiling BitCollections BitArray+Invariants.swift
[867/876] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[869/879] Compiling Collections Collections.swift
[870/879] Emitting module Collections
[872/880] Emitting module Atomics
[879/881] Compiling c-nioatomics.c
[880/881] Compiling c-atomics.c
[882/887] Compiling NIOConcurrencyHelpers NIOLock.swift
[883/887] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[884/887] Compiling NIOConcurrencyHelpers lock.swift
[885/887] Emitting module NIOConcurrencyHelpers
[886/887] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[887/887] Compiling NIOConcurrencyHelpers atomics.swift
[889/948] Compiling NIOCore MulticastChannel.swift
[890/948] Compiling NIOCore NIOAny.swift
[891/948] Compiling NIOCore NIOCloseOnErrorHandler.swift
[892/948] Compiling NIOCore NIOLoopBound.swift
[893/948] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[894/948] Compiling NIOCore NIOScheduledCallback.swift
[895/948] Compiling NIOCore NIOSendable.swift
[896/948] Compiling NIOCore RecvByteBufferAllocator.swift
[897/956] Compiling NIOCore IO.swift
[898/956] Compiling NIOCore IOData.swift
[899/956] Compiling NIOCore IPProtocol.swift
[900/956] Compiling NIOCore IntegerBitPacking.swift
[901/956] Compiling NIOCore IntegerTypes.swift
[902/956] Compiling NIOCore Interfaces.swift
[903/956] Compiling NIOCore Linux.swift
[904/956] Compiling NIOCore MarkedCircularBuffer.swift
[905/956] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[906/956] Compiling NIOCore EventLoopFuture+Deprecated.swift
[907/956] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[908/956] Compiling NIOCore EventLoopFuture.swift
[909/956] Compiling NIOCore FileDescriptor.swift
[910/956] Compiling NIOCore FileHandle.swift
[911/956] Compiling NIOCore FileRegion.swift
[912/956] Compiling NIOCore GlobalSingletons.swift
[913/956] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[914/956] Compiling NIOCore SocketAddresses.swift
[915/956] Compiling NIOCore SocketOptionProvider.swift
[916/956] Compiling NIOCore SystemCallHelpers.swift
[917/956] Compiling NIOCore TimeAmount+Duration.swift
[918/956] Compiling NIOCore TypeAssistedChannelHandler.swift
[919/956] Compiling NIOCore UniversalBootstrapSupport.swift
[920/956] Compiling NIOCore Utilities.swift
[921/956] Compiling NIOCore CircularBuffer.swift
[922/956] Compiling NIOCore Codec.swift
[923/956] Compiling NIOCore ConvenienceOptionSupport.swift
[924/956] Compiling NIOCore DeadChannel.swift
[925/956] Compiling NIOCore DispatchQueue+WithFuture.swift
[926/956] Compiling NIOCore EventLoop+Deprecated.swift
[927/956] Compiling NIOCore EventLoop+SerialExecutor.swift
[928/956] Compiling NIOCore EventLoop.swift
[929/956] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[930/956] Compiling NIOCore BSDSocketAPI.swift
[931/956] Compiling NIOCore ByteBuffer-aux.swift
[932/956] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[933/956] Compiling NIOCore ByteBuffer-conversions.swift
[934/956] Compiling NIOCore ByteBuffer-core.swift
[935/956] Compiling NIOCore ByteBuffer-hex.swift
[936/956] Compiling NIOCore ByteBuffer-int.swift
[937/956] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[938/956] Compiling NIOCore ByteBuffer-multi-int.swift
[939/956] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[940/956] Compiling NIOCore ByteBuffer-views.swift
[941/956] Compiling NIOCore Channel.swift
[942/956] Compiling NIOCore ChannelHandler.swift
[943/956] Compiling NIOCore ChannelHandlers.swift
[944/956] Compiling NIOCore ChannelInvoker.swift
[945/956] Compiling NIOCore ChannelOption.swift
[946/956] Compiling NIOCore ChannelPipeline.swift
[947/956] Compiling NIOCore AddressedEnvelope.swift
[948/956] Compiling NIOCore AsyncAwaitSupport.swift
[949/956] Compiling NIOCore AsyncChannel.swift
[950/956] Compiling NIOCore AsyncChannelHandler.swift
[951/956] Compiling NIOCore AsyncChannelInboundStream.swift
[952/956] Compiling NIOCore AsyncChannelOutboundWriter.swift
[953/956] Compiling NIOCore NIOAsyncSequenceProducer.swift
[954/956] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[955/956] Compiling NIOCore NIOAsyncWriter.swift
[956/956] Emitting module NIOCore
[958/1007] Compiling NIOEmbedded Embedded.swift
[959/1007] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[960/1007] Emitting module NIOEmbedded
[961/1007] Compiling NIOEmbedded AsyncTestingChannel.swift
[963/1008] Compiling NIOPosix Pool.swift
[964/1008] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[965/1008] Compiling NIOPosix PosixSingletons.swift
[966/1008] Compiling NIOPosix RawSocketBootstrap.swift
[967/1008] Compiling NIOPosix Resolver.swift
[968/1008] Compiling NIOPosix Selectable.swift
[969/1014] Compiling NIOPosix ThreadPosix.swift
[970/1014] Compiling NIOPosix ThreadWindows.swift
[971/1014] Compiling NIOPosix UnsafeTransfer.swift
[972/1014] Compiling NIOPosix Utilities.swift
[973/1014] Compiling NIOPosix VsockAddress.swift
[974/1014] Compiling NIOPosix VsockChannelEvents.swift
[975/1014] Emitting module NIOPosix
[976/1014] Compiling NIOPosix SelectableChannel.swift
[977/1014] Compiling NIOPosix SelectableEventLoop.swift
[978/1014] Compiling NIOPosix SelectorEpoll.swift
[979/1014] Compiling NIOPosix SelectorGeneric.swift
[980/1014] Compiling NIOPosix SelectorKqueue.swift
[981/1014] Compiling NIOPosix SelectorUring.swift
[982/1014] Compiling NIOPosix ServerSocket.swift
[983/1014] Compiling NIOPosix Socket.swift
[984/1014] Compiling NIOPosix SocketChannel.swift
[985/1014] Compiling NIOPosix SocketProtocols.swift
[986/1014] Compiling NIOPosix System.swift
[987/1014] Compiling NIOPosix Thread.swift
[988/1014] Compiling NIOPosix IO.swift
[989/1014] Compiling NIOPosix IntegerBitPacking.swift
[990/1014] Compiling NIOPosix IntegerTypes.swift
[991/1014] Compiling NIOPosix Linux.swift
[992/1014] Compiling NIOPosix LinuxCPUSet.swift
[993/1014] Compiling NIOPosix LinuxUring.swift
[994/1014] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[995/1014] Compiling NIOPosix BSDSocketAPICommon.swift
[996/1014] Compiling NIOPosix BSDSocketAPIPosix.swift
[997/1014] Compiling NIOPosix BSDSocketAPIWindows.swift
[998/1014] Compiling NIOPosix BaseSocket.swift
[999/1014] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1000/1014] Compiling NIOPosix BaseSocketChannel.swift
[1001/1014] Compiling NIOPosix BaseStreamSocketChannel.swift
[1002/1014] Compiling NIOPosix Bootstrap.swift
[1003/1014] Compiling NIOPosix ControlMessage.swift
[1004/1014] Compiling NIOPosix DatagramVectorReadManager.swift
[1005/1014] Compiling NIOPosix Errors+Any.swift
[1006/1014] Compiling NIOPosix FileDescriptor.swift
[1007/1014] Compiling NIOPosix GetaddrinfoResolver.swift
[1008/1014] Compiling NIOPosix HappyEyeballs.swift
[1009/1014] Compiling NIOPosix NIOThreadPool.swift
[1010/1014] Compiling NIOPosix NonBlockingFileIO.swift
[1011/1014] Compiling NIOPosix PendingDatagramWritesManager.swift
[1012/1014] Compiling NIOPosix PendingWritesManager.swift
[1013/1014] Compiling NIOPosix PipeChannel.swift
[1014/1014] Compiling NIOPosix PipePair.swift
[1016/1017] Compiling NIO Exports.swift
[1017/1017] Emitting module NIO
[1019/1045] Compiling NIOTLS TLSEvents.swift
[1020/1045] Emitting module NIOTLS
[1021/1045] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1022/1045] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1023/1045] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1024/1045] Compiling NIOTLS SNIHandler.swift
[1026/1046] Emitting module NIOHTTP1
[1027/1077] Compiling NIOSSL ObjectIdentifier.swift
[1028/1077] Compiling NIOSSL PosixPort.swift
[1029/1077] Compiling NIOSSL SSLPKCS12Bundle.swift
[1030/1077] Compiling NIOSSL NIOSSLServerHandler.swift
[1031/1077] Compiling NIOSSL IdentityVerification.swift
[1032/1077] Compiling NIOSSL SSLCertificate.swift
[1033/1077] Compiling NIOSSL SSLCertificateExtensions.swift
[1034/1077] Compiling NIOSSL SSLCertificateName.swift
[1035/1077] Compiling NIOSSL SSLCallbacks.swift
[1036/1077] Compiling NIOSSL LinuxCABundle.swift
[1037/1077] Compiling NIOSSL SSLConnection.swift
[1038/1077] Compiling NIOSSL SSLContext.swift
[1039/1077] Compiling NIOSSL SSLErrors.swift
[1040/1077] Compiling NIOSSL SSLInit.swift
[1041/1077] Compiling NIOSSL AndroidCABundle.swift
[1042/1077] Compiling NIOSSL ByteBufferBIO.swift
[1043/1077] Compiling NIOSSL CustomPrivateKey.swift
[1045/1115] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1046/1115] Emitting module NIOFoundationCompat
[1047/1115] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1048/1115] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1049/1115] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1051/1116] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1052/1116] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1053/1116] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1054/1116] Compiling NIOExtras NIOExtrasError.swift
[1055/1118] Compiling MultipartKit BasicCodingKey.swift
[1056/1118] Compiling MultipartKit MultipartError.swift
[1057/1118] Compiling MultipartKit Exports.swift
[1058/1118] Compiling NIOSSL SSLPrivateKey.swift
[1059/1118] Compiling NIOSSL SSLPublicKey.swift
[1060/1118] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1061/1118] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1062/1118] Compiling NIOSSL SubjectAlternativeName.swift
[1063/1118] Compiling NIOSSL NIOSSLSecureBytes.swift
[1064/1118] Compiling NIOSSL RNG.swift
[1065/1118] Compiling NIOSSL SafeCompare.swift
[1066/1122] Compiling NIOExtras RequestResponseHandler.swift
[1067/1122] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1068/1122] Emitting module MultipartKit
[1070/1124] Compiling NIOExtras UnsafeTransfer.swift
[1071/1124] Compiling MultipartKit FormDataEncoder.swift
[1072/1124] Compiling MultipartKit Storage.swift
[1076/1124] Compiling NIOExtras PCAPRingBuffer.swift
[1077/1124] Compiling NIOExtras QuiescingHelper.swift
[1078/1124] Compiling MultipartKit MultipartSerializer.swift
[1079/1124] Compiling MultipartKit Utilities.swift
[1080/1124] Emitting module NIOExtras
[1082/1124] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1083/1124] Compiling MultipartKit FormDataDecoder.swift
[1084/1124] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1089/1124] Emitting module NIOSSL
[1094/1124] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1123/1126] Compiling NIOSSL Zeroization.swift
[1124/1126] Compiling NIOSSL TLSConfiguration.swift
[1125/1126] Compiling NIOSSL UniversalBootstrapSupport.swift
[1126/1126] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1128/1145] Compiling SMTPKitten +Attachment.swift
[1129/1145] Compiling SMTPKitten +Content.swift
[1130/1147] Compiling SMTPKitten MailBodyBuilder.swift
[1131/1147] Compiling SMTPKitten MailUser.swift
[1132/1147] Compiling SMTPKitten SMTPSSLMode.swift
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:64: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
54 |                     ) { handle in
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                `- note: 'iterator' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
   :
72 |         }
73 |
74 |         while let (_, continuation) = await iterator.next() {
   |                                                      `- note: access can happen concurrently
75 |             continuation.resume(throwing: CancellationError())
76 |         }
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:64: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
52 |                         port: self.port,
53 |                         ssl: self.ssl
54 |                     ) { handle in
   |                       `- note: access can happen concurrently
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                `- note: 'self'-isolated 'iterator' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:50:46: warning: sending 'self.ssl' risks causing data races; this is an error in the Swift 6 language mode
48 |             while !Task.isCancelled {
49 |                 do {
50 |                     try await SMTPConnection.withConnection(
   |                                              |- warning: sending 'self.ssl' risks causing data races; this is an error in the Swift 6 language mode
   |                                              `- note: sending 'self'-isolated 'self.ssl' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
51 |                         to: self.host,
52 |                         port: self.port,
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:50:46: warning: sending value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
48 |             while !Task.isCancelled {
49 |                 do {
50 |                     try await SMTPConnection.withConnection(
   |                                              |- warning: sending value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
   |                                              `- note: sending 'self'-isolated value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
51 |                         to: self.host,
52 |                         port: self.port,
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:73: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
54 |                     ) { handle in
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                         |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                         `- note: sending 'self'-isolated 'iterator' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
[1133/1147] Compiling SMTPKitten SMTPClient.swift
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:64: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
54 |                     ) { handle in
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                `- note: 'iterator' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
   :
72 |         }
73 |
74 |         while let (_, continuation) = await iterator.next() {
   |                                                      `- note: access can happen concurrently
75 |             continuation.resume(throwing: CancellationError())
76 |         }
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:64: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
52 |                         port: self.port,
53 |                         ssl: self.ssl
54 |                     ) { handle in
   |                       `- note: access can happen concurrently
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                `- note: 'self'-isolated 'iterator' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:50:46: warning: sending 'self.ssl' risks causing data races; this is an error in the Swift 6 language mode
48 |             while !Task.isCancelled {
49 |                 do {
50 |                     try await SMTPConnection.withConnection(
   |                                              |- warning: sending 'self.ssl' risks causing data races; this is an error in the Swift 6 language mode
   |                                              `- note: sending 'self'-isolated 'self.ssl' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
51 |                         to: self.host,
52 |                         port: self.port,
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:50:46: warning: sending value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
48 |             while !Task.isCancelled {
49 |                 do {
50 |                     try await SMTPConnection.withConnection(
   |                                              |- warning: sending value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
   |                                              `- note: sending 'self'-isolated value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
51 |                         to: self.host,
52 |                         port: self.port,
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:73: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
54 |                     ) { handle in
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                         |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                         `- note: sending 'self'-isolated 'iterator' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
[1134/1147] Compiling SMTPKitten +handshake.swift
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:64: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
54 |                     ) { handle in
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                `- note: 'iterator' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
   :
72 |         }
73 |
74 |         while let (_, continuation) = await iterator.next() {
   |                                                      `- note: access can happen concurrently
75 |             continuation.resume(throwing: CancellationError())
76 |         }
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:64: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
52 |                         port: self.port,
53 |                         ssl: self.ssl
54 |                     ) { handle in
   |                       `- note: access can happen concurrently
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                `- note: 'self'-isolated 'iterator' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:50:46: warning: sending 'self.ssl' risks causing data races; this is an error in the Swift 6 language mode
48 |             while !Task.isCancelled {
49 |                 do {
50 |                     try await SMTPConnection.withConnection(
   |                                              |- warning: sending 'self.ssl' risks causing data races; this is an error in the Swift 6 language mode
   |                                              `- note: sending 'self'-isolated 'self.ssl' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
51 |                         to: self.host,
52 |                         port: self.port,
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:50:46: warning: sending value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
48 |             while !Task.isCancelled {
49 |                 do {
50 |                     try await SMTPConnection.withConnection(
   |                                              |- warning: sending value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
   |                                              `- note: sending 'self'-isolated value of non-Sendable type '(inout SMTPConnection.Handle) async throws -> ()' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
51 |                         to: self.host,
52 |                         port: self.port,
/host/spi-builder-workspace/Sources/SMTPKitten/ConnectionPool/SMTPClient.swift:56:73: warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
54 |                     ) { handle in
55 |                         try await self.onCreateConnection(&handle)
56 |                         while let (mail, continuation) = await iterator.next() {
   |                                                                         |- warning: sending 'iterator' risks causing data races; this is an error in the Swift 6 language mode
   |                                                                         `- note: sending 'self'-isolated 'iterator' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
57 |                             do {
58 |                                 try await handle.sendMail(mail)
[1135/1147] Compiling SMTPKitten +serialization.swift
[1136/1147] Compiling SMTPKitten Mail.swift
[1137/1147] Compiling SMTPKitten +Disposition.swift
[1138/1147] Compiling SMTPKitten +build.swift
[1139/1147] Compiling SMTPKitten +login.swift
[1140/1147] Compiling SMTPKitten +sendMail.swift
[1141/1147] Compiling SMTPKitten Errors.swift
[1142/1147] Compiling SMTPKitten Helpers.swift
[1143/1147] Compiling SMTPKitten ReplyDecoder.swift
[1144/1147] Emitting module SMTPKitten
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPCommandsHelper.swift:23:23: warning: static property 'login' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | /// SMTP Authentication method.
15 | public struct SMTPAuthMethod {
   |               `- note: consider making struct 'SMTPAuthMethod' conform to the 'Sendable' protocol
16 |     internal enum _Method: String, CaseIterable {
17 |         case plain = "PLAIN"
   :
21 |     let method: _Method
22 |
23 |     public static let login = SMTPAuthMethod(method: .login)
   |                       |- warning: static property 'login' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'login' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let plain = SMTPAuthMethod(method: .plain)
25 | }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPCommandsHelper.swift:24:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | /// SMTP Authentication method.
15 | public struct SMTPAuthMethod {
   |               `- note: consider making struct 'SMTPAuthMethod' conform to the 'Sendable' protocol
16 |     internal enum _Method: String, CaseIterable {
17 |         case plain = "PLAIN"
   :
22 |
23 |     public static let login = SMTPAuthMethod(method: .login)
24 |     public static let plain = SMTPAuthMethod(method: .plain)
   |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | }
26 |
[1145/1147] Compiling SMTPKitten Request+Reply.swift
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPCommandsHelper.swift:23:23: warning: static property 'login' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | /// SMTP Authentication method.
15 | public struct SMTPAuthMethod {
   |               `- note: consider making struct 'SMTPAuthMethod' conform to the 'Sendable' protocol
16 |     internal enum _Method: String, CaseIterable {
17 |         case plain = "PLAIN"
   :
21 |     let method: _Method
22 |
23 |     public static let login = SMTPAuthMethod(method: .login)
   |                       |- warning: static property 'login' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'login' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let plain = SMTPAuthMethod(method: .plain)
25 | }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPCommandsHelper.swift:24:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | /// SMTP Authentication method.
15 | public struct SMTPAuthMethod {
   |               `- note: consider making struct 'SMTPAuthMethod' conform to the 'Sendable' protocol
16 |     internal enum _Method: String, CaseIterable {
17 |         case plain = "PLAIN"
   :
22 |
23 |     public static let login = SMTPAuthMethod(method: .login)
24 |     public static let plain = SMTPAuthMethod(method: .plain)
   |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | }
26 |
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:149:26: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
147 |
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
    |                          `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
150 |             group.addTask {
151 |                 var handle = Handle(
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:150:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
150 |             group.addTask {
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
151 |                 var handle = Handle(
152 |                     host: host,
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:180:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
178 |             }
179 |
180 |             group.addTask {
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |                 try await connection.run()
182 |             }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:183:48: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
181 |                 try await connection.run()
182 |             }
183 |             guard let result = try await group.next() else {
    |                                                `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 throw CancellationError()
185 |             }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:186:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
184 |                 throw CancellationError()
185 |             }
186 |             group.cancelAll()
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
187 |             return result
188 |         }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:124:41: warning: capture of 'ssl' with non-sendable type 'SMTPSSLMode' in a '@Sendable' closure; this is an error in the Swift 6 language mode
122 |         ).connect(host: host, port: port) { channel in
123 |             do {
124 |                 if case .tls(let tls) = ssl.mode {
    |                                         `- warning: capture of 'ssl' with non-sendable type 'SMTPSSLMode' in a '@Sendable' closure; this is an error in the Swift 6 language mode
125 |                     let context = try NIOSSLContext(
126 |                         configuration: tls.configuration.makeTlsConfiguration()
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPSSLMode.swift:39:15: note: consider making struct 'SMTPSSLMode' conform to the 'Sendable' protocol
37 |
38 | /// The mode that the SMTP client should use for SSL. This can be either `startTLS`, `tls` or `insecure`.
39 | public struct SMTPSSLMode {
   |               `- note: consider making struct 'SMTPSSLMode' conform to the 'Sendable' protocol
40 |     internal enum _Mode {
41 |         /// The SMTP client should use the `STARTTLS` command to upgrade the connection to SSL.
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:204:47: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
202 |         let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: hostname)
203 |
204 |         try await channel.pipeline.addHandler(sslHandler, position: .first).get()
    |                                               `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
205 |     }
206 | }
/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/Connection/SMTPConnection.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  2 | import NIOPosix
  3 | import NIOExtras
  4 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  5 |
  6 | public actor SMTPConnection {
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:150:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
150 |             group.addTask {
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
151 |                 var handle = Handle(
152 |                     host: host,
    :
175 |
176 |                 handle.state = .prepared(connection.requestWriter, handshake: handshake)
177 |                 return try await perform(&handle)
    |                                  `- note: closure captures 'perform' which is accessible to code in the current task
178 |             }
179 |
[1146/1147] Compiling SMTPKitten SMTPCommandsHelper.swift
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPCommandsHelper.swift:23:23: warning: static property 'login' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | /// SMTP Authentication method.
15 | public struct SMTPAuthMethod {
   |               `- note: consider making struct 'SMTPAuthMethod' conform to the 'Sendable' protocol
16 |     internal enum _Method: String, CaseIterable {
17 |         case plain = "PLAIN"
   :
21 |     let method: _Method
22 |
23 |     public static let login = SMTPAuthMethod(method: .login)
   |                       |- warning: static property 'login' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'login' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let plain = SMTPAuthMethod(method: .plain)
25 | }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPCommandsHelper.swift:24:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | /// SMTP Authentication method.
15 | public struct SMTPAuthMethod {
   |               `- note: consider making struct 'SMTPAuthMethod' conform to the 'Sendable' protocol
16 |     internal enum _Method: String, CaseIterable {
17 |         case plain = "PLAIN"
   :
22 |
23 |     public static let login = SMTPAuthMethod(method: .login)
24 |     public static let plain = SMTPAuthMethod(method: .plain)
   |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | }
26 |
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:149:26: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
147 |
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
    |                          `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
150 |             group.addTask {
151 |                 var handle = Handle(
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:150:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
150 |             group.addTask {
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
151 |                 var handle = Handle(
152 |                     host: host,
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:180:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
178 |             }
179 |
180 |             group.addTask {
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |                 try await connection.run()
182 |             }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:183:48: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
181 |                 try await connection.run()
182 |             }
183 |             guard let result = try await group.next() else {
    |                                                `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 throw CancellationError()
185 |             }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:186:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
184 |                 throw CancellationError()
185 |             }
186 |             group.cancelAll()
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
187 |             return result
188 |         }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:124:41: warning: capture of 'ssl' with non-sendable type 'SMTPSSLMode' in a '@Sendable' closure; this is an error in the Swift 6 language mode
122 |         ).connect(host: host, port: port) { channel in
123 |             do {
124 |                 if case .tls(let tls) = ssl.mode {
    |                                         `- warning: capture of 'ssl' with non-sendable type 'SMTPSSLMode' in a '@Sendable' closure; this is an error in the Swift 6 language mode
125 |                     let context = try NIOSSLContext(
126 |                         configuration: tls.configuration.makeTlsConfiguration()
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPSSLMode.swift:39:15: note: consider making struct 'SMTPSSLMode' conform to the 'Sendable' protocol
37 |
38 | /// The mode that the SMTP client should use for SSL. This can be either `startTLS`, `tls` or `insecure`.
39 | public struct SMTPSSLMode {
   |               `- note: consider making struct 'SMTPSSLMode' conform to the 'Sendable' protocol
40 |     internal enum _Mode {
41 |         /// The SMTP client should use the `STARTTLS` command to upgrade the connection to SSL.
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:204:47: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
202 |         let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: hostname)
203 |
204 |         try await channel.pipeline.addHandler(sslHandler, position: .first).get()
    |                                               `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
205 |     }
206 | }
/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/Connection/SMTPConnection.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  2 | import NIOPosix
  3 | import NIOExtras
  4 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  5 |
  6 | public actor SMTPConnection {
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:150:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
150 |             group.addTask {
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
151 |                 var handle = Handle(
152 |                     host: host,
    :
175 |
176 |                 handle.state = .prepared(connection.requestWriter, handshake: handshake)
177 |                 return try await perform(&handle)
    |                                  `- note: closure captures 'perform' which is accessible to code in the current task
178 |             }
179 |
[1147/1147] Compiling SMTPKitten SMTPConnection.swift
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPCommandsHelper.swift:23:23: warning: static property 'login' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | /// SMTP Authentication method.
15 | public struct SMTPAuthMethod {
   |               `- note: consider making struct 'SMTPAuthMethod' conform to the 'Sendable' protocol
16 |     internal enum _Method: String, CaseIterable {
17 |         case plain = "PLAIN"
   :
21 |     let method: _Method
22 |
23 |     public static let login = SMTPAuthMethod(method: .login)
   |                       |- warning: static property 'login' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'login' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let plain = SMTPAuthMethod(method: .plain)
25 | }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPCommandsHelper.swift:24:23: warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | /// SMTP Authentication method.
15 | public struct SMTPAuthMethod {
   |               `- note: consider making struct 'SMTPAuthMethod' conform to the 'Sendable' protocol
16 |     internal enum _Method: String, CaseIterable {
17 |         case plain = "PLAIN"
   :
22 |
23 |     public static let login = SMTPAuthMethod(method: .login)
24 |     public static let plain = SMTPAuthMethod(method: .plain)
   |                       |- warning: static property 'plain' is not concurrency-safe because non-'Sendable' type 'SMTPAuthMethod' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'plain' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | }
26 |
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:149:26: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
147 |
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
    |                          `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
150 |             group.addTask {
151 |                 var handle = Handle(
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:150:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
150 |             group.addTask {
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
151 |                 var handle = Handle(
152 |                     host: host,
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:180:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
178 |             }
179 |
180 |             group.addTask {
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |                 try await connection.run()
182 |             }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:183:48: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
181 |                 try await connection.run()
182 |             }
183 |             guard let result = try await group.next() else {
    |                                                `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 throw CancellationError()
185 |             }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:186:19: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
112 |     }
113 |
114 |     public static func withConnection<T>(
    |                                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
115 |         to host: String,
116 |         port: Int = 587,
    :
184 |                 throw CancellationError()
185 |             }
186 |             group.cancelAll()
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
187 |             return result
188 |         }
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:124:41: warning: capture of 'ssl' with non-sendable type 'SMTPSSLMode' in a '@Sendable' closure; this is an error in the Swift 6 language mode
122 |         ).connect(host: host, port: port) { channel in
123 |             do {
124 |                 if case .tls(let tls) = ssl.mode {
    |                                         `- warning: capture of 'ssl' with non-sendable type 'SMTPSSLMode' in a '@Sendable' closure; this is an error in the Swift 6 language mode
125 |                     let context = try NIOSSLContext(
126 |                         configuration: tls.configuration.makeTlsConfiguration()
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPSSLMode.swift:39:15: note: consider making struct 'SMTPSSLMode' conform to the 'Sendable' protocol
37 |
38 | /// The mode that the SMTP client should use for SSL. This can be either `startTLS`, `tls` or `insecure`.
39 | public struct SMTPSSLMode {
   |               `- note: consider making struct 'SMTPSSLMode' conform to the 'Sendable' protocol
40 |     internal enum _Mode {
41 |         /// The SMTP client should use the `STARTTLS` command to upgrade the connection to SSL.
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:204:47: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
202 |         let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: hostname)
203 |
204 |         try await channel.pipeline.addHandler(sslHandler, position: .first).get()
    |                                               `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
205 |     }
206 | }
/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/Connection/SMTPConnection.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  2 | import NIOPosix
  3 | import NIOExtras
  4 | import NIOSSL
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOSSL'
  5 |
  6 | public actor SMTPConnection {
/host/spi-builder-workspace/Sources/SMTPKitten/Connection/SMTPConnection.swift:150:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
148 |         let connection = SMTPConnection(channel: asyncChannel)
149 |         return try await withThrowingTaskGroup(of: T.self) { group in
150 |             group.addTask {
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
151 |                 var handle = Handle(
152 |                     host: host,
    :
175 |
176 |                 handle.state = .prepared(connection.requestWriter, handshake: handshake)
177 |                 return try await perform(&handle)
    |                                  `- note: closure captures 'perform' which is accessible to code in the current task
178 |             }
179 |
Build complete! (224.12s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "multipart-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.7.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/multipart-kit.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.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" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SMTPKitten",
      "targets" : [
        "SMTPKitten"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SMTPKittenTests",
      "module_type" : "SwiftTarget",
      "name" : "SMTPKittenTests",
      "path" : "Tests/SMTPKittenTests",
      "sources" : [
        "SMTPKittenTests.swift"
      ],
      "target_dependencies" : [
        "SMTPKitten"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SMTPKitten",
      "module_type" : "SwiftTarget",
      "name" : "SMTPKitten",
      "path" : "Sources/SMTPKitten",
      "product_dependencies" : [
        "MultipartKit",
        "ServiceLifecycle",
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat",
        "NIOExtras",
        "NIOSSL"
      ],
      "product_memberships" : [
        "SMTPKitten"
      ],
      "sources" : [
        "Connection/Errors.swift",
        "Connection/Helpers.swift",
        "Connection/ReplyDecoder.swift",
        "Connection/Request+Reply.swift",
        "Connection/SMTPCommandsHelper.swift",
        "Connection/SMTPConnection.swift",
        "Connection/SMTPSSLMode.swift",
        "ConnectionPool/SMTPClient.swift",
        "SMTPClient+Commands/+handshake.swift",
        "SMTPClient+Commands/+login.swift",
        "SMTPClient+Commands/+sendMail.swift",
        "Types/Mail/+Attachment.swift",
        "Types/Mail/+Content.swift",
        "Types/Mail/+Disposition.swift",
        "Types/Mail/+build.swift",
        "Types/Mail/+serialization.swift",
        "Types/Mail/Mail.swift",
        "Types/Mail/MailBodyBuilder.swift",
        "Types/MailUser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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.