The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CrowdinSDK, reference master (b6a1ed), with Swift 6.0 for macOS (SPM) on 30 Apr 2026 16:54:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/crowdin/mobile-sdk-ios.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crowdin/mobile-sdk-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b6a1ed2 chore: version 1.16.0 [ci-skip] (#396)
Cloned https://github.com/crowdin/mobile-sdk-ios.git
Revision (git rev-parse @):
b6a1ed20543ea9931ce2925a174008a0b723fbd5
SUCCESS checkout https://github.com/crowdin/mobile-sdk-ios.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/crowdin/mobile-sdk-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/34] Emitting module Starscream
[8/36] Compiling Starscream Transport.swift
[9/36] Compiling Starscream resource_bundle_accessor.swift
[10/36] Compiling Starscream Engine.swift
[11/36] Compiling Starscream NativeEngine.swift
[12/36] Compiling Starscream FoundationTransport.swift
[13/36] Compiling Starscream TCPTransport.swift
[14/36] Compiling Starscream Security.swift
[15/36] Compiling Starscream Server.swift
[16/36] Compiling Starscream StringHTTPHandler.swift
[17/36] Compiling Starscream FoundationSecurity.swift
[18/36] Compiling Starscream Framer.swift
[19/36] Compiling Starscream HTTPHandler.swift
[20/36] Compiling Starscream FoundationHTTPServerHandler.swift
[21/36] Compiling Starscream FrameCollector.swift
[22/36] Compiling Starscream Compression.swift
[23/36] Compiling Starscream WSCompression.swift
[24/36] Compiling Starscream Data+Extensions.swift
[25/36] Compiling Starscream WebSocketServer.swift
[26/36] Compiling Starscream WebSocket.swift
[27/36] Compiling Starscream WSEngine.swift
[28/36] Compiling Starscream FoundationHTTPHandler.swift
[29/36] Compiling BaseAPI RequestHeaderFields.swift
[30/36] Compiling BaseAPI RequestMethod.swift
[31/36] Compiling BaseAPI ResponsetHeaderFields.swift
[32/36] Compiling BaseAPI URLSession.swift
[33/36] Compiling BaseAPI CharacterSet.swift
[34/36] Compiling BaseAPI BaseAPI.swift
[35/36] Emitting module BaseAPI
[36/36] Compiling BaseAPI Request.swift
[37/178] Compiling CrowdinSDK CrowdinContentDeliveryAPI.swift
[38/178] Compiling CrowdinSDK ManifestResponse+CustomLangugage.swift
[39/178] Compiling CrowdinSDK ManifestResponse.swift
[40/178] Compiling CrowdinSDK DataParser.swift
[41/178] Compiling CrowdinSDK XMLParser.swift
[42/178] Compiling CrowdinSDK CrowdinAPI.swift
[43/178] Compiling CrowdinSDK DistributionsAPI.swift
[44/178] Compiling CrowdinSDK DistributionsResponse.swift
[45/178] Compiling CrowdinSDK LoginAPI.swift
[46/178] Compiling CrowdinSDK RefreshTokenRequest.swift
[47/178] Compiling CrowdinSDK TokenRequest.swift
[48/178] Compiling CrowdinSDK TokenResponse.swift
[49/178] Compiling CrowdinSDK ProjectsDownloadFileResponse.swift
[50/178] Compiling CrowdinSDK ProjectsFilesListResponse.swift
[51/178] Compiling CrowdinSDK ProjectsAPI.swift
[52/178] Compiling CrowdinSDK CreateScreenshotRequest.swift
[53/193] Emitting module CrowdinSDK
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[54/193] Compiling CrowdinSDK UserDefaultsETagStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[55/193] Compiling CrowdinSDK CrowdinPluralsDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[56/193] Compiling CrowdinSDK CrowdinStringsDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[57/193] Compiling CrowdinSDK CrowdinXcstringsDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[58/193] Compiling CrowdinSDK CrowdinXliffDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[59/193] Compiling CrowdinSDK FileTimestampStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[60/193] Compiling CrowdinSDK ManifestManager+LanguageResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[61/193] Compiling CrowdinSDK ManifestManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[62/193] Compiling CrowdinSDK CrowdinMappingDownloader.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[63/193] Compiling CrowdinSDK CrowdinMappingManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[64/193] Compiling CrowdinSDK CrowdinPluralsMappingDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[65/193] Compiling CrowdinSDK CrowdinStringsMappingDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[66/193] Compiling CrowdinSDK CrowdinXliffMappingDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[67/193] Compiling CrowdinSDK AsyncOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[68/193] Compiling CrowdinSDK BlockAsyncOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift:10:7: warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var timestamp: TimeInterval?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift:244:7: warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
242 | }
243 |
244 | class CrowdinXcstringsDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXcstringsDownloadOperation' must restate inherited '@unchecked Sendable' conformance
245 |     var timestamp: TimeInterval?
246 |     let eTagStorage: AnyEtagStorage
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift:71:7: warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 69 | }
 70 |
 71 | class CrowdinXliffDownloadOperation: CrowdinDownloadOperation {
    |       `- warning: class 'CrowdinXliffDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 72 |     var completion: CrowdinXliffDownloadOperationCompletion? = nil
 73 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinPluralsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinPluralsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var plurals: [AnyHashable: Any]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift:10:7: warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinStringsMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinStringsMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift:10:7: warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class CrowdinXliffMappingDownloadOperation: CrowdinDownloadOperation {
   |       `- warning: class 'CrowdinXliffMappingDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var completion: (([String: String]?, [AnyHashable: Any]?, Error?) -> Void)? = nil
12 |     var strings: [String: String]?
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/BlockAsyncOperation.swift:16:7: warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
14 | }
15 |
16 | class BlockAsyncOperation: AsyncOperation, AnyBlockOperation {
   |       `- warning: class 'BlockAsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |     var block: () -> Void
18 |     required init(block: @escaping () -> Void) {
[69/193] Compiling CrowdinSDK ReadWriteProtocol.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[70/193] Compiling CrowdinSDK SystemFolder.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[71/193] Compiling CrowdinSDK Constants.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[72/193] Compiling CrowdinSDK CrowdinControl.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[73/193] Compiling CrowdinSDK CrowdinLanguage.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[74/193] Compiling CrowdinSDK CrowdinSDK+Version.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[75/193] Compiling CrowdinSDK CrowdinSDK.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[76/193] Compiling CrowdinSDK CrowdinSDKConfig.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[77/193] Compiling CrowdinSDK CrowdinTester.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[78/193] Compiling CrowdinSDK Bundle+Application.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[79/193] Compiling CrowdinSDK Bundle+Crowdin.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[80/193] Compiling CrowdinSDK Bundle+Language.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[81/193] Compiling CrowdinSDK Bundle+Swizzle.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[82/193] Compiling CrowdinSDK Dictionary.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[83/193] Compiling CrowdinSDK Label+Swizzle.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[84/193] Compiling CrowdinSDK Locale.swift
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeScreenshotFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeRealtimeUpdatesFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'stopRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeIntervalUpdateFeature'
<unknown>:0: warning: no method declared with Objective-C selector 'initializeSettings'
<unknown>:0: warning: no method declared with Objective-C selector 'setupLogin'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[85/193] Compiling CrowdinSDK RUFilesDownloader.swift
[86/193] Compiling CrowdinSDK RULocalLocalizationStorage.swift
[87/193] Compiling CrowdinSDK RURemoteLocalizationStorage.swift
[88/193] Compiling CrowdinSDK RealtimeUpdateFeature.swift
[89/193] Compiling CrowdinSDK Refreshable.swift
[90/193] Compiling CrowdinSDK ActionRequest.swift
[91/193] Compiling CrowdinSDK TopSuggestionResponse.swift
[92/193] Compiling CrowdinSDK UpdateDraftResponse.swift
[93/193] Compiling CrowdinSDK SocketAPI.swift
[94/193] Compiling CrowdinSDK CrowdinSDK+RefreshLocalization.swift
[95/193] Compiling CrowdinSDK RefreshLocalizationFeature.swift
[96/193] Compiling CrowdinSDK CGRect+Validation.swift
[97/193] Compiling CrowdinSDK CrowdinSDK+Screenshots.swift
[98/193] Compiling CrowdinSDK CrowdinSDKConfig+Screenshots.swift
[99/193] Compiling CrowdinSDK String+Validation.swift
[100/193] Compiling CrowdinSDK UIWindow+KeyWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[101/193] Compiling CrowdinSDK ScreenshotFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[102/193] Compiling CrowdinSDK ScreenshotInformationCollector.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[103/193] Compiling CrowdinSDK ScreenshotProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[104/193] Compiling CrowdinSDK ScreenshotUploader.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[105/193] Compiling CrowdinSDK CrowdinProviderConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[106/193] Compiling CrowdinSDK CrowdinRemoteLocalizationStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[107/193] Compiling CrowdinSDK CrowdinSDK+CrowdinProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[108/193] Compiling CrowdinSDK CrowdinSDK+ReactNative.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[109/193] Compiling CrowdinSDK CrowdinSDKConfig+CrowdinProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[110/193] Compiling CrowdinSDK String+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[111/193] Compiling CrowdinSDK LanguageResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[112/193] Compiling CrowdinSDK CrowdinLocalizationDownloader.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[113/193] Compiling CrowdinSDK ETagStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[114/193] Compiling CrowdinSDK FileEtagStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift:68:49: warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 66 |         // Only update localization if it wasn't explicitly set and if CrowdinSDK has a current localization
 67 |         // or if the current localization is not in the available localizations
 68 |         if let currentLocalization = CrowdinSDK.currentLocalization,
    |                                                 `- warning: 'currentLocalization' is deprecated: Please use setCurrentLocalization(_:completion:) to update localization.
 69 |            self.localizations.contains(currentLocalization) {
 70 |             self.localization = currentLocalization
[115/193] Compiling CrowdinSDK LocalizationStorage.swift
[116/193] Compiling CrowdinSDK RemoteLocalizationStorage.swift
[117/193] Compiling CrowdinSDK AttributeFactory.swift
[118/193] Compiling CrowdinSDK AttributedTextFormatter.swift
[119/193] Compiling CrowdinSDK CrowdinAPILog.swift
[120/193] Compiling CrowdinSDK CrowdinLogsCollector.swift
[121/193] Compiling CrowdinSDK CrowdinSDKConfig+Debug.swift
[122/193] Compiling CrowdinSDK CrowidnLog.swift
[123/193] Compiling CrowdinSDK Data+Extensions.swift
[124/193] Compiling CrowdinSDK LogMessageObserver.swift
[125/193] Compiling CrowdinSDK CrowdinSDK+PlatformsSupport.swift
[126/193] Compiling CrowdinSDK StringParam.swift
[127/193] Compiling CrowdinSDK Typealias.swift
[128/193] Compiling CrowdinSDK Atomic.swift
[129/193] Compiling CrowdinSDK ObjectAssociation.swift
[130/193] Compiling CrowdinSDK CrowdinSDK+IntervalUpdate.swift
[131/193] Compiling CrowdinSDK CrowdinSDKConfig+IntervalUpdate.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[132/193] Compiling CrowdinSDK IntervalUpdateFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[133/193] Compiling CrowdinSDK AccessTokenLoginFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[134/193] Compiling CrowdinSDK AnyLoginFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[135/193] Compiling CrowdinSDK BrowserLoginFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[136/193] Compiling CrowdinSDK CrowdinLoginConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[137/193] Compiling CrowdinSDK Bundle+URLScheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[138/193] Compiling CrowdinSDK CrowdinSDK+Login.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[139/193] Compiling CrowdinSDK CrowdinSDKConfig+Login.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[140/193] Compiling CrowdinSDK CrowdinSocketManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[141/193] Compiling CrowdinSDK CrowdinSDK+ReatimeUpdates.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[142/193] Compiling CrowdinSDK CrowdinSDKConfig+RealtimeUpdates.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[143/193] Compiling CrowdinSDK Label+RealtimeUpdates.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[144/193] Compiling CrowdinSDK NSButton+RealtimeUpdates.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[145/193] Compiling CrowdinSDK UIButton+RealtimeUpdates.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[146/193] Compiling CrowdinSDK FileDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/LoginFeature/BrowserLoginFeature.swift:183:13: warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
181 |         alert.messageText = title
182 |         alert.informativeText = message
183 |         let action = alert.addButton(withTitle: okTitle)
    |             `- warning: initialization of immutable value 'action' was never used; consider replacing with assignment to '_' or removing it
184 |         alert.addButton(withTitle: cancelTitle)
185 |         alert.alertStyle = .warning
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift:10:7: warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
 8 | import Foundation
 9 |
10 | class FileDataDownloadOperation: AsyncOperation {
   |       `- warning: class 'FileDataDownloadOperation' must restate inherited '@unchecked Sendable' conformance
11 |     var fileId: String
12 |     var projectId: String
[147/193] Compiling CrowdinSDK NSButton+Swizzle.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[148/193] Compiling CrowdinSDK NSNotification.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[149/193] Compiling CrowdinSDK String.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[150/193] Compiling CrowdinSDK UIButton+Swizzle.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[151/193] Compiling CrowdinSDK UIView.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[152/193] Compiling CrowdinSDK UIViewController.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[153/193] Compiling CrowdinSDK UIWindow.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[154/193] Compiling CrowdinSDK UserDefaults.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[155/193] Compiling CrowdinSDK CrowdinDownloader.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[156/193] Compiling CrowdinSDK LocalLocalizationExtractor.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[157/193] Compiling CrowdinSDK Localization.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[158/193] Compiling CrowdinSDK LocalizationUpdateObserver.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[159/193] Compiling CrowdinSDK InBundleLocalizationStorage.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[160/193] Compiling CrowdinSDK LocalLocalizationStorage.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[161/193] Compiling CrowdinSDK LocalizationDataSource.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[162/193] Compiling CrowdinSDK LocalizationProvider.swift
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'subscribeForRealtimeUpdates'
<unknown>:0: warning: no method declared with Objective-C selector 'unsubscribeFromRealtimeUpdates'
[163/193] Compiling CrowdinSDK CreateScreenshotResponse.swift
[164/193] Compiling CrowdinSDK CreateScreenshotTagRequest.swift
[165/193] Compiling CrowdinSDK CreateScreenshotTagResponse.swift
[166/193] Compiling CrowdinSDK ScreenshotsListResponse.swift
[167/193] Compiling CrowdinSDK UpdateScreenshotRequest.swift
[168/193] Compiling CrowdinSDK ScreenshotsAPI.swift
[169/193] Compiling CrowdinSDK StorageUploadResponse.swift
[170/193] Compiling CrowdinSDK StorageAPI.swift
[171/193] Compiling CrowdinSDK WebsocketAPI.swift
[172/193] Compiling CrowdinSDK WebsocketTicketCache.swift
[173/193] Compiling CrowdinSDK CrowdinFolder.swift
[174/193] Compiling CrowdinSDK CustomBundle.swift
[175/193] Compiling CrowdinSDK File.swift
[176/193] Compiling CrowdinSDK FileStatus.swift
[177/193] Compiling CrowdinSDK FileType.swift
[178/193] Compiling CrowdinSDK Folder.swift
[179/193] Compiling CrowdinSDK CrowdinDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[180/193] Compiling CrowdinSDK CrowdinSupportedLanguages.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[181/193] Compiling CrowdinSDK CrowdinLogDetailsVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[182/193] Compiling CrowdinSDK CrowdinLogCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[183/193] Compiling CrowdinSDK CrowdinLogCellViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[184/193] Compiling CrowdinSDK CrowdinLogsVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[185/193] Compiling CrowdinSDK Bundle+Module.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[186/193] Compiling CrowdinSDK CrowdinSDK+Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[187/193] Compiling CrowdinSDK CrowdinSDKConfig+Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[188/193] Compiling CrowdinSDK SettingsItemCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[189/193] Compiling CrowdinSDK SettingsItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[190/193] Compiling CrowdinSDK SettingsView+Gesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[191/193] Compiling CrowdinSDK SettingsView+UITableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[192/193] Compiling CrowdinSDK SettingsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[193/193] Compiling CrowdinSDK SettingsWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Providers/Crowdin/Operations/CrowdinDownloadOperation.swift:15:7: warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
13 | }
14 |
15 | class CrowdinDownloadOperation: AsyncOperation, CrowdinDownloadOperationProtocol {
   |       `- warning: class 'CrowdinDownloadOperation' must restate inherited '@unchecked Sendable' conformance
16 |     var filePath: String
17 |     var contentDeliveryAPI: CrowdinContentDeliveryAPI
[194/195] Emitting module CrowdinXCTestScreenshots
[195/195] Compiling CrowdinXCTestScreenshots ScreenshotFeature+XCTest.swift
Build complete! (21.93s)
Fetching https://github.com/serhii-londar/BaseAPI.git
Fetching https://github.com/daltoniam/Starscream.git
[1/386] Fetching baseapi
[117/5494] Fetching baseapi, starscream
Fetched https://github.com/serhii-londar/BaseAPI.git from cache (1.24s)
Fetched https://github.com/daltoniam/Starscream.git from cache (1.24s)
Computing version for https://github.com/serhii-londar/BaseAPI.git
Computed https://github.com/serhii-londar/BaseAPI.git at 0.2.2 (3.22s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.55s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.8
Creating working copy for https://github.com/serhii-londar/BaseAPI.git
Working copy of https://github.com/serhii-londar/BaseAPI.git resolved at 0.2.2
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/CrowdinSDK/Resources/Settings/Images.xcassets
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "baseapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/serhii-londar/BaseAPI.git"
    },
    {
      "identity" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    }
  ],
  "manifest_display_name" : "CrowdinSDK",
  "name" : "CrowdinSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CrowdinSDK",
      "targets" : [
        "CrowdinSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CrowdinXCTestScreenshots",
      "targets" : [
        "CrowdinXCTestScreenshots"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrowdinXCTestScreenshots",
      "module_type" : "SwiftTarget",
      "name" : "CrowdinXCTestScreenshots",
      "path" : "Sources/CrowdinSDK/Features/XCTestScreenshotFeature",
      "product_memberships" : [
        "CrowdinXCTestScreenshots"
      ],
      "sources" : [
        "ScreenshotFeature+XCTest.swift"
      ],
      "target_dependencies" : [
        "CrowdinSDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CrowdinSDK",
      "module_type" : "SwiftTarget",
      "name" : "CrowdinSDK",
      "path" : "Sources/CrowdinSDK",
      "product_dependencies" : [
        "BaseAPI",
        "Starscream"
      ],
      "product_memberships" : [
        "CrowdinSDK",
        "CrowdinXCTestScreenshots"
      ],
      "sources" : [
        "CrowdinAPI/ContentDeliveryAPI/CrowdinContentDeliveryAPI.swift",
        "CrowdinAPI/ContentDeliveryAPI/Models/ManifestResponse+CustomLangugage.swift",
        "CrowdinAPI/ContentDeliveryAPI/Models/ManifestResponse.swift",
        "CrowdinAPI/ContentDeliveryAPI/Parser/DataParser.swift",
        "CrowdinAPI/ContentDeliveryAPI/XMLParser/XMLParser.swift",
        "CrowdinAPI/CrowdinAPI.swift",
        "CrowdinAPI/DistributionsAPI/DistributionsAPI.swift",
        "CrowdinAPI/DistributionsAPI/Models/DistributionsResponse.swift",
        "CrowdinAPI/LoginAPI/LoginAPI.swift",
        "CrowdinAPI/LoginAPI/Models/RefreshTokenRequest.swift",
        "CrowdinAPI/LoginAPI/Models/TokenRequest.swift",
        "CrowdinAPI/LoginAPI/Models/TokenResponse.swift",
        "CrowdinAPI/ProjectsAPI/Models/ProjectsDownloadFileResponse.swift",
        "CrowdinAPI/ProjectsAPI/Models/ProjectsFilesListResponse.swift",
        "CrowdinAPI/ProjectsAPI/ProjectsAPI.swift",
        "CrowdinAPI/ScreenshotsAPI/Models/CreateScreenshotRequest.swift",
        "CrowdinAPI/ScreenshotsAPI/Models/CreateScreenshotResponse.swift",
        "CrowdinAPI/ScreenshotsAPI/Models/CreateScreenshotTag/CreateScreenshotTagRequest.swift",
        "CrowdinAPI/ScreenshotsAPI/Models/CreateScreenshotTag/CreateScreenshotTagResponse.swift",
        "CrowdinAPI/ScreenshotsAPI/Models/ScreenshotsListResponse.swift",
        "CrowdinAPI/ScreenshotsAPI/Models/UpdateScreenshotRequest.swift",
        "CrowdinAPI/ScreenshotsAPI/ScreenshotsAPI.swift",
        "CrowdinAPI/StorageAPI/Models/StorageUploadResponse.swift",
        "CrowdinAPI/StorageAPI/StorageAPI.swift",
        "CrowdinAPI/WebsocketAPI/WebsocketAPI.swift",
        "CrowdinAPI/WebsocketAPI/WebsocketTicketCache.swift",
        "CrowdinFileSystem/CrowdinFolder.swift",
        "CrowdinFileSystem/CustomBundle/CustomBundle.swift",
        "CrowdinFileSystem/File.swift",
        "CrowdinFileSystem/FileStatus.swift",
        "CrowdinFileSystem/FileType.swift",
        "CrowdinFileSystem/Folder.swift",
        "CrowdinFileSystem/ReadWriteProtocol.swift",
        "CrowdinFileSystem/SystemFolder.swift",
        "CrowdinSDK/Constants.swift",
        "CrowdinSDK/CrowdinControl/CrowdinControl.swift",
        "CrowdinSDK/CrowdinLanguage.swift",
        "CrowdinSDK/CrowdinSDK+Version.swift",
        "CrowdinSDK/CrowdinSDK.swift",
        "CrowdinSDK/CrowdinSDKConfig.swift",
        "CrowdinSDK/CrowdinTester.swift",
        "CrowdinSDK/Extensions/Bundle/Bundle+Application.swift",
        "CrowdinSDK/Extensions/Bundle/Bundle+Crowdin.swift",
        "CrowdinSDK/Extensions/Bundle/Bundle+Language.swift",
        "CrowdinSDK/Extensions/Bundle/Bundle+Swizzle.swift",
        "CrowdinSDK/Extensions/Dictionary.swift",
        "CrowdinSDK/Extensions/Label+Swizzle/Label+Swizzle.swift",
        "CrowdinSDK/Extensions/Locale.swift",
        "CrowdinSDK/Extensions/NSButton+Swizzle.swift",
        "CrowdinSDK/Extensions/NSNotification.swift",
        "CrowdinSDK/Extensions/String.swift",
        "CrowdinSDK/Extensions/UIButton+Swizzle.swift",
        "CrowdinSDK/Extensions/UIView.swift",
        "CrowdinSDK/Extensions/UIViewController.swift",
        "CrowdinSDK/Extensions/UIWindow.swift",
        "CrowdinSDK/Extensions/UserDefaults.swift",
        "CrowdinSDK/Localization/Downloader/CrowdinDownloader.swift",
        "CrowdinSDK/Localization/Extractor/LocalLocalizationExtractor.swift",
        "CrowdinSDK/Localization/Localization.swift",
        "CrowdinSDK/Localization/LocalizationUpdateObserver.swift",
        "CrowdinSDK/Localization/Provider/InBundleLocalizationStorage.swift",
        "CrowdinSDK/Localization/Provider/LocalLocalizationStorage.swift",
        "CrowdinSDK/Localization/Provider/LocalizationDataSource.swift",
        "CrowdinSDK/Localization/Provider/LocalizationProvider.swift",
        "CrowdinSDK/Localization/Provider/LocalizationStorage.swift",
        "CrowdinSDK/Localization/Provider/RemoteLocalizationStorage.swift",
        "CrowdinSDK/Logs/Attributes/AttributeFactory.swift",
        "CrowdinSDK/Logs/Attributes/AttributedTextFormatter.swift",
        "CrowdinSDK/Logs/CrowdinAPILog.swift",
        "CrowdinSDK/Logs/CrowdinLogsCollector.swift",
        "CrowdinSDK/Logs/CrowdinSDKConfig+Debug.swift",
        "CrowdinSDK/Logs/CrowidnLog.swift",
        "CrowdinSDK/Logs/Extensions/Data+Extensions.swift",
        "CrowdinSDK/Logs/LogMessageObserver.swift",
        "CrowdinSDK/PlatformsSupport/CrowdinSDK+PlatformsSupport.swift",
        "CrowdinSDK/Rswift/StringParam.swift",
        "CrowdinSDK/Typealias.swift",
        "CrowdinSDK/Utils/Atomic.swift",
        "CrowdinSDK/Utils/ObjectAssociation.swift",
        "Features/IntervalUpdateFeature/CrowdinSDK+IntervalUpdate.swift",
        "Features/IntervalUpdateFeature/CrowdinSDKConfig+IntervalUpdate.swift",
        "Features/IntervalUpdateFeature/IntervalUpdateFeature.swift",
        "Features/LoginFeature/AccessTokenLoginFeature.swift",
        "Features/LoginFeature/AnyLoginFeature.swift",
        "Features/LoginFeature/BrowserLoginFeature.swift",
        "Features/LoginFeature/CrowdinLoginConfig.swift",
        "Features/LoginFeature/Extensions/Bundle+URLScheme.swift",
        "Features/LoginFeature/Extensions/CrowdinSDK+Login.swift",
        "Features/LoginFeature/Extensions/CrowdinSDKConfig+Login.swift",
        "Features/RealtimeUpdateFeature/CrowdinSocketManager/CrowdinSocketManager.swift",
        "Features/RealtimeUpdateFeature/Extensions/CrowdinSDK+ReatimeUpdates.swift",
        "Features/RealtimeUpdateFeature/Extensions/CrowdinSDKConfig+RealtimeUpdates.swift",
        "Features/RealtimeUpdateFeature/Extensions/Label+RealtimeUpdates.swift",
        "Features/RealtimeUpdateFeature/Extensions/NSButton+RealtimeUpdates.swift",
        "Features/RealtimeUpdateFeature/Extensions/UIButton+RealtimeUpdates.swift",
        "Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/FileDownloadOperation.swift",
        "Features/RealtimeUpdateFeature/LocalizationProvider/FilesDownloader/RUFilesDownloader.swift",
        "Features/RealtimeUpdateFeature/LocalizationProvider/RULocalLocalizationStorage.swift",
        "Features/RealtimeUpdateFeature/LocalizationProvider/RURemoteLocalizationStorage.swift",
        "Features/RealtimeUpdateFeature/RealtimeUpdateFeature.swift",
        "Features/RealtimeUpdateFeature/Refreshable.swift",
        "Features/RealtimeUpdateFeature/SocketAPI/Models/ActionRequest.swift",
        "Features/RealtimeUpdateFeature/SocketAPI/Models/TopSuggestionResponse.swift",
        "Features/RealtimeUpdateFeature/SocketAPI/Models/UpdateDraftResponse.swift",
        "Features/RealtimeUpdateFeature/SocketAPI/SocketAPI.swift",
        "Features/RefreshLocalizationFeature/CrowdinSDK+RefreshLocalization.swift",
        "Features/RefreshLocalizationFeature/RefreshLocalizationFeature.swift",
        "Features/ScreenshotFeature/Extensions/CGRect+Validation.swift",
        "Features/ScreenshotFeature/Extensions/CrowdinSDK+Screenshots.swift",
        "Features/ScreenshotFeature/Extensions/CrowdinSDKConfig+Screenshots.swift",
        "Features/ScreenshotFeature/Extensions/String+Validation.swift",
        "Features/ScreenshotFeature/Extensions/UIWindow+KeyWindow.swift",
        "Features/ScreenshotFeature/ScreenshotFeature.swift",
        "Features/ScreenshotFeature/ScreenshotInformationCollector.swift",
        "Features/ScreenshotFeature/ScreenshotProcessor.swift",
        "Features/ScreenshotFeature/ScreenshotUploader.swift",
        "Providers/Crowdin/Config/CrowdinProviderConfig.swift",
        "Providers/Crowdin/CrowdinRemoteLocalizationStorage.swift",
        "Providers/Crowdin/Extensions/CrowdinSDK+CrowdinProvider.swift",
        "Providers/Crowdin/Extensions/CrowdinSDK+ReactNative.swift",
        "Providers/Crowdin/Extensions/CrowdinSDKConfig+CrowdinProvider.swift",
        "Providers/Crowdin/Extensions/String+Extensions.swift",
        "Providers/Crowdin/LanguageResolver/LanguageResolver.swift",
        "Providers/Crowdin/LocalizationDownloader/CrowdinLocalizationDownloader.swift",
        "Providers/Crowdin/LocalizationDownloader/ETagStorage/ETagStorage.swift",
        "Providers/Crowdin/LocalizationDownloader/ETagStorage/FileEtagStorage.swift",
        "Providers/Crowdin/LocalizationDownloader/ETagStorage/UserDefaultsETagStorage.swift",
        "Providers/Crowdin/LocalizationDownloader/Operations/CrowdinPluralsDownloadOperation.swift",
        "Providers/Crowdin/LocalizationDownloader/Operations/CrowdinStringsDownloadOperation.swift",
        "Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXcstringsDownloadOperation.swift",
        "Providers/Crowdin/LocalizationDownloader/Operations/CrowdinXliffDownloadOperation.swift",
        "Providers/Crowdin/ManifestManager/FileTimestampStorage.swift",
        "Providers/Crowdin/ManifestManager/ManifestManager+LanguageResolver.swift",
        "Providers/Crowdin/ManifestManager/ManifestManager.swift",
        "Providers/Crowdin/MappingDownloader/CrowdinMappingDownloader.swift",
        "Providers/Crowdin/MappingDownloader/CrowdinMappingManager.swift",
        "Providers/Crowdin/MappingDownloader/Operations/CrowdinPluralsMappingDownloadOperation.swift",
        "Providers/Crowdin/MappingDownloader/Operations/CrowdinStringsMappingDownloadOperation.swift",
        "Providers/Crowdin/MappingDownloader/Operations/CrowdinXliffMappingDownloadOperation.swift",
        "Providers/Crowdin/Operations/AsyncOperation.swift",
        "Providers/Crowdin/Operations/BlockAsyncOperation.swift",
        "Providers/Crowdin/Operations/CrowdinDownloadOperation.swift",
        "Providers/Crowdin/SupportedLanguages/CrowdinSupportedLanguages.swift",
        "Settings/CrowdinLogDetailsVC/CrowdinLogDetailsVC.swift",
        "Settings/CrowdinLogsVC/CrowdinLogCell/CrowdinLogCell.swift",
        "Settings/CrowdinLogsVC/CrowdinLogCell/CrowdinLogCellViewModel.swift",
        "Settings/CrowdinLogsVC/CrowdinLogsVC.swift",
        "Settings/Extensions/Bundle+Module.swift",
        "Settings/Extensions/CrowdinSDK+Settings.swift",
        "Settings/Extensions/CrowdinSDKConfig+Settings.swift",
        "Settings/SettingsView/SettingsItemCell/SettingsItemCell.swift",
        "Settings/SettingsView/SettingsItemCell/SettingsItemView.swift",
        "Settings/SettingsView/SettingsView+Gesture.swift",
        "Settings/SettingsView/SettingsView+UITableView.swift",
        "Settings/SettingsView/SettingsView.swift",
        "Settings/SettingsWindow/SettingsWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.