Build Information
Successful build of MobileIdSDKiOS, reference 9.0.0-rc1 (7fb7ab), with Swift 6.2 for macOS (SPM) on 20 Apr 2026 10:16:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vbmobile/MobileIdSDKiOS.git
Reference: 9.0.0-rc1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vbmobile/MobileIdSDKiOS
* tag 9.0.0-rc1 -> FETCH_HEAD
HEAD is now at 7fb7abe release 9.0.0-rc1
Cloned https://github.com/vbmobile/MobileIdSDKiOS.git
Revision (git rev-parse @):
7fb7abef12fce91cb024e7fef136d5f6b10d887d
SUCCESS checkout https://github.com/vbmobile/MobileIdSDKiOS.git at 9.0.0-rc1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vbmobile/MobileIdSDKiOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[5/9] Copying Lottie.framework
[6/9] Write swift-version--3CB7CFEC50E0D141.txt
[8/30] Compiling _LottieStub Stub.swift
[9/30] Emitting module _LottieStub
[10/30] Compiling MatomoTracker URLSessionDispatcher.swift
[11/30] Compiling MatomoTracker UserAgent.swift
[12/30] Compiling MatomoTracker Queue.swift
[13/30] Compiling MatomoTracker Session.swift
[14/30] Compiling MatomoTracker MemoryQueue.swift
[15/30] Compiling MatomoTracker OrderItem.swift
[16/32] Compiling MatomoTracker Logger.swift
[17/32] Compiling MatomoTracker MainThread.swift
[18/32] Compiling MatomoTracker EventAPISerializer.swift
[19/32] Compiling MatomoTracker Locale+HttpAcceptLanguage.swift
[20/32] Compiling MatomoTracker MatomoTracker.swift
[21/32] Compiling MatomoTracker MatomoUserDefaults.swift
[22/32] Compiling MatomoTracker UserDefaultsQueue.swift
[23/32] Compiling MatomoTracker Visitor.swift
[24/32] Compiling MatomoTracker Dispatcher.swift
[25/32] Compiling MatomoTracker Event.swift
[26/32] Compiling MatomoTracker Application.swift
[27/32] Compiling MatomoTracker CustomDimension.swift
[28/32] Emitting module MatomoTracker
[29/32] Compiling MatomoTracker CustomVariable.swift
[30/32] Compiling MatomoTracker Device.swift
[30/32] Write Objects.LinkFileList
[31/32] Linking libMatomoTracker.dylib
[33/34] Compiling VBUtilsWrapper dummy.swift
[34/34] Emitting module VBUtilsWrapper
[35/36] Compiling VBImageProcessorWrapper dummy.swift
[36/36] Emitting module VBImageProcessorWrapper
[37/38] Emitting module MobileIdSDKiOSWrapper
[38/38] Compiling MobileIdSDKiOSWrapper dummy.swift
Build complete! (29.06s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:18:64: warning: 'exact' is deprecated [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:71: warning: 'exact' is deprecated [#DeprecatedDeclaration]
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:72: warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 | .package(url: "https://github.com/vbmobile/AMADocModeliOS", exact: "1.0.0-rc24"),
/Users/admin/builder/spi-builder-workspace/Package.swift:22:63: warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 | .package(url: "https://github.com/vbmobile/AMADocModeliOS", exact: "1.0.0-rc24"),
/Users/admin/builder/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
24 | .package(url: "https://github.com/vbmobile/AMADocModeliOS", exact: "1.0.0-rc24"),
25 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:70: warning: 'exact' is deprecated [#DeprecatedDeclaration]
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
24 | .package(url: "https://github.com/vbmobile/AMADocModeliOS", exact: "1.0.0-rc24"),
25 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/vbmobile/matomo-sdk-ios
Fetching https://github.com/vbmobile/VBUtils
Fetching https://github.com/vbmobile/VBDependencyInjector
Fetching https://github.com/vbmobile/VBNetworkClient
Fetching https://github.com/vbmobile/VBImageProcessor
Fetching https://github.com/airbnb/lottie-spm
Fetching https://github.com/vbmobile/AMADocModeliOS
[1/42] Fetching vbimageprocessor
[43/60] Fetching vbimageprocessor, vbnetworkclient
[61/88] Fetching vbimageprocessor, vbnetworkclient, vbdependencyinjector
[89/3197] Fetching vbimageprocessor, vbnetworkclient, vbdependencyinjector, matomo-sdk-ios
[121/3235] Fetching vbimageprocessor, vbnetworkclient, vbdependencyinjector, matomo-sdk-ios, vbutils
Fetched https://github.com/vbmobile/VBUtils from cache (1.22s)
[151/3197] Fetching vbimageprocessor, vbnetworkclient, vbdependencyinjector, matomo-sdk-ios
[618/3287] Fetching vbimageprocessor, vbnetworkclient, vbdependencyinjector, matomo-sdk-ios, amadocmodelios
[1019/3885] Fetching vbimageprocessor, vbnetworkclient, vbdependencyinjector, matomo-sdk-ios, amadocmodelios, lottie-spm
Fetched https://github.com/vbmobile/matomo-sdk-ios from cache (4.84s)
[406/776] Fetching vbimageprocessor, vbnetworkclient, vbdependencyinjector, amadocmodelios, lottie-spm
Fetched https://github.com/vbmobile/VBImageProcessor from cache (5.37s)
Fetched https://github.com/vbmobile/AMADocModeliOS from cache (5.37s)
Fetched https://github.com/vbmobile/VBNetworkClient from cache (5.37s)
Fetched https://github.com/airbnb/lottie-spm from cache (5.37s)
Fetched https://github.com/vbmobile/VBDependencyInjector from cache (5.37s)
Computing version for https://github.com/vbmobile/matomo-sdk-ios
Computed https://github.com/vbmobile/matomo-sdk-ios at 7.7.0 (8.27s)
Computing version for https://github.com/vbmobile/VBUtils
warning: 'vbutils': /Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
4 | import PackageDescription
5 |
6 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "VBUtils",
8 | platforms: [
/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 | ],
20 |
/Package.swift:18:70: warning: 'exact' is deprecated [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 | ],
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/vbmobile/VBUtils at 2.0.2 (0.57s)
Computing version for https://github.com/vbmobile/VBImageProcessor
warning: 'vbimageprocessor': /Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 | ],
20 | targets: [
/Package.swift:18:63: warning: 'exact' is deprecated [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 | ],
20 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/vbmobile/VBImageProcessor at 1.2.2 (0.54s)
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 [#DeprecatedDeclaration]
7 | name: "VBNetworkClient",
8 | platforms: [
9 | .iOS(.v10)
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/vbmobile/VBNetworkClient at 5.1.1 (0.54s)
Computing version for https://github.com/vbmobile/VBDependencyInjector
Computed https://github.com/vbmobile/VBDependencyInjector at 1.0.7 (0.53s)
Computing version for https://github.com/airbnb/lottie-spm
Computed https://github.com/airbnb/lottie-spm at 4.4.1 (0.65s)
Computing version for https://github.com/vbmobile/AMADocModeliOS
Computed https://github.com/vbmobile/AMADocModeliOS at 1.0.0-rc24 (0.53s)
Creating working copy for https://github.com/vbmobile/VBUtils
Working copy of https://github.com/vbmobile/VBUtils resolved at 2.0.2
Creating working copy for https://github.com/vbmobile/VBDependencyInjector
Working copy of https://github.com/vbmobile/VBDependencyInjector resolved at 1.0.7
Creating working copy for https://github.com/vbmobile/VBImageProcessor
Working copy of https://github.com/vbmobile/VBImageProcessor resolved at 1.2.2
Creating working copy for https://github.com/vbmobile/VBNetworkClient
Working copy of https://github.com/vbmobile/VBNetworkClient resolved at 5.1.1
Creating working copy for https://github.com/airbnb/lottie-spm
Working copy of https://github.com/airbnb/lottie-spm resolved at 4.4.1
Creating working copy for https://github.com/vbmobile/AMADocModeliOS
Working copy of https://github.com/vbmobile/AMADocModeliOS resolved at 1.0.0-rc24
Creating working copy for https://github.com/vbmobile/matomo-sdk-ios
Working copy of https://github.com/vbmobile/matomo-sdk-ios resolved at 7.7.0
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 [#DeprecatedDeclaration]
7 | name: "VBNetworkClient",
8 | platforms: [
9 | .iOS(.v10)
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'vbutils': /Users/admin/builder/spi-builder-workspace/.build/checkouts/VBUtils/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
4 | import PackageDescription
5 |
6 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "VBUtils",
8 | platforms: [
/Users/admin/builder/spi-builder-workspace/.build/checkouts/VBUtils/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 | ],
20 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/VBUtils/Package.swift:18:70: warning: 'exact' is deprecated [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 | ],
20 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'vbimageprocessor': /Users/admin/builder/spi-builder-workspace/.build/checkouts/VBImageProcessor/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 | ],
20 | targets: [
/Users/admin/builder/spi-builder-workspace/.build/checkouts/VBImageProcessor/Package.swift:18:63: warning: 'exact' is deprecated [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 | ],
20 | targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.2.2.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/AMADocModeliOS/AMADocModeliOS-1.0.0-rc24.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.1.zip
Downloading binary artifact https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip
Downloading binary artifact https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.7.zip
[16375/56001380] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip
[56050119/57033656] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.7.zip
[56148010/59092638] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.7.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.1.zip
[56196748/72174702] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.7.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip
[56245487/74421574] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.7.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip
[56441682/77266442] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.7.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.2.2.zip
[56539573/80041004] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.7.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/AMADocModeliOS/AMADocModeliOS-1.0.0-rc24.zip
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBDependencyInjector/VBDependencyInjector-1.0.7.zip (2.61s)
[60472146/79008728] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/AMADocModeliOS/AMADocModeliOS-1.0.0-rc24.zip
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBNetworkClient/VBNetworkClient-5.1.1.zip (2.89s)
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip (2.91s)
[59621004/74702874] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.2.2.zip, https://vbmobileidstorage.blob.core.windows.net/ios/AMADocModeliOS/AMADocModeliOS-1.0.0-rc24.zip
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.2.2.zip (3.67s)
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/AMADocModeliOS/AMADocModeliOS-1.0.0-rc24.zip (3.69s)
[66945892/69083444] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip, https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip
Downloaded https://github.com/airbnb/lottie-ios/releases/download/4.4.1/Lottie-Xcode-15.2.xcframework.zip (3.73s)
[11386880/13082064] Downloading https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/MobileIdSDKiOS/MobileIdSDKiOS-9.0.0-rc1.zip (4.50s)
Build complete.
{
"dependencies" : [
{
"identity" : "lottie-spm",
"requirement" : {
"exact" : [
"4.4.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/airbnb/lottie-spm"
},
{
"identity" : "vbdependencyinjector",
"requirement" : {
"exact" : [
"1.0.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBDependencyInjector"
},
{
"identity" : "vbnetworkclient",
"requirement" : {
"exact" : [
"5.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBNetworkClient"
},
{
"identity" : "vbimageprocessor",
"requirement" : {
"exact" : [
"1.2.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBImageProcessor"
},
{
"identity" : "vbutils",
"requirement" : {
"exact" : [
"2.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/VBUtils"
},
{
"identity" : "matomo-sdk-ios",
"requirement" : {
"exact" : [
"7.7.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/matomo-sdk-ios"
},
{
"identity" : "amadocmodelios",
"requirement" : {
"exact" : [
"1.0.0-rc24"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vbmobile/AMADocModeliOS"
}
],
"manifest_display_name" : "MobileIdSDKiOS",
"name" : "MobileIdSDKiOS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "MobileIdSDKiOS",
"targets" : [
"MobileIdSDKiOSWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "MobileIdSDKiOSWrapper",
"module_type" : "SwiftTarget",
"name" : "MobileIdSDKiOSWrapper",
"path" : "Sources",
"product_dependencies" : [
"Lottie",
"VBDependencyInjector",
"VBNetworkClient",
"VBImageProcessor",
"MatomoTracker",
"VBUtils",
"AMADocModeliOS"
],
"product_memberships" : [
"MobileIdSDKiOS"
],
"sources" : [
"dummy.swift"
],
"target_dependencies" : [
"MobileIdSDKiOS"
],
"type" : "library"
},
{
"c99name" : "MobileIdSDKiOS",
"module_type" : "BinaryTarget",
"name" : "MobileIdSDKiOS",
"path" : "remote/archive/MobileIdSDKiOS-9.0.0-rc1.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(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:18:64: warning: 'exact' is deprecated [#DeprecatedDeclaration]
16 | ],
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 | dependencies: [
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:20:71: warning: 'exact' is deprecated [#DeprecatedDeclaration]
18 | .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:21:72: warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 | .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.7")),
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
/Users/admin/builder/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 | .package(url: "https://github.com/vbmobile/AMADocModeliOS", exact: "1.0.0-rc24"),
/Users/admin/builder/spi-builder-workspace/Package.swift:22:63: warning: 'exact' is deprecated [#DeprecatedDeclaration]
20 | .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 | .package(url: "https://github.com/vbmobile/AMADocModeliOS", exact: "1.0.0-rc24"),
/Users/admin/builder/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
24 | .package(url: "https://github.com/vbmobile/AMADocModeliOS", exact: "1.0.0-rc24"),
25 | ],
/Users/admin/builder/spi-builder-workspace/Package.swift:23:70: warning: 'exact' is deprecated [#DeprecatedDeclaration]
21 | .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 | .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
23 | .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
| `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
24 | .package(url: "https://github.com/vbmobile/AMADocModeliOS", exact: "1.0.0-rc24"),
25 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.