The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of googleads-swift, reference main (47f554), with Swift 6.2 (beta) for Android on 24 Jun 2025 09:11:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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 47f5542 Update GoogleAds framework Version (#31)
Cloned https://github.com/zunda-pixel/googleads-swift.git
Revision (git rev-parse @):
47f55422669059e525865fefc617ac6a5e7696a9
SUCCESS checkout https://github.com/zunda-pixel/googleads-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/zunda-pixel/googleads-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/zunda-pixel/http-client.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/kewlbear/XMLDocument.git
[1/121] Fetching http-client
[83/218] Fetching http-client, xmldocument
Fetched https://github.com/zunda-pixel/http-client.git from cache (0.52s)
[90/1001] Fetching xmldocument, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
Fetched https://github.com/kewlbear/XMLDocument.git from cache (0.62s)
Computing version for https://github.com/kewlbear/XMLDocument.git
Computed https://github.com/kewlbear/XMLDocument.git at 1.0.0 (4.70s)
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.54s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.26s)
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
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.4.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/13] Compiling HTTPTypes HTTPParsedFields.swift
[7/14] Compiling HTTPTypes ISOLatin1String.swift
[8/14] Compiling HTTPTypes HTTPResponse.swift
[9/14] Compiling HTTPTypes HTTPRequest.swift
[10/14] Compiling HTTPTypes NIOLock.swift
[11/14] Compiling HTTPTypes HTTPFieldName.swift
[12/14] Compiling HTTPTypes HTTPFields.swift
[13/14] Compiling HTTPTypes HTTPField.swift
[14/14] Emitting module HTTPTypes
[16/21] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[17/21] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[18/21] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[19/21] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[20/21] Emitting module HTTPTypesFoundation
[21/21] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[23/25] Compiling HTTPClient HTTPClient.swift
[24/25] Emitting module HTTPClient
[25/25] Compiling HTTPClient URLSesssion++.swift
[27/32] Emitting module GoogleAds
[28/32] Compiling GoogleAds AdTemplate.swift
[29/32] Compiling GoogleAds GoogleAdsClient.swift
[30/32] Compiling GoogleAds Video++.swift
[31/32] Compiling GoogleAds Video.swift
[32/32] Compiling GoogleAds Response.swift
Build complete! (46.16s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.