Build Information
Successful build of googleads-swift, reference main (f4c5b6), with Swift 6.1 for Android on 1 Dec 2025 06:31:04 UTC.
Swift 6 data race errors: 0
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/googleads-swift.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/zunda-pixel/googleads-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f4c5b6c Bump actions/checkout from 5 to 6 (#42)
Cloned https://github.com/zunda-pixel/googleads-swift.git
Revision (git rev-parse @):
f4c5b6cc097c226fcfc4956ef1873678b5e8e989
SUCCESS checkout https://github.com/zunda-pixel/googleads-swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/zunda-pixel/googleads-swift.git
https://github.com/zunda-pixel/googleads-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/zunda-pixel/http-client.git"
},
{
"identity" : "xmldocument",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kewlbear/XMLDocument.git"
}
],
"manifest_display_name" : "googleads-swift",
"name" : "googleads-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "GoogleAds",
"targets" : [
"GoogleAds"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GoogleAdsTests",
"module_type" : "SwiftTarget",
"name" : "GoogleAdsTests",
"path" : "Tests/GoogleAdsTests",
"sources" : [
"GoogleAdsTests.swift"
],
"target_dependencies" : [
"GoogleAds"
],
"type" : "test"
},
{
"c99name" : "GoogleAds",
"module_type" : "SwiftTarget",
"name" : "GoogleAds",
"path" : "Sources/GoogleAds",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation",
"HTTPClient",
"XMLDocument"
],
"product_memberships" : [
"GoogleAds"
],
"sources" : [
"AdTemplate.swift",
"GoogleAdsClient.swift",
"Response.swift",
"Video++.swift",
"Video.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/kewlbear/XMLDocument.git
Fetching https://github.com/zunda-pixel/http-client.git
[1/97] Fetching xmldocument
[98/246] Fetching xmldocument, http-client
[247/1189] Fetching xmldocument, http-client, swift-http-types
Fetched https://github.com/kewlbear/XMLDocument.git from cache (0.20s)
Fetched https://github.com/zunda-pixel/http-client.git from cache (0.21s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Computing version for https://github.com/kewlbear/XMLDocument.git
Computed https://github.com/kewlbear/XMLDocument.git at 1.0.0 (2.77s)
Computing version for https://github.com/zunda-pixel/http-client.git
Computed https://github.com/zunda-pixel/http-client.git at 0.3.1 (0.58s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.59s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/kewlbear/XMLDocument.git
Working copy of https://github.com/kewlbear/XMLDocument.git resolved at 1.0.0
Creating working copy for https://github.com/zunda-pixel/http-client.git
Working copy of https://github.com/zunda-pixel/http-client.git resolved at 0.3.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/14] Compiling HTTPTypes ISOLatin1String.swift
[7/15] Compiling HTTPTypes HTTPResponse.swift
[8/15] Compiling HTTPTypes HTTPRequest.swift
[9/15] Compiling HTTPTypes HTTPField.swift
[10/15] Compiling HTTPTypes HTTPFieldName.swift
[11/15] Compiling HTTPTypes NIOLock.swift
[12/15] Compiling HTTPTypes HTTPRequest+URL.swift
[13/15] Compiling HTTPTypes HTTPParsedFields.swift
[14/15] Emitting module HTTPTypes
[15/15] Compiling HTTPTypes HTTPFields.swift
[17/22] Emitting module HTTPTypesFoundation
[18/22] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[19/22] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[20/22] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[21/22] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[22/22] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[24/26] Compiling HTTPClient URLSesssion++.swift
[25/26] Emitting module HTTPClient
[26/26] Compiling HTTPClient HTTPClient.swift
[28/33] Compiling GoogleAds Video++.swift
[29/33] Emitting module GoogleAds
[30/33] Compiling GoogleAds Video.swift
[31/33] Compiling GoogleAds AdTemplate.swift
[32/33] Compiling GoogleAds Response.swift
[33/33] Compiling GoogleAds GoogleAdsClient.swift
Build complete! (24.09s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/zunda-pixel/http-client.git"
},
{
"identity" : "xmldocument",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kewlbear/XMLDocument.git"
}
],
"manifest_display_name" : "googleads-swift",
"name" : "googleads-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "GoogleAds",
"targets" : [
"GoogleAds"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GoogleAdsTests",
"module_type" : "SwiftTarget",
"name" : "GoogleAdsTests",
"path" : "Tests/GoogleAdsTests",
"sources" : [
"GoogleAdsTests.swift"
],
"target_dependencies" : [
"GoogleAds"
],
"type" : "test"
},
{
"c99name" : "GoogleAds",
"module_type" : "SwiftTarget",
"name" : "GoogleAds",
"path" : "Sources/GoogleAds",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation",
"HTTPClient",
"XMLDocument"
],
"product_memberships" : [
"GoogleAds"
],
"sources" : [
"AdTemplate.swift",
"GoogleAdsClient.swift",
"Response.swift",
"Video++.swift",
"Video.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.