Build Information
Failed to build AdMobUI, reference 1.0.2 (48ce94), with Swift 6.3 for Wasm on 16 Apr 2026 12:36:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/Uhucream/AdMobUI.git
Reference: 1.0.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/Uhucream/AdMobUI
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 48ce94c doc: Update README.md
Cloned https://github.com/Uhucream/AdMobUI.git
Revision (git rev-parse @):
48ce94c3aa8fa06383c660f669d483058c7f2211
SUCCESS checkout https://github.com/Uhucream/AdMobUI.git at 1.0.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Uhucream/AdMobUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/googleads/swift-package-manager-google-mobile-ads.git
[1/302] Fetching swift-package-manager-google-mobile-ads
Fetched https://github.com/googleads/swift-package-manager-google-mobile-ads.git from cache (0.27s)
Computing version for https://github.com/googleads/swift-package-manager-google-mobile-ads.git
Computed https://github.com/googleads/swift-package-manager-google-mobile-ads.git at 12.14.0 (2.88s)
Fetching https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git
[1/62] Fetching swift-package-manager-google-user-messaging-platform
Fetched https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git from cache (0.25s)
Computing version for https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git
Computed https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git at 3.1.0 (0.73s)
Creating working copy for https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git
Working copy of https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git resolved at 3.1.0
Creating working copy for https://github.com/googleads/swift-package-manager-google-mobile-ads.git
Working copy of https://github.com/googleads/swift-package-manager-google-mobile-ads.git resolved at 12.14.0
Downloading binary artifact https://dl.google.com/googleadmobadssdk/c8c5523373ed76aa/googlemobileadsios-spm-12.14.0.zip
Downloading binary artifact https://dl.google.com/googleadmobadssdk/90fe6bf3b0f4ce0d/googleusermessagingplatformios-spm-3.1.0.zip
[17414/17414] Downloading https://dl.google.com/googleadmobadssdk/90fe6bf3b0f4ce0d/googleusermessagingplatformios-spm-3.1.0.zip
[51528/51528] Downloading https://dl.google.com/googleadmobadssdk/90fe6bf3b0f4ce0d/googleusermessagingplatformios-spm-3.1.0.zip, https://dl.google.com/googleadmobadssdk/c8c5523373ed76aa/googlemobileadsios-spm-12.14.0.zip
Downloaded https://dl.google.com/googleadmobadssdk/90fe6bf3b0f4ce0d/googleusermessagingplatformios-spm-3.1.0.zip (0.34s)
[602410/602410] Downloading https://dl.google.com/googleadmobadssdk/c8c5523373ed76aa/googlemobileadsios-spm-12.14.0.zip
Downloaded https://dl.google.com/googleadmobadssdk/c8c5523373ed76aa/googlemobileadsios-spm-12.14.0.zip (1.71s)
Building for debugging...
[0/4] Write sources
[2/4] Compiling UserMessagingPlatformTarget placeholder.m
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module GoogleMobileAdsTarget
[6/6] Compiling GoogleMobileAdsTarget placeholder.swift
[8/17] Compiling AdMobUI _RepresentedAdMobMedia.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[9/18] Compiling AdMobUI NativeAdChildViewType.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[10/18] Compiling AdMobUI _UINativeAdView.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[11/18] Compiling AdMobUI NamedAnchorBoundsPreferenceKey.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[12/18] Compiling AdMobUI _RepresentedUINativeAdView.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[13/18] Compiling AdMobUI View+.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/18] Emitting module AdMobUI
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[15/18] Compiling AdMobUI NativeAdvertisement.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[16/18] Compiling AdMobUI AdvertisementMedia.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[17/18] Compiling AdMobUI AdMobUI.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
[18/18] Compiling AdMobUI NativeAdLoader.swift
/host/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import GoogleMobileAds
11 |
BUILD FAILURE 6.3 wasm