Build Information
Successful build of Uploadcare, reference master (9acc9f
), with Swift 6.1 for Linux on 9 Sep 2025 18:05:10 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uploadcare/uploadcare-swift.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9acc9f0 DOCS-1156: Update README with subdomain examples (uploadcare-swift) (#137)
Cloned https://github.com/uploadcare/uploadcare-swift.git
Revision (git rev-parse @):
9acc9f014c895e033dd44c5f7a500a9a77590532
SUCCESS checkout https://github.com/uploadcare/uploadcare-swift.git at master
========================================
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-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
[1/14168] Fetching async-http-client
[143/30974] Fetching async-http-client, swift-crypto
Fetched https://github.com/swift-server/async-http-client.git from cache (3.49s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (4.73s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[74/5717] Fetching swift-atomics, swift-log
[617/8421] Fetching swift-atomics, swift-log, swift-nio-transport-services
[618/14406] Fetching swift-atomics, swift-log, swift-nio-transport-services, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.70s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.77s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.79s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.80s)
Fetching https://github.com/apple/swift-nio.git
[1/6127] Fetching swift-nio-extras
[5822/17788] Fetching swift-nio-extras, swift-nio-http2
[7644/32863] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.78s)
[4375/26736] Fetching swift-nio-http2, swift-nio-ssl
[4911/104798] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.95s)
[47587/93137] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.15s)
[51521/78062] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.76s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (9.07s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.62s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.13s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[4938/22382] Fetching swift-system, swift-collections
[3489/17445] Fetching swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.82s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.90s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
[1/1176] Fetching swift-http-structured-headers
[190/2805] Fetching swift-http-structured-headers, swift-asn1
[1450/5275] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[1549/6192] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types
[4613/11497] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types, swift-async-algorithms
[5232/18028] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.54s)
[9555/16852] Fetching swift-asn1, swift-service-lifecycle, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.56s)
[8747/15223] Fetching swift-service-lifecycle, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.90s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.91s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.91s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.91s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.59s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.78s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.73s)
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.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.42s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.51s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.91s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.93s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.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.29.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
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.27.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Building for debugging...
[0/814] Write sources
[0/814] Copying PrivacyInfo.xcprivacy
[0/814] Write sources
[16/814] Compiling get_cipher.cc
[17/814] Write swift-version-24593BA9C3E375BF.txt
[17/814] Compiling _NumericsShims _NumericsShims.c
[17/814] Write sources
[17/814] Compiling f_string.cc
[17/814] Write sources
[17/814] Copying PrivacyInfo.xcprivacy
[17/814] Write sources
[30/814] Compiling e_null.cc
[31/814] Compiling CNIOWindows WSAStartup.c
[32/814] Compiling CNIOWindows shim.c
[33/814] Compiling e_des.cc
[34/814] Compiling _AtomicsShims.c
[35/814] Compiling e_rc2.cc
[36/814] Compiling CNIOWASI CNIOWASI.c
[37/814] Compiling CNIOPosix event_loop_id.c
[38/814] Compiling CNIOLinux shim.c
[39/826] Compiling CNIOLinux liburing_shims.c
[40/850] Compiling p_x25519_asn1.cc
[41/850] Compiling CNIOLLHTTP c_nio_http.c
[42/850] Compiling CNIOLLHTTP c_nio_api.c
[43/850] Compiling CNIOExtrasZlib empty.c
[44/850] Compiling CNIODarwin shim.c
[45/850] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/850] Compiling pem_oth.cc
[47/850] Compiling fiat_p256_adx_sqr.S
[48/850] Compiling fiat_curve25519_adx_square.S
[49/850] Compiling fiat_p256_adx_mul.S
[50/850] Compiling fiat_curve25519_adx_mul.S
[51/850] Compiling CNIOBoringSSLShims shims.c
[52/850] Compiling tls_method.cc
[53/850] Compiling tls_record.cc
[54/850] Compiling tls13_server.cc
[56/850] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/850] Compiling InternalCollectionsUtilities Debugging.swift
[58/851] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/851] Compiling InternalCollectionsUtilities Descriptions.swift
[60/851] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/851] Compiling _NIODataStructures PriorityQueue.swift
[62/851] Compiling _NIODataStructures _TinyArray.swift
[63/851] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/851] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/851] Compiling _NIOBase64 Base64.swift
[66/851] Emitting module _NIOBase64
[67/851] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/852] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/852] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/852] Emitting module InternalCollectionsUtilities
[71/852] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/852] Compiling InternalCollectionsUtilities Integer rank.swift
[75/852] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/852] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/853] Compiling RealModule Real.swift
[78/853] Compiling RealModule RealFunctions.swift
[81/854] Emitting module RealModule
[82/854] Compiling RealModule Float16+Real.swift
[85/854] Compiling RealModule Float80+Real.swift
[88/854] Compiling RealModule RelaxedArithmetic.swift
[90/870] Compiling _NIODataStructures Heap.swift
[91/870] Emitting module _NIODataStructures
[92/871] Compiling Logging Locks.swift
[93/871] Emitting module Logging
[94/871] Compiling Logging Logging.swift
[95/871] Compiling Logging MetadataProvider.swift
[96/871] Compiling Logging LogHandler.swift
[97/871] Compiling DequeModule Deque+CustomReflectable.swift
[98/871] Compiling DequeModule Deque+Descriptions.swift
[98/874] Compiling tls13_client.cc
[101/874] Compiling DequeModule _DequeBuffer.swift
[102/874] Compiling DequeModule _DequeBufferHeader.swift
[104/874] Compiling DequeModule Deque+Equatable.swift
[105/874] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/874] Compiling DequeModule Deque+Extras.swift
[107/874] Compiling DequeModule Deque+Hashable.swift
[107/874] Compiling tls13_enc.cc
[109/874] Compiling DequeModule _DequeSlot.swift
[110/874] Compiling DequeModule _UnsafeWrappedBuffer.swift
[110/874] Compiling tls13_both.cc
[112/874] Compiling DequeModule Deque+Testing.swift
[113/874] Compiling DequeModule Deque._Storage.swift
[114/874] Compiling DequeModule Deque._UnsafeHandle.swift
[115/874] Compiling DequeModule Deque.swift
[116/874] Compiling DequeModule Deque+Codable.swift
[117/874] Compiling DequeModule Deque+Collection.swift
[118/874] Emitting module DequeModule
[118/875] Compiling t1_enc.cc
[120/875] Compiling ssl_x509.cc
[121/875] Compiling ssl_versions.cc
[122/875] Compiling ssl_stat.cc
[123/875] Compiling ssl_transcript.cc
[124/875] Compiling ssl_session.cc
[125/875] Compiling ssl_privkey.cc
[126/875] Compiling ssl_key_share.cc
[127/875] Compiling ssl_file.cc
[128/875] Compiling ssl_lib.cc
[129/875] Compiling ssl_cipher.cc
[130/875] Compiling ssl_credential.cc
[131/875] Compiling ssl_cert.cc
[132/875] Compiling ssl_buffer.cc
[133/875] Compiling ssl_asn1.cc
[134/875] Compiling ssl_aead_ctx.cc
[135/875] Compiling s3_pkt.cc
[136/875] Compiling s3_lib.cc
[137/875] Compiling s3_both.cc
[138/875] Compiling handshake_server.cc
[139/875] Compiling handshake_client.cc
[140/875] Compiling handshake.cc
[141/875] Compiling handoff.cc
[142/875] Compiling encrypted_client_hello.cc
[143/875] Compiling dtls_record.cc
[144/875] Compiling extensions.cc
[145/875] Compiling md5-x86_64-linux.S
[146/875] Compiling md5-x86_64-apple.S
[147/875] Compiling md5-586-linux.S
[148/875] Compiling md5-586-apple.S
[149/875] Compiling chacha20_poly1305_x86_64-linux.S
[150/875] Compiling chacha20_poly1305_x86_64-apple.S
[151/875] Compiling chacha20_poly1305_armv8-win.S
[152/875] Compiling dtls_method.cc
[153/875] Compiling chacha20_poly1305_armv8-linux.S
[154/875] Compiling chacha20_poly1305_armv8-apple.S
[155/875] Compiling err_data.cc
[156/875] Compiling chacha-x86_64-linux.S
[157/875] Compiling chacha-x86_64-apple.S
[158/875] Compiling chacha-x86-linux.S
[159/875] Compiling chacha-x86-apple.S
[160/875] Compiling chacha-armv8-win.S
[161/875] Compiling chacha-armv8-linux.S
[162/875] Compiling chacha-armv8-apple.S
[163/875] Compiling d1_srtp.cc
[164/875] Compiling chacha-armv4-linux.S
[165/875] Compiling aes128gcmsiv-x86_64-apple.S
[166/875] Compiling d1_pkt.cc
[167/875] Compiling aes128gcmsiv-x86_64-linux.S
[168/875] Compiling x86_64-mont5-linux.S
[169/875] Compiling x86_64-mont5-apple.S
[170/875] Compiling x86_64-mont-apple.S
[171/875] Compiling x86-mont-linux.S
[172/875] Compiling x86_64-mont-linux.S
[173/875] Compiling x86-mont-apple.S
[174/875] Compiling vpaes-x86_64-linux.S
[175/875] Compiling vpaes-x86_64-apple.S
[176/875] Compiling vpaes-x86-linux.S
[177/875] Compiling vpaes-x86-apple.S
[178/875] Compiling vpaes-armv8-win.S
[179/875] Compiling vpaes-armv8-linux.S
[180/875] Compiling vpaes-armv8-apple.S
[181/875] Compiling vpaes-armv7-linux.S
[182/875] Compiling sha512-x86_64-linux.S
[183/875] Compiling sha512-armv8-win.S
[184/875] Compiling sha512-x86_64-apple.S
[185/875] Compiling sha512-armv8-linux.S
[186/875] Compiling sha512-armv8-apple.S
[187/875] Compiling sha512-armv4-linux.S
[188/875] Compiling sha512-586-linux.S
[189/875] Compiling sha512-586-apple.S
[190/875] Compiling sha256-x86_64-apple.S
[191/875] Compiling bio_ssl.cc
[192/875] Compiling sha256-x86_64-linux.S
[193/875] Compiling d1_lib.cc
[194/875] Compiling sha256-armv8-linux.S
[195/875] Compiling sha256-armv8-win.S
[196/875] Compiling sha256-armv8-apple.S
[197/875] Compiling sha256-armv4-linux.S
[198/875] Compiling sha256-586-linux.S
[199/875] Compiling sha256-586-apple.S
[200/875] Compiling sha1-armv8-win.S
[201/875] Compiling sha1-x86_64-apple.S
[202/875] Compiling sha1-armv8-linux.S
[203/875] Compiling sha1-x86_64-linux.S
[204/875] Compiling sha1-armv4-large-linux.S
[205/875] Compiling sha1-586-linux.S
[206/875] Compiling sha1-armv8-apple.S
[207/875] Compiling sha1-586-apple.S
[208/875] Compiling rsaz-avx2-apple.S
[209/875] Compiling rsaz-avx2-linux.S
[210/875] Compiling rdrand-x86_64-linux.S
[211/875] Compiling rdrand-x86_64-apple.S
[212/875] Compiling p256_beeu-x86_64-asm-apple.S
[213/875] Compiling p256_beeu-x86_64-asm-linux.S
[214/875] Compiling p256_beeu-armv8-asm-linux.S
[215/875] Compiling p256_beeu-armv8-asm-win.S
[216/875] Compiling p256_beeu-armv8-asm-apple.S
[217/875] Compiling p256-x86_64-asm-linux.S
[218/875] Compiling p256-armv8-asm-win.S
[219/875] Compiling p256-x86_64-asm-apple.S
[220/875] Compiling p256-armv8-asm-linux.S
[221/875] Compiling p256-armv8-asm-apple.S
[222/875] Compiling ghashv8-armv8-win.S
[223/875] Compiling ghashv8-armv8-linux.S
[224/875] Compiling ghashv8-armv8-apple.S
[225/875] Compiling ghashv8-armv7-linux.S
[226/875] Compiling ghash-x86_64-apple.S
[227/875] Compiling ghash-x86_64-linux.S
[228/875] Compiling ghash-x86-linux.S
[229/875] Compiling ghash-x86-apple.S
[230/875] Compiling ghash-ssse3-x86_64-linux.S
[231/875] Compiling ghash-ssse3-x86_64-apple.S
[232/875] Compiling ghash-ssse3-x86-linux.S
[233/875] Compiling ghash-ssse3-x86-apple.S
[234/875] Compiling ghash-neon-armv8-win.S
[235/875] Compiling d1_both.cc
[236/875] Compiling ghash-neon-armv8-linux.S
[237/875] Compiling ghash-neon-armv8-apple.S
[238/875] Compiling ghash-armv4-linux.S
[239/875] Compiling co-586-linux.S
[240/875] Compiling co-586-apple.S
[241/875] Compiling bsaes-armv7-linux.S
[242/875] Compiling bn-armv8-win.S
[243/875] Compiling bn-armv8-apple.S
[244/875] Compiling bn-586-linux.S
[245/875] Compiling bn-armv8-linux.S
[246/875] Compiling bn-586-apple.S
[247/875] Compiling armv8-mont-win.S
[247/875] Compiling armv8-mont-linux.S
[249/875] Compiling armv4-mont-linux.S
[250/875] Compiling aesv8-gcm-armv8-win.S
[251/875] Compiling armv8-mont-apple.S
[252/875] Compiling aesv8-gcm-armv8-linux.S
[253/875] Compiling aesv8-gcm-armv8-apple.S
[254/875] Compiling aesv8-armv8-win.S
[255/875] Compiling aesv8-armv8-linux.S
[256/875] Compiling aesv8-armv8-apple.S
[257/875] Compiling aesv8-armv7-linux.S
[258/875] Compiling aesni-x86_64-apple.S
[259/875] Compiling aesni-x86-linux.S
[260/875] Compiling aesni-x86_64-linux.S
[261/875] Compiling aesni-x86-apple.S
[262/875] Compiling aesni-gcm-x86_64-linux.S
[263/875] Compiling aesni-gcm-x86_64-apple.S
[264/875] Compiling aes-gcm-avx2-x86_64-linux.S
[265/875] Compiling aes-gcm-avx2-x86_64-apple.S
[266/875] Compiling aes-gcm-avx10-x86_64-apple.S
[267/875] Compiling aes-gcm-avx10-x86_64-linux.S
[268/875] Compiling x_sig.cc
[269/875] Compiling x_x509a.cc
[269/875] Compiling x_val.cc
[271/875] Compiling x_spki.cc
[272/875] Compiling x_req.cc
[273/875] Compiling x_pubkey.cc
[274/875] Compiling x_x509.cc
[275/875] Compiling x_name.cc
[276/875] Compiling x509spki.cc
[277/875] Compiling x_exten.cc
[277/875] Compiling x_algor.cc
[279/875] Compiling x_attrib.cc
[280/875] Compiling x_crl.cc
[281/875] Compiling x509rset.cc
[282/875] Compiling x_all.cc
[283/875] Compiling x509name.cc
[284/875] Compiling x509_txt.cc
[285/875] Compiling x509cset.cc
[286/875] Compiling x509_vpm.cc
[287/875] Compiling x509_v3.cc
[288/875] Compiling x509_trs.cc
[288/875] Compiling x509_set.cc
[290/875] Compiling x509_vfy.cc
[291/875] Compiling x509_req.cc
[292/875] Compiling x509_obj.cc
[293/875] Compiling x509_def.cc
[294/875] Compiling x509_d2.cc
[295/875] Compiling x509_lu.cc
[296/875] Compiling x509.cc
[297/875] Compiling x509_ext.cc
[298/875] Compiling x509_cmp.cc
[299/875] Compiling x509_att.cc
[300/875] Compiling v3_prn.cc
[301/875] Compiling v3_skey.cc
[302/875] Compiling v3_ocsp.cc
[303/875] Compiling v3_pmaps.cc
[304/875] Compiling v3_purp.cc
[305/875] Compiling v3_utl.cc
[306/875] Compiling v3_pcons.cc
[307/875] Compiling v3_ncons.cc
[308/875] Compiling v3_int.cc
[309/875] Compiling v3_lib.cc
[310/875] Compiling v3_ia5.cc
[311/875] Compiling v3_info.cc
[312/875] Compiling v3_genn.cc
[312/875] Compiling v3_enum.cc
[314/875] Compiling v3_extku.cc
[315/875] Compiling v3_crld.cc
[316/875] Compiling v3_cpols.cc
[317/875] Compiling v3_bitst.cc
[318/875] Compiling v3_conf.cc
[319/875] Compiling v3_bcons.cc
[320/875] Compiling v3_akeya.cc
[321/875] Compiling v3_akey.cc
[322/875] Compiling v3_alt.cc
[323/875] Compiling t_x509a.cc
[324/875] Compiling i2d_pr.cc
[325/875] Compiling t_crl.cc
[326/875] Compiling t_x509.cc
[327/875] Compiling t_req.cc
[328/875] Compiling name_print.cc
[329/875] Compiling rsa_pss.cc
[330/875] Compiling policy.cc
[331/875] Compiling by_file.cc
[332/875] Compiling by_dir.cc
[333/875] Compiling voprf.cc
[334/875] Compiling asn1_gen.cc
[335/875] Compiling algorithm.cc
[336/875] Compiling a_digest.cc
[337/875] Compiling a_verify.cc
[338/875] Compiling trust_token.cc
[339/875] Compiling a_sign.cc
[340/875] Compiling thread_win.cc
[341/875] Compiling thread.cc
[342/875] Compiling thread_pthread.cc
[343/875] Compiling thread_none.cc
[344/875] Compiling stack.cc
[345/875] Compiling pmbtoken.cc
[346/875] Compiling slhdsa.cc
[347/875] Compiling sha512.cc
[348/875] Compiling siphash.cc
[349/875] Compiling sha256.cc
[350/875] Compiling sha1.cc
[351/875] Compiling rsa_extra.cc
[352/875] Compiling spake2plus.cc
[353/875] Compiling rsa_print.cc
[354/875] Compiling rc4.cc
[355/875] Compiling refcount.cc
[356/875] Compiling windows.cc
[357/875] Compiling trusty.cc
[357/875] Compiling rsa_crypt.cc
[359/875] Compiling urandom.cc
[360/875] Compiling rand.cc
[361/875] Compiling rsa_asn1.cc
[362/875] Compiling passive.cc
[363/875] Compiling ios.cc
[364/875] Compiling getentropy.cc
[365/875] Compiling poly1305_arm_asm.S
[366/875] Compiling fork_detect.cc
[367/875] Compiling forkunsafe.cc
[368/875] Compiling deterministic.cc
[369/875] Compiling poly1305_arm.cc
[370/875] Compiling poly1305.cc
[371/875] Compiling poly1305_vec.cc
[372/875] Compiling pool.cc
[373/875] Compiling pkcs7.cc
[374/875] Compiling pkcs8.cc
[374/875] Compiling p5_pbev2.cc
[376/875] Compiling pkcs8_x509.cc
[377/875] Compiling pkcs7_x509.cc
[378/875] Compiling pem_xaux.cc
[379/875] Compiling pem_x509.cc
[380/875] Compiling pem_pkey.cc
[381/875] Compiling mlkem.cc
[382/875] Compiling pem_pk8.cc
[383/875] Compiling obj_xref.cc
[384/875] Compiling pem_oth.cc
[385/875] Compiling pem_info.cc
[386/875] Compiling mldsa.cc
[387/875] Compiling pem_all.cc
[388/875] Compiling pem_lib.cc
[389/875] Compiling obj.cc
[390/875] Compiling poly_rq_mul.S
[391/875] Compiling fips_shared_support.cc
[392/875] Compiling md5.cc
[393/875] Compiling mem.cc
[394/875] Compiling md4.cc
[395/875] Compiling lhash.cc
[396/875] Compiling hrss.cc
[397/875] Compiling kyber.cc
[398/875] Compiling ex_data.cc
[398/875] Compiling sign.cc
[398/875] Compiling scrypt.cc
[401/875] Compiling hpke.cc
[402/875] Compiling print.cc
[403/875] Compiling pbkdf.cc
[404/875] Compiling p_x25519.cc
[405/875] Compiling p_x25519_asn1.cc
[406/875] Compiling p_rsa_asn1.cc
[407/875] Compiling p_ed25519.cc
[408/875] Compiling p_rsa.cc
[409/875] Compiling p_hkdf.cc
[410/875] Compiling p_ed25519_asn1.cc
[411/875] Compiling p_ec_asn1.cc
[412/875] Compiling p_ec.cc
[413/875] Compiling p_dh_asn1.cc
[414/875] Compiling p_dh.cc
[415/875] Compiling evp_ctx.cc
[416/875] Compiling p_dsa_asn1.cc
[417/875] Compiling evp.cc
[418/875] Compiling err.cc
[419/875] Compiling engine.cc
[420/875] Compiling evp_asn1.cc
[421/875] Compiling ecdh.cc
[422/875] Compiling ecdsa_asn1.cc
[423/875] Compiling hash_to_curve.cc
[424/875] Compiling ec_derive.cc
[425/875] Compiling dsa.cc
[426/875] Compiling dsa_asn1.cc
[427/875] Compiling ec_asn1.cc
[428/875] Compiling params.cc
[429/875] Compiling x25519-asm-arm.S
[430/875] Compiling digest_extra.cc
[431/875] Compiling des.cc
[432/875] Compiling dh_asn1.cc
[433/875] Compiling crypto.cc
[434/875] Compiling spake25519.cc
[435/875] Compiling cpu_intel.cc
[436/875] Compiling cpu_arm_linux.cc
[437/875] Compiling curve25519.cc
[438/875] Compiling cpu_arm_freebsd.cc
[439/875] Compiling bcm.cc
[440/875] Compiling cpu_aarch64_openbsd.cc
[440/875] Compiling cpu_aarch64_sysreg.cc
[442/875] Compiling cpu_aarch64_win.cc
[443/875] Compiling cpu_aarch64_linux.cc
[444/875] Compiling cpu_aarch64_fuchsia.cc
[445/875] Compiling cpu_aarch64_apple.cc
[446/875] Compiling curve25519_64_adx.cc
[447/875] Compiling get_cipher.cc
[448/875] Compiling tls_cbc.cc
[449/875] Compiling conf.cc
[450/875] Compiling e_tls.cc
[451/875] Compiling e_rc4.cc
[452/875] Compiling e_rc2.cc
[452/875] Compiling e_null.cc
[454/875] Compiling e_des.cc
[455/875] Compiling derive_key.cc
[456/875] Compiling e_chacha20poly1305.cc
[457/875] Compiling e_aesctrhmac.cc
[458/875] Compiling e_aesgcmsiv.cc
[459/875] Compiling chacha.cc
[460/875] Compiling unicode.cc
[461/875] Compiling buf.cc
[462/875] Compiling cbb.cc
[463/875] Compiling ber.cc
[464/875] Compiling cbs.cc
[465/875] Compiling asn1_compat.cc
[466/875] Compiling bn_asn1.cc
[467/875] Compiling convert.cc
[468/875] Compiling blake2.cc
[469/875] Compiling socket_helper.cc
[470/875] Compiling socket.cc
[471/875] Compiling printf.cc
[472/875] Compiling pair.cc
[473/875] Compiling hexdump.cc
[474/875] Compiling file.cc
[475/875] Compiling errno.cc
[476/875] Compiling fd.cc
[477/875] Compiling connect.cc
[478/875] Compiling bio_mem.cc
[479/875] Compiling base64.cc
[480/875] Compiling bio.cc
[481/875] Compiling tasn_typ.cc
[482/875] Compiling tasn_fre.cc
[483/875] Compiling tasn_enc.cc
[484/875] Compiling tasn_utl.cc
[485/875] Compiling f_string.cc
[486/875] Compiling posix_time.cc
[487/875] Compiling tasn_new.cc
[488/875] Compiling f_int.cc
[489/875] Compiling asn_pack.cc
[490/875] Compiling tasn_dec.cc
[491/875] Compiling asn1_par.cc
[492/875] Compiling a_utctm.cc
[493/875] Compiling a_octet.cc
[494/875] Compiling a_type.cc
[495/875] Compiling asn1_lib.cc
[496/875] Compiling a_time.cc
[497/875] Compiling a_strnid.cc
[498/875] Compiling a_strex.cc
[499/875] Compiling a_i2d_fp.cc
[500/875] Compiling a_object.cc
[501/875] Compiling a_dup.cc
[502/875] Compiling a_d2i_fp.cc
[503/875] Compiling a_mbstr.cc
[504/875] Compiling a_gentm.cc
[505/875] Compiling fiat_p256_adx_sqr.S
[506/875] Compiling a_int.cc
[507/875] Compiling fiat_p256_adx_mul.S
[508/875] Compiling fiat_curve25519_adx_mul.S
[509/875] Compiling fiat_curve25519_adx_square.S
[510/875] Compiling md5-x86_64-linux.S
[511/875] Compiling md5-x86_64-apple.S
[512/875] Compiling md5-586-linux.S
[513/875] Compiling md5-586-apple.S
[514/875] Compiling chacha20_poly1305_x86_64-apple.S
[515/875] Compiling a_bool.cc
[515/875] Compiling a_bitstr.cc
[517/875] Compiling chacha20_poly1305_x86_64-linux.S
[518/875] Compiling chacha20_poly1305_armv8-win.S
[519/875] Compiling chacha20_poly1305_armv8-linux.S
[520/875] Compiling chacha20_poly1305_armv8-apple.S
[521/875] Compiling chacha-x86_64-linux.S
[522/875] Compiling chacha-x86_64-apple.S
[523/875] Compiling chacha-x86-linux.S
[524/875] Compiling chacha-x86-apple.S
[525/875] Compiling CCryptoBoringSSLShims shims.c
[526/875] Compiling chacha-armv8-win.S
[527/875] Compiling chacha-armv8-linux.S
[528/875] Compiling chacha-armv8-apple.S
[529/875] Compiling chacha-armv4-linux.S
[530/875] Compiling aes128gcmsiv-x86_64-linux.S
[531/875] Compiling aes128gcmsiv-x86_64-apple.S
[532/875] Compiling x86_64-mont5-linux.S
[533/875] Compiling x86_64-mont5-apple.S
[534/875] Compiling x86_64-mont-linux.S
[535/875] Compiling x86_64-mont-apple.S
[536/875] Compiling x86-mont-linux.S
[537/875] Compiling err_data.cc
[538/875] Compiling x86-mont-apple.S
[539/875] Compiling vpaes-x86_64-linux.S
[540/875] Compiling vpaes-x86_64-apple.S
[541/875] Compiling vpaes-x86-linux.S
[542/875] Compiling vpaes-x86-apple.S
[543/875] Compiling vpaes-armv8-win.S
[544/875] Compiling vpaes-armv8-linux.S
[545/875] Compiling vpaes-armv8-apple.S
[546/875] Compiling vpaes-armv7-linux.S
[547/875] Compiling sha512-armv8-win.S
[548/875] Compiling sha512-x86_64-apple.S
[549/875] Compiling sha512-x86_64-linux.S
[550/875] Compiling sha512-armv8-linux.S
[551/875] Compiling sha512-armv8-apple.S
[552/875] Compiling sha512-armv4-linux.S
[553/875] Compiling sha512-586-linux.S
[554/875] Compiling sha512-586-apple.S
[555/875] Compiling sha256-x86_64-apple.S
[556/875] Compiling sha256-armv8-win.S
[557/875] Compiling sha256-x86_64-linux.S
[558/875] Compiling sha256-armv8-linux.S
[559/875] Compiling sha256-armv8-apple.S
[560/875] Compiling sha256-armv4-linux.S
[561/875] Compiling sha256-586-apple.S
[562/875] Compiling sha256-586-linux.S
[563/875] Compiling sha1-x86_64-apple.S
[564/875] Compiling sha1-armv8-win.S
[565/875] Compiling sha1-armv8-linux.S
[566/875] Compiling sha1-x86_64-linux.S
[567/875] Compiling sha1-armv8-apple.S
[568/875] Compiling sha1-armv4-large-linux.S
[569/875] Compiling sha1-586-linux.S
[570/875] Compiling sha1-586-apple.S
[571/875] Compiling rsaz-avx2-linux.S
[572/875] Compiling rsaz-avx2-apple.S
[573/875] Compiling rdrand-x86_64-linux.S
[574/875] Compiling p256_beeu-x86_64-asm-linux.S
[575/875] Compiling rdrand-x86_64-apple.S
[576/875] Compiling p256_beeu-x86_64-asm-apple.S
[577/875] Compiling p256_beeu-armv8-asm-win.S
[578/875] Compiling p256_beeu-armv8-asm-linux.S
[579/875] Compiling p256_beeu-armv8-asm-apple.S
[580/875] Compiling p256-armv8-asm-win.S
[581/875] Compiling p256-x86_64-asm-apple.S
[582/875] Compiling p256-x86_64-asm-linux.S
[583/875] Compiling p256-armv8-asm-linux.S
[584/875] Compiling p256-armv8-asm-apple.S
[585/875] Compiling ghashv8-armv8-win.S
[586/875] Compiling ghashv8-armv8-linux.S
[587/875] Compiling ghashv8-armv8-apple.S
[588/875] Compiling ghashv8-armv7-linux.S
[589/875] Compiling ghash-x86_64-apple.S
[590/875] Compiling ghash-x86_64-linux.S
[591/875] Compiling ghash-x86-linux.S
[592/875] Compiling ghash-x86-apple.S
[593/875] Compiling ghash-ssse3-x86_64-linux.S
[594/875] Compiling ghash-ssse3-x86_64-apple.S
[595/875] Compiling ghash-ssse3-x86-linux.S
[596/875] Compiling ghash-ssse3-x86-apple.S
[597/875] Compiling ghash-neon-armv8-win.S
[598/875] Compiling ghash-neon-armv8-linux.S
[599/875] Compiling ghash-neon-armv8-apple.S
[600/875] Compiling ghash-armv4-linux.S
[601/875] Compiling co-586-apple.S
[602/875] Compiling co-586-linux.S
[603/875] Compiling bsaes-armv7-linux.S
[604/875] Compiling bn-armv8-win.S
[605/875] Compiling bn-armv8-linux.S
[606/875] Compiling bn-armv8-apple.S
[607/875] Compiling bn-586-linux.S
[608/875] Compiling bn-586-apple.S
[609/875] Compiling armv8-mont-linux.S
[610/875] Compiling armv8-mont-win.S
[611/875] Compiling armv8-mont-apple.S
[612/875] Compiling armv4-mont-linux.S
[613/875] Compiling aesv8-gcm-armv8-linux.S
[614/875] Compiling aesv8-gcm-armv8-win.S
[615/875] Compiling aesv8-gcm-armv8-apple.S
[616/875] Compiling aesv8-armv8-win.S
[617/875] Compiling aesv8-armv8-linux.S
[618/875] Compiling aesv8-armv8-apple.S
[619/875] Compiling aesv8-armv7-linux.S
[620/875] Compiling aesni-x86_64-linux.S
[621/875] Compiling aesni-x86_64-apple.S
[622/875] Compiling aesni-x86-apple.S
[622/875] Compiling aesni-x86-linux.S
[624/875] Compiling aesni-gcm-x86_64-linux.S
[625/875] Compiling aesni-gcm-x86_64-apple.S
[626/875] Compiling aes-gcm-avx512-x86_64-apple.S
[627/875] Compiling aes-gcm-avx512-x86_64-linux.S
[628/875] Compiling aes-gcm-avx2-x86_64-apple.S
[629/875] Compiling aes-gcm-avx2-x86_64-linux.S
[630/875] Compiling xwing.cc
[631/875] Compiling x_val.cc
[632/875] Compiling x_x509.cc
[633/875] Compiling x_sig.cc
[634/875] Compiling x_spki.cc
[635/875] Compiling c-nioatomics.c
[636/875] Compiling x_x509a.cc
[637/875] Compiling c-atomics.c
[638/875] Compiling x_req.cc
[639/881] Compiling x_pubkey.cc
[640/881] Compiling x_name.cc
[642/881] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[642/881] Compiling x_attrib.cc
[643/881] Compiling x_exten.cc
[644/881] Compiling x_crl.cc
[645/881] Compiling x_all.cc
[647/881] Compiling NIOConcurrencyHelpers lock.swift
[648/881] Compiling NIOConcurrencyHelpers NIOLock.swift
[649/881] Compiling NIOConcurrencyHelpers atomics.swift
[650/881] Emitting module NIOConcurrencyHelpers
[651/881] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[651/882] Compiling x_algor.cc
[653/882] Compiling x509spki.cc
[654/882] Compiling x509name.cc
[655/882] Compiling x509rset.cc
[656/882] Compiling x509cset.cc
[657/882] Compiling x509_vpm.cc
[658/882] Compiling x509_vfy.cc
[659/882] Compiling x509_txt.cc
[660/882] Compiling x509_v3.cc
[661/882] Compiling x509_trs.cc
[662/882] Compiling x509_set.cc
[663/882] Compiling x509_req.cc
[664/882] Compiling x509_obj.cc
[665/882] Compiling x509_lu.cc
[666/882] Compiling x509_ext.cc
[667/882] Compiling x509_def.cc
[668/882] Compiling x509_d2.cc
[669/882] Compiling x509_cmp.cc
[670/882] Compiling x509.cc
[671/882] Compiling x509_att.cc
[672/882] Compiling v3_utl.cc
[673/882] Compiling v3_skey.cc
[674/882] Compiling v3_purp.cc
[675/882] Compiling v3_prn.cc
[676/882] Compiling v3_pmaps.cc
[677/882] Compiling v3_pcons.cc
[678/882] Compiling v3_ocsp.cc
[679/882] Compiling v3_ncons.cc
[680/882] Compiling v3_lib.cc
[681/882] Compiling v3_int.cc
[682/882] Compiling v3_ia5.cc
[683/882] Compiling v3_info.cc
[684/882] Compiling v3_genn.cc
[685/882] Compiling v3_extku.cc
[686/882] Compiling v3_enum.cc
[687/882] Compiling v3_crld.cc
[688/882] Compiling v3_cpols.cc
[689/882] Compiling v3_conf.cc
[690/882] Compiling v3_bitst.cc
[691/882] Compiling v3_bcons.cc
[692/882] Compiling v3_alt.cc
[693/882] Compiling v3_akeya.cc
[694/882] Compiling v3_akey.cc
[695/882] Compiling t_x509a.cc
[696/882] Compiling t_x509.cc
[697/882] Compiling t_req.cc
[698/882] Compiling i2d_pr.cc
[699/882] Compiling t_crl.cc
[700/882] Compiling rsa_pss.cc
[701/882] Compiling policy.cc
[702/882] Compiling name_print.cc
[703/882] Compiling by_file.cc
[704/882] Compiling by_dir.cc
[705/882] Compiling a_verify.cc
[706/882] Compiling algorithm.cc
[707/882] Compiling asn1_gen.cc
[708/882] Compiling a_sign.cc
[709/882] Compiling voprf.cc
[710/882] Compiling a_digest.cc
[711/882] Compiling trust_token.cc
[712/882] Compiling thread_win.cc
[713/882] Compiling thread_pthread.cc
[714/882] Compiling thread_none.cc
[715/882] Compiling thread.cc
[716/882] Compiling stack.cc
[717/882] Compiling pmbtoken.cc
[718/882] Compiling sha256.cc
[719/882] Compiling sha512.cc
[720/882] Compiling siphash.cc
[721/882] Compiling sha1.cc
[722/882] Compiling slhdsa.cc
[723/882] Compiling rsa_extra.cc
[723/882] Compiling rsa_print.cc
[725/882] Compiling spake2plus.cc
[726/882] Compiling refcount.cc
[727/882] Compiling rc4.cc
[728/882] Compiling rsa_crypt.cc
[729/882] Compiling windows.cc
[730/882] Compiling trusty.cc
[731/882] Compiling rand.cc
[732/882] Compiling urandom.cc
[733/882] Compiling rsa_asn1.cc
[734/882] Compiling ios.cc
[735/882] Compiling passive.cc
[736/882] Compiling poly1305_arm_asm.S
[737/882] Compiling getentropy.cc
[738/882] Compiling deterministic.cc
[739/882] Compiling forkunsafe.cc
[740/882] Compiling fork_detect.cc
[741/882] Compiling poly1305_arm.cc
[742/882] Compiling poly1305.cc
[743/882] Compiling poly1305_vec.cc
[744/882] Compiling pool.cc
[745/882] Compiling pkcs7.cc
[746/882] Compiling pkcs8_x509.cc
[747/882] Compiling p5_pbev2.cc
[748/882] Compiling pkcs8.cc
[749/882] Compiling pkcs7_x509.cc
[750/882] Compiling pem_xaux.cc
[751/882] Compiling pem_x509.cc
[752/882] Compiling pem_pkey.cc
[753/882] Compiling mlkem.cc
[754/882] Compiling mldsa.cc
[755/882] Compiling obj_xref.cc
[756/882] Compiling pem_pk8.cc
[757/882] Compiling pem_info.cc
[758/882] Compiling pem_all.cc
[759/882] Compiling obj.cc
[759/882] Compiling pem_lib.cc
[761/882] Compiling mem.cc
[762/882] Compiling poly_rq_mul.S
[763/882] Compiling fips_shared_support.cc
[764/882] Compiling lhash.cc
[765/882] Compiling md5.cc
[766/882] Compiling md4.cc
[767/882] Compiling fuzzer_mode.cc
[768/882] Compiling hrss.cc
[769/882] Compiling kyber.cc
[770/882] Compiling ex_data.cc
[771/882] Compiling hpke.cc
[772/882] Compiling scrypt.cc
[773/882] Compiling sign.cc
[774/882] Compiling print.cc
[775/882] Compiling pbkdf.cc
[776/882] Compiling p_x25519.cc
[777/882] Compiling p_rsa_asn1.cc
[778/882] Compiling p_ed25519.cc
[779/882] Compiling p_rsa.cc
[780/882] Compiling p_hkdf.cc
[781/882] Compiling p_ed25519_asn1.cc
[782/882] Compiling p_ec.cc
[783/882] Compiling p_ec_asn1.cc
[784/882] Compiling p_dh_asn1.cc
[785/882] Compiling p_dh.cc
[786/882] Compiling evp.cc
[787/882] Compiling p_dsa_asn1.cc
[788/882] Compiling err.cc
[789/882] Compiling evp_ctx.cc
[790/882] Compiling engine.cc
[791/882] Compiling evp_asn1.cc
[792/882] Compiling ecdsa_p1363.cc
[793/882] Compiling ecdh.cc
[794/882] Compiling hash_to_curve.cc
[795/882] Compiling ec_derive.cc
[796/882] Compiling ecdsa_asn1.cc
[797/882] Compiling dsa.cc
[798/882] Compiling dsa_asn1.cc
[799/882] Compiling ec_asn1.cc
[800/882] Compiling params.cc
[801/882] Compiling des.cc
[802/882] Compiling x25519-asm-arm.S
[803/882] Compiling digest_extra.cc
[804/882] Compiling dh_asn1.cc
[805/882] Compiling spake25519.cc
[806/882] Compiling cpu_intel.cc
[807/882] Compiling crypto.cc
[808/882] Compiling cpu_arm_linux.cc
[809/882] Compiling curve25519.cc
[810/882] Compiling cpu_arm_freebsd.cc
[811/882] Compiling cpu_aarch64_win.cc
[812/882] Compiling cpu_aarch64_openbsd.cc
[813/882] Compiling cpu_aarch64_sysreg.cc
[814/882] Compiling cpu_aarch64_linux.cc
[815/882] Compiling cpu_aarch64_fuchsia.cc
[816/882] Compiling curve25519_64_adx.cc
[817/882] Compiling cpu_aarch64_apple.cc
[818/882] Compiling bcm.cc
[819/882] Compiling conf.cc
[820/882] Compiling tls_cbc.cc
[821/882] Compiling e_rc4.cc
[822/882] Compiling e_tls.cc
[823/882] Compiling e_chacha20poly1305.cc
[824/882] Compiling e_aesgcmsiv.cc
[825/882] Compiling e_aeseax.cc
[826/882] Compiling derive_key.cc
[827/882] Compiling e_aesctrhmac.cc
[828/882] Compiling chacha.cc
[829/882] Compiling cms.cc
[830/882] Compiling unicode.cc
[831/882] Compiling buf.cc
[832/882] Compiling sqrt.cc
[833/882] Compiling ber.cc
[834/882] Compiling cbb.cc
[835/882] Compiling cbs.cc
[836/882] Compiling exponentiation.cc
[837/882] Compiling asn1_compat.cc
[838/882] Compiling div.cc
[839/882] Compiling blake2.cc
[840/882] Compiling printf.cc
[841/882] Compiling pair.cc
[842/882] Compiling hexdump.cc
[843/882] Compiling bn_asn1.cc
[844/882] Compiling file.cc
[845/882] Compiling convert.cc
[846/882] Compiling fd.cc
[847/882] Compiling errno.cc
[848/882] Compiling bio_mem.cc
[849/882] Compiling base64.cc
[850/882] Compiling tasn_typ.cc
[851/882] Compiling bio.cc
[852/882] Compiling tasn_fre.cc
[853/882] Compiling tasn_utl.cc
[854/882] Compiling tasn_enc.cc
[855/882] Compiling tasn_new.cc
[856/882] Compiling posix_time.cc
[857/882] Compiling f_int.cc
[858/882] Compiling asn_pack.cc
[859/882] Compiling asn1_par.cc
[860/882] Compiling tasn_dec.cc
[861/882] Compiling a_octet.cc
[862/882] Compiling a_utctm.cc
[863/882] Compiling a_type.cc
[863/882] Compiling asn1_lib.cc
[865/882] Compiling a_time.cc
[866/882] Compiling a_strnid.cc
[867/882] Compiling a_strex.cc
[868/882] Compiling a_object.cc
[869/882] Compiling a_i2d_fp.cc
[870/882] Compiling a_dup.cc
[871/882] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[872/882] Write sources
[873/882] Compiling a_d2i_fp.cc
[874/882] Write sources
[876/882] Compiling a_mbstr.cc
[877/882] Compiling a_gentm.cc
[878/882] Compiling a_int.cc
[879/882] Compiling a_bool.cc
[880/909] Compiling aes.cc
[881/925] Compiling a_bitstr.cc
[883/925] Compiling Algorithms Combinations.swift
[884/925] Compiling Algorithms Compacted.swift
[885/927] Compiling Atomics ManagedAtomic.swift
[886/927] Compiling Atomics ManagedAtomicLazyReference.swift
[887/927] Compiling Atomics AtomicMemoryOrderings.swift
[888/927] Compiling Atomics DoubleWord.swift
[889/935] Compiling Algorithms AdjacentPairs.swift
[890/935] Compiling Algorithms Chain.swift
[891/935] Compiling Algorithms Chunked.swift
[892/935] Compiling Atomics IntegerOperations.swift
[893/935] Compiling Atomics Unmanaged extensions.swift
[894/935] Compiling Algorithms Split.swift
[895/935] Compiling Algorithms Stride.swift
[896/935] Compiling Algorithms Suffix.swift
[898/938] Compiling Algorithms Reductions.swift
[899/938] Compiling Algorithms Rotate.swift
[901/938] Compiling Algorithms Cycle.swift
[902/938] Compiling Algorithms EitherSequence.swift
[903/938] Compiling Algorithms FirstNonNil.swift
[904/938] Compiling Algorithms FlattenCollection.swift
[905/938] Compiling Algorithms Grouped.swift
[906/938] Compiling Algorithms Indexed.swift
[907/938] Compiling Algorithms Intersperse.swift
[911/938] Compiling Algorithms Partition.swift
[914/938] Compiling Algorithms Trim.swift
[915/938] Compiling Algorithms Unique.swift
[916/938] Compiling Algorithms Windows.swift
[919/938] Emitting module Atomics
[927/1000] Compiling NIOCore AddressedEnvelope.swift
[928/1000] Compiling NIOCore AsyncAwaitSupport.swift
[929/1000] Compiling NIOCore AsyncChannel.swift
[930/1000] Compiling NIOCore AsyncChannelHandler.swift
[931/1000] Emitting module Algorithms
[932/1000] Emitting module CryptoBoringWrapper
[933/1001] Compiling CryptoBoringWrapper RandomBytes.swift
[935/1001] Compiling CryptoBoringWrapper EllipticCurve.swift
[936/1001] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[937/1001] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[938/1001] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[939/1001] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[940/1001] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[942/1073] Compiling Crypto ASN1Boolean.swift
[943/1073] Compiling Crypto HPKE-Errors.swift
[944/1073] Compiling Crypto HPKE.swift
[945/1073] Compiling Crypto HPKE-Context.swift
[946/1073] Compiling Crypto HPKE-KeySchedule.swift
[947/1073] Compiling Crypto HPKE-Modes.swift
[948/1073] Compiling Crypto Insecure.swift
[949/1073] Compiling Crypto Insecure_HashFunctions.swift
[950/1073] Compiling Crypto KEM.swift
[951/1081] Compiling Crypto ECDH_boring.swift
[952/1081] Compiling Crypto DH.swift
[953/1081] Compiling Crypto ECDH.swift
[954/1081] Compiling Crypto HKDF.swift
[955/1081] Compiling Crypto AESWrap.swift
[956/1081] Compiling Crypto AESWrap_boring.swift
[957/1081] Compiling Crypto Ed25519_boring.swift
[958/1081] Compiling Crypto NISTCurvesKeys_boring.swift
[959/1081] Compiling Crypto X25519Keys_boring.swift
[960/1081] Compiling Crypto AES-GCM.swift
[961/1081] Compiling Crypto AES-GCM_boring.swift
[962/1081] Compiling Crypto ChaChaPoly_boring.swift
[963/1081] Compiling Crypto ChaChaPoly.swift
[964/1081] Compiling Crypto Cipher.swift
[965/1081] Compiling Crypto Nonces.swift
[966/1081] Compiling Crypto ASN1.swift
[967/1081] Compiling Crypto ASN1Any.swift
[968/1081] Compiling Crypto ASN1BitString.swift
[969/1081] Emitting module Crypto
[997/1091] Compiling Crypto Curve25519.swift
[998/1091] Compiling Crypto Ed25519Keys.swift
[999/1091] Compiling Crypto NISTCurvesKeys.swift
[1000/1091] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1001/1091] Compiling NIOCore SocketAddresses.swift
[1002/1091] Compiling NIOCore SocketOptionProvider.swift
[1003/1091] Compiling NIOCore SystemCallHelpers.swift
[1004/1091] Compiling NIOCore TimeAmount+Duration.swift
[1005/1091] Compiling NIOCore TypeAssistedChannelHandler.swift
[1006/1091] Compiling NIOCore UniversalBootstrapSupport.swift
[1007/1091] Compiling NIOCore Utilities.swift
[1008/1091] Compiling Crypto X25519Keys.swift
[1009/1091] Compiling Crypto SymmetricKeys.swift
[1010/1091] Compiling Crypto HMAC.swift
[1011/1091] Compiling Crypto MACFunctions.swift
[1012/1091] Compiling Crypto MessageAuthenticationCode.swift
[1013/1091] Compiling Crypto AES.swift
[1014/1091] Compiling Crypto ECDSASignature_boring.swift
[1015/1091] Compiling Crypto ECDSA_boring.swift
[1016/1091] Compiling Crypto EdDSA_boring.swift
[1017/1091] Compiling Crypto ECDSA.swift
[1018/1091] Compiling Crypto HPKE-AEAD.swift
[1019/1091] Compiling Crypto HPKE-Ciphersuite.swift
[1020/1091] Compiling Crypto HPKE-KDF.swift
[1021/1091] Compiling Crypto HPKE-KexKeyDerivation.swift
[1022/1091] Compiling Crypto HPKE-LabeledExtract.swift
[1023/1091] Compiling Crypto HPKE-Utils.swift
[1024/1091] Compiling Crypto DHKEM.swift
[1025/1091] Compiling Crypto HPKE-KEM-Curve25519.swift
[1026/1091] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1027/1091] Compiling Crypto HPKE-KEM.swift
[1028/1091] Compiling Crypto PKCS8PrivateKey.swift
[1029/1091] Compiling Crypto SEC1PrivateKey.swift
[1030/1091] Compiling Crypto SubjectPublicKeyInfo.swift
[1031/1091] Compiling Crypto CryptoError_boring.swift
[1032/1091] Compiling Crypto CryptoKitErrors.swift
[1033/1091] Compiling Crypto Digest_boring.swift
[1034/1091] Compiling Crypto Digest.swift
[1035/1091] Compiling Crypto Digests.swift
[1036/1091] Compiling Crypto HashFunctions.swift
[1037/1091] Compiling Crypto HashFunctions_SHA2.swift
[1046/1091] Compiling Crypto ECDSASignature.swift
[1047/1091] Compiling Crypto PEMDocument.swift
[1048/1091] Compiling Crypto Ed25519.swift
[1049/1091] Compiling Crypto Signature.swift
[1050/1091] Compiling Crypto CryptoKitErrors_boring.swift
[1051/1091] Compiling Crypto RNG_boring.swift
[1052/1091] Compiling Crypto SafeCompare_boring.swift
[1053/1091] Compiling Crypto Zeroization_boring.swift
[1054/1091] Compiling Crypto PrettyBytes.swift
[1055/1091] Compiling Crypto SafeCompare.swift
[1056/1091] Compiling Crypto SecureBytes.swift
[1057/1091] Compiling Crypto Zeroization.swift
[1059/1092] Emitting module NIOCore
[1094/1145] Emitting module NIOEmbedded
[1095/1145] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1096/1145] Compiling NIOEmbedded AsyncTestingChannel.swift
[1097/1145] Compiling NIOEmbedded Embedded.swift
[1099/1146] Emitting module NIOPosix
[1100/1152] Compiling NIOPosix BSDSocketAPICommon.swift
[1101/1152] Compiling NIOPosix BSDSocketAPIPosix.swift
[1102/1152] Compiling NIOPosix BSDSocketAPIWindows.swift
[1103/1152] Compiling NIOPosix BaseSocket.swift
[1104/1152] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1105/1152] Compiling NIOPosix BaseSocketChannel.swift
[1106/1152] Compiling NIOPosix BaseStreamSocketChannel.swift
[1107/1152] Compiling NIOPosix ThreadPosix.swift
[1108/1152] Compiling NIOPosix ThreadWindows.swift
[1109/1152] Compiling NIOPosix UnsafeTransfer.swift
[1110/1152] Compiling NIOPosix Utilities.swift
[1111/1152] Compiling NIOPosix VsockAddress.swift
[1112/1152] Compiling NIOPosix VsockChannelEvents.swift
[1113/1152] Compiling NIOPosix Bootstrap.swift
[1114/1152] Compiling NIOPosix ControlMessage.swift
[1115/1152] Compiling NIOPosix DatagramVectorReadManager.swift
[1116/1152] Compiling NIOPosix Errors+Any.swift
[1117/1152] Compiling NIOPosix FileDescriptor.swift
[1118/1152] Compiling NIOPosix GetaddrinfoResolver.swift
[1119/1152] Compiling NIOPosix HappyEyeballs.swift
[1120/1152] Compiling NIOPosix Socket.swift
[1121/1152] Compiling NIOPosix SocketChannel.swift
[1122/1152] Compiling NIOPosix SocketProtocols.swift
[1123/1152] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1124/1152] Compiling NIOPosix System.swift
[1125/1152] Compiling NIOPosix Thread.swift
[1126/1152] Compiling NIOPosix SelectableEventLoop.swift
[1127/1152] Compiling NIOPosix SelectorEpoll.swift
[1128/1152] Compiling NIOPosix SelectorGeneric.swift
[1129/1152] Compiling NIOPosix SelectorKqueue.swift
[1130/1152] Compiling NIOPosix SelectorUring.swift
[1131/1152] Compiling NIOPosix ServerSocket.swift
[1132/1152] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1133/1152] Compiling NIOPosix NIOThreadPool.swift
[1134/1152] Compiling NIOPosix NonBlockingFileIO.swift
[1135/1152] Compiling NIOPosix PendingDatagramWritesManager.swift
[1136/1152] Compiling NIOPosix PendingWritesManager.swift
[1137/1152] Compiling NIOPosix PipeChannel.swift
[1138/1152] Compiling NIOPosix PipePair.swift
[1139/1152] Compiling NIOPosix Pool.swift
[1140/1152] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1141/1152] Compiling NIOPosix PosixSingletons.swift
[1142/1152] Compiling NIOPosix RawSocketBootstrap.swift
[1143/1152] Compiling NIOPosix Resolver.swift
[1144/1152] Compiling NIOPosix Selectable.swift
[1145/1152] Compiling NIOPosix SelectableChannel.swift
[1146/1152] Compiling NIOPosix IO.swift
[1147/1152] Compiling NIOPosix IntegerBitPacking.swift
[1148/1152] Compiling NIOPosix IntegerTypes.swift
[1149/1152] Compiling NIOPosix Linux.swift
[1150/1152] Compiling NIOPosix LinuxCPUSet.swift
[1151/1152] Compiling NIOPosix LinuxUring.swift
[1152/1152] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1154/1155] Compiling NIO Exports.swift
[1155/1155] Emitting module NIO
[1157/1195] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1158/1196] Compiling NIOTLS TLSEvents.swift
[1159/1196] Compiling NIOSOCKS ServerStateMachine.swift
[1160/1196] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1161/1196] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1162/1196] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1163/1196] Compiling NIOSOCKS SOCKSResponse.swift
[1164/1196] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1165/1196] Emitting module NIOTLS
[1166/1196] Compiling NIOTLS SNIHandler.swift
[1167/1196] Compiling NIOSOCKS ClientStateMachine.swift
[1168/1196] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1169/1196] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1170/1197] Emitting module NIOFoundationCompat
[1171/1197] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1174/1198] Compiling NIOHTTP1 HTTPEncoder.swift
[1175/1198] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1176/1198] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1177/1198] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1178/1198] Emitting module NIOSOCKS
[1179/1198] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1180/1198] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1181/1198] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1182/1198] Compiling NIOHTTP1 HTTPDecoder.swift
[1188/1201] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1189/1201] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1190/1243] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1191/1243] Compiling NIOSSL SSLCertificate.swift
[1192/1252] Emitting module NIOTransportServices
[1193/1254] Compiling NIOTransportServices StateManagedChannel.swift
[1194/1254] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1195/1254] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1196/1254] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1197/1254] Compiling NIOTransportServices NIOTSSingletons.swift
[1198/1254] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1199/1254] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1200/1254] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1201/1254] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1202/1254] Compiling NIOTransportServices NIOTSBootstraps.swift
[1203/1254] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1205/1254] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1206/1254] Compiling NIOTransportServices NIOTSErrors.swift
[1207/1254] Compiling NIOTransportServices NIOTSEventLoop.swift
[1208/1254] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1209/1254] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1210/1254] Compiling NIOTransportServices AcceptHandler.swift
[1211/1254] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1212/1254] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1213/1254] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1214/1254] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1215/1254] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1223/1255] Emitting module NIOHTTP1
[1228/1274] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1229/1274] Compiling NIOHPACK IntegerCoding.swift
[1230/1275] Emitting module NIOHTTPCompression
[1231/1275] Compiling NIOHPACK DynamicHeaderTable.swift
[1232/1275] Compiling NIOHPACK HPACKDecoder.swift
[1233/1275] Compiling NIOHPACK HPACKHeader.swift
[1234/1275] Compiling NIOHPACK HeaderTables.swift
[1235/1279] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1236/1279] Compiling NIOHPACK IndexedHeaderTable.swift
[1237/1279] Compiling NIOHTTPCompression HTTPCompression.swift
[1238/1279] Compiling NIOHTTPCompression HTTPDecompression.swift
[1241/1279] Emitting module NIOSSL
[1242/1279] Compiling NIOHPACK HuffmanTables.swift
[1243/1279] Compiling NIOHPACK StaticHeaderTable.swift
[1244/1279] Compiling NIOSSL SubjectAlternativeName.swift
[1245/1279] Compiling NIOSSL NIOSSLSecureBytes.swift
[1246/1279] Compiling NIOSSL RNG.swift
[1247/1279] Compiling NIOSSL SafeCompare.swift
[1251/1279] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1252/1279] Emitting module NIOHPACK
[1253/1279] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1254/1279] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1255/1280] Compiling NIOHPACK HuffmanCoding.swift
[1256/1280] Compiling NIOHPACK HPACKEncoder.swift
[1257/1280] Compiling NIOHPACK HPACKErrors.swift
[1278/1341] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1279/1341] Compiling NIOHTTP2 HTTP2PingData.swift
[1280/1341] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1281/1341] Compiling NIOHTTP2 HTTP2Settings.swift
[1283/1342] Emitting module NIOHTTP2
[1284/1342] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1285/1342] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1286/1342] Compiling NIOHTTP2 MayReceiveFrames.swift
[1287/1342] Compiling NIOHTTP2 ReceivingDataState.swift
[1288/1342] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1289/1342] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1290/1342] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1291/1342] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1292/1342] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1293/1350] Compiling NIOHTTP2 MaySendFrames.swift
[1294/1350] Compiling NIOHTTP2 SendingDataState.swift
[1295/1350] Compiling NIOHTTP2 SendingGoawayState.swift
[1296/1350] Compiling NIOHTTP2 SendingHeadersState.swift
[1297/1350] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1298/1350] Compiling NIOHTTP2 SendingRstStreamState.swift
[1299/1350] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1300/1350] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1301/1350] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1302/1350] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1303/1350] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1304/1350] Compiling NIOHTTP2 HTTP2StreamID.swift
[1305/1350] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1306/1350] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1307/1350] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1308/1350] Compiling NIOHTTP2 InboundEventBuffer.swift
[1309/1350] Compiling NIOHTTP2 InboundWindowManager.swift
[1310/1350] Compiling NIOHTTP2 HTTP2Frame.swift
[1311/1350] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1316/1350] Compiling NIOHTTP2 HTTP2Stream.swift
[1317/1350] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1318/1350] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1319/1350] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1320/1350] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1321/1350] Compiling NIOHTTP2 StreamChannelList.swift
[1322/1350] Compiling NIOHTTP2 StreamMap.swift
[1323/1350] Compiling NIOHTTP2 StreamStateMachine.swift
[1324/1350] Compiling NIOHTTP2 UnsafeTransfer.swift
[1325/1350] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1326/1350] Compiling NIOHTTP2 DOSHeuristics.swift
[1327/1350] Compiling NIOHTTP2 Error+Any.swift
[1328/1350] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1329/1350] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1330/1350] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1331/1350] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1332/1350] Compiling NIOHTTP2 GlitchesMonitor.swift
[1333/1350] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1334/1350] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1335/1350] Compiling NIOHTTP2 HasLocalSettings.swift
[1336/1350] Compiling NIOHTTP2 HasRemoteSettings.swift
[1337/1350] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1338/1350] Compiling NIOHTTP2 QuiescingState.swift
[1339/1350] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1340/1350] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1341/1350] Compiling NIOHTTP2 StateMachineResult.swift
[1342/1350] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1343/1350] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1344/1350] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1345/1350] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1346/1350] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1347/1350] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1348/1350] Compiling NIOHTTP2 HTTP2Error.swift
[1349/1350] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1350/1350] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1352/1411] Emitting module AsyncHTTPClient
[1353/1419] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1354/1419] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1355/1419] Compiling AsyncHTTPClient Transaction.swift
[1356/1419] Compiling AsyncHTTPClient Base64.swift
[1357/1419] Compiling AsyncHTTPClient BasicAuth.swift
[1358/1419] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1359/1419] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1360/1419] Compiling AsyncHTTPClient ConnectionPool.swift
[1361/1419] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1362/1419] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1363/1419] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1364/1419] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1365/1419] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1366/1419] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1367/1419] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1368/1419] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1369/1419] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1370/1419] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1371/1419] Compiling AsyncHTTPClient RequestBag.swift
[1372/1419] Compiling AsyncHTTPClient RequestValidation.swift
[1373/1419] Compiling AsyncHTTPClient SSLContextCache.swift
[1374/1419] Compiling AsyncHTTPClient Scheme.swift
[1375/1419] Compiling AsyncHTTPClient Singleton.swift
[1376/1419] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1377/1419] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1378/1419] Compiling AsyncHTTPClient Utils.swift
[1379/1419] Compiling AsyncHTTPClient HTTPHandler.swift
[1380/1419] Compiling AsyncHTTPClient LRUCache.swift
[1381/1419] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1382/1419] Compiling AsyncHTTPClient NWErrorHandler.swift
[1383/1419] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1384/1419] Compiling AsyncHTTPClient TLSConfiguration.swift
[1385/1419] Compiling AsyncHTTPClient RedirectState.swift
[1386/1419] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1387/1419] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1388/1419] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1389/1419] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1390/1419] Compiling AsyncHTTPClient HTTP1Connection.swift
[1391/1419] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1392/1419] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1393/1419] Compiling AsyncHTTPClient HTTP2Connection.swift
[1394/1419] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1395/1419] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1396/1419] Compiling AsyncHTTPClient ConnectionTarget.swift
[1397/1419] Compiling AsyncHTTPClient DeconstructedURL.swift
[1398/1419] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1399/1419] Compiling AsyncHTTPClient FoundationExtensions.swift
[1400/1419] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1401/1419] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1402/1419] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1403/1419] Compiling AsyncHTTPClient HTTPClient.swift
[1404/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1405/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1406/1419] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1407/1419] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1408/1419] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1409/1419] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1410/1419] Compiling AsyncHTTPClient RequestBodyLength.swift
[1411/1419] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1412/1419] Compiling AsyncHTTPClient RequestOptions.swift
[1413/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1414/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1415/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1416/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1417/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1418/1419] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1419/1419] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1421/1474] Compiling Uploadcare VideoConversionJobSettings.swift
[1422/1474] Compiling Uploadcare BatchFilesOperationResponse.swift
[1423/1474] Compiling Uploadcare ConvertDocumentsResponse.swift
[1424/1474] Compiling Uploadcare CopyFileToLocalStorageResponse.swift
[1425/1474] Compiling Uploadcare CopyFileToRemoteStorageResponse.swift
[1426/1474] Compiling Uploadcare ExecuteAddonResponse.swift
[1427/1474] Compiling Uploadcare ExecuteAddonStatusResponse.swift
[1428/1481] Compiling Uploadcare ConversionOptions.swift
[1429/1481] Compiling Uploadcare ConvertDocumentJobStatus.swift
[1430/1481] Compiling Uploadcare ConvertRequestData.swift
[1431/1481] Compiling Uploadcare ConvertVideoJobStatus.swift
[1432/1481] Compiling Uploadcare DocumentConversionJob.swift
[1433/1481] Compiling Uploadcare DocumentConversionJobSettings.swift
[1434/1481] Compiling Uploadcare VideoConversionJob.swift
[1435/1481] Compiling Uploadcare RESTAPIError.swift
[1436/1481] Compiling Uploadcare VideoInfo.swift
[1437/1481] Compiling Uploadcare VideoMetadata.swift
[1438/1481] Compiling Uploadcare UploadError.swift
[1439/1481] Compiling Uploadcare UploadFromURLTask.swift
[1440/1481] Compiling Uploadcare UploadSignature.swift
[1441/1481] Compiling Uploadcare UploadTask.swift
[1442/1481] 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
[1443/1481] 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
[1444/1481] 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
[1445/1481] 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
[1446/1481] 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
[1447/1481] 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
[1448/1481] 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
[1449/1481] 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
[1450/1481] 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
[1451/1481] Compiling Uploadcare Data+ToString.swift
[1452/1481] Compiling Uploadcare String+Hash.swift
[1453/1481] Compiling Uploadcare AudioMetadata.swift
[1454/1481] Compiling Uploadcare GeoLocation.swift
[1455/1481] Compiling Uploadcare ImageInfo.swift
[1456/1481] Compiling Uploadcare Mime.swift
[1457/1481] Compiling Uploadcare Collaborator.swift
[1458/1481] Compiling Uploadcare ContentInfo.swift
[1459/1481] Compiling Uploadcare Project.swift
[1460/1481] Compiling Uploadcare Webhook.swift
[1461/1481] Compiling Uploadcare ClamAVAddonExecutionParams.swift
[1462/1481] Compiling Uploadcare RemoveBGAddonExecutionParams.swift
[1463/1481] Compiling Uploadcare AWSRekognitionDetectLabels.swift
[1464/1481] Compiling Uploadcare AppData.swift
[1465/1481] Compiling Uploadcare RemoveBg.swift
[1466/1481] Compiling Uploadcare UCClamavVirusScan.swift
[1467/1481] 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 {
[1468/1481] 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 {
[1469/1481] 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 {
[1470/1481] 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 {
[1471/1481] 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 {
[1472/1481] 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 {
[1473/1481] 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 {
[1474/1481] 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 | }
[1475/1481] 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 | }
[1476/1481] 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 | }
[1477/1481] 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 | }
[1478/1481] 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 | }
[1479/1481] 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 | }
[1480/1481] 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 | }
[1481/1481] 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 | }
[1483/1499] Compiling UploadcareWidget OpenPathView.swift
[1484/1499] Compiling UploadcareWidget SelectFileView.swift
[1485/1499] Compiling UploadcareWidget FilesListViewModel.swift
[1486/1499] Compiling UploadcareWidget ActivityIndicator.swift
[1487/1499] Compiling UploadcareWidget GridView.swift
[1488/1499] Compiling UploadcareWidget ImagePicker.swift
[1489/1501] Compiling UploadcareWidget AsyncImage.swift
[1490/1501] Compiling UploadcareWidget FilesListView.swift
[1491/1501] Emitting module UploadcareWidget
[1492/1501] Compiling UploadcareWidget WevView.swift
[1493/1501] Compiling UploadcareWidget resource_bundle_accessor.swift
[1494/1501] Compiling UploadcareWidget SelectSourceView.swift
[1495/1501] Compiling UploadcareWidget Utils.swift
[1496/1501] Compiling UploadcareWidget SelectedFile.swift
[1497/1501] Compiling UploadcareWidget SocialSource.swift
[1498/1501] Compiling UploadcareWidget MultipartRequestBuilder.swift
[1499/1501] Compiling UploadcareWidget ImageCache.swift
[1500/1501] Compiling UploadcareWidget ImageLoader.swift
[1501/1501] Compiling UploadcareWidget FilesListModels.swift
Build complete! (167.41s)
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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.