Build Information
Successful build of Uploadcare, reference 0.14.0 (c986c3
), with Swift 6.1 for Linux on 28 Apr 2025 20:54:37 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uploadcare/uploadcare-swift.git
Reference: 0.14.0
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/uploadcare/uploadcare-swift
* tag 0.14.0 -> FETCH_HEAD
HEAD is now at c986c38 Update REST API.md (#133)
Cloned https://github.com/uploadcare/uploadcare-swift.git
Revision (git rev-parse @):
c986c38ba1a4c824a2e5a3b066083e059edc6aea
SUCCESS checkout https://github.com/uploadcare/uploadcare-swift.git at 0.14.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/uploadcare/uploadcare-swift.git
https://github.com/uploadcare/uploadcare-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "Uploadcare",
"name" : "Uploadcare",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "Uploadcare",
"targets" : [
"Uploadcare"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UploadcareWidget",
"module_type" : "SwiftTarget",
"name" : "UploadcareWidget",
"path" : "Sources/UploadcareWidget",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/UploadcareWidget/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Helpers/ImageCache.swift",
"Helpers/ImageLoader.swift",
"Models/FilesListModels.swift",
"Models/SelectedFile.swift",
"Models/SocialSource.swift",
"MultipartRequestBuilder.swift",
"SelectSourceView.swift",
"Utils.swift",
"ViewModels/FilesListViewModel.swift",
"Views/ActivityIndicator.swift",
"Views/AsyncImage.swift",
"Views/FilesListView.swift",
"Views/GridView.swift",
"Views/ImagePicker.swift",
"Views/OpenPathView.swift",
"Views/SelectFileView.swift",
"Views/WevView.swift"
],
"target_dependencies" : [
"Uploadcare"
],
"type" : "library"
},
{
"c99name" : "UploadcareTests",
"module_type" : "SwiftTarget",
"name" : "UploadcareTests",
"path" : "Tests/UploadcareTests",
"sources" : [
"PaginationQueryTests.swift",
"RESTAPIIntegrationAsyncTests.swift",
"RESTAPIIntegrationTests.swift",
"RequestManagerTests.swift",
"UploadAPIIntegrationAsyncTests.swift",
"UploadAPIIntegrationTests.swift",
"UploadFromURLTaskTests.swift",
"UploadcareTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"Uploadcare"
],
"type" : "test"
},
{
"c99name" : "Uploadcare",
"module_type" : "SwiftTarget",
"name" : "Uploadcare",
"path" : "Sources/Uploadcare",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"Uploadcare"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Uploadcare/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"APIStore.swift",
"BackgroundSessionManager.swift",
"Constants.swift",
"MultipartRequestBuilder.swift",
"UploadAPI.swift",
"Uploadcare+Addons.swift",
"Uploadcare.swift",
"Utils.swift",
"extensions/Data+ToString.swift",
"extensions/String+Hash.swift",
"models/AudioMetadata.swift",
"models/GeoLocation.swift",
"models/ImageInfo.swift",
"models/Mime.swift",
"models/REST/Collaborator.swift",
"models/REST/ContentInfo.swift",
"models/REST/DocumentInfo.swift",
"models/REST/File.swift",
"models/REST/FileInfoQuery.swift",
"models/REST/FilesList.swift",
"models/REST/Group.swift",
"models/REST/GroupsList.swift",
"models/REST/GroupsListQuery.swift",
"models/REST/PaginationQuery.swift",
"models/REST/Project.swift",
"models/REST/Webhook.swift",
"models/REST/addons/ClamAVAddonExecutionParams.swift",
"models/REST/addons/RemoveBGAddonExecutionParams.swift",
"models/REST/appdata/AWSRekognitionDetectLabels.swift",
"models/REST/appdata/AppData.swift",
"models/REST/appdata/RemoveBg.swift",
"models/REST/appdata/UCClamavVirusScan.swift",
"models/REST/convertion/ConversionOptions.swift",
"models/REST/convertion/ConvertDocumentJobStatus.swift",
"models/REST/convertion/ConvertRequestData.swift",
"models/REST/convertion/ConvertVideoJobStatus.swift",
"models/REST/convertion/DocumentConversionJob.swift",
"models/REST/convertion/DocumentConversionJobSettings.swift",
"models/REST/convertion/VideoConversionJob.swift",
"models/REST/convertion/VideoConversionJobSettings.swift",
"models/REST/responses/BatchFilesOperationResponse.swift",
"models/REST/responses/ConvertDocumentsResponse.swift",
"models/REST/responses/CopyFileToLocalStorageResponse.swift",
"models/REST/responses/CopyFileToRemoteStorageResponse.swift",
"models/REST/responses/ExecuteAddonResponse.swift",
"models/REST/responses/ExecuteAddonStatusResponse.swift",
"models/REST/responses/RESTAPIError.swift",
"models/VideoInfo.swift",
"models/VideoMetadata.swift",
"models/upload/UploadError.swift",
"models/upload/UploadFromURLTask.swift",
"models/upload/UploadSignature.swift",
"models/upload/UploadTask.swift",
"models/upload/UploadedFile.swift",
"models/upload/UploadedFilesGroup.swift",
"models/upload/responses/StartMulipartUploadResponse.swift",
"models/upload/responses/UploadFromURLResponse.swift",
"models/upload/responses/UploadFromURLStatus.swift",
"requestManager/RequestManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
[1/13784] Fetching swift-crypto
[139/27639] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.58s)
[5790/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.76s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (3.79s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
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
[1/2619] Fetching swift-nio-transport-services
[1285/8522] Fetching swift-nio-transport-services, swift-algorithms
[2720/12358] Fetching swift-nio-transport-services, swift-algorithms, swift-log
[3247/14063] Fetching swift-nio-transport-services, swift-algorithms, swift-log, swift-atomics
[4054/19725] Fetching swift-nio-transport-services, swift-algorithms, swift-log, swift-atomics, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.94s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.13s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.13s)
Fetched https://github.com/apple/swift-log.git from cache (1.14s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.14s)
Fetching https://github.com/apple/swift-nio.git
[1/11492] Fetching swift-nio-http2
[1151/26285] Fetching swift-nio-http2, swift-nio-ssl
[4306/101809] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.55s)
[60863/90317] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.50s)
[51357/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (11.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.13s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (10.47s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[3963/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.53s)
Fetched https://github.com/apple/swift-collections.git from cache (2.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.97s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.16s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.92s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.19s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[497/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.53s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.97s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.19s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (3.44s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-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-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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Building for debugging...
[0/805] Write sources
[0/805] Copying PrivacyInfo.xcprivacy
[0/805] Write sources
[17/805] Write swift-version-24593BA9C3E375BF.txt
[17/805] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[19/805] Compiling _NumericsShims _NumericsShims.c
[19/805] Write sources
[22/805] Compiling _AtomicsShims.c
[23/805] Compiling poly1305.cc
[24/805] Compiling pkcs7.cc
[25/805] Copying PrivacyInfo.xcprivacy
[26/807] Write sources
[27/826] Compiling pem_xaux.cc
[27/826] Write sources
[34/826] Compiling pem_pkey.cc
[35/826] Compiling pkcs8_x509.cc
[36/826] Compiling CNIOWindows shim.c
[37/826] Compiling CNIOWindows WSAStartup.c
[38/826] Compiling CNIOWASI CNIOWASI.c
[39/826] Compiling pem_x509.cc
[40/826] Compiling CNIOLinux liburing_shims.c
[41/826] Compiling CNIOLLHTTP c_nio_http.c
[42/826] Compiling CNIOLinux shim.c
[43/826] Compiling CNIOExtrasZlib empty.c
[44/826] Compiling CNIODarwin shim.c
[45/832] Compiling CNIOLLHTTP c_nio_api.c
[46/843] Compiling fiat_p256_adx_sqr.S
[47/843] Compiling fiat_p256_adx_mul.S
[49/843] Emitting module Logging
[49/843] Compiling fiat_curve25519_adx_square.S
[50/843] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/843] Compiling fiat_curve25519_adx_mul.S
[52/843] Compiling CNIOBoringSSLShims shims.c
[54/843] Compiling RealModule Real.swift
[54/844] Compiling tls_method.cc
[56/844] Compiling InternalCollectionsUtilities Debugging.swift
[57/844] Compiling InternalCollectionsUtilities Descriptions.swift
[58/844] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/844] Compiling InternalCollectionsUtilities Specialize.swift
[60/844] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[61/844] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[62/844] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[63/844] Emitting module InternalCollectionsUtilities
[64/846] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/846] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/846] Compiling RealModule RealFunctions.swift
[67/846] Compiling RealModule Float80+Real.swift
[68/846] Compiling _NIODataStructures PriorityQueue.swift
[68/846] Compiling tls_record.cc
[70/846] Compiling RealModule Float16+Real.swift
[71/846] Compiling RealModule ElementaryFunctions.swift
[72/846] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/846] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/846] Compiling RealModule Float+Real.swift
[77/846] Compiling _NIODataStructures _TinyArray.swift
[78/846] Emitting module _NIOBase64
[79/846] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/846] Compiling InternalCollectionsUtilities Integer rank.swift
[81/846] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/846] Compiling _NIOBase64 Base64.swift
[83/846] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/846] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/846] Emitting module RealModule
[89/848] Compiling tls13_server.cc
[91/848] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/848] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/849] Emitting module _NIODataStructures
[95/849] Compiling _NIODataStructures Heap.swift
[96/850] Compiling Logging Locks.swift
[97/850] Compiling Logging MetadataProvider.swift
[98/850] Compiling Logging Logging.swift
[99/850] Compiling Logging LogHandler.swift
[101/851] Compiling tls13_enc.cc
[102/851] Compiling tls13_client.cc
[103/866] Compiling t1_enc.cc
[105/866] Compiling DequeModule Deque+CustomReflectable.swift
[106/866] Compiling DequeModule Deque+Descriptions.swift
[107/866] Compiling DequeModule Deque+Equatable.swift
[108/866] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/868] Compiling DequeModule _DequeBuffer.swift
[110/868] Compiling DequeModule _DequeBufferHeader.swift
[111/868] Compiling DequeModule Deque+Extras.swift
[112/868] Compiling DequeModule Deque+Hashable.swift
[113/868] Compiling DequeModule Deque+Testing.swift
[114/868] Compiling DequeModule Deque._Storage.swift
[115/868] Compiling DequeModule _DequeSlot.swift
[116/868] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/868] Compiling tls13_both.cc
[117/868] Compiling ssl_x509.cc
[119/868] Compiling DequeModule Deque._UnsafeHandle.swift
[120/868] Compiling DequeModule Deque.swift
[120/868] Compiling ssl_transcript.cc
[122/868] Compiling DequeModule Deque+Codable.swift
[123/868] Compiling DequeModule Deque+Collection.swift
[123/868] Compiling ssl_versions.cc
[125/868] Emitting module DequeModule
[126/869] Compiling ssl_stat.cc
[127/869] Compiling ssl_privkey.cc
[128/869] Compiling ssl_session.cc
[129/869] Compiling ssl_file.cc
[130/869] Compiling ssl_key_share.cc
[131/869] Compiling ssl_credential.cc
[132/869] Compiling ssl_cipher.cc
[133/869] Compiling ssl_lib.cc
[134/869] Compiling ssl_cert.cc
[135/869] Compiling ssl_buffer.cc
[136/869] Compiling ssl_asn1.cc
[137/869] Compiling ssl_aead_ctx.cc
[138/869] Compiling s3_lib.cc
[139/869] Compiling s3_pkt.cc
[140/869] Compiling s3_both.cc
[141/869] Compiling handoff.cc
[142/869] Compiling handshake_client.cc
[143/869] Compiling handshake_server.cc
[144/869] Compiling handshake.cc
[145/869] Compiling encrypted_client_hello.cc
[146/869] Compiling dtls_record.cc
[147/869] Compiling md5-x86_64-linux.S
[148/869] Compiling md5-x86_64-apple.S
[149/869] Compiling d1_srtp.cc
[150/869] Compiling md5-586-linux.S
[151/869] Compiling md5-586-apple.S
[152/869] Compiling chacha20_poly1305_x86_64-linux.S
[153/869] Compiling extensions.cc
[154/869] Compiling dtls_method.cc
[155/869] Compiling chacha20_poly1305_x86_64-apple.S
[156/869] Compiling chacha20_poly1305_armv8-win.S
[157/869] Compiling chacha20_poly1305_armv8-linux.S
[158/869] Compiling d1_pkt.cc
[159/869] Compiling chacha20_poly1305_armv8-apple.S
[160/869] Compiling chacha-x86_64-linux.S
[161/869] Compiling chacha-x86_64-apple.S
[162/869] Compiling chacha-x86-linux.S
[163/869] Compiling chacha-x86-apple.S
[164/869] Compiling err_data.cc
[165/869] Compiling chacha-armv8-win.S
[166/869] Compiling chacha-armv8-apple.S
[167/869] Compiling chacha-armv8-linux.S
[168/869] Compiling chacha-armv4-linux.S
[169/869] Compiling aes128gcmsiv-x86_64-linux.S
[170/869] Compiling aes128gcmsiv-x86_64-apple.S
[171/869] Compiling x86_64-mont5-apple.S
[172/869] Compiling x86_64-mont5-linux.S
[173/869] Compiling x86_64-mont-linux.S
[174/869] Compiling x86_64-mont-apple.S
[175/869] Compiling x86-mont-apple.S
[176/869] Compiling vpaes-x86_64-linux.S
[177/869] Compiling x86-mont-linux.S
[178/869] Compiling vpaes-x86_64-apple.S
[179/869] Compiling vpaes-x86-linux.S
[180/869] Compiling vpaes-x86-apple.S
[181/869] Compiling vpaes-armv8-linux.S
[182/869] Compiling vpaes-armv8-apple.S
[183/869] Compiling vpaes-armv8-win.S
[184/869] Compiling vpaes-armv7-linux.S
[185/869] Compiling sha512-armv8-win.S
[186/869] Compiling sha512-armv8-apple.S
[187/869] Compiling sha512-x86_64-apple.S
[188/869] Compiling sha512-armv8-linux.S
[189/869] Compiling sha512-x86_64-linux.S
[190/869] Compiling sha512-armv4-linux.S
[191/869] Compiling sha512-586-linux.S
[192/869] Compiling sha512-586-apple.S
[193/869] Compiling sha256-x86_64-apple.S
[194/869] Compiling sha256-armv8-win.S
[195/869] Compiling sha256-x86_64-linux.S
[196/869] Compiling sha256-armv8-linux.S
[197/869] Compiling sha256-armv8-apple.S
[198/869] Compiling sha256-586-linux.S
[199/869] Compiling sha256-armv4-linux.S
[200/869] Compiling d1_lib.cc
[201/869] Compiling sha1-x86_64-apple.S
[202/869] Compiling sha256-586-apple.S
[203/869] Compiling sha1-x86_64-linux.S
[204/869] Compiling sha1-armv8-win.S
[205/869] Compiling sha1-armv8-linux.S
[206/869] Compiling sha1-armv4-large-linux.S
[207/869] Compiling sha1-586-linux.S
[208/869] Compiling sha1-armv8-apple.S
[209/869] Compiling sha1-586-apple.S
[210/869] Compiling rsaz-avx2-linux.S
[211/869] Compiling rdrand-x86_64-linux.S
[212/869] Compiling rsaz-avx2-apple.S
[213/869] Compiling p256_beeu-x86_64-asm-apple.S
[214/869] Compiling p256_beeu-x86_64-asm-linux.S
[215/869] Compiling rdrand-x86_64-apple.S
[216/869] Compiling p256_beeu-armv8-asm-win.S
[217/869] Compiling p256_beeu-armv8-asm-linux.S
[218/869] Compiling p256_beeu-armv8-asm-apple.S
[219/869] Compiling bio_ssl.cc
[220/869] Compiling p256-x86_64-asm-apple.S
[221/869] Compiling p256-armv8-asm-win.S
[222/869] Compiling p256-armv8-asm-apple.S
[223/869] Compiling p256-armv8-asm-linux.S
[224/869] Compiling p256-x86_64-asm-linux.S
[225/869] Compiling ghashv8-armv8-win.S
[226/869] Compiling ghashv8-armv8-linux.S
[226/869] Compiling ghashv8-armv8-apple.S
[228/869] Compiling ghashv8-armv7-linux.S
[229/869] Compiling ghash-x86_64-apple.S
[230/869] Compiling ghash-x86-linux.S
[231/869] Compiling ghash-x86_64-linux.S
[232/869] Compiling ghash-x86-apple.S
[233/869] Compiling ghash-ssse3-x86_64-apple.S
[234/869] Compiling ghash-ssse3-x86_64-linux.S
[235/869] Compiling ghash-ssse3-x86-linux.S
[236/869] Compiling ghash-neon-armv8-win.S
[237/869] Compiling ghash-neon-armv8-apple.S
[238/869] Compiling ghash-ssse3-x86-apple.S
[239/869] Compiling ghash-neon-armv8-linux.S
[240/869] Compiling co-586-linux.S
[241/869] Compiling ghash-armv4-linux.S
[242/869] Compiling bsaes-armv7-linux.S
[243/869] Compiling bn-armv8-win.S
[244/869] Compiling co-586-apple.S
[245/869] Compiling bn-armv8-linux.S
[246/869] Compiling bn-armv8-apple.S
[247/869] Compiling armv8-mont-win.S
[248/869] Compiling bn-586-linux.S
[249/869] Compiling armv8-mont-linux.S
[250/869] Compiling aesv8-gcm-armv8-win.S
[251/869] Compiling bn-586-apple.S
[252/869] Compiling armv8-mont-apple.S
[253/869] Compiling armv4-mont-linux.S
[254/869] Compiling aesv8-gcm-armv8-linux.S
[255/869] Compiling aesv8-gcm-armv8-apple.S
[256/869] Compiling aesv8-armv8-win.S
[257/869] Compiling aesv8-armv7-linux.S
[257/869] Compiling aesv8-armv8-linux.S
[259/869] Compiling aesv8-armv8-apple.S
[260/869] Compiling aesni-x86_64-apple.S
[261/869] Compiling aesni-x86-apple.S
[262/869] Compiling aesni-gcm-x86_64-apple.S
[263/869] Compiling aesni-x86-linux.S
[263/869] Compiling aesni-x86_64-linux.S
[265/869] Compiling aesni-gcm-x86_64-linux.S
[266/869] Compiling aes-gcm-avx2-x86_64-linux.S
[267/869] Compiling aes-gcm-avx2-x86_64-apple.S
[268/869] Compiling aes-gcm-avx10-x86_64-apple.S
[269/869] Compiling aes-gcm-avx10-x86_64-linux.S
[270/869] Compiling d1_both.cc
[271/869] Compiling x_req.cc
[272/869] Compiling x_sig.cc
[273/869] Compiling x_spki.cc
[274/869] Compiling x_x509a.cc
[275/869] Compiling x_pubkey.cc
[276/869] Compiling x_val.cc
[277/869] Compiling x_x509.cc
[278/869] Compiling x_name.cc
[279/869] Compiling x_attrib.cc
[280/869] Compiling x509name.cc
[281/869] Compiling x509spki.cc
[282/869] Compiling x_exten.cc
[283/869] Compiling x_crl.cc
[284/869] Compiling x509rset.cc
[285/869] Compiling x_algor.cc
[286/869] Compiling x_all.cc
[287/869] Compiling x509_trs.cc
[288/869] Compiling x509_req.cc
[289/869] Compiling x509_v3.cc
[290/869] Compiling x509_txt.cc
[291/869] Compiling x509cset.cc
[292/869] Compiling x509_vpm.cc
[293/869] Compiling x509_vfy.cc
[294/869] Compiling x509_set.cc
[295/869] Compiling x509_obj.cc
[296/869] Compiling x509_def.cc
[297/869] Compiling x509_lu.cc
[298/869] Compiling x509_cmp.cc
[299/869] Compiling x509.cc
[300/869] Compiling x509_ext.cc
[301/869] Compiling x509_d2.cc
[302/869] Compiling x509_att.cc
[303/869] Compiling v3_skey.cc
[304/869] Compiling v3_prn.cc
[305/869] Compiling v3_utl.cc
[306/869] Compiling v3_pmaps.cc
[307/869] Compiling v3_pcons.cc
[308/869] Compiling v3_purp.cc
[309/869] Compiling v3_ncons.cc
[310/869] Compiling v3_ocsp.cc
[311/869] Compiling v3_ia5.cc
[312/869] Compiling v3_lib.cc
[313/869] Compiling v3_info.cc
[314/869] Compiling v3_int.cc
[315/869] Compiling v3_genn.cc
[316/869] Compiling v3_extku.cc
[317/869] Compiling v3_enum.cc
[318/869] Compiling v3_crld.cc
[319/869] Compiling v3_akey.cc
[320/869] Compiling v3_akeya.cc
[321/869] Compiling v3_conf.cc
[322/869] Compiling v3_cpols.cc
[323/869] Compiling v3_bitst.cc
[324/869] Compiling v3_bcons.cc
[325/869] Compiling v3_alt.cc
[326/869] Compiling t_x509a.cc
[327/869] Compiling t_x509.cc
[328/869] Compiling t_crl.cc
[329/869] Compiling t_req.cc
[330/869] Compiling i2d_pr.cc
[331/869] Compiling rsa_pss.cc
[332/869] Compiling policy.cc
[333/869] Compiling name_print.cc
[334/869] Compiling by_file.cc
[335/869] Compiling asn1_gen.cc
[336/869] Compiling voprf.cc
[337/869] Compiling by_dir.cc
[338/869] Compiling a_digest.cc
[339/869] Compiling a_verify.cc
[340/869] Compiling algorithm.cc
[341/869] Compiling thread_win.cc
[342/869] Compiling a_sign.cc
[343/869] Compiling thread_pthread.cc
[344/869] Compiling trust_token.cc
[345/869] Compiling pmbtoken.cc
[346/869] Compiling thread.cc
[347/869] Compiling thread_none.cc
[348/869] Compiling stack.cc
[349/869] Compiling siphash.cc
[350/869] Compiling sha512.cc
[351/869] Compiling sha256.cc
[352/869] Compiling sha1.cc
[353/869] Compiling slhdsa.cc
[354/869] Compiling rsa_print.cc
[355/869] Compiling rsa_extra.cc
[356/869] Compiling spake2plus.cc
[357/869] Compiling refcount.cc
[358/869] Compiling rsa_crypt.cc
[359/869] Compiling rc4.cc
[360/869] Compiling windows.cc
[361/869] Compiling trusty.cc
[362/869] Compiling urandom.cc
[363/869] Compiling rand.cc
[364/869] Compiling rsa_asn1.cc
[365/869] Compiling passive.cc
[366/869] Compiling poly1305_arm_asm.S
[367/869] Compiling deterministic.cc
[368/869] Compiling forkunsafe.cc
[369/869] Compiling ios.cc
[370/869] Compiling getentropy.cc
[371/869] Compiling fork_detect.cc
[372/869] Compiling poly1305_vec.cc
[373/869] Compiling poly1305_arm.cc
[374/869] Compiling poly1305.cc
[375/869] Compiling pool.cc
[376/869] Compiling pkcs8_x509.cc
[377/869] Compiling p5_pbev2.cc
[378/869] Compiling pkcs7.cc
[379/869] Compiling pkcs7_x509.cc
[380/869] Compiling pkcs8.cc
[381/869] Compiling pem_pkey.cc
[382/869] Compiling pem_xaux.cc
[383/869] Compiling pem_x509.cc
[384/869] Compiling pem_oth.cc
[385/869] Compiling mlkem.cc
[386/869] Compiling obj_xref.cc
[387/869] Compiling pem_info.cc
[388/869] Compiling pem_pk8.cc
[389/869] Compiling pem_all.cc
[390/869] Compiling obj.cc
[391/869] Compiling mldsa.cc
[392/869] Compiling pem_lib.cc
[393/869] Compiling lhash.cc
[394/869] Compiling md4.cc
[395/869] Compiling md5.cc
[396/869] Compiling fips_shared_support.cc
[397/869] Compiling mem.cc
[398/869] Compiling poly_rq_mul.S
[399/869] Compiling sign.cc
[400/869] Compiling ex_data.cc
[401/869] Compiling kyber.cc
[402/869] Compiling scrypt.cc
[403/869] Compiling hrss.cc
[404/869] Compiling print.cc
[405/869] Compiling hpke.cc
[406/869] Compiling p_x25519.cc
[407/869] Compiling pbkdf.cc
[408/869] Compiling p_x25519_asn1.cc
[409/869] Compiling p_rsa_asn1.cc
[410/869] Compiling p_hkdf.cc
[411/869] Compiling p_ed25519.cc
[412/869] Compiling p_rsa.cc
[413/869] Compiling p_ed25519_asn1.cc
[414/869] Compiling p_ec_asn1.cc
[415/869] Compiling p_ec.cc
[416/869] Compiling p_dh.cc
[417/869] Compiling p_dh_asn1.cc
[418/869] Compiling evp_ctx.cc
[419/869] Compiling p_dsa_asn1.cc
[420/869] Compiling evp.cc
[421/869] Compiling err.cc
[422/869] Compiling engine.cc
[423/869] Compiling ecdh.cc
[424/869] Compiling ec_derive.cc
[425/869] Compiling evp_asn1.cc
[426/869] Compiling hash_to_curve.cc
[427/869] Compiling ecdsa_asn1.cc
[428/869] Compiling dsa.cc
[429/869] Compiling ec_asn1.cc
[430/869] Compiling dsa_asn1.cc
[431/869] Compiling params.cc
[432/869] Compiling x25519-asm-arm.S
[433/869] Compiling des.cc
[434/869] Compiling dh_asn1.cc
[435/869] Compiling digest_extra.cc
[436/869] Compiling spake25519.cc
[437/869] Compiling crypto.cc
[438/869] Compiling cpu_intel.cc
[439/869] Compiling curve25519.cc
[440/869] Compiling cpu_arm_linux.cc
[441/869] Compiling cpu_aarch64_win.cc
[442/869] Compiling cpu_arm_freebsd.cc
[443/869] Compiling cpu_aarch64_sysreg.cc
[444/869] Compiling cpu_aarch64_openbsd.cc
[445/869] Compiling curve25519_64_adx.cc
[446/869] Compiling cpu_aarch64_linux.cc
[447/869] Compiling cpu_aarch64_apple.cc
[448/869] Compiling cpu_aarch64_fuchsia.cc
[449/869] Compiling conf.cc
[450/869] Compiling bcm.cc
[451/869] Compiling e_rc4.cc
[452/869] Compiling get_cipher.cc
[453/869] Compiling tls_cbc.cc
[454/869] Compiling e_tls.cc
[455/869] Compiling e_null.cc
[456/869] Compiling e_rc2.cc
[457/869] Compiling e_des.cc
[458/869] Compiling e_chacha20poly1305.cc
[459/869] Compiling e_aesgcmsiv.cc
[460/869] Compiling chacha.cc
[461/869] Compiling derive_key.cc
[462/869] Compiling e_aesctrhmac.cc
[463/869] Compiling unicode.cc
[464/869] Compiling cbs.cc
[465/869] Compiling cbb.cc
[466/869] Compiling buf.cc
[467/869] Compiling ber.cc
[468/869] Compiling blake2.cc
[469/869] Compiling bn_asn1.cc
[470/869] Compiling socket_helper.cc
[471/869] Compiling socket.cc
[472/869] Compiling convert.cc
[473/869] Compiling printf.cc
[474/869] Compiling pair.cc
[475/869] Compiling asn1_compat.cc
[476/869] Compiling hexdump.cc
[477/869] Compiling bio_mem.cc
[478/869] Compiling errno.cc
[479/869] Compiling connect.cc
[480/869] Compiling fd.cc
[481/869] Compiling file.cc
[482/869] Compiling base64.cc
[483/869] Compiling bio.cc
[484/869] Compiling tasn_typ.cc
[485/869] Compiling posix_time.cc
[486/869] Compiling tasn_fre.cc
[487/869] Compiling f_string.cc
[488/869] Compiling tasn_new.cc
[489/869] Compiling tasn_enc.cc
[490/869] Compiling f_int.cc
[491/869] Compiling tasn_utl.cc
[492/869] Compiling asn_pack.cc
[493/869] Compiling tasn_dec.cc
[494/869] Compiling asn1_par.cc
[495/869] Compiling a_strex.cc
[496/869] Compiling a_type.cc
[497/869] Compiling a_octet.cc
[498/869] Compiling asn1_lib.cc
[499/869] Compiling a_utctm.cc
[500/869] Compiling a_time.cc
[501/869] Compiling a_strnid.cc
[502/869] Compiling a_object.cc
[503/869] Compiling a_mbstr.cc
[504/869] Compiling a_d2i_fp.cc
[505/869] Compiling a_dup.cc
[506/869] Compiling a_gentm.cc
[507/869] Compiling a_i2d_fp.cc
[508/869] Compiling fiat_p256_adx_sqr.S
[509/869] Compiling fiat_p256_adx_mul.S
[510/869] Compiling fiat_curve25519_adx_square.S
[511/869] Compiling fiat_curve25519_adx_mul.S
[512/869] Compiling md5-x86_64-linux.S
[513/869] Compiling a_bool.cc
[514/869] Compiling md5-x86_64-apple.S
[515/869] Compiling md5-586-linux.S
[516/869] Compiling a_bitstr.cc
[517/869] Compiling md5-586-apple.S
[518/869] Compiling chacha20_poly1305_armv8-win.S
[519/869] Compiling chacha20_poly1305_x86_64-apple.S
[520/869] Compiling CCryptoBoringSSLShims shims.c
[521/869] Compiling chacha20_poly1305_x86_64-linux.S
[522/869] Compiling chacha20_poly1305_armv8-linux.S
[523/869] Compiling a_int.cc
[524/869] Compiling chacha20_poly1305_armv8-apple.S
[525/869] Compiling chacha-x86_64-linux.S
[526/869] Compiling chacha-x86-linux.S
[527/869] Compiling chacha-x86_64-apple.S
[528/869] Compiling chacha-armv8-linux.S
[529/869] Compiling chacha-armv8-win.S
[530/869] Compiling chacha-x86-apple.S
[531/869] Compiling chacha-armv8-apple.S
[532/869] Compiling chacha-armv4-linux.S
[533/869] Compiling aes128gcmsiv-x86_64-apple.S
[534/869] Compiling aes128gcmsiv-x86_64-linux.S
[535/869] Compiling x86_64-mont5-linux.S
[536/869] Compiling x86_64-mont5-apple.S
[536/869] Compiling err_data.cc
[538/869] Compiling x86_64-mont-linux.S
[539/869] Compiling x86_64-mont-apple.S
[540/869] Compiling vpaes-x86_64-apple.S
[541/869] Compiling vpaes-x86_64-linux.S
[542/869] Compiling x86-mont-apple.S
[543/869] Compiling x86-mont-linux.S
[544/869] Compiling vpaes-x86-linux.S
[545/869] Compiling vpaes-x86-apple.S
[546/869] Compiling vpaes-armv8-apple.S
[547/869] Compiling vpaes-armv8-linux.S
[548/869] Compiling vpaes-armv8-win.S
[549/869] Compiling vpaes-armv7-linux.S
[550/869] Compiling sha512-x86_64-apple.S
[551/869] Compiling sha512-x86_64-linux.S
[552/869] Compiling sha512-armv8-win.S
[553/869] Compiling sha512-armv8-linux.S
[554/869] Compiling sha512-armv8-apple.S
[555/869] Compiling sha512-586-linux.S
[556/869] Compiling sha512-586-apple.S
[557/869] Compiling sha512-armv4-linux.S
[558/869] Compiling sha256-x86_64-apple.S
[559/869] Compiling sha256-armv8-win.S
[560/869] Compiling sha256-x86_64-linux.S
[561/869] Compiling sha256-armv8-linux.S
[562/869] Compiling sha256-armv4-linux.S
[563/869] Compiling sha256-586-linux.S
[564/869] Compiling sha256-armv8-apple.S
[565/869] Compiling sha256-586-apple.S
[566/869] Compiling sha1-x86_64-linux.S
[567/869] Compiling sha1-x86_64-apple.S
[568/869] Compiling sha1-armv8-win.S
[569/869] Compiling sha1-armv8-linux.S
[570/869] Compiling sha1-armv4-large-linux.S
[571/869] Compiling sha1-armv8-apple.S
[572/869] Compiling rsaz-avx2-apple.S
[573/869] Compiling sha1-586-apple.S
[574/869] Compiling sha1-586-linux.S
[575/869] Compiling rsaz-avx2-linux.S
[576/869] Compiling rdrand-x86_64-linux.S
[577/869] Compiling rdrand-x86_64-apple.S
[578/869] Compiling p256_beeu-x86_64-asm-linux.S
[579/869] Compiling p256_beeu-armv8-asm-win.S
[580/869] Compiling p256_beeu-x86_64-asm-apple.S
[581/869] Compiling p256_beeu-armv8-asm-linux.S
[582/869] Compiling p256_beeu-armv8-asm-apple.S
[583/869] Compiling p256-armv8-asm-win.S
[584/869] Compiling p256-x86_64-asm-apple.S
[585/869] Compiling p256-x86_64-asm-linux.S
[586/869] Compiling p256-armv8-asm-apple.S
[587/869] Compiling ghashv8-armv8-linux.S
[588/869] Compiling p256-armv8-asm-linux.S
[588/869] Compiling ghashv8-armv8-apple.S
[590/869] Compiling ghashv8-armv8-win.S
[591/869] Compiling ghash-x86_64-apple.S
[592/869] Compiling ghashv8-armv7-linux.S
[593/869] Compiling ghash-x86_64-linux.S
[594/869] Compiling ghash-x86-linux.S
[595/869] Compiling ghash-x86-apple.S
[596/869] Compiling ghash-ssse3-x86_64-apple.S
[597/869] Compiling ghash-ssse3-x86_64-linux.S
[598/869] Compiling ghash-ssse3-x86-linux.S
[599/869] Compiling ghash-ssse3-x86-apple.S
[600/869] Compiling ghash-neon-armv8-win.S
[601/869] Compiling ghash-neon-armv8-apple.S
[602/869] Compiling ghash-neon-armv8-linux.S
[603/869] Compiling ghash-armv4-linux.S
[604/869] Compiling co-586-linux.S
[605/869] Compiling co-586-apple.S
[606/869] Compiling bsaes-armv7-linux.S
[607/869] Compiling bn-armv8-win.S
[608/869] Compiling bn-armv8-linux.S
[609/869] Compiling bn-586-apple.S
[610/869] Compiling bn-586-linux.S
[610/869] Compiling bn-armv8-apple.S
[612/869] Compiling armv8-mont-linux.S
[613/869] Compiling armv8-mont-win.S
[614/869] Compiling armv8-mont-apple.S
[615/869] Compiling aesv8-gcm-armv8-linux.S
[616/869] Compiling aesv8-gcm-armv8-apple.S
[617/869] Compiling aesv8-armv8-win.S
[618/869] Compiling aesv8-armv7-linux.S
[619/869] Compiling armv4-mont-linux.S
[619/869] Compiling aesv8-armv8-linux.S
[621/869] Compiling aesv8-armv8-apple.S
[622/869] Compiling aesv8-gcm-armv8-win.S
[623/869] Compiling aesni-x86_64-apple.S
[624/869] Compiling aesni-gcm-x86_64-apple.S
[625/869] Compiling aesni-x86-linux.S
[626/869] Compiling aesni-x86_64-linux.S
[627/869] Compiling aesni-x86-apple.S
[628/869] Compiling aesni-gcm-x86_64-linux.S
[629/869] Compiling aes-gcm-avx10-x86_64-linux.S
[630/869] Compiling aes-gcm-avx10-x86_64-apple.S
[631/869] Compiling x_sig.cc
[632/869] Compiling x_spki.cc
[632/869] Compiling x_val.cc
[634/869] Compiling x_x509a.cc
[635/869] Compiling x_req.cc
[636/869] Compiling x_x509.cc
[637/869] Compiling c-nioatomics.c
[638/869] Compiling x_name.cc
[639/869] Compiling x_exten.cc
[640/869] Compiling x_pubkey.cc
[641/869] Compiling x_attrib.cc
[642/869] Compiling x_crl.cc
[643/869] Compiling x_all.cc
[644/869] Compiling x_algor.cc
[645/869] Compiling x509name.cc
[646/869] Compiling x509rset.cc
[647/869] Compiling c-atomics.c
[648/869] Compiling x509spki.cc
[649/869] Compiling x509_txt.cc
[651/875] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[651/875] Compiling x509cset.cc
[653/875] Emitting module NIOConcurrencyHelpers
[653/875] Compiling x509_vpm.cc
[654/875] Compiling x509_vfy.cc
[655/875] Compiling x509_trs.cc
[656/875] Compiling x509_v3.cc
[658/875] Compiling NIOConcurrencyHelpers NIOLock.swift
[659/875] Compiling NIOConcurrencyHelpers lock.swift
[659/875] Compiling x509_lu.cc
[660/875] Compiling x509_set.cc
[662/875] Compiling NIOConcurrencyHelpers atomics.swift
[663/875] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[663/876] Compiling x509_req.cc
[665/876] Compiling x509_cmp.cc
[666/876] Compiling x509_obj.cc
[667/876] Compiling x509_d2.cc
[668/876] Compiling x509_ext.cc
[669/876] Compiling x509_def.cc
[670/876] Compiling x509.cc
[671/876] Compiling x509_att.cc
[672/876] Compiling v3_skey.cc
[673/876] Compiling v3_pcons.cc
[674/876] Compiling v3_purp.cc
[675/876] Compiling v3_prn.cc
[676/876] Compiling v3_utl.cc
[677/876] Compiling v3_pmaps.cc
[678/876] Compiling v3_ocsp.cc
[679/876] Compiling v3_ncons.cc
[680/876] Compiling v3_ia5.cc
[681/876] Compiling v3_int.cc
[682/876] Compiling v3_extku.cc
[683/876] Compiling v3_lib.cc
[684/876] Compiling v3_genn.cc
[685/876] Compiling v3_info.cc
[686/876] Compiling v3_enum.cc
[687/876] Compiling v3_cpols.cc
[688/876] Compiling v3_crld.cc
[689/876] Compiling v3_conf.cc
[690/876] Compiling v3_bitst.cc
[691/876] Compiling v3_bcons.cc
[692/876] Compiling v3_akeya.cc
[693/876] Compiling v3_alt.cc
[694/876] Compiling t_x509a.cc
[695/876] Compiling v3_akey.cc
[696/876] Compiling t_req.cc
[697/876] Compiling t_x509.cc
[698/876] Compiling i2d_pr.cc
[699/876] Compiling t_crl.cc
[700/876] Compiling rsa_pss.cc
[701/876] Compiling policy.cc
[702/876] Compiling name_print.cc
[703/876] Compiling by_file.cc
[704/876] Compiling asn1_gen.cc
[705/876] Compiling by_dir.cc
[706/876] Compiling algorithm.cc
[707/876] Compiling a_verify.cc
[708/876] Compiling thread_win.cc
[709/876] Compiling trust_token.cc
[710/876] Compiling voprf.cc
[711/876] Compiling thread.cc
[712/876] Compiling a_sign.cc
[713/876] Compiling thread_none.cc
[714/876] Compiling a_digest.cc
[715/876] Compiling stack.cc
[716/876] Compiling pmbtoken.cc
[717/876] Compiling thread_pthread.cc
[718/876] Compiling wots.cc
[719/876] Compiling siphash.cc
[720/876] Compiling fors.cc
[721/876] Compiling sha512.cc
[722/876] Compiling sha256.cc
[723/876] Compiling thash.cc
[724/876] Compiling sha1.cc
[725/876] Compiling rsa_print.cc
[726/876] Compiling merkle.cc
[727/876] Compiling slhdsa.cc
[728/876] Compiling rsa_extra.cc
[729/876] Compiling rsa_crypt.cc
[730/876] Compiling rc4.cc
[730/876] Compiling rsa_asn1.cc
[732/876] Compiling refcount.cc
[733/876] Compiling windows.cc
[734/876] Compiling trusty.cc
[735/876] Compiling rand_extra.cc
[736/876] Compiling urandom.cc
[737/876] Compiling ios.cc
[738/876] Compiling forkunsafe.cc
[739/876] Compiling poly1305_arm_asm.S
[740/876] Compiling passive.cc
[741/876] Compiling getentropy.cc
[742/876] Compiling deterministic.cc
[743/876] Compiling fork_detect.cc
[744/876] Compiling pool.cc
[745/876] Compiling poly1305_arm.cc
[746/876] Compiling poly1305_vec.cc
[747/876] Compiling pkcs7_x509.cc
[748/876] Compiling pkcs8.cc
[749/876] Compiling pem_pk8.cc
[750/876] Compiling pem_oth.cc
[751/876] Compiling p5_pbev2.cc
[752/876] Compiling pem_info.cc
[753/876] Compiling obj_xref.cc
[754/876] Compiling pem_lib.cc
[755/876] Compiling pem_all.cc
[756/876] Compiling mldsa.cc
[757/876] Compiling md5.cc
[758/876] Compiling lhash.cc
[759/876] Compiling mem.cc
[760/876] Compiling obj.cc
[761/876] Compiling mlkem.cc
[762/876] Compiling md4.cc
[763/876] Compiling fips_shared_support.cc
[764/876] Compiling poly_rq_mul.S
[765/876] Compiling kyber.cc
[766/876] Compiling sign.cc
[767/876] Compiling ex_data.cc
[768/876] Compiling scrypt.cc
[769/876] Compiling hrss.cc
[770/876] Compiling pbkdf.cc
[771/876] Compiling hpke.cc
[772/876] Compiling print.cc
[773/876] Compiling p_rsa_asn1.cc
[774/876] Compiling p_rsa.cc
[775/876] Compiling p_x25519.cc
[776/876] Compiling p_x25519_asn1.cc
[777/876] Compiling p_ed25519_asn1.cc
[778/876] Compiling p_ed25519.cc
[779/876] Compiling p_ec_asn1.cc
[780/876] Compiling p_hkdf.cc
[781/876] Compiling p_ec.cc
[782/876] Compiling p_dh_asn1.cc
[783/876] Compiling p_dsa_asn1.cc
[784/876] Compiling evp_asn1.cc
[785/876] Compiling evp_ctx.cc
[786/876] Compiling p_dh.cc
[787/876] Compiling err.cc
[788/876] Compiling engine.cc
[789/876] Compiling evp.cc
[790/876] Compiling ecdh_extra.cc
[791/876] Compiling hash_to_curve.cc
[792/876] Compiling ecdsa_asn1.cc
[793/876] Compiling ec_derive.cc
[794/876] Compiling ec_asn1.cc
[795/876] Compiling dsa_asn1.cc
[796/876] Compiling digest_extra.cc
[797/876] Compiling params.cc
[798/876] Compiling dsa.cc
[799/876] Compiling des.cc
[800/876] Compiling x25519-asm-arm.S
[801/876] Compiling dh_asn1.cc
[802/876] Compiling spake25519.cc
[803/876] Compiling cpu_intel.cc
[804/876] Compiling cpu_arm_linux.cc
[805/876] Compiling crypto.cc
[806/876] Compiling cpu_arm_freebsd.cc
[807/876] Compiling cpu_aarch64_win.cc
[808/876] Compiling curve25519.cc
[809/876] Compiling cpu_aarch64_openbsd.cc
[810/876] Compiling cpu_aarch64_sysreg.cc
[811/876] Compiling cpu_aarch64_fuchsia.cc
[812/876] Compiling cpu_aarch64_linux.cc
[813/876] Compiling cpu_aarch64_apple.cc
[814/876] Compiling curve25519_64_adx.cc
[815/876] Compiling bcm.cc
[816/876] Compiling conf.cc
[817/876] Compiling tls_cbc.cc
[818/876] Compiling e_tls.cc
[819/876] Compiling e_rc4.cc
[820/876] Compiling e_null.cc
[821/876] Compiling e_rc2.cc
[822/876] Compiling e_des.cc
[823/876] Compiling e_chacha20poly1305.cc
[824/876] Compiling derive_key.cc
[825/876] Compiling e_aesgcmsiv.cc
[826/876] Compiling e_aesctrhmac.cc
[827/876] Compiling unicode.cc
[828/876] Compiling chacha.cc
[829/876] Compiling cipher_extra.cc
[830/876] Compiling ber.cc
[831/876] Compiling cbb.cc
[832/876] Compiling cbs.cc
[833/876] Compiling blake2.cc
[834/876] Compiling buf.cc
[835/876] Compiling asn1_compat.cc
[836/876] Compiling bn_asn1.cc
[837/876] Compiling fd.cc
[838/876] Compiling printf.cc
[839/876] Compiling convert.cc
[840/876] Compiling hexdump.cc
[841/876] Compiling pair.cc
[842/876] Compiling file.cc
[843/876] Compiling errno.cc
[844/876] Compiling bio_mem.cc
[845/876] Compiling base64.cc
[846/876] Compiling bio.cc
[847/876] Compiling tasn_utl.cc
[848/876] Compiling tasn_typ.cc
[849/876] Compiling tasn_fre.cc
[850/876] Compiling tasn_dec.cc
[851/876] Compiling tasn_new.cc
[852/876] Compiling tasn_enc.cc
[853/876] Compiling posix_time.cc
[854/876] Compiling f_int.cc
[855/876] Compiling f_string.cc
[856/876] Compiling asn_pack.cc
[857/876] Compiling asn1_par.cc
[858/876] Compiling a_utctm.cc
[859/876] Compiling asn1_lib.cc
[860/876] Compiling a_strex.cc
[861/876] Compiling a_type.cc
[862/876] Compiling a_octet.cc
[863/876] Compiling a_time.cc
[864/876] Compiling a_strnid.cc
[865/876] Compiling a_mbstr.cc
[866/876] Compiling a_object.cc
[867/876] Write sources
[868/876] Compiling a_int.cc
[868/876] Write sources
[870/876] Compiling a_i2d_fp.cc
[871/876] Compiling a_gentm.cc
[872/876] Compiling a_dup.cc
[873/920] Compiling a_d2i_fp.cc
[874/920] Compiling a_bool.cc
[875/920] Compiling a_bitstr.cc
[877/920] Compiling Atomics UnsafeAtomic.swift
[878/920] Compiling Atomics UnsafeAtomicLazyReference.swift
[879/922] Compiling Atomics ManagedAtomic.swift
[880/922] Compiling Atomics ManagedAtomicLazyReference.swift
[881/922] Compiling Atomics AtomicMemoryOrderings.swift
[882/922] Compiling Atomics DoubleWord.swift
[883/930] Compiling Atomics Primitives.shims.swift
[884/930] Compiling Atomics AtomicInteger.swift
[885/930] Compiling Atomics AtomicOptionalWrappable.swift
[886/930] Compiling Atomics AtomicReference.swift
[887/930] Compiling Atomics AtomicStorage.swift
[888/930] Compiling Atomics AtomicValue.swift
[889/930] Compiling Atomics IntegerOperations.swift
[890/930] Compiling Atomics Unmanaged extensions.swift
[893/930] Compiling Algorithms Rotate.swift
[897/933] Compiling Algorithms Split.swift
[898/933] Compiling Algorithms Stride.swift
[899/933] Compiling Algorithms Suffix.swift
[903/933] Compiling Atomics IntegerConformances.swift
[904/933] Compiling Atomics PointerConformances.swift
[905/933] Compiling Atomics Primitives.native.swift
[906/933] Compiling Atomics OptionalRawRepresentable.swift
[911/933] Compiling Algorithms Trim.swift
[912/933] Compiling Algorithms Unique.swift
[913/933] Compiling Algorithms Windows.swift
[914/933] Compiling Atomics RawRepresentable.swift
[915/933] Compiling Atomics AtomicBool.swift
[918/933] Emitting module Atomics
[926/993] Compiling CryptoBoringWrapper RandomBytes.swift
[927/993] Emitting module Algorithms
[929/994] Compiling NIOCore MarkedCircularBuffer.swift
[930/994] Compiling NIOCore MulticastChannel.swift
[931/994] Compiling NIOCore NIOAny.swift
[932/994] Compiling NIOCore NIOCloseOnErrorHandler.swift
[933/994] Compiling NIOCore NIOLoopBound.swift
[934/994] Compiling NIOCore NIOScheduledCallback.swift
[935/994] Compiling NIOCore NIOSendable.swift
[936/994] Compiling NIOCore RecvByteBufferAllocator.swift
[937/1002] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[938/1002] Emitting module CryptoBoringWrapper
[939/1002] Compiling CryptoBoringWrapper EllipticCurve.swift
[940/1002] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[941/1002] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[942/1002] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[943/1002] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[945/1003] Compiling NIOCore GlobalSingletons.swift
[946/1003] Compiling NIOCore IO.swift
[947/1003] Compiling NIOCore IOData.swift
[948/1003] Compiling NIOCore IPProtocol.swift
[949/1003] Compiling NIOCore IntegerBitPacking.swift
[950/1003] Compiling NIOCore IntegerTypes.swift
[951/1003] Compiling NIOCore Interfaces.swift
[952/1003] Compiling NIOCore Linux.swift
[953/1074] Compiling Crypto HPKE-Ciphersuite.swift
[954/1074] Compiling Crypto HPKE-KDF.swift
[955/1074] Compiling Crypto HPKE-KexKeyDerivation.swift
[956/1074] Compiling Crypto HPKE-LabeledExtract.swift
[957/1074] Compiling Crypto HPKE-Utils.swift
[958/1074] Compiling Crypto DHKEM.swift
[959/1074] Compiling Crypto HPKE-KEM-Curve25519.swift
[960/1074] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[961/1074] Compiling Crypto HPKE-KEM.swift
[962/1074] Compiling Crypto HPKE-Errors.swift
[963/1083] Compiling Crypto HPKE.swift
[964/1083] Compiling Crypto HPKE-Context.swift
[965/1083] Compiling Crypto HPKE-KeySchedule.swift
[966/1083] Compiling Crypto HPKE-Modes.swift
[967/1083] Compiling Crypto Insecure.swift
[968/1083] Compiling Crypto Insecure_HashFunctions.swift
[969/1083] Compiling Crypto KEM.swift
[970/1083] Compiling Crypto ECDH_boring.swift
[971/1083] Compiling Crypto DH.swift
[972/1083] Compiling Crypto ECDH.swift
[973/1083] Compiling Crypto SymmetricKeys.swift
[974/1083] Compiling Crypto HMAC.swift
[975/1083] Compiling Crypto MACFunctions.swift
[976/1083] Compiling Crypto MessageAuthenticationCode.swift
[977/1083] Compiling Crypto AES.swift
[978/1083] Compiling Crypto ECDSASignature_boring.swift
[984/1083] Compiling Crypto PKCS8PrivateKey.swift
[985/1083] Compiling Crypto SEC1PrivateKey.swift
[986/1083] Compiling Crypto SubjectPublicKeyInfo.swift
[987/1083] Compiling Crypto CryptoKitErrors.swift
[994/1083] Compiling Crypto ECDSA_boring.swift
[995/1083] Compiling Crypto EdDSA_boring.swift
[996/1083] Compiling Crypto ECDSA.swift
[997/1083] Compiling Crypto Ed25519.swift
[998/1083] Compiling Crypto ASN1Identifier.swift
[999/1083] Compiling Crypto ASN1Integer.swift
[1000/1083] Compiling Crypto ASN1Null.swift
[1001/1083] Compiling Crypto ASN1OctetString.swift
[1002/1083] Compiling Crypto ASN1Strings.swift
[1003/1083] Compiling Crypto ArraySliceBigint.swift
[1004/1083] Compiling Crypto GeneralizedTime.swift
[1005/1083] Compiling Crypto ObjectIdentifier.swift
[1006/1083] Compiling Crypto HKDF.swift
[1007/1083] Compiling Crypto AESWrap.swift
[1008/1083] Compiling Crypto AESWrap_boring.swift
[1009/1083] Compiling Crypto Ed25519_boring.swift
[1010/1083] Compiling Crypto NISTCurvesKeys_boring.swift
[1011/1083] Compiling Crypto X25519Keys_boring.swift
[1012/1083] Compiling Crypto Curve25519.swift
[1013/1083] Compiling Crypto Ed25519Keys.swift
[1014/1083] Compiling Crypto NISTCurvesKeys.swift
[1015/1083] Compiling Crypto X25519Keys.swift
[1020/1083] Compiling Crypto Digest_boring.swift
[1021/1083] Compiling Crypto Digest.swift
[1022/1083] Compiling Crypto Digests.swift
[1023/1083] Compiling Crypto HashFunctions.swift
[1024/1083] Compiling Crypto HashFunctions_SHA2.swift
[1025/1083] Compiling Crypto HPKE-AEAD.swift
[1044/1083] Compiling Crypto ECDSASignature.swift
[1045/1083] Compiling Crypto PEMDocument.swift
[1046/1083] Compiling Crypto AES-GCM.swift
[1047/1083] Compiling Crypto AES-GCM_boring.swift
[1048/1083] Compiling Crypto ChaChaPoly_boring.swift
[1049/1083] Compiling Crypto ChaChaPoly.swift
[1050/1083] Compiling Crypto Cipher.swift
[1051/1083] Compiling Crypto Nonces.swift
[1052/1083] Compiling Crypto ASN1.swift
[1053/1083] Compiling Crypto ASN1Any.swift
[1054/1083] Compiling Crypto ASN1BitString.swift
[1055/1083] Compiling Crypto ASN1Boolean.swift
[1056/1083] Emitting module Crypto
[1057/1083] Compiling Crypto Signature.swift
[1058/1083] Compiling Crypto CryptoKitErrors_boring.swift
[1059/1083] Compiling Crypto RNG_boring.swift
[1060/1083] Compiling Crypto SafeCompare_boring.swift
[1061/1083] Compiling Crypto Zeroization_boring.swift
[1062/1083] Compiling Crypto PrettyBytes.swift
[1063/1083] Compiling Crypto SafeCompare.swift
[1064/1083] Compiling Crypto SecureBytes.swift
[1065/1083] Compiling Crypto Zeroization.swift
[1084/1084] Emitting module NIOCore
[1086/1136] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1087/1136] Emitting module NIOEmbedded
[1088/1136] Compiling NIOEmbedded AsyncTestingChannel.swift
[1089/1136] Compiling NIOEmbedded Embedded.swift
[1091/1137] Emitting module NIOPosix
[1092/1143] Compiling NIOPosix ThreadPosix.swift
[1093/1143] Compiling NIOPosix ThreadWindows.swift
[1094/1143] Compiling NIOPosix UnsafeTransfer.swift
[1095/1143] Compiling NIOPosix Utilities.swift
[1096/1143] Compiling NIOPosix VsockAddress.swift
[1097/1143] Compiling NIOPosix VsockChannelEvents.swift
[1098/1143] Compiling NIOPosix IO.swift
[1099/1143] Compiling NIOPosix IntegerBitPacking.swift
[1100/1143] Compiling NIOPosix IntegerTypes.swift
[1101/1143] Compiling NIOPosix Linux.swift
[1102/1143] Compiling NIOPosix LinuxCPUSet.swift
[1103/1143] Compiling NIOPosix LinuxUring.swift
[1104/1143] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1105/1143] Compiling NIOPosix SelectableChannel.swift
[1106/1143] Compiling NIOPosix SelectableEventLoop.swift
[1107/1143] Compiling NIOPosix SelectorEpoll.swift
[1108/1143] Compiling NIOPosix SelectorGeneric.swift
[1109/1143] Compiling NIOPosix SelectorKqueue.swift
[1110/1143] Compiling NIOPosix SelectorUring.swift
[1111/1143] Compiling NIOPosix ServerSocket.swift
[1112/1143] Compiling NIOPosix Socket.swift
[1113/1143] Compiling NIOPosix SocketChannel.swift
[1114/1143] Compiling NIOPosix SocketProtocols.swift
[1115/1143] Compiling NIOPosix System.swift
[1116/1143] Compiling NIOPosix Thread.swift
[1117/1143] Compiling NIOPosix Bootstrap.swift
[1118/1143] Compiling NIOPosix ControlMessage.swift
[1119/1143] Compiling NIOPosix DatagramVectorReadManager.swift
[1120/1143] Compiling NIOPosix Errors+Any.swift
[1121/1143] Compiling NIOPosix FileDescriptor.swift
[1122/1143] Compiling NIOPosix GetaddrinfoResolver.swift
[1123/1143] Compiling NIOPosix HappyEyeballs.swift
[1124/1143] Compiling NIOPosix BSDSocketAPICommon.swift
[1125/1143] Compiling NIOPosix BSDSocketAPIPosix.swift
[1126/1143] Compiling NIOPosix BSDSocketAPIWindows.swift
[1127/1143] Compiling NIOPosix BaseSocket.swift
[1128/1143] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1129/1143] Compiling NIOPosix BaseSocketChannel.swift
[1130/1143] Compiling NIOPosix BaseStreamSocketChannel.swift
[1131/1143] Compiling NIOPosix NIOThreadPool.swift
[1132/1143] Compiling NIOPosix NonBlockingFileIO.swift
[1133/1143] Compiling NIOPosix PendingDatagramWritesManager.swift
[1134/1143] Compiling NIOPosix PendingWritesManager.swift
[1135/1143] Compiling NIOPosix PipeChannel.swift
[1136/1143] Compiling NIOPosix PipePair.swift
[1137/1143] Compiling NIOPosix Pool.swift
[1138/1143] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1139/1143] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1140/1143] Compiling NIOPosix PosixSingletons.swift
[1141/1143] Compiling NIOPosix RawSocketBootstrap.swift
[1142/1143] Compiling NIOPosix Resolver.swift
[1143/1143] Compiling NIOPosix Selectable.swift
[1145/1146] Compiling NIO Exports.swift
[1146/1146] Emitting module NIO
[1148/1186] Compiling NIOTLS TLSEvents.swift
[1149/1186] Emitting module NIOSOCKS
[1150/1187] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1151/1187] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1152/1187] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1153/1187] Emitting module NIOFoundationCompat
[1154/1187] Emitting module NIOTLS
[1155/1187] Compiling NIOSOCKS SOCKSResponse.swift
[1156/1187] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1157/1187] Compiling NIOSOCKS ClientStateMachine.swift
[1158/1187] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1159/1187] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1160/1187] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1161/1187] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1162/1187] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1163/1187] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1164/1187] Compiling NIOSOCKS ServerStateMachine.swift
[1165/1187] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1166/1187] Compiling NIOHTTP1 HTTPDecoder.swift
[1167/1187] Compiling NIOHTTP1 HTTPEncoder.swift
[1168/1187] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1169/1188] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1170/1188] Compiling NIOTLS SNIHandler.swift
[1173/1189] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1174/1189] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1175/1189] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1177/1221] Compiling NIOSSL SSLCertificateExtensions.swift
[1178/1221] Compiling NIOSSL SSLConnection.swift
[1179/1221] Compiling NIOSSL AndroidCABundle.swift
[1180/1221] Compiling NIOSSL ByteBufferBIO.swift
[1181/1221] Compiling NIOSSL CustomPrivateKey.swift
[1182/1221] Compiling NIOSSL IdentityVerification.swift
[1183/1243] Compiling NIOTransportServices NIOTSBootstraps.swift
[1184/1243] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1185/1243] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1186/1243] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1187/1243] Compiling NIOTransportServices NIOTSSingletons.swift
[1188/1243] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1189/1243] Compiling NIOTransportServices StateManagedChannel.swift
[1190/1243] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1191/1243] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1192/1243] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1193/1243] Compiling NIOTransportServices NIOTSErrors.swift
[1194/1243] Compiling NIOTransportServices NIOTSEventLoop.swift
[1195/1245] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1196/1245] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1197/1245] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1198/1245] Emitting module NIOTransportServices
[1199/1245] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1200/1245] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1201/1245] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1202/1245] Compiling NIOTransportServices AcceptHandler.swift
[1203/1245] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1204/1245] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1205/1245] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1206/1245] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1214/1246] Emitting module NIOHTTP1
[1219/1265] Compiling NIOSSL NIOSSLSecureBytes.swift
[1220/1265] Compiling NIOSSL RNG.swift
[1221/1265] Compiling NIOSSL SafeCompare.swift
[1222/1265] Compiling NIOSSL Zeroization.swift
[1226/1265] Compiling NIOSSL SubjectAlternativeName.swift
[1231/1268] Compiling NIOHPACK HPACKEncoder.swift
[1232/1268] Compiling NIOHPACK HPACKErrors.swift
[1235/1268] Compiling NIOHPACK IndexedHeaderTable.swift
[1236/1268] Compiling NIOHPACK IntegerCoding.swift
[1237/1269] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1238/1269] Emitting module NIOSSL
[1239/1269] Compiling NIOHPACK DynamicHeaderTable.swift
[1240/1269] Compiling NIOHPACK HPACKDecoder.swift
[1241/1269] Compiling NIOHPACK HPACKHeader.swift
[1242/1269] Compiling NIOHPACK HeaderTables.swift
[1245/1269] Compiling NIOHPACK HuffmanTables.swift
[1246/1269] Emitting module NIOHTTPCompression
[1247/1269] Compiling NIOHPACK StaticHeaderTable.swift
[1248/1269] Compiling NIOHPACK HuffmanCoding.swift
[1249/1269] Emitting module NIOHPACK
[1250/1269] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1251/1269] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1252/1269] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1253/1269] Compiling NIOHTTPCompression HTTPCompression.swift
[1254/1269] Compiling NIOHTTPCompression HTTPDecompression.swift
[1261/1329] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1262/1329] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1263/1329] Compiling NIOHTTP2 HasLocalSettings.swift
[1264/1329] Compiling NIOHTTP2 HasRemoteSettings.swift
[1265/1329] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1266/1329] Compiling NIOHTTP2 QuiescingState.swift
[1267/1329] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1268/1329] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1269/1329] Compiling NIOHTTP2 HTTP2PingData.swift
[1270/1329] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1271/1329] Compiling NIOHTTP2 HTTP2Settings.swift
[1273/1330] Compiling NIOHTTP2 MaySendFrames.swift
[1274/1330] Compiling NIOHTTP2 SendingDataState.swift
[1275/1330] Compiling NIOHTTP2 SendingGoawayState.swift
[1276/1330] Compiling NIOHTTP2 SendingHeadersState.swift
[1277/1330] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1278/1330] Compiling NIOHTTP2 SendingRstStreamState.swift
[1279/1330] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1280/1330] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1281/1338] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1282/1338] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1283/1338] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1284/1338] Compiling NIOHTTP2 HTTP2StreamID.swift
[1285/1338] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1286/1338] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1287/1338] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1288/1338] Compiling NIOHTTP2 InboundEventBuffer.swift
[1289/1338] Emitting module NIOHTTP2
[1290/1338] Compiling NIOHTTP2 InboundWindowManager.swift
[1291/1338] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1292/1338] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1293/1338] Compiling NIOHTTP2 StreamChannelList.swift
[1294/1338] Compiling NIOHTTP2 StreamMap.swift
[1295/1338] Compiling NIOHTTP2 StreamStateMachine.swift
[1296/1338] Compiling NIOHTTP2 UnsafeTransfer.swift
[1297/1338] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1298/1338] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1299/1338] Compiling NIOHTTP2 HTTP2Frame.swift
[1300/1338] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1301/1338] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1305/1338] Compiling NIOHTTP2 HTTP2Stream.swift
[1314/1338] Compiling NIOHTTP2 StateMachineResult.swift
[1315/1338] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1316/1338] Compiling NIOHTTP2 DOSHeuristics.swift
[1317/1338] Compiling NIOHTTP2 Error+Any.swift
[1318/1338] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1319/1338] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1320/1338] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1321/1338] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1322/1338] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1323/1338] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1324/1338] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1325/1338] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1326/1338] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1327/1338] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1328/1338] Compiling NIOHTTP2 HTTP2Error.swift
[1329/1338] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1330/1338] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1331/1338] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1332/1338] Compiling NIOHTTP2 MayReceiveFrames.swift
[1333/1338] Compiling NIOHTTP2 ReceivingDataState.swift
[1334/1338] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1335/1338] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1336/1338] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1337/1338] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1338/1338] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1340/1398] Emitting module AsyncHTTPClient
[1341/1406] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1342/1406] Compiling AsyncHTTPClient ConnectionTarget.swift
[1343/1406] Compiling AsyncHTTPClient DeconstructedURL.swift
[1344/1406] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1345/1406] Compiling AsyncHTTPClient FoundationExtensions.swift
[1346/1406] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1347/1406] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1348/1406] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1349/1406] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1350/1406] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1351/1406] Compiling AsyncHTTPClient Transaction.swift
[1352/1406] Compiling AsyncHTTPClient Base64.swift
[1353/1406] Compiling AsyncHTTPClient BasicAuth.swift
[1354/1406] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1355/1406] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1356/1406] Compiling AsyncHTTPClient ConnectionPool.swift
[1357/1406] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1358/1406] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1359/1406] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1360/1406] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1361/1406] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1362/1406] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1363/1406] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1364/1406] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1365/1406] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1366/1406] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1367/1406] Compiling AsyncHTTPClient RequestBag.swift
[1368/1406] Compiling AsyncHTTPClient RequestValidation.swift
[1369/1406] Compiling AsyncHTTPClient SSLContextCache.swift
[1370/1406] Compiling AsyncHTTPClient Scheme.swift
[1371/1406] Compiling AsyncHTTPClient Singleton.swift
[1372/1406] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1373/1406] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1374/1406] Compiling AsyncHTTPClient Utils.swift
[1375/1406] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1376/1406] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1377/1406] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1378/1406] Compiling AsyncHTTPClient HTTP1Connection.swift
[1379/1406] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1380/1406] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1381/1406] Compiling AsyncHTTPClient HTTP2Connection.swift
[1382/1406] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1383/1406] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1384/1406] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1385/1406] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1386/1406] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1387/1406] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1388/1406] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1389/1406] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1390/1406] Compiling AsyncHTTPClient RequestBodyLength.swift
[1391/1406] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1392/1406] Compiling AsyncHTTPClient RequestOptions.swift
[1393/1406] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1394/1406] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1395/1406] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1396/1406] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1397/1406] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1398/1406] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1399/1406] Compiling AsyncHTTPClient HTTPClient.swift
[1400/1406] Compiling AsyncHTTPClient HTTPHandler.swift
[1401/1406] Compiling AsyncHTTPClient LRUCache.swift
[1402/1406] Compiling AsyncHTTPClient NWErrorHandler.swift
[1403/1406] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1404/1406] Compiling AsyncHTTPClient TLSConfiguration.swift
[1405/1406] Compiling AsyncHTTPClient RedirectState.swift
[1406/1406] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1408/1461] Compiling Uploadcare RESTAPIError.swift
[1409/1461] Compiling Uploadcare VideoInfo.swift
[1410/1461] Compiling Uploadcare VideoMetadata.swift
[1411/1461] Compiling Uploadcare UploadError.swift
[1412/1461] Compiling Uploadcare UploadFromURLTask.swift
[1413/1461] Compiling Uploadcare UploadSignature.swift
[1414/1461] Compiling Uploadcare UploadTask.swift
[1415/1461] Compiling Uploadcare ConversionOptions.swift
[1416/1461] Compiling Uploadcare ConvertDocumentJobStatus.swift
[1417/1461] Compiling Uploadcare ConvertRequestData.swift
[1418/1461] Compiling Uploadcare ConvertVideoJobStatus.swift
[1419/1461] Compiling Uploadcare DocumentConversionJob.swift
[1420/1461] Compiling Uploadcare DocumentConversionJobSettings.swift
[1421/1461] Compiling Uploadcare VideoConversionJob.swift
[1422/1468] Emitting module Uploadcare
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
[1423/1468] Compiling Uploadcare VideoConversionJobSettings.swift
[1424/1468] Compiling Uploadcare BatchFilesOperationResponse.swift
[1425/1468] Compiling Uploadcare ConvertDocumentsResponse.swift
[1426/1468] Compiling Uploadcare CopyFileToLocalStorageResponse.swift
[1427/1468] Compiling Uploadcare CopyFileToRemoteStorageResponse.swift
[1428/1468] Compiling Uploadcare ExecuteAddonResponse.swift
[1429/1468] Compiling Uploadcare ExecuteAddonStatusResponse.swift
[1430/1468] Compiling Uploadcare Project.swift
[1431/1468] Compiling Uploadcare Webhook.swift
[1432/1468] Compiling Uploadcare ClamAVAddonExecutionParams.swift
[1433/1468] Compiling Uploadcare RemoveBGAddonExecutionParams.swift
[1434/1468] Compiling Uploadcare AWSRekognitionDetectLabels.swift
[1435/1468] Compiling Uploadcare AppData.swift
[1436/1468] Compiling Uploadcare RemoveBg.swift
[1437/1468] Compiling Uploadcare UCClamavVirusScan.swift
[1438/1468] Compiling Uploadcare DocumentInfo.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/REST/Group.swift:59:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
57 | ) {
58 | self.datetimeCreated = datetimeCreated
59 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
60 | self.filesCount = filesCount
61 | self.cdnUrl = cdnUrl
[1439/1468] Compiling Uploadcare File.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/REST/Group.swift:59:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
57 | ) {
58 | self.datetimeCreated = datetimeCreated
59 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
60 | self.filesCount = filesCount
61 | self.cdnUrl = cdnUrl
[1440/1468] Compiling Uploadcare FileInfoQuery.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/REST/Group.swift:59:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
57 | ) {
58 | self.datetimeCreated = datetimeCreated
59 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
60 | self.filesCount = filesCount
61 | self.cdnUrl = cdnUrl
[1441/1468] Compiling Uploadcare FilesList.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/REST/Group.swift:59:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
57 | ) {
58 | self.datetimeCreated = datetimeCreated
59 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
60 | self.filesCount = filesCount
61 | self.cdnUrl = cdnUrl
[1442/1468] Compiling Uploadcare Group.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/REST/Group.swift:59:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
57 | ) {
58 | self.datetimeCreated = datetimeCreated
59 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
60 | self.filesCount = filesCount
61 | self.cdnUrl = cdnUrl
[1443/1468] Compiling Uploadcare GroupsList.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/REST/Group.swift:59:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
57 | ) {
58 | self.datetimeCreated = datetimeCreated
59 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
60 | self.filesCount = filesCount
61 | self.cdnUrl = cdnUrl
[1444/1468] Compiling Uploadcare GroupsListQuery.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/REST/Group.swift:59:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
57 | ) {
58 | self.datetimeCreated = datetimeCreated
59 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
60 | self.filesCount = filesCount
61 | self.cdnUrl = cdnUrl
[1445/1468] Compiling Uploadcare PaginationQuery.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/REST/Group.swift:59:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
57 | ) {
58 | self.datetimeCreated = datetimeCreated
59 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
60 | self.filesCount = filesCount
61 | self.cdnUrl = cdnUrl
[1446/1468] Compiling Uploadcare UploadedFile.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:61:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
59 | ) {
60 | self.datetimeCreated = datetimeCreated
61 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
62 | self.filesCount = filesCount
63 | self.cdnUrl = cdnUrl
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:201:41: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
199 | \(type(of: self)):
200 | datetimeCreated: \(datetimeCreated)
201 | datetimeStored: \(String(describing: datetimeStored))
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
202 | filesCount: \(filesCount)
203 | cdnUrl: \(cdnUrl)
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:173:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
171 | func catchRedirect(_ request: URLRequest) async throws -> String {
172 | let config = HTTPClient.Configuration(redirectConfiguration: .disallow)
173 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew, configuration: config)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
174 |
175 | defer {
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:237:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
235 | #else
236 |
237 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
238 | defer {
239 | DispatchQueue.main.async {
[1447/1468] Compiling Uploadcare UploadedFilesGroup.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:61:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
59 | ) {
60 | self.datetimeCreated = datetimeCreated
61 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
62 | self.filesCount = filesCount
63 | self.cdnUrl = cdnUrl
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:201:41: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
199 | \(type(of: self)):
200 | datetimeCreated: \(datetimeCreated)
201 | datetimeStored: \(String(describing: datetimeStored))
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
202 | filesCount: \(filesCount)
203 | cdnUrl: \(cdnUrl)
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:173:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
171 | func catchRedirect(_ request: URLRequest) async throws -> String {
172 | let config = HTTPClient.Configuration(redirectConfiguration: .disallow)
173 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew, configuration: config)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
174 |
175 | defer {
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:237:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
235 | #else
236 |
237 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
238 | defer {
239 | DispatchQueue.main.async {
[1448/1468] Compiling Uploadcare StartMulipartUploadResponse.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:61:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
59 | ) {
60 | self.datetimeCreated = datetimeCreated
61 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
62 | self.filesCount = filesCount
63 | self.cdnUrl = cdnUrl
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:201:41: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
199 | \(type(of: self)):
200 | datetimeCreated: \(datetimeCreated)
201 | datetimeStored: \(String(describing: datetimeStored))
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
202 | filesCount: \(filesCount)
203 | cdnUrl: \(cdnUrl)
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:173:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
171 | func catchRedirect(_ request: URLRequest) async throws -> String {
172 | let config = HTTPClient.Configuration(redirectConfiguration: .disallow)
173 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew, configuration: config)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
174 |
175 | defer {
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:237:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
235 | #else
236 |
237 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
238 | defer {
239 | DispatchQueue.main.async {
[1449/1468] Compiling Uploadcare UploadFromURLResponse.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:61:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
59 | ) {
60 | self.datetimeCreated = datetimeCreated
61 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
62 | self.filesCount = filesCount
63 | self.cdnUrl = cdnUrl
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:201:41: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
199 | \(type(of: self)):
200 | datetimeCreated: \(datetimeCreated)
201 | datetimeStored: \(String(describing: datetimeStored))
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
202 | filesCount: \(filesCount)
203 | cdnUrl: \(cdnUrl)
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:173:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
171 | func catchRedirect(_ request: URLRequest) async throws -> String {
172 | let config = HTTPClient.Configuration(redirectConfiguration: .disallow)
173 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew, configuration: config)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
174 |
175 | defer {
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:237:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
235 | #else
236 |
237 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
238 | defer {
239 | DispatchQueue.main.async {
[1450/1468] Compiling Uploadcare UploadFromURLStatus.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:61:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
59 | ) {
60 | self.datetimeCreated = datetimeCreated
61 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
62 | self.filesCount = filesCount
63 | self.cdnUrl = cdnUrl
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:201:41: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
199 | \(type(of: self)):
200 | datetimeCreated: \(datetimeCreated)
201 | datetimeStored: \(String(describing: datetimeStored))
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
202 | filesCount: \(filesCount)
203 | cdnUrl: \(cdnUrl)
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:173:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
171 | func catchRedirect(_ request: URLRequest) async throws -> String {
172 | let config = HTTPClient.Configuration(redirectConfiguration: .disallow)
173 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew, configuration: config)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
174 |
175 | defer {
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:237:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
235 | #else
236 |
237 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
238 | defer {
239 | DispatchQueue.main.async {
[1451/1468] Compiling Uploadcare RequestManager.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:61:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
59 | ) {
60 | self.datetimeCreated = datetimeCreated
61 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
62 | self.filesCount = filesCount
63 | self.cdnUrl = cdnUrl
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:201:41: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
199 | \(type(of: self)):
200 | datetimeCreated: \(datetimeCreated)
201 | datetimeStored: \(String(describing: datetimeStored))
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
202 | filesCount: \(filesCount)
203 | cdnUrl: \(cdnUrl)
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:173:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
171 | func catchRedirect(_ request: URLRequest) async throws -> String {
172 | let config = HTTPClient.Configuration(redirectConfiguration: .disallow)
173 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew, configuration: config)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
174 |
175 | defer {
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:237:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
235 | #else
236 |
237 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
238 | defer {
239 | DispatchQueue.main.async {
[1452/1468] Compiling Uploadcare resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:61:8: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
59 | ) {
60 | self.datetimeCreated = datetimeCreated
61 | self.datetimeStored = datetimeStored
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
62 | self.filesCount = filesCount
63 | self.cdnUrl = cdnUrl
/host/spi-builder-workspace/Sources/Uploadcare/models/upload/UploadedFilesGroup.swift:201:41: warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
199 | \(type(of: self)):
200 | datetimeCreated: \(datetimeCreated)
201 | datetimeStored: \(String(describing: datetimeStored))
| `- warning: 'datetimeStored' is deprecated: To store or remove files from a group, query the list of files in it, split the list into chunks of 100 files per chunk and then perform batch file storing or batch file removal for all the chunks.
202 | filesCount: \(filesCount)
203 | cdnUrl: \(cdnUrl)
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:173:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
171 | func catchRedirect(_ request: URLRequest) async throws -> String {
172 | let config = HTTPClient.Configuration(redirectConfiguration: .disallow)
173 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew, configuration: config)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
174 |
175 | defer {
/host/spi-builder-workspace/Sources/Uploadcare/requestManager/RequestManager.swift:237:68: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
235 | #else
236 |
237 | let httpClient: HTTPClient = HTTPClient(eventLoopGroupProvider: .createNew)
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
238 | defer {
239 | DispatchQueue.main.async {
[1453/1468] Compiling Uploadcare Data+ToString.swift
[1454/1468] Compiling Uploadcare String+Hash.swift
[1455/1468] Compiling Uploadcare AudioMetadata.swift
[1456/1468] Compiling Uploadcare GeoLocation.swift
[1457/1468] Compiling Uploadcare ImageInfo.swift
[1458/1468] Compiling Uploadcare Mime.swift
[1459/1468] Compiling Uploadcare Collaborator.swift
[1460/1468] Compiling Uploadcare ContentInfo.swift
[1461/1468] Compiling Uploadcare APIStore.swift
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:2546:4: warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2544 | let semaphore = DispatchSemaphore(value: 0)
2545 | DispatchQueue.global(qos: .utility).async {
2546 | dataFromURL = try? Data(contentsOf: url, options: .mappedIfSafe)
| `- warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2547 | semaphore.signal()
2548 | }
[1462/1468] Compiling Uploadcare BackgroundSessionManager.swift
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:2546:4: warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2544 | let semaphore = DispatchSemaphore(value: 0)
2545 | DispatchQueue.global(qos: .utility).async {
2546 | dataFromURL = try? Data(contentsOf: url, options: .mappedIfSafe)
| `- warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2547 | semaphore.signal()
2548 | }
[1463/1468] Compiling Uploadcare Constants.swift
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:2546:4: warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2544 | let semaphore = DispatchSemaphore(value: 0)
2545 | DispatchQueue.global(qos: .utility).async {
2546 | dataFromURL = try? Data(contentsOf: url, options: .mappedIfSafe)
| `- warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2547 | semaphore.signal()
2548 | }
[1464/1468] Compiling Uploadcare MultipartRequestBuilder.swift
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:2546:4: warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2544 | let semaphore = DispatchSemaphore(value: 0)
2545 | DispatchQueue.global(qos: .utility).async {
2546 | dataFromURL = try? Data(contentsOf: url, options: .mappedIfSafe)
| `- warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2547 | semaphore.signal()
2548 | }
[1465/1468] Compiling Uploadcare UploadAPI.swift
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:2546:4: warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2544 | let semaphore = DispatchSemaphore(value: 0)
2545 | DispatchQueue.global(qos: .utility).async {
2546 | dataFromURL = try? Data(contentsOf: url, options: .mappedIfSafe)
| `- warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2547 | semaphore.signal()
2548 | }
[1466/1468] Compiling Uploadcare Uploadcare+Addons.swift
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:2546:4: warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2544 | let semaphore = DispatchSemaphore(value: 0)
2545 | DispatchQueue.global(qos: .utility).async {
2546 | dataFromURL = try? Data(contentsOf: url, options: .mappedIfSafe)
| `- warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2547 | semaphore.signal()
2548 | }
[1467/1468] Compiling Uploadcare Uploadcare.swift
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:2546:4: warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2544 | let semaphore = DispatchSemaphore(value: 0)
2545 | DispatchQueue.global(qos: .utility).async {
2546 | dataFromURL = try? Data(contentsOf: url, options: .mappedIfSafe)
| `- warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2547 | semaphore.signal()
2548 | }
[1468/1468] Compiling Uploadcare Utils.swift
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:18:14: warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 | public typealias TaskProgressBlock = (Double) -> Void
17 |
18 | public class UploadAPI: NSObject {
| `- warning: non-final class 'UploadAPI' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
19 | // MARK: - Public properties
20 | /// Minimum file size for multipart uploads
/host/spi-builder-workspace/Sources/Uploadcare/UploadAPI.swift:27:15: warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
25 |
26 | /// Public Key. It is required when using Upload API.
27 | internal var publicKey: String
| `- warning: stored property 'publicKey' of 'Sendable'-conforming class 'UploadAPI' is mutable; this is an error in the Swift 6 language mode
28 |
29 | /// Secret Key. Is used for authorization
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:15:14: warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |
14 |
15 | public class Uploadcare: NSObject {
| `- warning: non-final class 'Uploadcare' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
16 |
17 | /// Authentication scheme for REST API requests
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:25:13: warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
23 |
24 | /// Uploadcare authentication method
25 | public var authScheme: AuthScheme = .signed {
| `- warning: stored property 'authScheme' of 'Sendable'-conforming class 'Uploadcare' is mutable; this is an error in the Swift 6 language mode
26 | didSet {
27 | requestManager.authScheme = authScheme
/host/spi-builder-workspace/Sources/Uploadcare/Uploadcare.swift:2546:4: warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2544 | let semaphore = DispatchSemaphore(value: 0)
2545 | DispatchQueue.global(qos: .utility).async {
2546 | dataFromURL = try? Data(contentsOf: url, options: .mappedIfSafe)
| `- warning: mutation of captured var 'dataFromURL' in concurrently-executing code; this is an error in the Swift 6 language mode
2547 | semaphore.signal()
2548 | }
[1470/1486] Compiling UploadcareWidget GridView.swift
[1471/1486] Compiling UploadcareWidget ImagePicker.swift
[1472/1486] Compiling UploadcareWidget OpenPathView.swift
[1473/1486] Compiling UploadcareWidget SelectFileView.swift
[1474/1486] Compiling UploadcareWidget FilesListViewModel.swift
[1475/1486] Compiling UploadcareWidget ActivityIndicator.swift
[1476/1486] Compiling UploadcareWidget AsyncImage.swift
[1477/1486] Compiling UploadcareWidget FilesListView.swift
[1478/1486] Compiling UploadcareWidget SelectSourceView.swift
[1479/1486] Compiling UploadcareWidget Utils.swift
[1480/1488] Emitting module UploadcareWidget
[1481/1488] Compiling UploadcareWidget WevView.swift
[1482/1488] Compiling UploadcareWidget resource_bundle_accessor.swift
[1483/1488] Compiling UploadcareWidget SelectedFile.swift
[1484/1488] Compiling UploadcareWidget SocialSource.swift
[1485/1488] Compiling UploadcareWidget MultipartRequestBuilder.swift
[1486/1488] Compiling UploadcareWidget ImageCache.swift
[1487/1488] Compiling UploadcareWidget ImageLoader.swift
[1488/1488] Compiling UploadcareWidget FilesListModels.swift
Build complete! (423.81s)
Build complete.
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "Uploadcare",
"name" : "Uploadcare",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "Uploadcare",
"targets" : [
"Uploadcare"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UploadcareWidget",
"module_type" : "SwiftTarget",
"name" : "UploadcareWidget",
"path" : "Sources/UploadcareWidget",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/UploadcareWidget/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Helpers/ImageCache.swift",
"Helpers/ImageLoader.swift",
"Models/FilesListModels.swift",
"Models/SelectedFile.swift",
"Models/SocialSource.swift",
"MultipartRequestBuilder.swift",
"SelectSourceView.swift",
"Utils.swift",
"ViewModels/FilesListViewModel.swift",
"Views/ActivityIndicator.swift",
"Views/AsyncImage.swift",
"Views/FilesListView.swift",
"Views/GridView.swift",
"Views/ImagePicker.swift",
"Views/OpenPathView.swift",
"Views/SelectFileView.swift",
"Views/WevView.swift"
],
"target_dependencies" : [
"Uploadcare"
],
"type" : "library"
},
{
"c99name" : "UploadcareTests",
"module_type" : "SwiftTarget",
"name" : "UploadcareTests",
"path" : "Tests/UploadcareTests",
"sources" : [
"PaginationQueryTests.swift",
"RESTAPIIntegrationAsyncTests.swift",
"RESTAPIIntegrationTests.swift",
"RequestManagerTests.swift",
"UploadAPIIntegrationAsyncTests.swift",
"UploadAPIIntegrationTests.swift",
"UploadFromURLTaskTests.swift",
"UploadcareTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"Uploadcare"
],
"type" : "test"
},
{
"c99name" : "Uploadcare",
"module_type" : "SwiftTarget",
"name" : "Uploadcare",
"path" : "Sources/Uploadcare",
"product_dependencies" : [
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"Uploadcare"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Uploadcare/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"APIStore.swift",
"BackgroundSessionManager.swift",
"Constants.swift",
"MultipartRequestBuilder.swift",
"UploadAPI.swift",
"Uploadcare+Addons.swift",
"Uploadcare.swift",
"Utils.swift",
"extensions/Data+ToString.swift",
"extensions/String+Hash.swift",
"models/AudioMetadata.swift",
"models/GeoLocation.swift",
"models/ImageInfo.swift",
"models/Mime.swift",
"models/REST/Collaborator.swift",
"models/REST/ContentInfo.swift",
"models/REST/DocumentInfo.swift",
"models/REST/File.swift",
"models/REST/FileInfoQuery.swift",
"models/REST/FilesList.swift",
"models/REST/Group.swift",
"models/REST/GroupsList.swift",
"models/REST/GroupsListQuery.swift",
"models/REST/PaginationQuery.swift",
"models/REST/Project.swift",
"models/REST/Webhook.swift",
"models/REST/addons/ClamAVAddonExecutionParams.swift",
"models/REST/addons/RemoveBGAddonExecutionParams.swift",
"models/REST/appdata/AWSRekognitionDetectLabels.swift",
"models/REST/appdata/AppData.swift",
"models/REST/appdata/RemoveBg.swift",
"models/REST/appdata/UCClamavVirusScan.swift",
"models/REST/convertion/ConversionOptions.swift",
"models/REST/convertion/ConvertDocumentJobStatus.swift",
"models/REST/convertion/ConvertRequestData.swift",
"models/REST/convertion/ConvertVideoJobStatus.swift",
"models/REST/convertion/DocumentConversionJob.swift",
"models/REST/convertion/DocumentConversionJobSettings.swift",
"models/REST/convertion/VideoConversionJob.swift",
"models/REST/convertion/VideoConversionJobSettings.swift",
"models/REST/responses/BatchFilesOperationResponse.swift",
"models/REST/responses/ConvertDocumentsResponse.swift",
"models/REST/responses/CopyFileToLocalStorageResponse.swift",
"models/REST/responses/CopyFileToRemoteStorageResponse.swift",
"models/REST/responses/ExecuteAddonResponse.swift",
"models/REST/responses/ExecuteAddonStatusResponse.swift",
"models/REST/responses/RESTAPIError.swift",
"models/VideoInfo.swift",
"models/VideoMetadata.swift",
"models/upload/UploadError.swift",
"models/upload/UploadFromURLTask.swift",
"models/upload/UploadSignature.swift",
"models/upload/UploadTask.swift",
"models/upload/UploadedFile.swift",
"models/upload/UploadedFilesGroup.swift",
"models/upload/responses/StartMulipartUploadResponse.swift",
"models/upload/responses/UploadFromURLResponse.swift",
"models/upload/responses/UploadFromURLStatus.swift",
"requestManager/RequestManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.