Build Information
Successful build of SMTPKitten, reference 1.0.0-beta.1 (b10493), with Swift 6.1 for Android on 29 May 2025 03:36:39 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Joannis/SMTPKitten.git
Reference: 1.0.0-beta.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Joannis/SMTPKitten
* tag 1.0.0-beta.1 -> FETCH_HEAD
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 1.0.0-beta.1
========================================
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
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/vapor/multipart-kit.git
[1/5914] Fetching swift-nio-extras
[4378/8340] Fetching swift-nio-extras, swift-service-lifecycle
[8341/11659] Fetching swift-nio-extras, swift-service-lifecycle, multipart-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.48s)
[4054/20588] Fetching swift-service-lifecycle, multipart-kit, swift-nio-ssl
[4203/96681] Fetching swift-service-lifecycle, multipart-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (2.38s)
[68248/93362] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.68s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.70s)
[54027/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.80s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (7.30s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
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.58s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[193/8821] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.26s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[532/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
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.74s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
[424/2731] Fetching swift-http-structured-headers, swift-asn1
[531/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[796/15162] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-nio-http2
[2337/21121] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.67s)
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.68s)
[9970/19076] Fetching swift-asn1, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.81s)
[4242/13117] Fetching swift-asn1, swift-nio-http2
[10237/19272] Fetching swift-asn1, swift-nio-http2, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (3.61s)
Fetched https://github.com/apple/swift-asn1.git from cache (4.98s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.99s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (7.58s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.19s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.52s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.98s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.08s)
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.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.63s)
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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.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-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-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-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-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/441] Write sources
[18/441] Compiling CNIOWindows shim.c
[19/441] Write sources
[20/441] Compiling CNIOWindows WSAStartup.c
[20/441] Write sources
[20/441] Compiling CNIOLinux liburing_shims.c
[22/441] Compiling CNIOWASI CNIOWASI.c
[22/441] Write sources
[29/441] Compiling CNIODarwin shim.c
[30/441] Compiling _AtomicsShims.c
[31/441] Compiling CNIOLinux shim.c
[32/441] Compiling CNIOLLHTTP c_nio_http.c
[33/441] Compiling fiat_p256_adx_mul.S
[34/441] Compiling fiat_p256_adx_sqr.S
[35/441] Compiling CNIOLLHTTP c_nio_api.c
[36/441] Compiling fiat_curve25519_adx_square.S
[37/441] Write swift-version-24593BA9C3E375BF.txt
[38/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/441] Compiling fiat_curve25519_adx_mul.S
[40/447] Compiling CNIOBoringSSLShims shims.c
[41/452] Compiling tls_method.cc
[42/452] Compiling x509_cmp.cc
[44/469] Emitting module _NIODataStructures
[44/469] Compiling tls13_enc.cc
[46/469] Emitting module InternalCollectionsUtilities
[46/470] Compiling tls13_server.cc
[47/470] Compiling tls_record.cc
[49/470] Emitting module Logging
[50/470] Compiling ConcurrencyHelpers LockedValueBox.swift
[51/470] Emitting module _NIOBase64
[52/470] Compiling _NIOBase64 Base64.swift
[52/471] Compiling t1_enc.cc
[55/471] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/471] Compiling InternalCollectionsUtilities Debugging.swift
[57/471] Compiling InternalCollectionsUtilities Descriptions.swift
[58/471] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/471] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/471] Compiling _NIODataStructures _TinyArray.swift
[60/471] Compiling tls13_client.cc
[62/471] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/471] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/471] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/471] Compiling InternalCollectionsUtilities Integer rank.swift
[66/471] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/471] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/471] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/471] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/471] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/471] Compiling _NIODataStructures PriorityQueue.swift
[72/472] Compiling _NIODataStructures Heap.swift
[73/473] Compiling tls13_both.cc
[75/541] Compiling ssl_transcript.cc
[76/541] Compiling ssl_versions.cc
[77/603] Compiling ssl_x509.cc
[78/603] Compiling ssl_session.cc
[80/603] Compiling HeapModule Heap+Descriptions.swift
[81/603] Compiling HeapModule _HeapNode.swift
[82/603] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[83/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[84/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[85/603] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[86/603] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[87/603] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[88/603] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[89/603] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[90/603] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[91/603] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[91/612] Compiling ssl_stat.cc
[93/637] Compiling HeapModule Heap.swift
[94/688] Compiling Logging Logging.swift
[95/688] Compiling Logging Locks.swift
[96/688] Emitting module ConcurrencyHelpers
[97/688] Compiling ConcurrencyHelpers Lock.swift
[98/704] Compiling Logging LogHandler.swift
[99/704] Compiling Logging MetadataProvider.swift
[101/705] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[102/705] Compiling HeapModule Heap+Invariants.swift
[103/705] Compiling HeapModule Heap+UnsafeHandle.swift
[105/705] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[106/705] Compiling HashTreeCollections TreeDictionary+Keys.swift
[107/705] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[108/705] Compiling HashTreeCollections TreeDictionary+Merge.swift
[109/705] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[110/705] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[111/705] Compiling HashTreeCollections TreeDictionary+Values.swift
[112/705] Compiling HashTreeCollections TreeSet+Hashable.swift
[113/705] Compiling HashTreeCollections TreeSet+Sendable.swift
[114/705] Compiling DequeModule Deque+CustomReflectable.swift
[115/705] Compiling DequeModule Deque+Descriptions.swift
[116/707] Emitting module HeapModule
[116/708] Compiling ssl_key_share.cc
[118/708] Compiling HashTreeCollections TreeDictionary+Codable.swift
[119/708] Compiling HashTreeCollections TreeDictionary+Collection.swift
[120/708] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[121/708] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[122/708] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[123/708] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[124/708] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[125/708] Compiling HashTreeCollections TreeDictionary+Filter.swift
[126/708] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[129/708] Compiling DequeModule Deque+Codable.swift
[130/708] Compiling DequeModule Deque+Collection.swift
[131/708] Compiling DequeModule Deque+Extras.swift
[132/708] Compiling DequeModule Deque+Hashable.swift
[133/708] Compiling DequeModule Deque+Equatable.swift
[134/708] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[135/715] Compiling HashTreeCollections _HashNode+Structural union.swift
[136/715] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[137/715] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[138/715] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[139/715] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[140/715] Compiling HashTreeCollections _HashNode.swift
[141/715] Compiling HashTreeCollections _HashNodeHeader.swift
[142/715] Compiling HashTreeCollections _HashSlot.swift
[143/715] Compiling HashTreeCollections _HashStack.swift
[144/715] Compiling HashTreeCollections TreeDictionary.swift
[145/715] Compiling HashTreeCollections TreeSet+Codable.swift
[146/715] Compiling HashTreeCollections TreeSet+Collection.swift
[147/715] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[148/715] Compiling HashTreeCollections TreeSet+Debugging.swift
[149/715] Compiling HashTreeCollections TreeSet+Descriptions.swift
[150/715] Compiling HashTreeCollections TreeSet+Equatable.swift
[151/715] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[152/715] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[153/715] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[154/715] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[155/715] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[156/715] Compiling HashTreeCollections _HashNode+Structural merge.swift
[157/715] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[158/715] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[159/715] Compiling DequeModule _DequeBuffer.swift
[160/715] Compiling DequeModule _DequeBufferHeader.swift
[162/716] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[163/716] Compiling HashTreeCollections TreeSet+Extras.swift
[164/716] Compiling HashTreeCollections TreeSet+Filter.swift
[165/716] Compiling HashTreeCollections _HashTreeIterator.swift
[166/716] Compiling HashTreeCollections _HashTreeStatistics.swift
[167/716] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[168/716] Compiling HashTreeCollections _RawHashNode.swift
[169/718] Compiling HashTreeCollections _UnmanagedHashNode.swift
[170/718] Compiling HashTreeCollections _UnsafePath.swift
[179/718] Compiling ssl_privkey.cc
[183/718] Compiling HashTreeCollections TreeSet+Sequence.swift
[184/718] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[185/718] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[186/718] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[187/718] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[188/718] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[189/718] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[190/718] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[191/718] Compiling DequeModule Deque+Testing.swift
[192/718] Compiling DequeModule Deque._Storage.swift
[193/718] Compiling DequeModule Deque._UnsafeHandle.swift
[194/718] Compiling DequeModule Deque.swift
[199/728] Compiling DequeModule _DequeSlot.swift
[200/728] Compiling DequeModule _UnsafeWrappedBuffer.swift
[205/728] Emitting module _RopeModule
[218/728] Emitting module UnixSignals
[231/728] Emitting module DequeModule
[232/728] Compiling UnixSignals UnixSignalsSequence.swift
[233/728] Compiling UnixSignals UnixSignal.swift
[235/730] Compiling OrderedCollections OrderedSet+Sendable.swift
[236/730] Compiling OrderedCollections OrderedSet+SubSequence.swift
[237/730] Compiling OrderedCollections OrderedSet+Testing.swift
[238/730] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[239/730] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[240/730] Compiling OrderedCollections OrderedSet.swift
[241/730] Compiling OrderedCollections _UnsafeBitset.swift
[247/730] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[248/730] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[249/730] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[250/730] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[251/730] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[252/730] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[253/730] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[254/730] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[255/730] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[256/730] Compiling HashTreeCollections TreeSet.swift
[294/730] Emitting module OrderedCollections
[315/731] Compiling ssl_credential.cc
[316/731] Compiling ssl_file.cc
[317/731] Compiling ssl_lib.cc
[337/732] Compiling ssl_cipher.cc
[350/732] Compiling ssl_cert.cc
[352/732] Emitting module HashTreeCollections
[353/733] Compiling ssl_buffer.cc
[354/733] Compiling s3_pkt.cc
[355/733] Compiling ssl_asn1.cc
[356/733] Compiling ssl_aead_ctx.cc
[357/733] Compiling s3_both.cc
[358/733] Compiling s3_lib.cc
[359/733] Compiling handshake_server.cc
[360/733] Compiling handshake_client.cc
[361/733] Compiling handshake.cc
[362/733] Compiling dtls_record.cc
[363/733] Compiling dtls_method.cc
[364/733] Compiling extensions.cc
[365/733] Compiling encrypted_client_hello.cc
[366/733] Compiling handoff.cc
[367/733] Compiling md5-x86_64-linux.S
[368/733] Compiling md5-x86_64-apple.S
[369/733] Compiling md5-586-linux.S
[370/733] Compiling md5-586-apple.S
[371/733] Compiling chacha20_poly1305_x86_64-linux.S
[372/733] Compiling chacha20_poly1305_x86_64-apple.S
[373/733] Compiling d1_srtp.cc
[374/733] Compiling chacha20_poly1305_armv8-win.S
[375/733] Compiling chacha20_poly1305_armv8-apple.S
[376/733] Compiling d1_pkt.cc
[377/733] Compiling chacha20_poly1305_armv8-linux.S
[378/733] Compiling chacha-x86_64-linux.S
[379/733] Compiling chacha-x86_64-apple.S
[380/733] Compiling chacha-x86-linux.S
[381/733] Compiling chacha-x86-apple.S
[382/733] Compiling err_data.cc
[383/733] Compiling chacha-armv8-win.S
[384/733] Compiling chacha-armv8-linux.S
[385/733] Compiling aes128gcmsiv-x86_64-linux.S
[386/733] Compiling chacha-armv4-linux.S
[387/733] Compiling chacha-armv8-apple.S
[388/733] Compiling aes128gcmsiv-x86_64-apple.S
[389/733] Compiling x86_64-mont-linux.S
[389/733] Compiling x86_64-mont5-linux.S
[389/733] Compiling x86_64-mont5-apple.S
[392/733] Compiling x86_64-mont-apple.S
[393/733] Compiling vpaes-x86_64-apple.S
[394/733] Compiling vpaes-x86_64-linux.S
[395/733] Compiling x86-mont-linux.S
[396/733] Compiling x86-mont-apple.S
[397/733] Compiling vpaes-x86-linux.S
[398/733] Compiling vpaes-x86-apple.S
[399/733] Compiling vpaes-armv8-win.S
[400/733] Compiling vpaes-armv8-linux.S
[401/733] Compiling vpaes-armv7-linux.S
[402/733] Compiling vpaes-armv8-apple.S
[403/733] Compiling sha512-x86_64-linux.S
[404/733] Compiling sha512-x86_64-apple.S
[405/733] Compiling bio_ssl.cc
[406/733] Compiling sha512-armv8-win.S
[407/733] Compiling sha512-armv8-linux.S
[408/733] Compiling sha512-armv8-apple.S
[409/733] Compiling sha512-586-linux.S
[410/733] Compiling sha512-armv4-linux.S
[411/733] Compiling sha512-586-apple.S
[412/733] Compiling sha256-x86_64-linux.S
[413/733] Compiling d1_lib.cc
[414/733] Compiling d1_both.cc
[415/733] Compiling sha256-armv8-win.S
[416/733] Compiling sha256-x86_64-apple.S
[416/733] Compiling sha256-armv8-apple.S
[416/733] Compiling sha256-armv8-linux.S
[419/733] Compiling sha256-586-linux.S
[420/733] Compiling sha256-586-apple.S
[421/733] Compiling sha256-armv4-linux.S
[422/733] Compiling sha1-x86_64-linux.S
[423/733] Compiling sha1-armv8-apple.S
[423/733] Compiling sha1-x86_64-apple.S
[425/733] Compiling sha1-armv8-win.S
[425/733] Compiling sha1-armv8-linux.S
[427/733] Compiling sha1-armv4-large-linux.S
[427/733] Compiling sha1-586-linux.S
[429/733] Compiling rdrand-x86_64-linux.S
[430/733] Compiling sha1-586-apple.S
[431/733] Compiling rsaz-avx2-linux.S
[432/733] Compiling rsaz-avx2-apple.S
[433/733] Compiling p256_beeu-x86_64-asm-linux.S
[434/733] Compiling p256_beeu-x86_64-asm-apple.S
[435/733] Compiling p256_beeu-armv8-asm-win.S
[436/733] Compiling rdrand-x86_64-apple.S
[437/733] Compiling p256-x86_64-asm-linux.S
[438/733] Compiling p256_beeu-armv8-asm-apple.S
[439/733] Compiling p256_beeu-armv8-asm-linux.S
[440/733] Compiling ghashv8-armv7-linux.S
[441/733] Compiling p256-armv8-asm-win.S
[441/733] Compiling ghashv8-armv8-linux.S
[441/733] Compiling p256-x86_64-asm-apple.S
[444/733] Compiling ghashv8-armv8-apple.S
[445/733] Compiling p256-armv8-asm-linux.S
[446/733] Compiling ghashv8-armv8-win.S
[447/733] Compiling p256-armv8-asm-apple.S
[448/733] Compiling ghash-x86_64-apple.S
[449/733] Compiling ghash-ssse3-x86_64-apple.S
[450/733] Compiling ghash-ssse3-x86-linux.S
[450/733] Compiling ghash-x86-linux.S
[450/733] Compiling ghash-ssse3-x86-apple.S
[451/733] Compiling ghash-x86_64-linux.S
[454/733] Compiling ghash-ssse3-x86_64-linux.S
[454/733] Compiling ghash-x86-apple.S
[456/733] Compiling ghash-neon-armv8-win.S
[457/733] Compiling ghash-armv4-linux.S
[458/733] Compiling co-586-apple.S
[459/733] Compiling co-586-linux.S
[460/733] Compiling bn-armv8-win.S
[461/733] Compiling ghash-neon-armv8-apple.S
[462/733] Compiling ghash-neon-armv8-linux.S
[463/733] Compiling bsaes-armv7-linux.S
[464/733] Compiling bn-armv8-linux.S
[465/733] Compiling bn-586-apple.S
[466/733] Compiling bn-586-linux.S
[466/733] Compiling bn-armv8-apple.S
[468/733] Compiling armv8-mont-win.S
[469/733] Compiling armv8-mont-apple.S
[470/733] Compiling armv4-mont-linux.S
[471/733] Compiling armv8-mont-linux.S
[472/733] Compiling aesv8-gcm-armv8-win.S
[472/733] Compiling aesv8-gcm-armv8-apple.S
[474/733] Compiling aesv8-armv8-win.S
[475/733] Compiling aesv8-armv8-linux.S
[476/733] Compiling aesv8-armv8-apple.S
[477/733] Compiling aesni-x86_64-linux.S
[478/733] Compiling aesv8-gcm-armv8-linux.S
[479/733] Compiling aesv8-armv7-linux.S
[480/733] Compiling aesni-x86-linux.S
[481/733] Compiling aesni-x86_64-apple.S
[482/733] Compiling aesni-x86-apple.S
[483/733] Compiling aesni-gcm-x86_64-linux.S
[484/733] Compiling aesni-gcm-x86_64-apple.S
[485/733] Compiling aes-gcm-avx2-x86_64-linux.S
[486/733] Compiling aes-gcm-avx10-x86_64-linux.S
[487/733] Compiling aes-gcm-avx2-x86_64-apple.S
[488/733] Compiling aes-gcm-avx10-x86_64-apple.S
[489/733] Compiling x_name.cc
[490/733] Compiling x_spki.cc
[491/733] Compiling x_x509a.cc
[492/733] Compiling x_req.cc
[493/733] Compiling x_x509.cc
[494/733] Compiling x_val.cc
[495/733] Compiling x_pubkey.cc
[496/733] Compiling x_sig.cc
[497/733] Compiling x_crl.cc
[498/733] Compiling x_attrib.cc
[499/733] Compiling x_all.cc
[500/733] Compiling x_algor.cc
[501/733] Compiling x_exten.cc
[502/733] Compiling x509spki.cc
[503/733] Compiling x509rset.cc
[504/733] Compiling x509name.cc
[505/733] Compiling x509_vfy.cc
[506/733] Compiling x509_vpm.cc
[507/733] Compiling x509_trs.cc
[508/733] Compiling x509_req.cc
[509/733] Compiling x509cset.cc
[510/733] Compiling x509_txt.cc
[511/733] Compiling x509_v3.cc
[512/733] Compiling x509_obj.cc
[513/733] Compiling x509_set.cc
[514/733] Compiling x509_ext.cc
[515/733] Compiling x509_def.cc
[516/733] Compiling x509_lu.cc
[517/733] Compiling x509_d2.cc
[518/733] Compiling x509_att.cc
[519/733] Compiling x509.cc
[520/733] Compiling v3_utl.cc
[521/733] Compiling v3_skey.cc
[522/733] Compiling v3_pmaps.cc
[523/733] Compiling v3_purp.cc
[524/733] Compiling v3_prn.cc
[525/733] Compiling v3_pcons.cc
[526/733] Compiling v3_ocsp.cc
[527/733] Compiling v3_ncons.cc
[528/733] Compiling v3_int.cc
[529/733] Compiling v3_info.cc
[530/733] Compiling v3_ia5.cc
[531/733] Compiling v3_lib.cc
[532/733] Compiling v3_genn.cc
[533/733] Compiling v3_enum.cc
[534/733] Compiling v3_extku.cc
[535/733] Compiling v3_crld.cc
[536/733] Compiling v3_bitst.cc
[537/733] Compiling v3_conf.cc
[538/733] Compiling v3_cpols.cc
[539/733] Compiling v3_bcons.cc
[540/733] Compiling v3_akey.cc
[541/733] Compiling v3_akeya.cc
[542/733] Compiling v3_alt.cc
[543/733] Compiling i2d_pr.cc
[544/733] Compiling t_x509a.cc
[545/733] Compiling t_req.cc
[546/733] Compiling t_x509.cc
[547/733] Compiling t_crl.cc
[548/733] Compiling name_print.cc
[549/733] Compiling policy.cc
[550/733] Compiling rsa_pss.cc
[551/733] Compiling by_dir.cc
[552/733] Compiling by_file.cc
[553/733] Compiling asn1_gen.cc
[554/733] Compiling algorithm.cc
[555/733] Compiling a_verify.cc
[556/733] Compiling a_sign.cc
[557/733] Compiling thread_pthread.cc
[558/733] Compiling a_digest.cc
[559/733] Compiling voprf.cc
[560/733] Compiling thread_win.cc
[561/733] Compiling trust_token.cc
[562/733] Compiling thread_none.cc
[563/733] Compiling pmbtoken.cc
[564/733] Compiling thread.cc
[565/733] Compiling sha512.cc
[566/733] Compiling sha256.cc
[567/733] Compiling stack.cc
[568/733] Compiling siphash.cc
[569/733] Compiling slhdsa.cc
[570/733] Compiling spake2plus.cc
[571/733] Compiling rsa_print.cc
[572/733] Compiling sha1.cc
[573/733] Compiling rc4.cc
[574/733] Compiling rsa_extra.cc
[575/733] Compiling windows.cc
[576/733] Compiling refcount.cc
[577/733] Compiling rsa_crypt.cc
[578/733] Compiling rsa_asn1.cc
[579/733] Compiling trusty.cc
[580/733] Compiling ios.cc
[581/733] Compiling urandom.cc
[582/733] Compiling forkunsafe.cc
[583/733] Compiling getentropy.cc
[584/733] Compiling rand.cc
[585/733] Compiling passive.cc
[586/733] Compiling poly1305_arm_asm.S
[587/733] Compiling fork_detect.cc
[588/733] Compiling deterministic.cc
[589/733] Compiling poly1305_vec.cc
[590/733] Compiling poly1305_arm.cc
[591/733] Compiling poly1305.cc
[592/733] Compiling pool.cc
[593/733] Compiling pkcs8_x509.cc
[594/733] Compiling pkcs7.cc
[595/733] Compiling pkcs7_x509.cc
[596/733] Compiling p5_pbev2.cc
[597/733] Compiling pkcs8.cc
[598/733] Compiling pem_x509.cc
[599/733] Compiling pem_xaux.cc
[600/733] Compiling pem_pkey.cc
[601/733] Compiling pem_pk8.cc
[602/733] Compiling pem_oth.cc
[603/733] Compiling pem_lib.cc
[604/733] Compiling pem_all.cc
[605/733] Compiling pem_info.cc
[606/733] Compiling obj_xref.cc
[607/733] Compiling mlkem.cc
[608/733] Compiling mem.cc
[609/733] Compiling mldsa.cc
[610/733] Compiling poly_rq_mul.S
[611/733] Compiling fips_shared_support.cc
[612/733] Compiling obj.cc
[613/733] Compiling md5.cc
[614/733] Compiling lhash.cc
[615/733] Compiling md4.cc
[616/733] Compiling ex_data.cc
[617/733] Compiling kyber.cc
[618/733] Compiling hrss.cc
[619/733] Compiling sign.cc
[620/733] Compiling scrypt.cc
[621/733] Compiling print.cc
[622/733] Compiling hpke.cc
[623/733] Compiling pbkdf.cc
[624/733] Compiling p_x25519.cc
[625/733] Compiling p_x25519_asn1.cc
[626/733] Compiling p_rsa.cc
[627/733] Compiling p_rsa_asn1.cc
[628/733] Compiling p_hkdf.cc
[629/733] Compiling p_ed25519_asn1.cc
[630/733] Compiling p_ed25519.cc
[631/733] Compiling p_ec.cc
[632/733] Compiling p_ec_asn1.cc
[633/733] Compiling p_dh.cc
[634/733] Compiling evp_ctx.cc
[635/733] Compiling p_dh_asn1.cc
[636/733] Compiling p_dsa_asn1.cc
[637/733] Compiling evp_asn1.cc
[638/733] Compiling evp.cc
[639/733] Compiling err.cc
[640/733] Compiling ecdh.cc
[641/733] Compiling engine.cc
[642/733] Compiling hash_to_curve.cc
[643/733] Compiling ecdsa_asn1.cc
[644/733] Compiling ec_derive.cc
[645/733] Compiling bcm.cc
[646/733] Compiling params.cc
[647/733] Compiling dsa.cc
[648/733] Compiling dsa_asn1.cc
[649/733] Compiling ec_asn1.cc
[650/733] Compiling x25519-asm-arm.S
[651/733] Compiling digest_extra.cc
[652/733] Compiling dh_asn1.cc
[653/733] Compiling curve25519_64_adx.cc
[654/733] Compiling des.cc
[655/733] Compiling crypto.cc
[656/733] Compiling cpu_arm_linux.cc
[657/733] Compiling cpu_intel.cc
[658/733] Compiling curve25519.cc
[659/733] Compiling cpu_arm_freebsd.cc
[660/733] Compiling cpu_aarch64_win.cc
[661/733] Compiling spake25519.cc
[662/733] Compiling cpu_aarch64_sysreg.cc
[663/733] Compiling cpu_aarch64_openbsd.cc
[664/733] Compiling cpu_aarch64_fuchsia.cc
[665/733] Compiling cpu_aarch64_apple.cc
[666/733] Compiling cpu_aarch64_linux.cc
[667/733] Compiling conf.cc
[668/733] Compiling tls_cbc.cc
[669/733] Compiling get_cipher.cc
[670/733] Compiling e_tls.cc
[671/733] Compiling e_rc4.cc
[672/733] Compiling e_rc2.cc
[673/733] Compiling e_des.cc
[674/733] Compiling e_null.cc
[675/733] Compiling e_chacha20poly1305.cc
[676/733] Compiling e_aesgcmsiv.cc
[677/733] Compiling derive_key.cc
[678/733] Compiling unicode.cc
[679/733] Compiling chacha.cc
[680/733] Compiling e_aesctrhmac.cc
[681/733] Compiling ber.cc
[682/733] Compiling cbs.cc
[683/733] Compiling buf.cc
[684/733] Compiling cbb.cc
[685/733] Compiling asn1_compat.cc
[686/733] Compiling blake2.cc
[687/733] Compiling socket_helper.cc
[688/733] Compiling socket.cc
[689/733] Compiling bn_asn1.cc
[690/733] Compiling printf.cc
[691/733] Compiling pair.cc
[692/733] Compiling convert.cc
[693/733] Compiling hexdump.cc
[694/733] Compiling errno.cc
[695/733] Compiling fd.cc
[696/733] Compiling bio_mem.cc
[697/733] Compiling file.cc
[698/733] Compiling connect.cc
[699/733] Compiling bio.cc
[700/733] Compiling base64.cc
[701/733] Compiling tasn_fre.cc
[702/733] Compiling tasn_utl.cc
[703/733] Compiling tasn_typ.cc
[704/733] Compiling tasn_enc.cc
[705/733] Compiling posix_time.cc
[706/733] Compiling tasn_new.cc
[707/733] Compiling tasn_dec.cc
[708/733] Compiling f_string.cc
[709/733] Compiling asn_pack.cc
[710/733] Compiling asn1_par.cc
[711/733] Compiling f_int.cc
[712/733] Compiling a_utctm.cc
[712/733] Compiling asn1_lib.cc
[714/733] Compiling a_type.cc
[715/733] Compiling a_time.cc
[716/733] Compiling a_strnid.cc
[717/733] Compiling a_octet.cc
[718/733] Compiling a_i2d_fp.cc
[719/733] Compiling a_strex.cc
[720/733] Compiling a_object.cc
[721/733] Compiling a_int.cc
[722/733] Compiling a_mbstr.cc
[723/733] Write sources
[726/733] Compiling a_dup.cc
[727/733] Compiling a_gentm.cc
[728/733] Compiling a_d2i_fp.cc
[729/758] Compiling a_bitstr.cc
[731/850] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[732/850] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[733/852] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[734/852] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[734/852] Compiling a_bool.cc
[736/852] Emitting module BitCollections
[737/859] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[738/859] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[739/859] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[740/859] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[741/859] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[742/859] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[743/859] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[744/859] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[745/859] Compiling AsyncAlgorithms CombineLatestStorage.swift
[746/859] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[747/859] Compiling AsyncAlgorithms DebounceStateMachine.swift
[748/859] Compiling AsyncAlgorithms DebounceStorage.swift
[749/859] Compiling AsyncAlgorithms Dictionary.swift
[750/859] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[751/859] Compiling AsyncAlgorithms Locking.swift
[752/859] Compiling AsyncAlgorithms AsyncChannel.swift
[753/859] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[754/859] Compiling AsyncAlgorithms ChannelStateMachine.swift
[755/859] Compiling AsyncAlgorithms ChannelStorage.swift
[756/859] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[757/859] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[758/859] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[759/859] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[760/859] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[761/859] Compiling AsyncAlgorithms MergeStateMachine.swift
[762/859] Compiling AsyncAlgorithms MergeStorage.swift
[763/859] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[764/859] Compiling AsyncAlgorithms Rethrow.swift
[765/859] Compiling BitCollections BitSet.Counted.swift
[772/865] Compiling Atomics IntegerOperations.swift
[773/865] Compiling Atomics Unmanaged extensions.swift
[774/865] Compiling AsyncAlgorithms UnsafeTransfer.swift
[775/865] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[776/865] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[777/865] Compiling AsyncAlgorithms ZipStateMachine.swift
[778/865] Compiling AsyncAlgorithms ZipStorage.swift
[779/865] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[780/865] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[781/865] Compiling BitCollections BitSet.Index.swift
[782/865] Compiling BitCollections BitSet._UnsafeHandle.swift
[783/865] Compiling BitCollections BitSet.swift
[784/865] Compiling BitCollections Range+Utilities.swift
[785/865] Compiling BitCollections Slice+Utilities.swift
[786/865] Compiling BitCollections UInt+Tricks.swift
[787/865] Compiling BitCollections _Word.swift
[788/865] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[789/865] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[790/865] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[791/865] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[792/865] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[793/865] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[795/865] Emitting module AsyncAlgorithms
[829/865] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[830/865] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[831/865] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[832/865] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[846/868] Compiling AsyncAlgorithms SetAlgebra.swift
[852/868] Emitting module Collections
[853/868] Compiling Collections Collections.swift
[854/869] Emitting module Atomics
[869/871] Compiling c-nioatomics.c
[870/871] Compiling c-atomics.c
[872/882] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[873/885] Compiling NIOConcurrencyHelpers NIOLock.swift
[874/885] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[875/886] Emitting module ServiceLifecycle
[876/886] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[877/886] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[878/886] Compiling ServiceLifecycle CancellationWaiter.swift
[879/886] Compiling ServiceLifecycle GracefulShutdown.swift
[880/886] Compiling NIOConcurrencyHelpers lock.swift
[881/886] Compiling NIOConcurrencyHelpers atomics.swift
[882/886] Emitting module NIOConcurrencyHelpers
[883/886] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[885/887] Compiling ServiceLifecycle ServiceRunnerError.swift
[886/947] Compiling ServiceLifecycle Service.swift
[887/947] Compiling ServiceLifecycle ServiceGroup.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 CircularBuffer.swift
[898/956] Compiling NIOCore Codec.swift
[899/956] Compiling NIOCore ConvenienceOptionSupport.swift
[900/956] Compiling NIOCore DeadChannel.swift
[901/956] Compiling NIOCore DispatchQueue+WithFuture.swift
[902/956] Compiling NIOCore EventLoop+Deprecated.swift
[903/956] Compiling NIOCore EventLoop+SerialExecutor.swift
[904/956] Compiling NIOCore EventLoop.swift
[905/956] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[906/956] Compiling NIOCore SocketAddresses.swift
[907/956] Compiling NIOCore SocketOptionProvider.swift
[908/956] Compiling NIOCore SystemCallHelpers.swift
[909/956] Compiling NIOCore TimeAmount+Duration.swift
[910/956] Compiling NIOCore TypeAssistedChannelHandler.swift
[911/956] Compiling NIOCore UniversalBootstrapSupport.swift
[912/956] Compiling NIOCore Utilities.swift
[913/956] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[914/956] Compiling NIOCore BSDSocketAPI.swift
[915/956] Compiling NIOCore ByteBuffer-aux.swift
[916/956] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[917/956] Compiling NIOCore ByteBuffer-conversions.swift
[918/956] Compiling NIOCore ByteBuffer-core.swift
[919/956] Compiling NIOCore ByteBuffer-hex.swift
[920/956] Compiling NIOCore ByteBuffer-int.swift
[921/956] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[922/956] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[923/956] Compiling NIOCore EventLoopFuture+Deprecated.swift
[924/956] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[925/956] Compiling NIOCore EventLoopFuture.swift
[926/956] Compiling NIOCore FileDescriptor.swift
[927/956] Compiling NIOCore FileHandle.swift
[928/956] Compiling NIOCore FileRegion.swift
[929/956] Compiling NIOCore GlobalSingletons.swift
[930/956] Compiling NIOCore AddressedEnvelope.swift
[931/956] Compiling NIOCore AsyncAwaitSupport.swift
[932/956] Compiling NIOCore AsyncChannel.swift
[933/956] Compiling NIOCore AsyncChannelHandler.swift
[934/956] Compiling NIOCore AsyncChannelInboundStream.swift
[935/956] Compiling NIOCore AsyncChannelOutboundWriter.swift
[936/956] Compiling NIOCore NIOAsyncSequenceProducer.swift
[937/956] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[938/956] Compiling NIOCore NIOAsyncWriter.swift
[939/956] Compiling NIOCore IO.swift
[940/956] Compiling NIOCore IOData.swift
[941/956] Compiling NIOCore IPProtocol.swift
[942/956] Compiling NIOCore IntegerBitPacking.swift
[943/956] Compiling NIOCore IntegerTypes.swift
[944/956] Compiling NIOCore Interfaces.swift
[945/956] Compiling NIOCore Linux.swift
[946/956] Compiling NIOCore MarkedCircularBuffer.swift
[947/956] Compiling NIOCore ByteBuffer-multi-int.swift
[948/956] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[949/956] Compiling NIOCore ByteBuffer-views.swift
[950/956] Compiling NIOCore Channel.swift
[951/956] Compiling NIOCore ChannelHandler.swift
[952/956] Compiling NIOCore ChannelHandlers.swift
[953/956] Compiling NIOCore ChannelInvoker.swift
[954/956] Compiling NIOCore ChannelOption.swift
[955/956] Compiling NIOCore ChannelPipeline.swift
[956/956] Emitting module NIOCore
[958/1007] Emitting module NIOEmbedded
[959/1007] Compiling NIOEmbedded Embedded.swift
[960/1007] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[961/1007] Compiling NIOEmbedded AsyncTestingChannel.swift
[963/1008] Emitting module NIOPosix
[964/1014] Compiling NIOPosix BSDSocketAPICommon.swift
[965/1014] Compiling NIOPosix BSDSocketAPIPosix.swift
[966/1014] Compiling NIOPosix BSDSocketAPIWindows.swift
[967/1014] Compiling NIOPosix BaseSocket.swift
[968/1014] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[969/1014] Compiling NIOPosix BaseSocketChannel.swift
[970/1014] Compiling NIOPosix BaseStreamSocketChannel.swift
[971/1014] Compiling NIOPosix Bootstrap.swift
[972/1014] Compiling NIOPosix ControlMessage.swift
[973/1014] Compiling NIOPosix DatagramVectorReadManager.swift
[974/1014] Compiling NIOPosix Errors+Any.swift
[975/1014] Compiling NIOPosix FileDescriptor.swift
[976/1014] Compiling NIOPosix GetaddrinfoResolver.swift
[977/1014] Compiling NIOPosix HappyEyeballs.swift
[978/1014] Compiling NIOPosix Pool.swift
[979/1014] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[980/1014] Compiling NIOPosix PosixSingletons.swift
[981/1014] Compiling NIOPosix RawSocketBootstrap.swift
[982/1014] Compiling NIOPosix Resolver.swift
[983/1014] Compiling NIOPosix Selectable.swift
[984/1014] Compiling NIOPosix ServerSocket.swift
[985/1014] Compiling NIOPosix Socket.swift
[986/1014] Compiling NIOPosix SocketChannel.swift
[987/1014] Compiling NIOPosix SocketProtocols.swift
[988/1014] Compiling NIOPosix System.swift
[989/1014] Compiling NIOPosix Thread.swift
[990/1014] Compiling NIOPosix IO.swift
[991/1014] Compiling NIOPosix IntegerBitPacking.swift
[992/1014] Compiling NIOPosix IntegerTypes.swift
[993/1014] Compiling NIOPosix Linux.swift
[994/1014] Compiling NIOPosix LinuxCPUSet.swift
[995/1014] Compiling NIOPosix LinuxUring.swift
[996/1014] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[997/1014] Compiling NIOPosix NIOThreadPool.swift
[998/1014] Compiling NIOPosix NonBlockingFileIO.swift
[999/1014] Compiling NIOPosix PendingDatagramWritesManager.swift
[1000/1014] Compiling NIOPosix PendingWritesManager.swift
[1001/1014] Compiling NIOPosix PipeChannel.swift
[1002/1014] Compiling NIOPosix PipePair.swift
[1003/1014] Compiling NIOPosix SelectableChannel.swift
[1004/1014] Compiling NIOPosix SelectableEventLoop.swift
[1005/1014] Compiling NIOPosix SelectorEpoll.swift
[1006/1014] Compiling NIOPosix SelectorGeneric.swift
[1007/1014] Compiling NIOPosix SelectorKqueue.swift
[1008/1014] Compiling NIOPosix SelectorUring.swift
[1009/1014] Compiling NIOPosix ThreadPosix.swift
[1010/1014] Compiling NIOPosix ThreadWindows.swift
[1011/1014] Compiling NIOPosix UnsafeTransfer.swift
[1012/1014] Compiling NIOPosix Utilities.swift
[1013/1014] Compiling NIOPosix VsockAddress.swift
[1014/1014] Compiling NIOPosix VsockChannelEvents.swift
[1016/1017] Emitting module NIO
[1017/1017] Compiling NIO Exports.swift
[1019/1045] Emitting module NIOTLS
[1020/1045] Compiling NIOTLS TLSEvents.swift
[1021/1045] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1022/1045] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1023/1045] Emitting module NIOHTTP1
[1024/1047] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1025/1047] Compiling NIOTLS SNIHandler.swift
[1027/1048] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1028/1048] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1029/1048] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1030/1048] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1031/1077] Compiling NIOSSL IdentityVerification.swift
[1032/1077] Compiling NIOSSL LinuxCABundle.swift
[1033/1077] Compiling NIOSSL NIOSSLClientHandler.swift
[1034/1077] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1035/1077] Compiling NIOSSL SSLCallbacks.swift
[1036/1077] Compiling NIOSSL SSLPrivateKey.swift
[1037/1077] Compiling NIOSSL SSLCertificateExtensions.swift
[1038/1077] Compiling NIOSSL SSLCertificateName.swift
[1039/1077] Compiling NIOSSL NIOSSLHandler.swift
[1040/1077] Compiling NIOSSL SSLCertificate.swift
[1041/1077] Compiling NIOSSL AndroidCABundle.swift
[1042/1077] Compiling NIOSSL ByteBufferBIO.swift
[1043/1077] Compiling NIOSSL CustomPrivateKey.swift
[1045/1115] Compiling MultipartKit MultipartFormData.swift
[1046/1115] Compiling MultipartKit MultipartParser.swift
[1047/1117] Emitting module MultipartKit
[1048/1117] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1049/1117] Compiling MultipartKit FormDataDecoder.swift
[1050/1119] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1051/1119] Compiling MultipartKit MultipartPart.swift
[1052/1119] Compiling MultipartKit FormDataEncoder.swift
[1053/1119] Compiling MultipartKit Storage.swift
[1054/1119] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1055/1119] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1056/1119] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1057/1119] Emitting module NIOExtras
[1058/1119] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1059/1119] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1060/1119] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1061/1119] Emitting module NIOSSL
[1062/1123] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1063/1123] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1064/1123] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1065/1123] Compiling MultipartKit BasicCodingKey.swift
[1066/1123] Compiling MultipartKit MultipartError.swift
[1067/1123] Compiling MultipartKit Exports.swift
[1068/1123] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1069/1123] Emitting module NIOFoundationCompat
[1084/1124] Compiling NIOExtras UnsafeTransfer.swift
[1085/1124] Compiling MultipartKit MultipartSerializer.swift
[1086/1124] Compiling MultipartKit Utilities.swift
[1087/1124] Compiling NIOSSL SubjectAlternativeName.swift
[1088/1124] Compiling NIOSSL NIOSSLSecureBytes.swift
[1089/1124] Compiling NIOSSL RNG.swift
[1090/1124] Compiling NIOSSL SafeCompare.swift
[1108/1125] Compiling NIOSSL SSLContext.swift
[1109/1125] Compiling NIOSSL SSLErrors.swift
[1110/1125] Compiling NIOSSL SSLInit.swift
[1111/1125] Compiling NIOSSL SSLPKCS12Bundle.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] 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 |
[1131/1147] Compiling SMTPKitten MailBodyBuilder.swift
[1132/1147] Compiling SMTPKitten MailUser.swift
[1133/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)
[1134/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)
[1135/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)
[1136/1147] Compiling SMTPKitten +serialization.swift
[1137/1147] Compiling SMTPKitten Mail.swift
[1138/1147] Compiling SMTPKitten +login.swift
[1139/1147] Compiling SMTPKitten +sendMail.swift
[1140/1147] Compiling SMTPKitten +Disposition.swift
[1141/1147] Compiling SMTPKitten +build.swift
[1142/1147] Compiling SMTPKitten Errors.swift
[1143/1147] Compiling SMTPKitten Helpers.swift
[1144/1147] Compiling SMTPKitten ReplyDecoder.swift
[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! (169.28s)
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.