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 Amplitude, reference v8.22.2 (7ec0f8), with Swift 6.0 for macOS (SPM) on 22 Jul 2025 07:41:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amplitude/Amplitude-iOS.git
Reference: v8.22.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amplitude/Amplitude-iOS
 * tag               v8.22.2    -> FETCH_HEAD
HEAD is now at 7ec0f89 chore(release): 8.22.2 [skip ci]
Cloned https://github.com/amplitude/Amplitude-iOS.git
Revision (git rev-parse @):
7ec0f8971b68c1cb859028655fbff1bcde8170dd
SUCCESS checkout https://github.com/amplitude/Amplitude-iOS.git at v8.22.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/amplitude/Amplitude-iOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/28] Write sources
[1/28] Copying ComodoRsaDomainValidationCA.der
[2/28] Copying PrivacyInfo.xcprivacy
[3/28] Copying AmazonRootCA1.cer
[4/28] Write swift-version-5BDAB9E9C0126B9D.txt
[6/32] Compiling AnalyticsConnector AnalyticsConnector.swift
[7/32] Compiling AnalyticsConnector IdentityStore.swift
[8/32] Emitting module AnalyticsConnector
[9/32] Compiling AnalyticsConnector EventBridge.swift
[9/32] Compiling AMPRevenue.m
[10/32] Compiling Amplitude resource_bundle_accessor.m
[11/32] Compiling ISPCertificatePinning.m
[12/32] Compiling ISPPinnedNSURLSessionDelegate.m
[13/32] Compiling AMPUtils.m
[14/32] Compiling AMPServerZoneUtil.m
[15/32] Compiling AMPTrackingOptions.m
[16/32] Compiling AMPPlan.m
[17/32] Compiling AMPMiddlewareRunner.m
[18/32] Compiling AMPMiddleware.m
[19/32] Compiling AMPIngestionMetadata.m
[20/32] Compiling AMPIdentifyInterceptor.m
[21/32] Compiling AMPIdentify.m
[22/32] Compiling AMPEventUtils.m
[23/32] Compiling AMPURLSession.m
[24/32] Compiling AMPDefaultTrackingOptions.m
[25/32] Compiling UIViewController+AMPScreen.m
[26/32] Compiling AMPConstants.m
[27/32] Compiling AMPBackgroundNotifier.m
[28/32] Compiling AMPConfigManager.m
[29/32] Compiling AMPDatabaseHelper.m
[30/32] Compiling AMPDeviceInfo.m
[31/32] Compiling Amplitude.m
Build complete! (10.22s)
Fetching https://github.com/amplitude/analytics-connector-ios.git
[1/343] Fetching analytics-connector-ios
Fetched https://github.com/amplitude/analytics-connector-ios.git from cache (0.65s)
Computing version for https://github.com/amplitude/analytics-connector-ios.git
Computed https://github.com/amplitude/analytics-connector-ios.git at 1.3.1 (0.48s)
Creating working copy for https://github.com/amplitude/analytics-connector-ios.git
Working copy of https://github.com/amplitude/analytics-connector-ios.git resolved at 1.3.1
[8259/7515307] Downloading https://github.com/amplitude/analytics-connector-ios/releases/download/v1.3.1/AnalyticsConnector.xcframework.zip
Downloading binary artifact https://github.com/amplitude/analytics-connector-ios/releases/download/v1.3.1/AnalyticsConnector.xcframework.zip
Downloaded https://github.com/amplitude/analytics-connector-ios/releases/download/v1.3.1/AnalyticsConnector.xcframework.zip (1.09s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "analytics-connector-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amplitude/analytics-connector-ios.git"
    }
  ],
  "manifest_display_name" : "Amplitude",
  "name" : "Amplitude",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Amplitude",
      "targets" : [
        "Amplitude"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Amplitude",
      "module_type" : "ClangTarget",
      "name" : "Amplitude",
      "path" : "Sources",
      "product_dependencies" : [
        "AnalyticsConnector"
      ],
      "product_memberships" : [
        "Amplitude"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/AmazonRootCA1.cer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/ComodoRsaDomainValidationCA.der",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Amplitude/AMPBackgroundNotifier.m",
        "Amplitude/AMPConfigManager.m",
        "Amplitude/AMPConstants.m",
        "Amplitude/AMPDatabaseHelper.m",
        "Amplitude/AMPDefaultTrackingOptions.m",
        "Amplitude/AMPDeviceInfo.m",
        "Amplitude/AMPEventUtils.m",
        "Amplitude/AMPIdentify.m",
        "Amplitude/AMPIdentifyInterceptor.m",
        "Amplitude/AMPIngestionMetadata.m",
        "Amplitude/AMPMiddleware.m",
        "Amplitude/AMPMiddlewareRunner.m",
        "Amplitude/AMPPlan.m",
        "Amplitude/AMPRevenue.m",
        "Amplitude/AMPServerZoneUtil.m",
        "Amplitude/AMPTrackingOptions.m",
        "Amplitude/AMPURLSession.m",
        "Amplitude/AMPUtils.m",
        "Amplitude/Amplitude.m",
        "Amplitude/ISPCertificatePinning.m",
        "Amplitude/ISPPinnedNSURLSessionDelegate.m",
        "Amplitude/UIViewController+AMPScreen.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.