Build Information
Failed to build VBImageProcessor, reference 1.2.2 (b0da6e), with Swift 6.3 for Wasm on 16 Apr 2026 11:08:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vbmobile/VBImageProcessor.git
Reference: 1.2.2
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/VBImageProcessor
* tag 1.2.2 -> FETCH_HEAD
HEAD is now at b0da6e4 version 1.2.2
Cloned https://github.com/vbmobile/VBImageProcessor.git
Revision (git rev-parse @):
b0da6e41d8e5e1d7199af84f6e22f846192ec512
SUCCESS checkout https://github.com/vbmobile/VBImageProcessor.git at 1.2.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/vbmobile/VBImageProcessor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-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') [#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: [
/host/spi-builder-workspace/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>
Fetching https://github.com/vbmobile/VBUtils
[2/38] Fetching vbutils
Fetched https://github.com/vbmobile/VBUtils from cache (0.25s)
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.74s)
Fetching https://github.com/vbmobile/matomo-sdk-ios
[1/3109] Fetching matomo-sdk-ios
Fetched https://github.com/vbmobile/matomo-sdk-ios from cache (0.92s)
Computing version for https://github.com/vbmobile/matomo-sdk-ios
Computed https://github.com/vbmobile/matomo-sdk-ios at 7.7.0 (4.77s)
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/matomo-sdk-ios
Working copy of https://github.com/vbmobile/matomo-sdk-ios resolved at 7.7.0
warning: 'vbutils': /host/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: [
/host/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 |
/host/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>
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/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip
[15971/2246872] Downloading https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip
[31942/5091740] Downloading 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
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip (4.46s)
[2768483/2844868] Downloading https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.2.2.zip
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBImageProcessor/VBImageProcessor-1.2.2.zip (5.02s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/26] Emitting module MatomoTracker
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[6/28] Compiling MatomoTracker UserDefaultsQueue.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[7/28] Compiling MatomoTracker Visitor.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[8/28] Compiling MatomoTracker Device.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[9/28] Compiling MatomoTracker Dispatcher.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[10/28] Compiling MatomoTracker Event.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[11/28] Compiling MatomoTracker Application.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[12/28] Compiling MatomoTracker CustomDimension.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[13/28] Compiling MatomoTracker CustomVariable.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[14/28] Compiling MatomoTracker MainThread.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[15/28] Compiling MatomoTracker MatomoTracker.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[16/28] Compiling MatomoTracker MatomoUserDefaults.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[17/28] Compiling MatomoTracker MemoryQueue.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[18/28] Compiling MatomoTracker OrderItem.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[19/28] Compiling MatomoTracker URLSessionDispatcher.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[20/28] Compiling MatomoTracker UserAgent.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[21/28] Compiling MatomoTracker EventAPISerializer.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[22/28] Compiling MatomoTracker Locale+HttpAcceptLanguage.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[23/28] Compiling MatomoTracker Logger.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[24/28] Compiling MatomoTracker Queue.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
[25/28] Compiling MatomoTracker Session.swift
/host/spi-builder-workspace/.build/checkouts/matomo-sdk-ios/MatomoTracker/Event.swift:2:8: error: no such module 'CoreGraphics'
1 | import Foundation
2 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
3 |
4 | /// Represents an event of any kind.
BUILD FAILURE 6.3 wasm