Build Information
Failed to build VBUtils, reference main (7fa447), with Swift 6.3 for Wasm on 16 Apr 2026 11:11:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/VBUtils.git
Reference: main
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/VBUtils
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7fa447b fix hash
Cloned https://github.com/vbmobile/VBUtils.git
Revision (git rev-parse @):
7fa447bf0c4129b81be19bd4a18e9bd9e2ce60cb
SUCCESS checkout https://github.com/vbmobile/VBUtils.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/vbmobile/VBUtils.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: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/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/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>
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.81s)
Computing version for https://github.com/vbmobile/matomo-sdk-ios
Computed https://github.com/vbmobile/matomo-sdk-ios at 7.7.0 (4.58s)
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
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
Downloaded https://vbmobileidstorage.blob.core.windows.net/ios/MobileIdSDKiOS/VBUtils/VBUtils-2.0.2.zip (4.62s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/25] 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.
[5/27] 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.
[6/27] 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.
[7/27] 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.
[8/27] 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.
[9/27] 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.
[10/27] 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.
[11/27] 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.
[12/27] 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.
[13/27] 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.
[14/27] 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.
[15/27] 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.
[16/27] 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.
[17/27] 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.
[18/27] 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.
[19/27] 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.
[20/27] 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.
[21/27] 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.
[22/27] 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.
[23/27] 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.
[24/27] 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.
BUILD FAILURE 6.3 wasm