Build Information
Successful build of swift-resend, reference v1.1.2 (2c2514
), with Swift 6.1 for Android on 13 Jul 2025 15:54:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hsharghi/swift-resend.git
Reference: v1.1.2
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/hsharghi/swift-resend
* tag v1.1.2 -> FETCH_HEAD
HEAD is now at 2c25146 update package version
Cloned https://github.com/hsharghi/swift-resend.git
Revision (git rev-parse @):
2c251465d25a7c14d016740331cdf32662bf5389
SUCCESS checkout https://github.com/hsharghi/swift-resend.git at v1.1.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hsharghi/swift-resend.git
https://github.com/hsharghi/swift-resend.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "swift-resend",
"name" : "swift-resend",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Resend",
"targets" : [
"Resend"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftResendTests",
"module_type" : "SwiftTarget",
"name" : "SwiftResendTests",
"path" : "Tests/SwiftResendTests",
"sources" : [
"ResendError+ Equatable.swift",
"SwiftResendTests.swift",
"XCTest+async.swift"
],
"target_dependencies" : [
"Resend"
],
"type" : "test"
},
{
"c99name" : "Resend",
"module_type" : "SwiftTarget",
"name" : "Resend",
"path" : "Sources/Resend",
"product_dependencies" : [
"AsyncHTTPClient"
],
"product_memberships" : [
"Resend"
],
"sources" : [
"Extensions/EmailAddress+String.swift",
"Extensions/Resend+AudienceParseResponse.swift",
"Extensions/Resend+ContactParseResponse.swift",
"Extensions/Resend+EmailParseResponse.swift",
"Models/Request/APIKey/APIKeyCreate.swift",
"Models/Request/Audience/AudienceCreate.swift",
"Models/Request/Broadcast/BroadcastCreate.swift",
"Models/Request/Broadcast/BroadcastUpdate.swift",
"Models/Request/Contact/ContactCreate.swift",
"Models/Request/Contact/ContactUpdate.swift",
"Models/Request/Contact/ResendContact.swift",
"Models/Request/Domain/DomainCreate.swift",
"Models/Request/Domain/DomainUpdate.swift",
"Models/Request/Email/EmailAddress.swift",
"Models/Request/Email/EmailAttachment.swift",
"Models/Request/Email/EmailHeaders.swift",
"Models/Request/Email/EmailSchedule.swift",
"Models/Request/Email/EmailTags.swift",
"Models/Request/Email/ResendBatchEmail.swift",
"Models/Request/Email/ResendEmail.swift",
"Models/Request/Email/ResendEmailUpdate.swift",
"Models/ResendError.swift",
"Models/Response/APIKey/APIKeyCreateResponse.swift",
"Models/Response/APIKey/APIKeyListResponse.swift",
"Models/Response/Audience/Audience.swift",
"Models/Response/Audience/AudienceCreateResponse.swift",
"Models/Response/Audience/AudienceDeleteResponse.swift",
"Models/Response/Audience/AudienceListResponse.swift",
"Models/Response/Broadcast/BroadcastCreateResponse.swift",
"Models/Response/Broadcast/BroadcastGetResponse.swift",
"Models/Response/Broadcast/BroadcastListResponse.swift",
"Models/Response/Contact/ContactCreateResponse.swift",
"Models/Response/Contact/ContactDeleteResponse.swift",
"Models/Response/Contact/ContactListResponse.swift",
"Models/Response/Domain/DomainCreateResponse.swift",
"Models/Response/Domain/DomainDeleteResponse.swift",
"Models/Response/Domain/DomainListResponse.swift",
"Models/Response/Domain/DomainVerifyResponse.swift",
"Models/Response/Email/EmailGetResponse.swift",
"Models/Response/Email/EmailSentBatchResponse.swift",
"Models/Response/Email/EmailSentResponse.swift",
"Resend/APIKeyClient.swift",
"Resend/APIPath.swift",
"Resend/AudienceClient.swift",
"Resend/BroadcastClient.swift",
"Resend/ContactClient.swift",
"Resend/DomainClient.swift",
"Resend/EmailClient.swift",
"Resend/ResendClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
[1/14022] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.88s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.44s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/1808] Fetching swift-atomics
[56/4481] Fetching swift-atomics, swift-nio-transport-services
[2418/10440] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms
[2820/16479] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-extras
[7786/20333] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-extras, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.63s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (0.64s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.65s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.65s)
[1/11595] Fetching swift-nio-http2
[3364/26547] Fetching swift-nio-http2, swift-nio-ssl
[9647/103126] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.23s)
[65495/91531] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.42s)
[54372/76579] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.79s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (11.46s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (1.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (1.20s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4657] Fetching swift-system
[4658/21403] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
[2847/16746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.64s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.77s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.66s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.21s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.89s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/1616] Fetching swift-asn1
[632/6606] Fetching swift-asn1, swift-async-algorithms
[657/9032] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle
[5827/9936] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-http-types
[8941/11105] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-http-structured-headers
[10052/17369] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.78s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.78s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.79s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.79s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.80s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.81s)
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.51s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.87s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (0.91s)
Fetching https://github.com/apple/swift-crypto.git
[1/15684] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.18s)
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.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.70s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.79s)
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.32.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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.37.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.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.28.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Building for debugging...
[0/440] Write sources
[22/440] Compiling _NumericsShims _NumericsShims.c
[23/440] Compiling CNIOWindows shim.c
[24/440] Compiling CNIOWindows WSAStartup.c
[25/440] Compiling CNIOWASI CNIOWASI.c
[26/440] Compiling CNIOLinux liburing_shims.c
[27/440] Compiling _AtomicsShims.c
[28/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[29/440] Compiling CNIOExtrasZlib empty.c
[30/440] Compiling CNIODarwin shim.c
[31/440] Compiling CNIOLLHTTP c_nio_http.c
[32/440] Compiling CNIOLLHTTP c_nio_api.c
[33/440] Compiling fiat_p256_adx_sqr.S
[34/440] Compiling CNIOLinux shim.c
[35/440] Compiling fiat_p256_adx_mul.S
[36/440] Compiling fiat_curve25519_adx_mul.S
[37/440] Compiling fiat_curve25519_adx_square.S
[38/440] Write swift-version-24593BA9C3E375BF.txt
[39/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/440] Compiling CNIOBoringSSLShims shims.c
[41/446] Compiling tls_record.cc
[42/446] Compiling tls13_enc.cc
[43/446] Compiling tls_method.cc
[44/446] Compiling tls13_client.cc
[45/446] Compiling tls13_both.cc
[46/447] Compiling tls13_server.cc
[47/475] Compiling t1_enc.cc
[48/475] Compiling ssl_versions.cc
[49/475] Compiling ssl_x509.cc
[51/475] Emitting module _NIOBase64
[52/475] Compiling _NIOBase64 Base64.swift
[53/476] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/476] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/476] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[56/476] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/476] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/476] Compiling InternalCollectionsUtilities Integer rank.swift
[59/476] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/476] Emitting module InternalCollectionsUtilities
[61/477] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/477] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/477] Compiling InternalCollectionsUtilities Descriptions.swift
[64/477] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/477] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/477] Compiling InternalCollectionsUtilities Debugging.swift
[69/478] Compiling RealModule Float80+Real.swift
[70/478] Compiling RealModule Real.swift
[71/478] Emitting module RealModule
[74/478] Compiling RealModule ElementaryFunctions.swift
[75/478] Compiling RealModule Float+Real.swift
[76/478] Compiling _NIODataStructures PriorityQueue.swift
[77/478] Compiling RealModule Float16+Real.swift
[78/478] Compiling _NIODataStructures _TinyArray.swift
[79/478] Emitting module _NIODataStructures
[80/478] Compiling _NIODataStructures Heap.swift
[83/479] Compiling RealModule RealFunctions.swift
[85/480] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/481] Compiling ssl_stat.cc
[87/481] Compiling ssl_transcript.cc
[89/496] Compiling DequeModule Deque+CustomReflectable.swift
[90/496] Compiling DequeModule Deque+Descriptions.swift
[91/498] Compiling DequeModule Deque+Extras.swift
[92/498] Compiling DequeModule Deque+Hashable.swift
[93/498] Compiling DequeModule Deque+Equatable.swift
[94/498] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/498] Compiling DequeModule Deque+Testing.swift
[96/498] Compiling DequeModule Deque._Storage.swift
[96/498] Compiling ssl_session.cc
[98/498] Compiling DequeModule _DequeSlot.swift
[99/498] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/498] Compiling DequeModule _DequeBuffer.swift
[101/498] Compiling DequeModule _DequeBufferHeader.swift
[102/498] Compiling DequeModule Deque._UnsafeHandle.swift
[103/498] Compiling DequeModule Deque.swift
[104/498] Compiling Logging MetadataProvider.swift
[105/498] Compiling Logging LogHandler.swift
[106/498] Compiling Logging Logging.swift
[107/498] Compiling Logging Locks.swift
[108/498] Emitting module Logging
[108/499] Compiling ssl_privkey.cc
[111/499] Compiling DequeModule Deque+Codable.swift
[112/499] Compiling DequeModule Deque+Collection.swift
[112/499] Compiling ssl_file.cc
[113/499] Compiling ssl_key_share.cc
[114/499] Compiling ssl_lib.cc
[116/499] Emitting module DequeModule
[117/500] Compiling ssl_credential.cc
[118/500] Compiling ssl_cipher.cc
[119/500] Compiling ssl_buffer.cc
[120/500] Compiling ssl_cert.cc
[121/500] Compiling s3_pkt.cc
[122/500] Compiling ssl_asn1.cc
[123/500] Compiling ssl_aead_ctx.cc
[124/500] Compiling s3_lib.cc
[125/500] Compiling s3_both.cc
[126/500] Compiling handshake_server.cc
[127/500] Compiling handshake_client.cc
[128/500] Compiling handshake.cc
[129/500] Compiling encrypted_client_hello.cc
[130/500] Compiling handoff.cc
[131/500] Compiling dtls_record.cc
[132/500] Compiling md5-x86_64-linux.S
[133/500] Compiling md5-x86_64-apple.S
[134/500] Compiling md5-586-linux.S
[135/500] Compiling md5-586-apple.S
[136/500] Compiling extensions.cc
[137/500] Compiling dtls_method.cc
[138/500] Compiling chacha20_poly1305_x86_64-linux.S
[139/500] Compiling chacha20_poly1305_x86_64-apple.S
[140/500] Compiling chacha20_poly1305_armv8-win.S
[141/500] Compiling chacha20_poly1305_armv8-apple.S
[142/500] Compiling chacha20_poly1305_armv8-linux.S
[143/500] Compiling chacha-x86_64-linux.S
[144/500] Compiling chacha-x86_64-apple.S
[145/500] Compiling chacha-x86-linux.S
[146/500] Compiling chacha-x86-apple.S
[147/500] Compiling chacha-armv8-win.S
[148/500] Compiling chacha-armv8-linux.S
[149/500] Compiling chacha-armv8-apple.S
[150/500] Compiling chacha-armv4-linux.S
[151/500] Compiling aes128gcmsiv-x86_64-linux.S
[152/500] Compiling err_data.cc
[153/500] Compiling aes128gcmsiv-x86_64-apple.S
[154/500] Compiling x86_64-mont5-linux.S
[155/500] Compiling x86_64-mont5-apple.S
[156/500] Compiling x86_64-mont-apple.S
[157/500] Compiling x86_64-mont-linux.S
[158/500] Compiling x86-mont-linux.S
[159/500] Compiling x86-mont-apple.S
[160/500] Compiling vpaes-x86_64-linux.S
[161/500] Compiling vpaes-x86_64-apple.S
[162/500] Compiling vpaes-x86-linux.S
[163/500] Compiling vpaes-x86-apple.S
[164/500] Compiling vpaes-armv8-win.S
[165/500] Compiling d1_srtp.cc
[166/500] Compiling vpaes-armv8-apple.S
[167/500] Compiling vpaes-armv8-linux.S
[168/500] Compiling vpaes-armv7-linux.S
[169/500] Compiling sha512-x86_64-linux.S
[170/500] Compiling bio_ssl.cc
[171/500] Compiling sha512-armv8-win.S
[172/500] Compiling sha512-x86_64-apple.S
[173/500] Compiling sha512-armv8-apple.S
[174/500] Compiling sha512-586-linux.S
[175/500] Compiling sha512-armv4-linux.S
[176/500] Compiling sha512-586-apple.S
[177/500] Compiling sha512-armv8-linux.S
[178/500] Compiling sha256-x86_64-apple.S
[179/500] Compiling sha256-armv8-win.S
[180/500] Compiling sha256-x86_64-linux.S
[181/500] Compiling sha256-armv8-apple.S
[182/500] Compiling sha256-586-apple.S
[183/500] Compiling sha256-armv4-linux.S
[184/500] Compiling sha256-586-linux.S
[185/500] Compiling sha256-armv8-linux.S
[186/500] Compiling sha1-x86_64-apple.S
[187/500] Compiling sha1-x86_64-linux.S
[188/500] Compiling sha1-armv8-win.S
[189/500] Compiling sha1-armv8-apple.S
[190/500] Compiling sha1-armv4-large-linux.S
[191/500] Compiling sha1-armv8-linux.S
[192/500] Compiling sha1-586-linux.S
[193/500] Compiling sha1-586-apple.S
[194/500] Compiling rsaz-avx2-apple.S
[195/500] Compiling rdrand-x86_64-linux.S
[196/500] Compiling rsaz-avx2-linux.S
[197/500] Compiling rdrand-x86_64-apple.S
[198/500] Compiling p256_beeu-x86_64-asm-linux.S
[199/500] Compiling p256_beeu-armv8-asm-win.S
[200/500] Compiling d1_pkt.cc
[201/500] Compiling p256_beeu-x86_64-asm-apple.S
[202/500] Compiling p256_beeu-armv8-asm-apple.S
[203/500] Compiling p256_beeu-armv8-asm-linux.S
[204/500] Compiling p256-x86_64-asm-linux.S
[205/500] Compiling p256-x86_64-asm-apple.S
[206/500] Compiling p256-armv8-asm-win.S
[207/500] Compiling p256-armv8-asm-apple.S
[208/500] Compiling ghashv8-armv8-win.S
[209/500] Compiling ghashv8-armv8-linux.S
[210/500] Compiling p256-armv8-asm-linux.S
[211/500] Compiling ghashv8-armv8-apple.S
[212/500] Compiling ghashv8-armv7-linux.S
[213/500] Compiling ghash-x86_64-linux.S
[214/500] Compiling ghash-x86_64-apple.S
[215/500] Compiling ghash-x86-linux.S
[216/500] Compiling ghash-ssse3-x86-linux.S
[217/500] Compiling ghash-ssse3-x86_64-linux.S
[218/500] Compiling ghash-x86-apple.S
[219/500] Compiling d1_lib.cc
[220/500] Compiling ghash-neon-armv8-win.S
[220/500] Compiling ghash-ssse3-x86_64-apple.S
[222/500] Compiling ghash-ssse3-x86-apple.S
[223/500] Compiling ghash-armv4-linux.S
[224/500] Compiling ghash-neon-armv8-apple.S
[225/500] Compiling ghash-neon-armv8-linux.S
[226/500] Compiling co-586-linux.S
[227/500] Compiling co-586-apple.S
[228/500] Compiling d1_both.cc
[229/500] Compiling bsaes-armv7-linux.S
[230/500] Compiling bn-armv8-apple.S
[231/500] Compiling bn-armv8-win.S
[232/500] Compiling bn-586-linux.S
[233/500] Compiling bn-armv8-linux.S
[234/500] Compiling bn-586-apple.S
[235/500] Compiling armv8-mont-win.S
[236/500] Compiling armv8-mont-apple.S
[237/500] Compiling armv8-mont-linux.S
[238/500] Compiling aesv8-gcm-armv8-win.S
[239/500] Compiling armv4-mont-linux.S
[240/500] Compiling aesv8-armv8-win.S
[241/500] Compiling aesv8-armv8-linux.S
[242/500] Compiling aesv8-armv8-apple.S
[242/500] Compiling aesv8-gcm-armv8-apple.S
[244/500] Compiling aesv8-gcm-armv8-linux.S
[245/500] Compiling aesv8-armv7-linux.S
[246/500] Compiling aesni-x86-linux.S
[247/500] Compiling aesni-x86_64-apple.S
[248/500] Compiling aesni-x86_64-linux.S
[249/500] Compiling aesni-gcm-x86_64-linux.S
[250/500] Compiling aes-gcm-avx2-x86_64-linux.S
[251/500] Compiling aesni-gcm-x86_64-apple.S
[252/500] Compiling aesni-x86-apple.S
[252/500] Compiling aes-gcm-avx2-x86_64-apple.S
[254/500] Compiling aes-gcm-avx10-x86_64-linux.S
[255/500] Compiling aes-gcm-avx10-x86_64-apple.S
[256/500] Compiling x_sig.cc
[257/500] Compiling x_spki.cc
[258/500] Compiling x_val.cc
[259/500] Compiling x_pubkey.cc
[260/500] Compiling x_name.cc
[261/500] Compiling x_x509.cc
[262/500] Compiling x_x509a.cc
[263/500] Compiling x_req.cc
[264/500] Compiling x_exten.cc
[265/500] Compiling x_crl.cc
[266/500] Compiling x_algor.cc
[267/500] Compiling x_attrib.cc
[268/500] Compiling x509name.cc
[269/500] Compiling x_all.cc
[270/500] Compiling x509rset.cc
[271/500] Compiling x509spki.cc
[272/500] Compiling x509cset.cc
[273/500] Compiling x509_vpm.cc
[274/500] Compiling x509_vfy.cc
[275/500] Compiling x509_set.cc
[276/500] Compiling x509_trs.cc
[277/500] Compiling x509_txt.cc
[278/500] Compiling x509_v3.cc
[279/500] Compiling x509_req.cc
[280/500] Compiling x509_obj.cc
[281/500] Compiling x509_d2.cc
[282/500] Compiling x509_def.cc
[283/500] Compiling x509_ext.cc
[284/500] Compiling x509.cc
[285/500] Compiling x509_cmp.cc
[286/500] Compiling x509_lu.cc
[287/500] Compiling x509_att.cc
[288/500] Compiling v3_prn.cc
[289/500] Compiling v3_skey.cc
[290/500] Compiling v3_pcons.cc
[291/500] Compiling v3_purp.cc
[292/500] Compiling v3_utl.cc
[293/500] Compiling v3_ocsp.cc
[294/500] Compiling v3_pmaps.cc
[295/500] Compiling v3_ncons.cc
[296/500] Compiling v3_ia5.cc
[297/500] Compiling v3_lib.cc
[298/500] Compiling v3_int.cc
[299/500] Compiling v3_info.cc
[300/500] Compiling v3_extku.cc
[301/500] Compiling v3_enum.cc
[302/500] Compiling v3_genn.cc
[303/500] Compiling v3_crld.cc
[304/500] Compiling v3_bitst.cc
[305/500] Compiling v3_bcons.cc
[306/500] Compiling v3_conf.cc
[307/500] Compiling v3_akeya.cc
[308/500] Compiling v3_cpols.cc
[309/500] Compiling v3_alt.cc
[310/500] Compiling v3_akey.cc
[311/500] Compiling t_x509a.cc
[312/500] Compiling i2d_pr.cc
[313/500] Compiling t_crl.cc
[314/500] Compiling t_req.cc
[315/500] Compiling t_x509.cc
[316/500] Compiling rsa_pss.cc
[317/500] Compiling by_file.cc
[318/500] Compiling name_print.cc
[319/500] Compiling policy.cc
[320/500] Compiling by_dir.cc
[321/500] Compiling algorithm.cc
[322/500] Compiling a_verify.cc
[323/500] Compiling asn1_gen.cc
[324/500] Compiling a_digest.cc
[325/500] Compiling voprf.cc
[326/500] Compiling a_sign.cc
[327/500] Compiling trust_token.cc
[328/500] Compiling thread_win.cc
[329/500] Compiling thread.cc
[330/500] Compiling thread_none.cc
[331/500] Compiling thread_pthread.cc
[332/500] Compiling stack.cc
[333/500] Compiling pmbtoken.cc
[334/500] Compiling slhdsa.cc
[335/500] Compiling siphash.cc
[336/500] Compiling spake2plus.cc
[337/500] Compiling sha512.cc
[338/500] Compiling sha256.cc
[339/500] Compiling sha1.cc
[340/500] Compiling rsa_print.cc
[341/500] Compiling rsa_extra.cc
[342/500] Compiling rsa_crypt.cc
[343/500] Compiling refcount.cc
[344/500] Compiling rc4.cc
[345/500] Compiling windows.cc
[346/500] Compiling trusty.cc
[347/500] Compiling urandom.cc
[348/500] Compiling rand.cc
[349/500] Compiling rsa_asn1.cc
[350/500] Compiling passive.cc
[351/500] Compiling poly1305_arm_asm.S
[352/500] Compiling ios.cc
[353/500] Compiling getentropy.cc
[354/500] Compiling deterministic.cc
[355/500] Compiling fork_detect.cc
[356/500] Compiling forkunsafe.cc
[357/500] Compiling poly1305_vec.cc
[358/500] Compiling poly1305_arm.cc
[359/500] Compiling pool.cc
[360/500] Compiling poly1305.cc
[361/500] Compiling pkcs7.cc
[362/500] Compiling pkcs8_x509.cc
[363/500] Compiling pkcs8.cc
[364/500] Compiling pkcs7_x509.cc
[365/500] Compiling p5_pbev2.cc
[366/500] Compiling pem_xaux.cc
[367/500] Compiling pem_x509.cc
[368/500] Compiling pem_pkey.cc
[369/500] Compiling pem_pk8.cc
[370/500] Compiling mlkem.cc
[371/500] Compiling pem_oth.cc
[372/500] Compiling pem_info.cc
[373/500] Compiling pem_all.cc
[374/500] Compiling obj_xref.cc
[375/500] Compiling pem_lib.cc
[376/500] Compiling obj.cc
[377/500] Compiling poly_rq_mul.S
[378/500] Compiling mldsa.cc
[379/500] Compiling fips_shared_support.cc
[380/500] Compiling mem.cc
[381/500] Compiling md5.cc
[382/500] Compiling md4.cc
[383/500] Compiling lhash.cc
[384/500] Compiling kyber.cc
[385/500] Compiling ex_data.cc
[386/500] Compiling sign.cc
[387/500] Compiling hrss.cc
[388/500] Compiling hpke.cc
[389/500] Compiling scrypt.cc
[390/500] Compiling print.cc
[391/500] Compiling pbkdf.cc
[392/500] Compiling p_x25519.cc
[393/500] Compiling p_x25519_asn1.cc
[394/500] Compiling p_rsa_asn1.cc
[395/500] Compiling p_hkdf.cc
[396/500] Compiling p_rsa.cc
[397/500] Compiling p_ed25519.cc
[398/500] Compiling p_ed25519_asn1.cc
[399/500] Compiling p_ec_asn1.cc
[400/500] Compiling p_ec.cc
[401/500] Compiling p_dh.cc
[402/500] Compiling p_dh_asn1.cc
[403/500] Compiling evp_ctx.cc
[404/500] Compiling p_dsa_asn1.cc
[405/500] Compiling err.cc
[406/500] Compiling evp_asn1.cc
[407/500] Compiling evp.cc
[408/500] Compiling engine.cc
[409/500] Compiling ecdh.cc
[410/500] Compiling hash_to_curve.cc
[411/500] Compiling ecdsa_asn1.cc
[412/500] Compiling ec_derive.cc
[413/500] Compiling dsa.cc
[414/500] Compiling bcm.cc
[415/500] Compiling ec_asn1.cc
[416/500] Compiling params.cc
[417/500] Compiling dsa_asn1.cc
[418/500] Compiling x25519-asm-arm.S
[419/500] Compiling digest_extra.cc
[420/500] Compiling des.cc
[421/500] Compiling dh_asn1.cc
[422/500] Compiling curve25519_64_adx.cc
[423/500] Compiling crypto.cc
[424/500] Compiling cpu_intel.cc
[425/500] Compiling cpu_arm_linux.cc
[426/500] Compiling spake25519.cc
[427/500] Compiling curve25519.cc
[428/500] Compiling cpu_arm_freebsd.cc
[429/500] Compiling cpu_aarch64_win.cc
[430/500] Compiling cpu_aarch64_sysreg.cc
[431/500] Compiling cpu_aarch64_openbsd.cc
[432/500] Compiling cpu_aarch64_linux.cc
[433/500] Compiling cpu_aarch64_fuchsia.cc
[434/500] Compiling cpu_aarch64_apple.cc
[435/500] Compiling tls_cbc.cc
[436/500] Compiling conf.cc
[437/500] Compiling get_cipher.cc
[438/500] Compiling e_rc4.cc
[439/500] Compiling e_rc2.cc
[440/500] Compiling e_tls.cc
[441/500] Compiling e_des.cc
[442/500] Compiling e_null.cc
[443/500] Compiling e_chacha20poly1305.cc
[444/500] Compiling e_aesgcmsiv.cc
[445/500] Compiling derive_key.cc
[446/500] Compiling chacha.cc
[447/500] Compiling e_aesctrhmac.cc
[448/500] Compiling unicode.cc
[449/500] Compiling cbs.cc
[450/500] Compiling cbb.cc
[451/500] Compiling buf.cc
[452/500] Compiling ber.cc
[453/500] Compiling asn1_compat.cc
[454/500] Compiling blake2.cc
[455/500] Compiling bn_asn1.cc
[456/500] Compiling convert.cc
[457/500] Compiling socket.cc
[458/500] Compiling socket_helper.cc
[459/500] Compiling printf.cc
[460/500] Compiling hexdump.cc
[461/500] Compiling pair.cc
[462/500] Compiling file.cc
[463/500] Compiling fd.cc
[464/500] Compiling errno.cc
[465/500] Compiling connect.cc
[466/500] Compiling bio_mem.cc
[467/500] Compiling bio.cc
[468/500] Compiling base64.cc
[469/500] Compiling tasn_typ.cc
[470/500] Compiling tasn_fre.cc
[471/500] Compiling tasn_utl.cc
[472/500] Compiling tasn_enc.cc
[473/500] Compiling posix_time.cc
[474/500] Compiling tasn_new.cc
[475/500] Compiling f_string.cc
[476/500] Compiling tasn_dec.cc
[477/500] Compiling asn_pack.cc
[478/500] Compiling f_int.cc
[479/500] Compiling asn1_par.cc
[480/500] Compiling a_utctm.cc
[481/500] Compiling a_type.cc
[482/500] Compiling asn1_lib.cc
[483/500] Compiling a_time.cc
[484/500] Compiling a_octet.cc
[485/500] Compiling a_object.cc
[486/500] Compiling a_strex.cc
[487/500] Compiling a_strnid.cc
[488/500] Compiling a_i2d_fp.cc
[489/500] Compiling a_dup.cc
[490/500] Compiling a_mbstr.cc
[491/500] Write sources
[492/500] Compiling a_int.cc
[493/500] Write sources
[494/516] Compiling a_d2i_fp.cc
[495/543] Compiling a_gentm.cc
[496/543] Compiling a_bitstr.cc
[498/543] Compiling Algorithms FlattenCollection.swift
[499/543] Compiling Algorithms Grouped.swift
[500/545] Compiling Algorithms Partition.swift
[501/545] Compiling Algorithms Permutations.swift
[501/545] Compiling a_bool.cc
[503/545] Compiling Algorithms Keyed.swift
[504/545] Compiling Algorithms MinMax.swift
[505/545] Compiling Algorithms Indexed.swift
[506/545] Compiling Algorithms Intersperse.swift
[507/545] Compiling Atomics IntegerOperations.swift
[508/545] Compiling Atomics Unmanaged extensions.swift
[509/545] Compiling Algorithms Chunked.swift
[510/545] Compiling Algorithms Combinations.swift
[511/545] Compiling Algorithms Joined.swift
[512/545] Compiling Algorithms Split.swift
[513/545] Compiling Algorithms Stride.swift
[514/545] Compiling Algorithms Suffix.swift
[516/545] Compiling Algorithms Reductions.swift
[517/545] Compiling Algorithms Rotate.swift
[524/548] Compiling Algorithms Compacted.swift
[525/548] Compiling Algorithms Cycle.swift
[526/548] Compiling Algorithms EitherSequence.swift
[527/548] Compiling Algorithms FirstNonNil.swift
[532/548] Compiling Algorithms Trim.swift
[533/548] Compiling Algorithms Unique.swift
[534/548] Compiling Algorithms Windows.swift
[535/548] Compiling Algorithms AdjacentPairs.swift
[536/548] Compiling Algorithms Chain.swift
[545/548] Emitting module Atomics
[547/549] Emitting module Algorithms
[548/550] Compiling c-nioatomics.c
[549/550] Compiling c-atomics.c
[551/556] Compiling NIOConcurrencyHelpers lock.swift
[552/556] Emitting module NIOConcurrencyHelpers
[553/556] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[554/556] Compiling NIOConcurrencyHelpers NIOLock.swift
[555/556] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[556/556] Compiling NIOConcurrencyHelpers atomics.swift
[558/618] Compiling NIOCore NIOAny.swift
[559/618] Compiling NIOCore NIOCloseOnErrorHandler.swift
[560/618] Compiling NIOCore NIOCoreSendableMetatype.swift
[561/618] Compiling NIOCore NIOLoopBound.swift
[562/618] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[563/618] Compiling NIOCore NIOScheduledCallback.swift
[564/618] Compiling NIOCore NIOSendable.swift
[565/618] Compiling NIOCore RecvByteBufferAllocator.swift
[566/626] Compiling NIOCore IOData.swift
[567/626] Compiling NIOCore IPProtocol.swift
[568/626] Compiling NIOCore IntegerBitPacking.swift
[569/626] Compiling NIOCore IntegerTypes.swift
[570/626] Compiling NIOCore Interfaces.swift
[571/626] Compiling NIOCore Linux.swift
[572/626] Compiling NIOCore MarkedCircularBuffer.swift
[573/626] Compiling NIOCore MulticastChannel.swift
[574/626] Compiling NIOCore EventLoopFuture+Deprecated.swift
[575/626] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[576/626] Compiling NIOCore EventLoopFuture.swift
[577/626] Compiling NIOCore FileDescriptor.swift
[578/626] Compiling NIOCore FileHandle.swift
[579/626] Compiling NIOCore FileRegion.swift
[580/626] Compiling NIOCore GlobalSingletons.swift
[581/626] Compiling NIOCore IO.swift
[582/626] Compiling NIOCore CircularBuffer.swift
[583/626] Compiling NIOCore Codec.swift
[584/626] Compiling NIOCore ConvenienceOptionSupport.swift
[585/626] Compiling NIOCore DeadChannel.swift
[586/626] Compiling NIOCore DispatchQueue+WithFuture.swift
[587/626] Compiling NIOCore EventLoop+Deprecated.swift
[588/626] Compiling NIOCore EventLoop+SerialExecutor.swift
[589/626] Compiling NIOCore EventLoop.swift
[590/626] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[591/626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[592/626] Compiling NIOCore SocketAddresses.swift
[593/626] Compiling NIOCore SocketOptionProvider.swift
[594/626] Compiling NIOCore SystemCallHelpers.swift
[595/626] Compiling NIOCore TimeAmount+Duration.swift
[596/626] Compiling NIOCore TypeAssistedChannelHandler.swift
[597/626] Compiling NIOCore UniversalBootstrapSupport.swift
[598/626] Compiling NIOCore Utilities.swift
[599/626] Compiling NIOCore AddressedEnvelope.swift
[600/626] Compiling NIOCore AsyncAwaitSupport.swift
[601/626] Compiling NIOCore AsyncChannel.swift
[602/626] Compiling NIOCore AsyncChannelHandler.swift
[603/626] Compiling NIOCore AsyncChannelInboundStream.swift
[604/626] Compiling NIOCore AsyncChannelOutboundWriter.swift
[605/626] Compiling NIOCore NIOAsyncSequenceProducer.swift
[606/626] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[607/626] Compiling NIOCore NIOAsyncWriter.swift
[608/626] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[609/626] Compiling NIOCore BSDSocketAPI.swift
[610/626] Compiling NIOCore ByteBuffer-aux.swift
[611/626] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[612/626] Compiling NIOCore ByteBuffer-conversions.swift
[613/626] Compiling NIOCore ByteBuffer-core.swift
[614/626] Compiling NIOCore ByteBuffer-hex.swift
[615/626] Compiling NIOCore ByteBuffer-int.swift
[616/626] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[617/626] Emitting module NIOCore
[618/626] Compiling NIOCore ByteBuffer-multi-int.swift
[619/626] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[620/626] Compiling NIOCore ByteBuffer-views.swift
[621/626] Compiling NIOCore Channel.swift
[622/626] Compiling NIOCore ChannelHandler.swift
[623/626] Compiling NIOCore ChannelHandlers.swift
[624/626] Compiling NIOCore ChannelInvoker.swift
[625/626] Compiling NIOCore ChannelOption.swift
[626/626] Compiling NIOCore ChannelPipeline.swift
[628/678] Emitting module NIOEmbedded
[629/678] Compiling NIOEmbedded AsyncTestingChannel.swift
[630/678] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[631/678] Compiling NIOEmbedded Embedded.swift
[633/679] Compiling NIOPosix SelectableChannel.swift
[634/679] Compiling NIOPosix SelectableEventLoop.swift
[635/679] Compiling NIOPosix SelectorEpoll.swift
[636/679] Compiling NIOPosix SelectorGeneric.swift
[637/679] Compiling NIOPosix SelectorKqueue.swift
[638/679] Compiling NIOPosix SelectorUring.swift
[639/679] Compiling NIOPosix ServerSocket.swift
[640/679] Compiling NIOPosix Socket.swift
[641/679] Compiling NIOPosix SocketChannel.swift
[642/679] Compiling NIOPosix SocketProtocols.swift
[643/679] Compiling NIOPosix System.swift
[644/679] Compiling NIOPosix Thread.swift
[645/679] Compiling NIOPosix Pool.swift
[646/679] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[647/679] Compiling NIOPosix PosixSingletons.swift
[648/679] Compiling NIOPosix RawSocketBootstrap.swift
[649/679] Compiling NIOPosix Resolver.swift
[650/679] Compiling NIOPosix Selectable.swift
[651/685] Emitting module NIOPosix
[652/685] Compiling NIOPosix Bootstrap.swift
[653/685] Compiling NIOPosix ControlMessage.swift
[654/685] Compiling NIOPosix DatagramVectorReadManager.swift
[655/685] Compiling NIOPosix Errors+Any.swift
[656/685] Compiling NIOPosix FileDescriptor.swift
[657/685] Compiling NIOPosix GetaddrinfoResolver.swift
[658/685] Compiling NIOPosix HappyEyeballs.swift
[659/685] Compiling NIOPosix IO.swift
[660/685] Compiling NIOPosix IntegerBitPacking.swift
[661/685] Compiling NIOPosix IntegerTypes.swift
[662/685] Compiling NIOPosix Linux.swift
[663/685] Compiling NIOPosix LinuxCPUSet.swift
[664/685] Compiling NIOPosix LinuxUring.swift
[665/685] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[666/685] Compiling NIOPosix BSDSocketAPICommon.swift
[667/685] Compiling NIOPosix BSDSocketAPIPosix.swift
[668/685] Compiling NIOPosix BSDSocketAPIWindows.swift
[669/685] Compiling NIOPosix BaseSocket.swift
[670/685] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[671/685] Compiling NIOPosix BaseSocketChannel.swift
[672/685] Compiling NIOPosix BaseStreamSocketChannel.swift
[673/685] Compiling NIOPosix NIOPosixSendableMetatype.swift
[674/685] Compiling NIOPosix NIOThreadPool.swift
[675/685] Compiling NIOPosix NonBlockingFileIO.swift
[676/685] Compiling NIOPosix PendingDatagramWritesManager.swift
[677/685] Compiling NIOPosix PendingWritesManager.swift
[678/685] Compiling NIOPosix PipeChannel.swift
[679/685] Compiling NIOPosix PipePair.swift
[680/685] Compiling NIOPosix ThreadPosix.swift
[681/685] Compiling NIOPosix ThreadWindows.swift
[682/685] Compiling NIOPosix UnsafeTransfer.swift
[683/685] Compiling NIOPosix Utilities.swift
[684/685] Compiling NIOPosix VsockAddress.swift
[685/685] Compiling NIOPosix VsockChannelEvents.swift
[687/688] Compiling NIO Exports.swift
[688/688] Emitting module NIO
[690/728] Compiling NIOTLS TLSEvents.swift
[691/728] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[692/729] Emitting module NIOTLS
[693/729] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[694/729] Emitting module NIOSOCKS
[695/729] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[696/729] Compiling NIOSOCKS Errors.swift
[697/731] Compiling NIOSOCKS SOCKSResponse.swift
[698/731] Compiling NIOSOCKS ClientStateMachine.swift
[699/731] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[700/731] Compiling NIOSOCKS AuthenticationMethod.swift
[701/731] Compiling NIOSOCKS ClientGreeting.swift
[702/731] Compiling NIOSOCKS SOCKSClientHandler.swift
[704/731] Compiling NIOSOCKS ServerStateMachine.swift
[706/731] Compiling NIOSOCKS Helpers.swift
[707/731] Compiling NIOSOCKS Messages.swift
[708/731] Compiling NIOSOCKS SOCKSRequest.swift
[709/732] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[710/732] Compiling NIOTLS SNIHandler.swift
[713/733] Emitting module NIOHTTP1
[714/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[715/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[718/762] Compiling NIOSSL NIOSSLHandler.swift
[719/762] Compiling NIOSSL SSLCertificate.swift
[720/762] Compiling NIOSSL SSLConnection.swift
[721/762] Compiling NIOSSL NIOSSLServerHandler.swift
[722/762] Compiling NIOSSL SSLPKCS12Bundle.swift
[723/762] Compiling NIOSSL LinuxCABundle.swift
[724/762] Compiling NIOSSL NIOSSLClientHandler.swift
[725/762] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[726/762] Compiling NIOSSL AndroidCABundle.swift
[727/762] Compiling NIOSSL ByteBufferBIO.swift
[728/762] Compiling NIOSSL CustomPrivateKey.swift
[730/781] Compiling NIOHPACK IndexedHeaderTable.swift
[731/782] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[732/782] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[733/782] Compiling NIOHPACK IntegerCoding.swift
[734/782] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[735/782] Compiling NIOHPACK StaticHeaderTable.swift
[736/782] Compiling NIOHTTPCompression HTTPDecompression.swift
[737/782] Emitting module NIOHTTPCompression
[738/782] Compiling NIOHTTPCompression HTTPCompression.swift
[739/782] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[740/782] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[741/782] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[742/782] Compiling NIOHPACK HuffmanTables.swift
[743/782] Compiling NIOHPACK HuffmanCoding.swift
[744/782] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[745/782] Emitting module NIOFoundationCompat
[746/783] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[747/784] Emitting module NIOHPACK
[750/806] Emitting module NIOSSL
[751/806] Compiling NIOTransportServices AcceptHandler.swift
[752/806] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[753/806] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[754/806] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[755/810] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[756/810] Compiling NIOSSL SSLPublicKey.swift
[757/810] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[758/810] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[759/810] Compiling NIOSSL SubjectAlternativeName.swift
[760/810] Compiling NIOSSL NIOSSLSecureBytes.swift
[761/810] Compiling NIOSSL RNG.swift
[762/810] Compiling NIOSSL SafeCompare.swift
[763/810] Emitting module NIOTransportServices
[768/812] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[769/812] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[773/813] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[774/813] Compiling NIOTransportServices NIOTSSingletons.swift
[775/813] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[777/813] Compiling NIOTransportServices NIOTSBootstraps.swift
[778/813] Compiling NIOTransportServices NIOTSChannelOptions.swift
[779/813] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[780/813] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[781/813] Compiling NIOTransportServices NIOTSErrors.swift
[782/813] Compiling NIOTransportServices NIOTSEventLoop.swift
[783/813] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[784/813] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[785/813] Compiling NIOTransportServices NIOTSListenerChannel.swift
[786/813] Compiling NIOTransportServices StateManagedChannel.swift
[787/813] Compiling NIOTransportServices StateManagedListenerChannel.swift
[793/813] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[794/813] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[811/872] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[812/872] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[813/872] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[814/872] Compiling NIOHTTP2 HTTP2Error.swift
[816/873] Emitting module NIOHTTP2
[817/881] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[818/881] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[819/881] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[820/881] Compiling NIOHTTP2 HTTP2StreamID.swift
[821/881] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[822/881] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[823/881] Compiling NIOHTTP2 HTTP2UserEvents.swift
[824/881] Compiling NIOHTTP2 InboundEventBuffer.swift
[825/881] Compiling NIOHTTP2 StateMachineResult.swift
[826/881] Compiling NIOHTTP2 ContentLengthVerifier.swift
[827/881] Compiling NIOHTTP2 DOSHeuristics.swift
[828/881] Compiling NIOHTTP2 Error+Any.swift
[829/881] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[830/881] Compiling NIOHTTP2 ControlFrameBuffer.swift
[831/881] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[832/881] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[833/881] Compiling NIOHTTP2 InboundWindowManager.swift
[834/881] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[835/881] Compiling NIOHTTP2 StreamChannelFlowController.swift
[836/881] Compiling NIOHTTP2 StreamChannelList.swift
[837/881] Compiling NIOHTTP2 StreamMap.swift
[838/881] Compiling NIOHTTP2 StreamStateMachine.swift
[839/881] Compiling NIOHTTP2 UnsafeTransfer.swift
[840/881] Compiling NIOHTTP2 WatermarkedFlowController.swift
[841/881] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[842/881] Compiling NIOHTTP2 HTTP2Frame.swift
[843/881] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[844/881] Compiling NIOHTTP2 HTTP2FrameParser.swift
[845/881] Compiling NIOHTTP2 HTTP2PingData.swift
[846/881] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[847/881] Compiling NIOHTTP2 HTTP2Settings.swift
[848/881] Compiling NIOHTTP2 HTTP2Stream.swift
[849/881] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[850/881] Compiling NIOHTTP2 HasFlowControlWindows.swift
[851/881] Compiling NIOHTTP2 HasLocalSettings.swift
[852/881] Compiling NIOHTTP2 HasRemoteSettings.swift
[853/881] Compiling NIOHTTP2 LocallyQuiescingState.swift
[854/881] Compiling NIOHTTP2 QuiescingState.swift
[855/881] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[856/881] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[857/881] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[858/881] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[859/881] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[864/881] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[865/881] Compiling NIOHTTP2 MaySendFrames.swift
[866/881] Compiling NIOHTTP2 SendingDataState.swift
[867/881] Compiling NIOHTTP2 SendingGoawayState.swift
[868/881] Compiling NIOHTTP2 SendingHeadersState.swift
[869/881] Compiling NIOHTTP2 SendingPushPromiseState.swift
[870/881] Compiling NIOHTTP2 SendingRstStreamState.swift
[871/881] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[872/881] Compiling NIOHTTP2 HTTP2SettingsState.swift
[873/881] Compiling NIOHTTP2 ConnectionStateMachine.swift
[874/881] Compiling NIOHTTP2 ConnectionStreamsState.swift
[875/881] Compiling NIOHTTP2 MayReceiveFrames.swift
[876/881] Compiling NIOHTTP2 ReceivingDataState.swift
[877/881] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[878/881] Compiling NIOHTTP2 ReceivingHeadersState.swift
[879/881] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[880/881] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[881/881] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[883/942] Emitting module AsyncHTTPClient
[884/950] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[885/950] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[886/950] Compiling AsyncHTTPClient AsyncLazySequence.swift
[887/950] Compiling AsyncHTTPClient HTTPClient+execute.swift
[888/950] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[889/950] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[890/950] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[891/950] Compiling AsyncHTTPClient HTTPClientRequest.swift
[892/950] Compiling AsyncHTTPClient HTTPClientResponse.swift
[893/950] Compiling AsyncHTTPClient HTTPHandler.swift
[894/950] Compiling AsyncHTTPClient LRUCache.swift
[895/950] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[896/950] Compiling AsyncHTTPClient NWErrorHandler.swift
[897/950] Compiling AsyncHTTPClient NWWaitingHandler.swift
[898/950] Compiling AsyncHTTPClient TLSConfiguration.swift
[899/950] Compiling AsyncHTTPClient RedirectState.swift
[900/950] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[901/950] Compiling AsyncHTTPClient ConnectionTarget.swift
[902/950] Compiling AsyncHTTPClient DeconstructedURL.swift
[903/950] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[904/950] Compiling AsyncHTTPClient FoundationExtensions.swift
[905/950] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[906/950] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[907/950] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[908/950] Compiling AsyncHTTPClient HTTPClient.swift
[909/950] Compiling AsyncHTTPClient RequestBag.swift
[910/950] Compiling AsyncHTTPClient RequestValidation.swift
[911/950] Compiling AsyncHTTPClient SSLContextCache.swift
[912/950] Compiling AsyncHTTPClient Scheme.swift
[913/950] Compiling AsyncHTTPClient Singleton.swift
[914/950] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[915/950] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[916/950] Compiling AsyncHTTPClient Utils.swift
[917/950] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[918/950] Compiling AsyncHTTPClient TLSEventsHandler.swift
[919/950] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[920/950] Compiling AsyncHTTPClient HTTP1Connection.swift
[921/950] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[922/950] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[923/950] Compiling AsyncHTTPClient HTTP2Connection.swift
[924/950] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[925/950] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[926/950] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[927/950] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[928/950] Compiling AsyncHTTPClient Transaction.swift
[929/950] Compiling AsyncHTTPClient Base64.swift
[930/950] Compiling AsyncHTTPClient BasicAuth.swift
[931/950] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[932/950] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[933/950] Compiling AsyncHTTPClient ConnectionPool.swift
[934/950] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[935/950] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[936/950] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[937/950] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[938/950] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[939/950] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[940/950] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[941/950] Compiling AsyncHTTPClient RequestBodyLength.swift
[942/950] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[943/950] Compiling AsyncHTTPClient RequestOptions.swift
[944/950] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[945/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[946/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[947/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[948/950] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[949/950] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[950/950] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[952/995] Compiling Resend EmailAddress+String.swift
[953/995] Compiling Resend Resend+AudienceParseResponse.swift
[954/995] Compiling Resend Resend+ContactParseResponse.swift
[955/995] Compiling Resend Resend+EmailParseResponse.swift
[956/995] Compiling Resend APIKeyCreate.swift
[957/995] Compiling Resend AudienceCreate.swift
[958/995] Compiling Resend BroadcastCreate.swift
[959/1001] Emitting module Resend
[960/1001] Compiling Resend DomainVerifyResponse.swift
[961/1001] Compiling Resend EmailGetResponse.swift
[962/1001] Compiling Resend EmailSentBatchResponse.swift
[963/1001] Compiling Resend EmailSentResponse.swift
[964/1001] Compiling Resend APIKeyClient.swift
[965/1001] Compiling Resend APIPath.swift
[966/1001] Compiling Resend ContactCreateResponse.swift
[967/1001] Compiling Resend ContactDeleteResponse.swift
[968/1001] Compiling Resend ContactListResponse.swift
[969/1001] Compiling Resend DomainCreateResponse.swift
[970/1001] Compiling Resend DomainDeleteResponse.swift
[971/1001] Compiling Resend DomainListResponse.swift
[972/1001] Compiling Resend AudienceCreateResponse.swift
[973/1001] Compiling Resend AudienceDeleteResponse.swift
[974/1001] Compiling Resend AudienceListResponse.swift
[975/1001] Compiling Resend BroadcastCreateResponse.swift
[976/1001] Compiling Resend BroadcastGetResponse.swift
[977/1001] Compiling Resend BroadcastListResponse.swift
[978/1001] Compiling Resend ResendEmail.swift
[979/1001] Compiling Resend ResendEmailUpdate.swift
[980/1001] Compiling Resend ResendError.swift
[981/1001] Compiling Resend APIKeyCreateResponse.swift
[982/1001] Compiling Resend APIKeyListResponse.swift
[983/1001] Compiling Resend Audience.swift
[984/1001] Compiling Resend BroadcastUpdate.swift
[985/1001] Compiling Resend ContactCreate.swift
[986/1001] Compiling Resend ContactUpdate.swift
[987/1001] Compiling Resend ResendContact.swift
[988/1001] Compiling Resend DomainCreate.swift
[989/1001] Compiling Resend DomainUpdate.swift
[990/1001] Compiling Resend EmailAddress.swift
[991/1001] Compiling Resend EmailAttachment.swift
[992/1001] Compiling Resend EmailHeaders.swift
[993/1001] Compiling Resend EmailSchedule.swift
[994/1001] Compiling Resend EmailTags.swift
[995/1001] Compiling Resend ResendBatchEmail.swift
[996/1001] Compiling Resend AudienceClient.swift
[997/1001] Compiling Resend BroadcastClient.swift
[998/1001] Compiling Resend ContactClient.swift
[999/1001] Compiling Resend DomainClient.swift
[1000/1001] Compiling Resend EmailClient.swift
[1001/1001] Compiling Resend ResendClient.swift
Build complete! (417.80s)
Build complete.
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "swift-resend",
"name" : "swift-resend",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Resend",
"targets" : [
"Resend"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftResendTests",
"module_type" : "SwiftTarget",
"name" : "SwiftResendTests",
"path" : "Tests/SwiftResendTests",
"sources" : [
"ResendError+ Equatable.swift",
"SwiftResendTests.swift",
"XCTest+async.swift"
],
"target_dependencies" : [
"Resend"
],
"type" : "test"
},
{
"c99name" : "Resend",
"module_type" : "SwiftTarget",
"name" : "Resend",
"path" : "Sources/Resend",
"product_dependencies" : [
"AsyncHTTPClient"
],
"product_memberships" : [
"Resend"
],
"sources" : [
"Extensions/EmailAddress+String.swift",
"Extensions/Resend+AudienceParseResponse.swift",
"Extensions/Resend+ContactParseResponse.swift",
"Extensions/Resend+EmailParseResponse.swift",
"Models/Request/APIKey/APIKeyCreate.swift",
"Models/Request/Audience/AudienceCreate.swift",
"Models/Request/Broadcast/BroadcastCreate.swift",
"Models/Request/Broadcast/BroadcastUpdate.swift",
"Models/Request/Contact/ContactCreate.swift",
"Models/Request/Contact/ContactUpdate.swift",
"Models/Request/Contact/ResendContact.swift",
"Models/Request/Domain/DomainCreate.swift",
"Models/Request/Domain/DomainUpdate.swift",
"Models/Request/Email/EmailAddress.swift",
"Models/Request/Email/EmailAttachment.swift",
"Models/Request/Email/EmailHeaders.swift",
"Models/Request/Email/EmailSchedule.swift",
"Models/Request/Email/EmailTags.swift",
"Models/Request/Email/ResendBatchEmail.swift",
"Models/Request/Email/ResendEmail.swift",
"Models/Request/Email/ResendEmailUpdate.swift",
"Models/ResendError.swift",
"Models/Response/APIKey/APIKeyCreateResponse.swift",
"Models/Response/APIKey/APIKeyListResponse.swift",
"Models/Response/Audience/Audience.swift",
"Models/Response/Audience/AudienceCreateResponse.swift",
"Models/Response/Audience/AudienceDeleteResponse.swift",
"Models/Response/Audience/AudienceListResponse.swift",
"Models/Response/Broadcast/BroadcastCreateResponse.swift",
"Models/Response/Broadcast/BroadcastGetResponse.swift",
"Models/Response/Broadcast/BroadcastListResponse.swift",
"Models/Response/Contact/ContactCreateResponse.swift",
"Models/Response/Contact/ContactDeleteResponse.swift",
"Models/Response/Contact/ContactListResponse.swift",
"Models/Response/Domain/DomainCreateResponse.swift",
"Models/Response/Domain/DomainDeleteResponse.swift",
"Models/Response/Domain/DomainListResponse.swift",
"Models/Response/Domain/DomainVerifyResponse.swift",
"Models/Response/Email/EmailGetResponse.swift",
"Models/Response/Email/EmailSentBatchResponse.swift",
"Models/Response/Email/EmailSentResponse.swift",
"Resend/APIKeyClient.swift",
"Resend/APIPath.swift",
"Resend/AudienceClient.swift",
"Resend/BroadcastClient.swift",
"Resend/ContactClient.swift",
"Resend/DomainClient.swift",
"Resend/EmailClient.swift",
"Resend/ResendClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.