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 GoogleAppMeasurement, reference 12.2.0 (1c7edd), with Swift 6.1 for Wasm on 27 Aug 2025 18:43:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/GoogleAppMeasurement.git
Reference: 12.2.0
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/google/GoogleAppMeasurement
 * tag               12.2.0     -> FETCH_HEAD
HEAD is now at 1c7edd5 Release 12.2.0 (#106)
Cloned https://github.com/google/GoogleAppMeasurement.git
Revision (git rev-parse @):
1c7edd5cc6e4ad22d2b81166bb9b208b9e63058a
SUCCESS checkout https://github.com/google/GoogleAppMeasurement.git at 12.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/google/GoogleAppMeasurement.git
https://github.com/google/GoogleAppMeasurement.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "c_language_standard" : "c99",
  "cxx_language_standard" : "gnu++14",
  "dependencies" : [
    {
      "identity" : "googleutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.1.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleUtilities.git"
    },
    {
      "identity" : "nanopb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.30910.0",
            "upper_bound" : "2.30911.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/nanopb.git"
    },
    {
      "identity" : "google-ads-on-device-conversion-ios-sdk",
      "requirement" : {
        "exact" : [
          "2.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/googleads/google-ads-on-device-conversion-ios-sdk"
    }
  ],
  "manifest_display_name" : "GoogleAppMeasurement",
  "name" : "GoogleAppMeasurement",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleAppMeasurement",
      "targets" : [
        "GoogleAppMeasurementTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleAppMeasurementCore",
      "targets" : [
        "GoogleAppMeasurementCoreTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleAppMeasurementIdentitySupport",
      "targets" : [
        "GoogleAppMeasurementIdentitySupportTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAppMeasurementTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementTarget",
      "path" : "GoogleAppMeasurementWrapper",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb",
        "GoogleAdsOnDeviceConversion"
      ],
      "product_memberships" : [
        "GoogleAppMeasurement"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurementIdentitySupport",
        "GoogleAppMeasurement"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleAppMeasurementIdentitySupportTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementIdentitySupportTarget",
      "path" : "GoogleAppMeasurementIdentitySupportWrapper",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "GoogleAppMeasurementIdentitySupport"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurementIdentitySupport",
        "GoogleAppMeasurement"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleAppMeasurementIdentitySupport",
      "module_type" : "BinaryTarget",
      "name" : "GoogleAppMeasurementIdentitySupport",
      "path" : "remote/archive/GoogleAppMeasurementIdentitySupport.zip",
      "product_memberships" : [
        "GoogleAppMeasurement",
        "GoogleAppMeasurementIdentitySupport"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "GoogleAppMeasurementCoreTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementCoreTarget",
      "path" : "GoogleAppMeasurementCoreWrapper",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "GoogleAppMeasurementCore"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurement"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleAppMeasurement",
      "module_type" : "BinaryTarget",
      "name" : "GoogleAppMeasurement",
      "path" : "remote/archive/GoogleAppMeasurement.zip",
      "product_memberships" : [
        "GoogleAppMeasurement",
        "GoogleAppMeasurementCore",
        "GoogleAppMeasurementIdentitySupport"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/firebase/nanopb.git
[1/63] Fetching google-ads-on-device-conversion-ios-sdk
[64/5144] Fetching google-ads-on-device-conversion-ios-sdk, googleutilities
[115/13429] Fetching google-ads-on-device-conversion-ios-sdk, googleutilities, nanopb
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (0.26s)
[2132/13366] Fetching googleutilities, nanopb
Fetched https://github.com/google/GoogleUtilities.git from cache (0.56s)
Fetched https://github.com/firebase/nanopb.git from cache (0.57s)
Computing version for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Computed https://github.com/googleads/google-ads-on-device-conversion-ios-sdk at 2.3.0 (2.53s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.58s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.75s)
Creating working copy for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Working copy of https://github.com/googleads/google-ads-on-device-conversion-ios-sdk resolved at 2.3.0
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.0
Creating working copy for https://github.com/firebase/nanopb.git
Working copy of https://github.com/firebase/nanopb.git resolved at 2.30910.0
Downloading binary artifact https://dl.google.com/firebase/ios/appads/2.3.0/GoogleAdsOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurementIdentitySupport.zip
[1369/72799] Downloading https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurementIdentitySupport.zip
[4548/10568181] Downloading https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurementIdentitySupport.zip (0.71s)
[66905/10495382] Downloading https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurement.zip
[886105/15674959] Downloading https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/appads/2.3.0/GoogleAdsOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.2.0/GoogleAppMeasurement.zip (3.01s)
Downloaded https://dl.google.com/firebase/ios/appads/2.3.0/GoogleAdsOnDeviceConversion.zip (3.11s)
Building for debugging...
[0/3] Compiling GoogleAppMeasurementIdentitySupportTarget dummy.m
[1/3] Compiling GoogleAppMeasurementTarget dummy.m
[2/3] Compiling GoogleAppMeasurementCoreTarget dummy.m
Build complete! (10.94s)
Build complete.
{
  "c_language_standard" : "c99",
  "cxx_language_standard" : "gnu++14",
  "dependencies" : [
    {
      "identity" : "googleutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.1.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleUtilities.git"
    },
    {
      "identity" : "nanopb",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.30910.0",
            "upper_bound" : "2.30911.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/nanopb.git"
    },
    {
      "identity" : "google-ads-on-device-conversion-ios-sdk",
      "requirement" : {
        "exact" : [
          "2.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/googleads/google-ads-on-device-conversion-ios-sdk"
    }
  ],
  "manifest_display_name" : "GoogleAppMeasurement",
  "name" : "GoogleAppMeasurement",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleAppMeasurement",
      "targets" : [
        "GoogleAppMeasurementTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleAppMeasurementCore",
      "targets" : [
        "GoogleAppMeasurementCoreTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleAppMeasurementIdentitySupport",
      "targets" : [
        "GoogleAppMeasurementIdentitySupportTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAppMeasurementTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementTarget",
      "path" : "GoogleAppMeasurementWrapper",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb",
        "GoogleAdsOnDeviceConversion"
      ],
      "product_memberships" : [
        "GoogleAppMeasurement"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurementIdentitySupport",
        "GoogleAppMeasurement"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleAppMeasurementIdentitySupportTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementIdentitySupportTarget",
      "path" : "GoogleAppMeasurementIdentitySupportWrapper",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "GoogleAppMeasurementIdentitySupport"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurementIdentitySupport",
        "GoogleAppMeasurement"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleAppMeasurementIdentitySupport",
      "module_type" : "BinaryTarget",
      "name" : "GoogleAppMeasurementIdentitySupport",
      "path" : "remote/archive/GoogleAppMeasurementIdentitySupport.zip",
      "product_memberships" : [
        "GoogleAppMeasurement",
        "GoogleAppMeasurementIdentitySupport"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "GoogleAppMeasurementCoreTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementCoreTarget",
      "path" : "GoogleAppMeasurementCoreWrapper",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "GoogleAppMeasurementCore"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurement"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleAppMeasurement",
      "module_type" : "BinaryTarget",
      "name" : "GoogleAppMeasurement",
      "path" : "remote/archive/GoogleAppMeasurement.zip",
      "product_memberships" : [
        "GoogleAppMeasurement",
        "GoogleAppMeasurementCore",
        "GoogleAppMeasurementIdentitySupport"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.