The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MobileIdSDKiOS, reference 8.1.7 (a3db94), with Swift 6.1 for Linux on 30 Oct 2025 17:25:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vbmobile/MobileIdSDKiOS.git
Reference: 8.1.7
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vbmobile/MobileIdSDKiOS
 * tag               8.1.7      -> FETCH_HEAD
HEAD is now at a3db94a version 8.1.7
Cloned https://github.com/vbmobile/MobileIdSDKiOS.git
Revision (git rev-parse @):
a3db94a8a7852082ef1b4b2c1451e6ccd062ebf4
SUCCESS checkout https://github.com/vbmobile/MobileIdSDKiOS.git at 8.1.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vbmobile/MobileIdSDKiOS.git
https://github.com/vbmobile/MobileIdSDKiOS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "lottie-spm",
      "requirement" : {
        "exact" : [
          "4.4.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/airbnb/lottie-spm"
    },
    {
      "identity" : "vbdependencyinjector",
      "requirement" : {
        "exact" : [
          "1.0.5"
        ]
      },
      "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"
    }
  ],
  "manifest_display_name" : "MobileIdSDKiOS",
  "name" : "MobileIdSDKiOS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.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"
      ],
      "product_memberships" : [
        "MobileIdSDKiOS"
      ],
      "sources" : [
        "dummy.swift"
      ],
      "target_dependencies" : [
        "MobileIdSDKiOS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobileIdSDKiOS",
      "module_type" : "BinaryTarget",
      "name" : "MobileIdSDKiOS",
      "path" : "remote/archive/MobileIdSDKiOS-8.1.7.zip",
      "product_memberships" : [
        "MobileIdSDKiOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /host/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.5")),
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/host/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.5")),
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/host/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.5")),
   |          `- 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")),
/host/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.5")),
   |                                                                            `- 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")),
/host/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.5")),
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")),
/host/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.5")),
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")),
/host/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.5")),
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")),
/host/spi-builder-workspace/Package.swift:21:72: warning: 'exact' is deprecated [#DeprecatedDeclaration]
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
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")),
/host/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 |     ],
/host/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 |     ],
/host/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 |     ],
25 |     targets: [
/host/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 |     ],
25 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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')
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/host/spi-builder-workspace/Package.swift:18:64: warning: 'exact' is deprecated
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
   |                                                                `- warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/host/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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.5")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 |         .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/host/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated
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.5")),
   |                                                                            `- warning: 'exact' is deprecated
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 |         .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/host/spi-builder-workspace/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 |         .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
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')
21 |         .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 |         .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/host/spi-builder-workspace/Package.swift:20:71: warning: 'exact' is deprecated
18 |         .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
   |                                                                       `- warning: 'exact' is deprecated
21 |         .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 |         .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/host/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
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')
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")),
/host/spi-builder-workspace/Package.swift:21:72: warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
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
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")),
/host/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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')
23 |         .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 |     ],
/host/spi-builder-workspace/Package.swift:22:63: warning: 'exact' is deprecated
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
23 |         .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 |     ],
/host/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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')
24 |     ],
25 |     targets: [
/host/spi-builder-workspace/Package.swift:23:70: warning: 'exact' is deprecated
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
24 |     ],
25 |     targets: [
Fetching https://github.com/vbmobile/matomo-sdk-ios
Fetching https://github.com/airbnb/lottie-spm
Fetching https://github.com/vbmobile/VBImageProcessor
Fetching https://github.com/vbmobile/VBUtils
Fetching https://github.com/vbmobile/VBNetworkClient
Fetching https://github.com/vbmobile/VBDependencyInjector
[1/18] Fetching vbdependencyinjector
[19/605] Fetching vbdependencyinjector, lottie-spm
[49/643] Fetching vbdependencyinjector, lottie-spm, vbutils
[87/661] Fetching vbdependencyinjector, lottie-spm, vbutils, vbnetworkclient
[105/703] Fetching vbdependencyinjector, lottie-spm, vbutils, vbnetworkclient, vbimageprocessor
[128/3812] Fetching vbdependencyinjector, lottie-spm, vbutils, vbnetworkclient, vbimageprocessor, matomo-sdk-ios
Fetched https://github.com/vbmobile/VBDependencyInjector from cache (0.30s)
[2068/3794] Fetching lottie-spm, vbutils, vbnetworkclient, vbimageprocessor, matomo-sdk-ios
[2361/3776] Fetching lottie-spm, vbutils, vbimageprocessor, matomo-sdk-ios
Fetched https://github.com/vbmobile/VBNetworkClient from cache (0.31s)
Fetched https://github.com/vbmobile/VBUtils from cache (4.18s)
Fetched https://github.com/vbmobile/VBImageProcessor from cache (4.18s)
Fetched https://github.com/vbmobile/matomo-sdk-ios from cache (4.19s)
Fetched https://github.com/airbnb/lottie-spm from cache (4.33s)
Computing version for https://github.com/vbmobile/matomo-sdk-ios
Computed https://github.com/vbmobile/matomo-sdk-ios at 7.7.0 (8.71s)
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:)'
 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:)'
   |               `- 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')
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')
19 |     ],
20 |
/Package.swift:18:70: warning: 'exact' is deprecated
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
   |                                                                      `- warning: 'exact' is deprecated
19 |     ],
20 |
Computed https://github.com/vbmobile/VBUtils at 2.0.2 (0.83s)
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')
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')
19 |     ],
20 |     targets: [
/Package.swift:18:63: warning: 'exact' is deprecated
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
   |                                                               `- warning: 'exact' is deprecated
19 |     ],
20 |     targets: [
Computed https://github.com/vbmobile/VBImageProcessor at 1.2.2 (0.61s)
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.1 (0.63s)
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.5 (0.52s)
Computing version for https://github.com/airbnb/lottie-spm
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.ryUrtv/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.6.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.70yWKp/lottie-spm-manifest"])
/Package.swift:45:8: error: Linux is currently not supported
43 | // https://github.com/airbnb/swift/discussions/197#discussioncomment-4055303
44 | #if os(Linux)
45 | #error("Linux is currently not supported")
   |        `- error: Linux is currently not supported
46 | #endif
47 | import Foundation in https://github.com/airbnb/lottie-spm
error: 'spi-builder-workspace': binary target 'MobileIdSDKiOS' could not be mapped to an artifact with expected name 'MobileIdSDKiOS'
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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')
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/host/spi-builder-workspace/Package.swift:18:64: warning: 'exact' is deprecated
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
   |                                                                `- warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
/host/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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.5")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 |         .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/host/spi-builder-workspace/Package.swift:19:76: warning: 'exact' is deprecated
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.5")),
   |                                                                            `- warning: 'exact' is deprecated
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
21 |         .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
/host/spi-builder-workspace/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 |         .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
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')
21 |         .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 |         .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/host/spi-builder-workspace/Package.swift:20:71: warning: 'exact' is deprecated
18 |         .package(url: "https://github.com/airbnb/lottie-spm", .exact("4.4.1")),
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
20 |         .package(url: "https://github.com/vbmobile/VBNetworkClient", .exact("5.1.1")),
   |                                                                       `- warning: 'exact' is deprecated
21 |         .package(url: "https://github.com/vbmobile/VBImageProcessor", .exact("1.2.2")),
22 |         .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
/host/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
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')
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")),
/host/spi-builder-workspace/Package.swift:21:72: warning: 'exact' is deprecated
19 |         .package(url: "https://github.com/vbmobile/VBDependencyInjector", .exact("1.0.5")),
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
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")),
/host/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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')
23 |         .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 |     ],
/host/spi-builder-workspace/Package.swift:22:63: warning: 'exact' is deprecated
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
23 |         .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
24 |     ],
/host/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
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')
24 |     ],
25 |     targets: [
/host/spi-builder-workspace/Package.swift:23:70: warning: 'exact' is deprecated
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
24 |     ],
25 |     targets: [
Updating https://github.com/vbmobile/VBImageProcessor
Updating https://github.com/vbmobile/VBUtils
Updating https://github.com/vbmobile/VBNetworkClient
Updating https://github.com/airbnb/lottie-spm
Updating https://github.com/vbmobile/VBDependencyInjector
Updating https://github.com/vbmobile/matomo-sdk-ios
Updated https://github.com/vbmobile/matomo-sdk-ios (0.18s)
Updated https://github.com/vbmobile/VBNetworkClient (0.20s)
Updated https://github.com/vbmobile/VBImageProcessor (0.20s)
Updated https://github.com/vbmobile/VBUtils (0.20s)
Updated https://github.com/vbmobile/VBDependencyInjector (0.20s)
Updated https://github.com/airbnb/lottie-spm (0.21s)
Computing version for https://github.com/vbmobile/matomo-sdk-ios
Computed https://github.com/vbmobile/matomo-sdk-ios at 7.7.0 (3.65s)
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:)'
 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:)'
   |               `- 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')
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')
19 |     ],
20 |
/Package.swift:18:70: warning: 'exact' is deprecated
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/vbmobile/matomo-sdk-ios", .exact("7.7.0")),
   |                                                                      `- warning: 'exact' is deprecated
19 |     ],
20 |
Computed https://github.com/vbmobile/VBUtils at 2.0.2 (0.73s)
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')
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')
19 |     ],
20 |     targets: [
/Package.swift:18:63: warning: 'exact' is deprecated
16 |     ],
17 |     dependencies: [
18 |         .package(url: "https://github.com/vbmobile/VBUtils", .exact("2.0.2")),
   |                                                               `- warning: 'exact' is deprecated
19 |     ],
20 |     targets: [
Computed https://github.com/vbmobile/VBImageProcessor at 1.2.2 (1.08s)
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.1 (0.59s)
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.5 (0.62s)
Computing version for https://github.com/airbnb/lottie-spm
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.r01wj9/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.6.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.yorjZp/lottie-spm-manifest"])
/Package.swift:45:8: error: Linux is currently not supported
43 | // https://github.com/airbnb/swift/discussions/197#discussioncomment-4055303
44 | #if os(Linux)
45 | #error("Linux is currently not supported")
   |        `- error: Linux is currently not supported
46 | #endif
47 | import Foundation in https://github.com/airbnb/lottie-spm
error: 'spi-builder-workspace': binary target 'MobileIdSDKiOS' could not be mapped to an artifact with expected name 'MobileIdSDKiOS'
BUILD FAILURE 6.1 linux