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 11.15.0 (45ce43), with Swift 6.1 for Linux on 24 Jun 2025 05:57:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/GoogleAppMeasurement.git
Reference: 11.15.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               11.15.0    -> FETCH_HEAD
HEAD is now at 45ce435 Release 11.15.0 (#94)
Cloned https://github.com/google/GoogleAppMeasurement.git
Revision (git rev-parse @):
45ce435e9406d3c674dd249a042b932bee006f60
SUCCESS checkout https://github.com/google/GoogleAppMeasurement.git at 11.15.0
========================================
Build
========================================
Selected platform:         linux
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" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.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" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.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"
        ]
      }
    },
    {
      "name" : "GoogleAppMeasurementWithoutAdIdSupport",
      "targets" : [
        "GoogleAppMeasurementWithoutAdIdSupportTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleAppMeasurementOnDeviceConversion",
      "targets" : [
        "GoogleAppMeasurementOnDeviceConversionTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAppMeasurementWithoutAdIdSupportTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementWithoutAdIdSupportTarget",
      "path" : "GoogleAppMeasurementWithoutAdIdSupportWrapper",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "GoogleAppMeasurementWithoutAdIdSupport"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurement"
      ],
      "type" : "library"
    },
    {
      "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" : "GoogleAppMeasurementOnDeviceConversionTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementOnDeviceConversionTarget",
      "path" : "GoogleAppMeasurementOnDeviceConversionWrapper",
      "product_memberships" : [
        "GoogleAppMeasurementOnDeviceConversion"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurementOnDeviceConversion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleAppMeasurementOnDeviceConversion",
      "module_type" : "BinaryTarget",
      "name" : "GoogleAppMeasurementOnDeviceConversion",
      "path" : "remote/archive/GoogleAppMeasurementOnDeviceConversion.zip",
      "product_memberships" : [
        "GoogleAppMeasurementOnDeviceConversion"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "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",
        "GoogleAppMeasurementWithoutAdIdSupport"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Fetching https://github.com/firebase/nanopb.git
Fetching https://github.com/google/GoogleUtilities.git
[1/37] Fetching google-ads-on-device-conversion-ios-sdk
[38/5114] Fetching google-ads-on-device-conversion-ios-sdk, googleutilities
[851/13399] 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.71s)
Fetched https://github.com/google/GoogleUtilities.git from cache (0.71s)
Fetched https://github.com/firebase/nanopb.git from cache (0.72s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (1.42s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.63s)
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.1.0 (0.68s)
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.1.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/swiftpm/11.15.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip
[1369/5137453] Downloading https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip
[616551/5210314] Downloading https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementIdentitySupport.zip
[1404207/8285799] Downloading https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementOnDeviceConversion.zip
[1422249/8212938] Downloading https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementIdentitySupport.zip (0.38s)
[7184634/18670327] Downloading https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurementOnDeviceConversion.zip (0.93s)
[13640685/15594842] Downloading https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/appads/2.1.0/GoogleAdsOnDeviceConversion.zip (1.08s)
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.15.0/GoogleAppMeasurement.zip (2.11s)
Building for debugging...
[0/5] Compiling GoogleAppMeasurementOnDeviceConversionTarget dummy.m
[0/5] Compiling GoogleAppMeasurementWithoutAdIdSupportTarget dummy.m
[2/5] Compiling GoogleAppMeasurementCoreTarget dummy.m
[3/5] Compiling GoogleAppMeasurementTarget dummy.m
[4/5] Compiling GoogleAppMeasurementIdentitySupportTarget dummy.m
Build complete! (6.48s)
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" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.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" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.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"
        ]
      }
    },
    {
      "name" : "GoogleAppMeasurementWithoutAdIdSupport",
      "targets" : [
        "GoogleAppMeasurementWithoutAdIdSupportTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleAppMeasurementOnDeviceConversion",
      "targets" : [
        "GoogleAppMeasurementOnDeviceConversionTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAppMeasurementWithoutAdIdSupportTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementWithoutAdIdSupportTarget",
      "path" : "GoogleAppMeasurementWithoutAdIdSupportWrapper",
      "product_dependencies" : [
        "GULAppDelegateSwizzler",
        "GULMethodSwizzler",
        "GULNSData",
        "GULNetwork",
        "nanopb"
      ],
      "product_memberships" : [
        "GoogleAppMeasurementWithoutAdIdSupport"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurement"
      ],
      "type" : "library"
    },
    {
      "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" : "GoogleAppMeasurementOnDeviceConversionTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleAppMeasurementOnDeviceConversionTarget",
      "path" : "GoogleAppMeasurementOnDeviceConversionWrapper",
      "product_memberships" : [
        "GoogleAppMeasurementOnDeviceConversion"
      ],
      "sources" : [
        "dummy.m"
      ],
      "target_dependencies" : [
        "GoogleAppMeasurementOnDeviceConversion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleAppMeasurementOnDeviceConversion",
      "module_type" : "BinaryTarget",
      "name" : "GoogleAppMeasurementOnDeviceConversion",
      "path" : "remote/archive/GoogleAppMeasurementOnDeviceConversion.zip",
      "product_memberships" : [
        "GoogleAppMeasurementOnDeviceConversion"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "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",
        "GoogleAppMeasurementWithoutAdIdSupport"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.