The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Uploadcare, reference 0.14.0 (c986c3), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 15:42:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uploadcare/uploadcare-swift.git
Reference: 0.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uploadcare/uploadcare-swift
 * tag               0.14.0     -> FETCH_HEAD
HEAD is now at c986c38 Update REST API.md (#133)
Cloned https://github.com/uploadcare/uploadcare-swift.git
Revision (git rev-parse @):
c986c38ba1a4c824a2e5a3b066083e059edc6aea
SUCCESS checkout https://github.com/uploadcare/uploadcare-swift.git at 0.14.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "uploadcare-swift",
      "name": "Uploadcare",
      "url": "https://github.com/uploadcare/uploadcare-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/uploadcare-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/uploadcare/uploadcare-swift.git
[1/6771] Fetching uploadcare-swift
Fetched https://github.com/uploadcare/uploadcare-swift.git from cache (2.26s)
Creating working copy for https://github.com/uploadcare/uploadcare-swift.git
Working copy of https://github.com/uploadcare/uploadcare-swift.git resolved at 0.14.0 (c986c38)
warning: '.resolve-product-dependencies': dependency 'uploadcare-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/uploadcare/uploadcare-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[2/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/60] Emitting module Uploadcare
[7/66] Compiling Uploadcare UploadedFilesGroup.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 62 | 		self.filesCount = filesCount
 63 | 		self.cdnUrl = cdnUrl
/Users/admin/builder/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
202 | 			filesCount: \(filesCount)
203 | 			cdnUrl: \(cdnUrl)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/66] Compiling Uploadcare StartMulipartUploadResponse.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 62 | 		self.filesCount = filesCount
 63 | 		self.cdnUrl = cdnUrl
/Users/admin/builder/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
202 | 			filesCount: \(filesCount)
203 | 			cdnUrl: \(cdnUrl)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[9/66] Compiling Uploadcare UploadFromURLResponse.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 62 | 		self.filesCount = filesCount
 63 | 		self.cdnUrl = cdnUrl
/Users/admin/builder/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
202 | 			filesCount: \(filesCount)
203 | 			cdnUrl: \(cdnUrl)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/66] Compiling Uploadcare UploadFromURLStatus.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 62 | 		self.filesCount = filesCount
 63 | 		self.cdnUrl = cdnUrl
/Users/admin/builder/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
202 | 			filesCount: \(filesCount)
203 | 			cdnUrl: \(cdnUrl)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/66] Compiling Uploadcare RequestManager.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 62 | 		self.filesCount = filesCount
 63 | 		self.cdnUrl = cdnUrl
/Users/admin/builder/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
202 | 			filesCount: \(filesCount)
203 | 			cdnUrl: \(cdnUrl)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[12/66] Compiling Uploadcare resource_bundle_accessor.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 62 | 		self.filesCount = filesCount
 63 | 		self.cdnUrl = cdnUrl
/Users/admin/builder/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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
202 | 			filesCount: \(filesCount)
203 | 			cdnUrl: \(cdnUrl)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[13/66] Compiling Uploadcare CopyFileToLocalStorageResponse.swift
[14/66] Compiling Uploadcare CopyFileToRemoteStorageResponse.swift
[15/66] Compiling Uploadcare ExecuteAddonResponse.swift
[16/66] Compiling Uploadcare ExecuteAddonStatusResponse.swift
[17/66] Compiling Uploadcare RESTAPIError.swift
[18/66] Compiling Uploadcare VideoInfo.swift
[19/66] Compiling Uploadcare RemoveBg.swift
[20/66] Compiling Uploadcare UCClamavVirusScan.swift
[21/66] Compiling Uploadcare ConversionOptions.swift
[22/66] Compiling Uploadcare ConvertDocumentJobStatus.swift
[23/66] Compiling Uploadcare ConvertRequestData.swift
[24/66] Compiling Uploadcare ConvertVideoJobStatus.swift
[25/66] Compiling Uploadcare ImageInfo.swift
[26/66] Compiling Uploadcare Mime.swift
[27/66] Compiling Uploadcare Collaborator.swift
[28/66] Compiling Uploadcare ContentInfo.swift
[29/66] Compiling Uploadcare DocumentInfo.swift
[30/66] Compiling Uploadcare File.swift
[31/66] Compiling Uploadcare DocumentConversionJob.swift
[32/66] Compiling Uploadcare DocumentConversionJobSettings.swift
[33/66] Compiling Uploadcare VideoConversionJob.swift
[34/66] Compiling Uploadcare VideoConversionJobSettings.swift
[35/66] Compiling Uploadcare BatchFilesOperationResponse.swift
[36/66] Compiling Uploadcare ConvertDocumentsResponse.swift
[37/66] Compiling Uploadcare FileInfoQuery.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 60 | 		self.filesCount = filesCount
 61 | 		self.cdnUrl = cdnUrl
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[38/66] Compiling Uploadcare FilesList.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 60 | 		self.filesCount = filesCount
 61 | 		self.cdnUrl = cdnUrl
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[39/66] Compiling Uploadcare Group.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 60 | 		self.filesCount = filesCount
 61 | 		self.cdnUrl = cdnUrl
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[40/66] Compiling Uploadcare GroupsList.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 60 | 		self.filesCount = filesCount
 61 | 		self.cdnUrl = cdnUrl
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[41/66] Compiling Uploadcare GroupsListQuery.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 60 | 		self.filesCount = filesCount
 61 | 		self.cdnUrl = cdnUrl
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[42/66] Compiling Uploadcare PaginationQuery.swift
/Users/admin/builder/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. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 60 | 		self.filesCount = filesCount
 61 | 		self.cdnUrl = cdnUrl
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[43/66] Compiling Uploadcare VideoMetadata.swift
[44/66] Compiling Uploadcare UploadError.swift
[45/66] Compiling Uploadcare UploadFromURLTask.swift
[46/66] Compiling Uploadcare UploadSignature.swift
[47/66] Compiling Uploadcare UploadTask.swift
[48/66] Compiling Uploadcare UploadedFile.swift
[49/66] Compiling Uploadcare Project.swift
[50/66] Compiling Uploadcare Webhook.swift
[51/66] Compiling Uploadcare ClamAVAddonExecutionParams.swift
[52/66] Compiling Uploadcare RemoveBGAddonExecutionParams.swift
[53/66] Compiling Uploadcare AWSRekognitionDetectLabels.swift
[54/66] Compiling Uploadcare AppData.swift
[55/66] Compiling Uploadcare APIStore.swift
[56/66] Compiling Uploadcare BackgroundSessionManager.swift
[57/66] Compiling Uploadcare Constants.swift
[58/66] Compiling Uploadcare MultipartRequestBuilder.swift
[59/66] Compiling Uploadcare UploadAPI.swift
[60/66] Compiling Uploadcare Uploadcare+Addons.swift
[61/66] Compiling Uploadcare Uploadcare.swift
[62/66] Compiling Uploadcare Utils.swift
[63/66] Compiling Uploadcare Data+ToString.swift
[64/66] Compiling Uploadcare String+Hash.swift
[65/66] Compiling Uploadcare AudioMetadata.swift
[66/66] Compiling Uploadcare GeoLocation.swift
[67/84] Compiling UploadcareWidget WevView.swift
[68/84] Compiling UploadcareWidget OpenPathView.swift
[69/84] Compiling UploadcareWidget SelectFileView.swift
[70/85] Compiling UploadcareWidget resource_bundle_accessor.swift
[71/85] Compiling UploadcareWidget AsyncImage.swift
[72/85] Compiling UploadcareWidget FilesListView.swift
[73/85] Compiling UploadcareWidget FilesListViewModel.swift
[74/85] Compiling UploadcareWidget ActivityIndicator.swift
[75/85] Compiling UploadcareWidget SelectSourceView.swift
[76/85] Compiling UploadcareWidget Utils.swift
[77/85] Compiling UploadcareWidget SocialSource.swift
[78/85] Compiling UploadcareWidget MultipartRequestBuilder.swift
[79/85] Emitting module UploadcareWidget
[80/85] Compiling UploadcareWidget FilesListModels.swift
[81/85] Compiling UploadcareWidget SelectedFile.swift
[82/85] Compiling UploadcareWidget ImageCache.swift
[83/85] Compiling UploadcareWidget ImageLoader.swift
[84/85] Compiling UploadcareWidget GridView.swift
[85/85] Compiling UploadcareWidget ImagePicker.swift
Build complete! (10.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Uploadcare",
  "name" : "Uploadcare",
  "path" : "/Users/admin/builder/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"
        ]
      }
    },
    {
      "name" : "UploadcareWidget",
      "targets" : [
        "UploadcareWidget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UploadcareWidget",
      "module_type" : "SwiftTarget",
      "name" : "UploadcareWidget",
      "path" : "Sources/UploadcareWidget",
      "product_memberships" : [
        "UploadcareWidget"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/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_memberships" : [
        "Uploadcare",
        "UploadcareWidget"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/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"
}
Done.