Build Information
Failed to build AdMobUI, reference main (16bb76), with Swift 6.1 for macOS (SPM) on 28 Jan 2026 17:18:29 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Uhucream/AdMobUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Uhucream/AdMobUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 16bb76c Update README.md
Cloned https://github.com/Uhucream/AdMobUI.git
Revision (git rev-parse @):
16bb76c5bcc8c667d988145f84ee53bb126e3427
SUCCESS checkout https://github.com/Uhucream/AdMobUI.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Uhucream/AdMobUI.git
https://github.com/Uhucream/AdMobUI.git
{
"dependencies" : [
{
"identity" : "swift-package-manager-google-mobile-ads",
"requirement" : {
"range" : [
{
"lower_bound" : "12.6.0",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/googleads/swift-package-manager-google-mobile-ads.git"
}
],
"manifest_display_name" : "AdMobUI",
"name" : "AdMobUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AdMobUI",
"targets" : [
"AdMobUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AdMobUI",
"module_type" : "SwiftTarget",
"name" : "AdMobUI",
"path" : "Sources/AdMobUI",
"product_dependencies" : [
"GoogleMobileAds"
],
"product_memberships" : [
"AdMobUI"
],
"sources" : [
"Components/AdMobNativeAd/NativeAdLoader.swift",
"Components/AdMobNativeAd/NativeAdvertisement.swift",
"Components/AdvertisementMedia.swift",
"Components/NativeAdChildViewType.swift",
"Components/NativeAdvertisementPhase.swift",
"Components/TypedAnchor.swift",
"Components/TypedAnchorBoundsPreferenceKey.swift",
"Components/UIKit/_UINativeAdView.swift",
"Components/UIViewRepresentable/_RepresentedAdMobMedia.swift",
"Components/UIViewRepresentable/_RepresentedUINativeAdView.swift",
"Extensions/View+.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/4] Write sources
[2/4] Compiling UserMessagingPlatformTarget placeholder.m
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/6] Emitting module GoogleMobileAdsTarget
[6/6] Compiling GoogleMobileAdsTarget placeholder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/17] Emitting module AdMobUI
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[8/17] Compiling AdMobUI NativeAdLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[9/17] Compiling AdMobUI NativeAdvertisement.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[10/17] Compiling AdMobUI _UINativeAdView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[11/17] Compiling AdMobUI NativeAdvertisementPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[12/17] Compiling AdMobUI _RepresentedUINativeAdView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[13/17] Compiling AdMobUI AdvertisementMedia.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[14/17] Compiling AdMobUI TypedAnchorBoundsPreferenceKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[15/17] Compiling AdMobUI NativeAdChildViewType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[16/17] Compiling AdMobUI TypedAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[17/17] Compiling AdMobUI _RepresentedAdMobMedia.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[18/18] Compiling AdMobUI View+.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
Fetching https://github.com/googleads/swift-package-manager-google-mobile-ads.git
[1/292] Fetching swift-package-manager-google-mobile-ads
Fetched https://github.com/googleads/swift-package-manager-google-mobile-ads.git from cache (0.67s)
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 (3.60s)
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.70s)
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 (1.30s)
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/90fe6bf3b0f4ce0d/googleusermessagingplatformios-spm-3.1.0.zip
Downloading binary artifact https://dl.google.com/googleadmobadssdk/c8c5523373ed76aa/googlemobileadsios-spm-12.14.0.zip
[1430/1430] Downloading https://dl.google.com/googleadmobadssdk/c8c5523373ed76aa/googlemobileadsios-spm-12.14.0.zip
[11969680/11969680] Downloading https://dl.google.com/googleadmobadssdk/c8c5523373ed76aa/googlemobileadsios-spm-12.14.0.zip, https://dl.google.com/googleadmobadssdk/90fe6bf3b0f4ce0d/googleusermessagingplatformios-spm-3.1.0.zip
Downloaded https://dl.google.com/googleadmobadssdk/90fe6bf3b0f4ce0d/googleusermessagingplatformios-spm-3.1.0.zip (0.98s)
Downloaded https://dl.google.com/googleadmobadssdk/c8c5523373ed76aa/googlemobileadsios-spm-12.14.0.zip (1.23s)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Emitting module GoogleMobileAdsTarget
[3/3] Compiling GoogleMobileAdsTarget placeholder.swift
[4/14] Compiling AdMobUI NativeAdChildViewType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[5/15] Compiling AdMobUI _UINativeAdView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[6/15] Compiling AdMobUI NativeAdvertisementPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[7/15] Compiling AdMobUI TypedAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/15] Emitting module AdMobUI
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[9/15] Compiling AdMobUI AdvertisementMedia.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[10/15] Compiling AdMobUI NativeAdLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[11/15] Compiling AdMobUI NativeAdvertisement.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[12/15] Compiling AdMobUI TypedAnchorBoundsPreferenceKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[13/15] Compiling AdMobUI _RepresentedUINativeAdView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[14/15] Compiling AdMobUI _RepresentedAdMobMedia.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
[15/15] Compiling AdMobUI View+.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdMobUI/Components/AdMobNativeAd/NativeAdLoader.swift:10:8: error: no such module 'GoogleMobileAds'
8 |
9 | import Combine
10 | import GoogleMobileAds
| `- error: no such module 'GoogleMobileAds'
11 |
12 | internal class NativeAdLoader: NSObject, ObservableObject {
BUILD FAILURE 6.1 macosSpm