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 Mixpanel, reference v5.1.0 (82d1ce), with Swift 5.9 for macOS (SPM) on 31 May 2025 12:56:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mixpanel/mixpanel-swift.git
Reference: v5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mixpanel/mixpanel-swift
 * tag               v5.1.0     -> FETCH_HEAD
HEAD is now at 82d1ce4 Update docs
Cloned https://github.com/mixpanel/mixpanel-swift.git
Revision (git rev-parse @):
82d1ce415b38b138ceb8adc4e0c15a26f14121d1
SUCCESS checkout https://github.com/mixpanel/mixpanel-swift.git at v5.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/mixpanel/mixpanel-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/25] Emitting module Mixpanel
[3/27] Compiling Mixpanel Track.swift
[4/27] Compiling Mixpanel resource_bundle_accessor.swift
[5/27] Compiling Mixpanel MixpanelOptions.swift
[6/27] Compiling Mixpanel MixpanelPersistence.swift
[7/27] Compiling Mixpanel People.swift
[8/27] Compiling Mixpanel PrintLogging.swift
[9/27] Compiling Mixpanel Data+Compression.swift
[10/27] Compiling Mixpanel Error.swift
[11/27] Compiling Mixpanel FeatureFlags.swift
[12/27] Compiling Mixpanel MixpanelType.swift
[13/27] Compiling Mixpanel Network.swift
[14/27] Compiling Mixpanel FileLogging.swift
[15/27] Compiling Mixpanel Flush.swift
[16/27] Compiling Mixpanel FlushRequest.swift
[17/27] Compiling Mixpanel Group.swift
[18/27] Compiling Mixpanel JSONHandler.swift
[19/27] Compiling Mixpanel MPDB.swift
[20/27] Compiling Mixpanel ReadWriteLock.swift
[21/27] Compiling Mixpanel SessionMetadata.swift
[22/27] Compiling Mixpanel AutomaticEvents.swift
[23/27] Compiling Mixpanel AutomaticProperties.swift
[24/27] Compiling Mixpanel Constants.swift
[25/27] Compiling Mixpanel Mixpanel.swift
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1248:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:73:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:80:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
[26/27] Compiling Mixpanel MixpanelInstance.swift
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1248:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:73:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:80:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
[27/27] Compiling Mixpanel MixpanelLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1248:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:73:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:80:23: warning: result of call to 'write(closure:)' is unused
        readWriteLock.write {
                      ^     ~
Build complete! (10.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Mixpanel",
  "name" : "Mixpanel",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Mixpanel",
      "targets" : [
        "Mixpanel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Mixpanel",
      "module_type" : "SwiftTarget",
      "name" : "Mixpanel",
      "path" : "Sources",
      "product_memberships" : [
        "Mixpanel"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AutomaticEvents.swift",
        "AutomaticProperties.swift",
        "Constants.swift",
        "Data+Compression.swift",
        "Error.swift",
        "FeatureFlags.swift",
        "FileLogging.swift",
        "Flush.swift",
        "FlushRequest.swift",
        "Group.swift",
        "JSONHandler.swift",
        "MPDB.swift",
        "Mixpanel.swift",
        "MixpanelInstance.swift",
        "MixpanelLogger.swift",
        "MixpanelOptions.swift",
        "MixpanelPersistence.swift",
        "MixpanelType.swift",
        "Network.swift",
        "People.swift",
        "PrintLogging.swift",
        "ReadWriteLock.swift",
        "SessionMetadata.swift",
        "Track.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.