The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of MobileIdSDKiOS, reference main (7108a7), with Swift 6.0 for macOS (SPM) on 25 Sep 2024 18:23:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vbmobile/MobileIdSDKiOS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vbmobile/MobileIdSDKiOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7108a78 fix sentry url
Cloned https://github.com/vbmobile/MobileIdSDKiOS.git
Revision (git rev-parse @):
7108a7818e1eed22df79a66735ad390e10a06a62
SUCCESS checkout https://github.com/vbmobile/MobileIdSDKiOS.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/vbmobile/MobileIdSDKiOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/6] Write sources
[3/6] Copying Lottie.framework
[4/6] Copying Sentry.framework
[5/6] Write swift-version--4A847ED0836F2485.txt
[7/10] Emitting module DocumentReaderCommon
[8/10] Compiling DocumentReaderCommon dummy.swift
[9/10] Emitting module _LottieStub
[10/10] Compiling _LottieStub Stub.swift
[11/12] Compiling MobileIdSDKiOSWrapper dummy.swift
[12/12] Emitting module MobileIdSDKiOSWrapper
Build complete! (25.76s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:18:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
16 |     ],
17 |     dependencies: [
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
   |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:18:80: warning: 'exact' is deprecated
16 |     ],
17 |     dependencies: [
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
   |                                                                                `- warning: 'exact' is deprecated
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
17 |     dependencies: [
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
   |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:106: warning: 'exact' is deprecated
17 |     dependencies: [
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
   |                                                                                                          `- warning: 'exact' is deprecated
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
   |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:96: warning: 'exact' is deprecated
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
   |                                                                                                `- warning: 'exact' is deprecated
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
   |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
23 |         .package(name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", from: "7.4.0"),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:98: warning: 'exact' is deprecated
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
   |                                                                                                  `- warning: 'exact' is deprecated
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
23 |         .package(name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", from: "7.4.0"),
/Users/admin/builder/spi-builder-workspace/Package.swift:22:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
23 |         .package(name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", from: "7.4.0"),
24 |     ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
23 |         .package(name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", from: "7.4.0"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
24 |     ],
25 |     targets: [
Fetching https://github.com/vbmobile/VBImageProcessor
Fetching https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package
Fetching https://github.com/regulaforensics/DocumentReader-Swift-Package
Fetching https://github.com/airbnb/lottie-spm
Fetching https://github.com/vbmobile/VBDependencyInjector
Fetching https://github.com/vbmobile/VBNetworkClient
[1/14] Fetching vbdependencyinjector
[11/28] Fetching vbdependencyinjector, vbnetworkclient
[25/51] Fetching vbdependencyinjector, vbnetworkclient, documentreaderocrrfid-swift-package
[48/65] Fetching vbdependencyinjector, vbnetworkclient, documentreaderocrrfid-swift-package, vbimageprocessor
Fetched https://github.com/vbmobile/VBImageProcessor from cache (0.64s)
[48/625] Fetching vbdependencyinjector, vbnetworkclient, documentreaderocrrfid-swift-package, lottie-spm
[77/662] Fetching vbdependencyinjector, vbnetworkclient, documentreaderocrrfid-swift-package, lottie-spm, documentreader-swift-package
Fetched https://github.com/regulaforensics/DocumentReader-Swift-Package from cache (0.71s)
[82/625] Fetching vbdependencyinjector, vbnetworkclient, documentreaderocrrfid-swift-package, lottie-spm
Fetched https://github.com/airbnb/lottie-spm from cache (3.82s)
Fetched https://github.com/vbmobile/VBDependencyInjector from cache (3.82s)
Fetched https://github.com/vbmobile/VBNetworkClient from cache (3.82s)
Fetched https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package from cache (3.82s)
Computing version for https://github.com/regulaforensics/DocumentReader-Swift-Package
Computed https://github.com/regulaforensics/DocumentReader-Swift-Package at 7.4.3826 (3.40s)
Fetching https://github.com/regulaforensics/RegulaCommon-Swift-Package.git
[1/47] Fetching regulacommon-swift-package
Fetched https://github.com/regulaforensics/RegulaCommon-Swift-Package.git from cache (0.59s)
Computing version for https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package
Computed https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package at 7.4.9827 (0.63s)
Computing version for https://github.com/vbmobile/VBImageProcessor
warning: 'vbimageprocessor': /Package.swift:9:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "VBImageProcessor",
 8 |     platforms: [
 9 |         .iOS(.v10)
   |               `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
Computed https://github.com/vbmobile/VBImageProcessor at 1.1.2 (0.47s)
Computing version for https://github.com/vbmobile/VBNetworkClient
warning: 'vbnetworkclient': /Package.swift:9:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "VBNetworkClient",
 8 |     platforms: [
 9 |         .iOS(.v10)
   |               `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
Computed https://github.com/vbmobile/VBNetworkClient at 5.1.0 (0.45s)
Computing version for https://github.com/vbmobile/VBDependencyInjector
warning: 'vbdependencyinjector': /Package.swift:9:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "VBDependencyInjector",
 8 |     platforms: [
 9 |         .iOS(.v10)
   |               `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
Computed https://github.com/vbmobile/VBDependencyInjector at 1.0.4 (0.44s)
Computing version for https://github.com/airbnb/lottie-spm
Computed https://github.com/airbnb/lottie-spm at 4.3.4 (0.65s)
Computing version for https://github.com/regulaforensics/RegulaCommon-Swift-Package.git
Computed https://github.com/regulaforensics/RegulaCommon-Swift-Package.git at 7.4.727 (0.61s)
Creating working copy for https://github.com/regulaforensics/DocumentReader-Swift-Package
Working copy of https://github.com/regulaforensics/DocumentReader-Swift-Package resolved at 7.4.3826
Creating working copy for https://github.com/airbnb/lottie-spm
Working copy of https://github.com/airbnb/lottie-spm resolved at 4.3.4
Creating working copy for https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package
Working copy of https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package resolved at 7.4.9827
Creating working copy for https://github.com/vbmobile/VBImageProcessor
Working copy of https://github.com/vbmobile/VBImageProcessor resolved at 1.1.2
Creating working copy for https://github.com/regulaforensics/RegulaCommon-Swift-Package.git
Working copy of https://github.com/regulaforensics/RegulaCommon-Swift-Package.git resolved at 7.4.727
Creating working copy for https://github.com/vbmobile/VBNetworkClient
Working copy of https://github.com/vbmobile/VBNetworkClient resolved at 5.1.0
Creating working copy for https://github.com/vbmobile/VBDependencyInjector
Working copy of https://github.com/vbmobile/VBDependencyInjector resolved at 1.0.4
warning: 'vbdependencyinjector': /Users/admin/builder/spi-builder-workspace/.build/checkouts/VBDependencyInjector/Package.swift:9:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "VBDependencyInjector",
 8 |     platforms: [
 9 |         .iOS(.v10)
   |               `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
warning: 'vbimageprocessor': /Users/admin/builder/spi-builder-workspace/.build/checkouts/VBImageProcessor/Package.swift:9:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "VBImageProcessor",
 8 |     platforms: [
 9 |         .iOS(.v10)
   |               `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
warning: 'vbnetworkclient': /Users/admin/builder/spi-builder-workspace/.build/checkouts/VBNetworkClient/Package.swift:9:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "VBNetworkClient",
 8 |     platforms: [
 9 |         .iOS(.v10)
   |               `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
[65536/14411711] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip
[819200/16774908] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/RegulaCommon/7.4.727/RegulaCommon-7.4.727.zip
[950272/96622663] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/RegulaCommon/7.4.727/RegulaCommon-7.4.727.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip
Downloading binary artifact https://pods.regulaforensics.com/RegulaCommon/7.4.727/RegulaCommon-7.4.727.zip
Downloaded https://pods.regulaforensics.com/RegulaCommon/7.4.727/RegulaCommon-7.4.727.zip (0.77s)
[20037632/94259466] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip
Downloading binary artifact https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip
[20801453/103538300] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip
[28579958/155796630] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip
Downloading binary artifact https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip
[43462996/162773787] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip
[87990290/163079134] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.0.zip
[88088182/163308470] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.0.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.4.zip
[88202458/163619701] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.0.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.4.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.1.2.zip
Downloaded https://github.com/airbnb/lottie-ios/releases/download/4.3.4/Lottie.xcframework.zip (1.34s)
[79480680/154340867] Downloading https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip, https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.0.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.4.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.1.2.zip
Downloaded https://pods.regulaforensics.com/DocumentReader/7.4.3826/DocumentReader-7.4.3826.zip (1.47s)
[66641833/139929156] Downloading https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.0.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.4.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.1.2.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.4.zip
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.4.zip (1.77s)
[70197573/139699820] Downloading https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.0.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.1.2.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.0.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.1.2.zip
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.0.zip (1.94s)
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.1.2.zip (1.94s)
[71640189/139083242] Downloading https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.33.0-Deprecated/Sentry-Dynamic.xcframework.zip (3.77s)
[45137920/86824912] Downloading https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-7.2.2.zip (4.29s)
[42369024/79847755] Downloading https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip
Downloading binary artifact https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip
Downloaded https://pods.regulaforensics.com/OCRRFID/7.4.9827/DocumentReaderCore_ocrandmrzrfid_7.4.9827.zip (9.76s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "lottie-spm",
      "requirement" : {
        "exact" : [
          "4.3.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/airbnb/lottie-spm"
    },
    {
      "identity" : "vbdependencyinjector",
      "requirement" : {
        "exact" : [
          "1.0.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vbmobile/VBDependencyInjector"
    },
    {
      "identity" : "vbnetworkclient",
      "requirement" : {
        "exact" : [
          "5.1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vbmobile/VBNetworkClient"
    },
    {
      "identity" : "vbimageprocessor",
      "requirement" : {
        "exact" : [
          "1.1.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vbmobile/VBImageProcessor"
    },
    {
      "identity" : "documentreaderocrrfid-swift-package",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.4.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package"
    },
    {
      "identity" : "documentreader-swift-package",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.4.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/regulaforensics/DocumentReader-Swift-Package"
    }
  ],
  "manifest_display_name" : "MobileIdSDKiOS",
  "name" : "MobileIdSDKiOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "MobileIdSDKiOS",
      "targets" : [
        "MobileIdSDKiOSWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Sentry_Dynamic",
      "module_type" : "BinaryTarget",
      "name" : "Sentry-Dynamic",
      "path" : "remote/archive/Sentry-Dynamic.xcframework.zip",
      "product_memberships" : [
        "MobileIdSDKiOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "MobileIdSDKiOSWrapper",
      "module_type" : "SwiftTarget",
      "name" : "MobileIdSDKiOSWrapper",
      "path" : "Sources",
      "product_dependencies" : [
        "Lottie",
        "VBDependencyInjector",
        "VBNetworkClient",
        "VBImageProcessor",
        "OCRRFID",
        "DocumentReader"
      ],
      "product_memberships" : [
        "MobileIdSDKiOS"
      ],
      "sources" : [
        "dummy.swift"
      ],
      "target_dependencies" : [
        "MobileIdSDKiOS",
        "Sentry-Dynamic"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobileIdSDKiOS",
      "module_type" : "BinaryTarget",
      "name" : "MobileIdSDKiOS",
      "path" : "remote/archive/MobileIdSDKiOS-7.2.2.zip",
      "product_memberships" : [
        "MobileIdSDKiOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:18:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
16 |     ],
17 |     dependencies: [
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
   |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:18:80: warning: 'exact' is deprecated
16 |     ],
17 |     dependencies: [
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
   |                                                                                `- warning: 'exact' is deprecated
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
17 |     dependencies: [
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
   |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:106: warning: 'exact' is deprecated
17 |     dependencies: [
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
   |                                                                                                          `- warning: 'exact' is deprecated
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
   |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:96: warning: 'exact' is deprecated
18 |         .package(name: "Lottie", url: "https://github.com/airbnb/lottie-spm", .exact("4.3.4")),
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
   |                                                                                                `- warning: 'exact' is deprecated
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
   |          `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
23 |         .package(name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", from: "7.4.0"),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:98: warning: 'exact' is deprecated
19 |         .package(name: "VBDependencyInjector", url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.4")),
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
   |                                                                                                  `- warning: 'exact' is deprecated
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
23 |         .package(name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", from: "7.4.0"),
/Users/admin/builder/spi-builder-workspace/Package.swift:22:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
20 |         .package(name: "VBNetworkClient", url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.0")),
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
23 |         .package(name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", from: "7.4.0"),
24 |     ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
21 |         .package(name: "VBImageProcessor", url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.1.2")),
22 |         .package(name: "OCRRFID", url: "https://github.com/regulaforensics/DocumentReaderOCRRFID-Swift-Package", from: "7.4.0"),
23 |         .package(name: "DocumentReader", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", from: "7.4.0"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
24 |     ],
25 |     targets: [
Done.