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 AmplitudeCore, reference v1.2.2 (ce504e), with Swift 6.0 for macOS (SPM) on 23 Aug 2025 03:12:32 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amplitude/AmplitudeCore-Swift.git
Reference: v1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amplitude/AmplitudeCore-Swift
 * tag               v1.2.2     -> FETCH_HEAD
HEAD is now at ce504ed chore(release): 1.2.2 [skip ci]
Cloned https://github.com/amplitude/AmplitudeCore-Swift.git
Revision (git rev-parse @):
ce504eddff3597f88b23af640200d59841dc4907
SUCCESS checkout https://github.com/amplitude/AmplitudeCore-Swift.git at v1.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/amplitude/AmplitudeCore-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/16] Compiling AmplitudeCore ServerZone.swift
[5/16] Compiling AmplitudeCore HttpUtil.swift
[6/17] Compiling AmplitudeCore resource_bundle_accessor.swift
[7/17] Compiling AmplitudeCore PluginHost.swift
[8/17] Compiling AmplitudeCore AnalyticsIdentity.swift
[9/17] Compiling AmplitudeCore AnalyticsClient.swift
[10/17] Compiling AmplitudeCore AnalyticsEvent.swift
[11/17] Compiling AmplitudeCore UniversalPlugin.swift
[12/17] Compiling AmplitudeCore AmplitudeContext.swift
[13/17] Compiling AmplitudeCore InterfaceSignal.swift
[14/17] Emitting module AmplitudeCore
[15/17] Compiling AmplitudeCore CoreLogger.swift
[16/17] Compiling AmplitudeCore OSLogger.swift
[17/17] Compiling AmplitudeCore RemoteConfigClient.swift
Build complete! (6.15s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package@swift-5.9.swift:9:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     platforms: [
 8 |         .macOS(.v10_13),
 9 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |         .tvOS(.v11),
11 |         .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/Package@swift-5.9.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .iOS(.v11),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .watchOS(.v4),
12 |         .visionOS(.v1),
[16375/9887353] Downloading https://github.com/amplitude/AmplitudeCore-Swift/releases/download/v1.2.2/AmplitudeCore.zip
Downloading binary artifact https://github.com/amplitude/AmplitudeCore-Swift/releases/download/v1.2.2/AmplitudeCore.zip
Downloaded https://github.com/amplitude/AmplitudeCore-Swift/releases/download/v1.2.2/AmplitudeCore.zip (1.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AmplitudeCore",
  "name" : "AmplitudeCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AmplitudeCore",
      "targets" : [
        "AmplitudeCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AmplitudeCoreFramework",
      "targets" : [
        "AmplitudeCoreFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AmplitudeCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "AmplitudeCoreTests",
      "path" : "Tests/AmplitudeCoreTests",
      "sources" : [
        "RemoteConfigTests.swift"
      ],
      "target_dependencies" : [
        "AmplitudeCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmplitudeCoreFramework",
      "module_type" : "BinaryTarget",
      "name" : "AmplitudeCoreFramework",
      "path" : "remote/archive/AmplitudeCore.zip",
      "product_memberships" : [
        "AmplitudeCoreFramework"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "AmplitudeCore",
      "module_type" : "SwiftTarget",
      "name" : "AmplitudeCore",
      "path" : "Sources/AmplitudeCore",
      "product_memberships" : [
        "AmplitudeCore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AmplitudeCore/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Context/AmplitudeContext.swift",
        "Functionalities/InterfaceSignal.swift",
        "Logger/CoreLogger.swift",
        "Logger/OSLogger.swift",
        "Plugins/AnalyticsClient.swift",
        "Plugins/AnalyticsEvent.swift",
        "Plugins/AnalyticsIdentity.swift",
        "Plugins/PluginHost.swift",
        "Plugins/UniversalPlugin.swift",
        "Remote Config/RemoteConfigClient.swift",
        "Types/ServerZone.swift",
        "Utilities/HttpUtil.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package@swift-5.9.swift:9:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     platforms: [
 8 |         .macOS(.v10_13),
 9 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |         .tvOS(.v11),
11 |         .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/Package@swift-5.9.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .iOS(.v11),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .watchOS(.v4),
12 |         .visionOS(.v1),
Done.