The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Mixpanel, reference master (44b215), with Swift 6.0 for macOS (SPM) on 21 Apr 2026 03:45:50 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mixpanel/mixpanel-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mixpanel/mixpanel-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 44b2151 Release 6.3.0 (#718)
Cloned https://github.com/mixpanel/mixpanel-swift.git
Revision (git rev-parse @):
44b215162eedf635233fb34c11d0ed7c81f783e4
SUCCESS checkout https://github.com/mixpanel/mixpanel-swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mixpanel/mixpanel-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Copying PrivacyInfo.xcprivacy
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/11] Emitting module JSON
[8/11] Compiling JSON JSON.swift
[9/11] Emitting module MixpanelSwiftCommon
[10/11] Compiling MixpanelSwiftCommon MixpanelEventBridge.swift
[11/11] Compiling MixpanelSwiftCommon JSONLogicEvaluator.swift
[12/14] Compiling jsonlogic JsonLogic.swift
[13/14] Compiling jsonlogic Parser.swift
[14/14] Emitting module jsonlogic
[15/38] Emitting module Mixpanel
[16/40] Compiling Mixpanel People.swift
[17/40] Compiling Mixpanel PrintLogging.swift
[18/40] Compiling Mixpanel MixpanelOptions.swift
[19/40] Compiling Mixpanel MixpanelPersistence.swift
[20/40] Compiling Mixpanel FileLogging.swift
[21/40] Compiling Mixpanel Flush.swift
[22/40] Compiling Mixpanel FlushRequest.swift
[23/40] Compiling Mixpanel Track.swift
[24/40] Compiling Mixpanel resource_bundle_accessor.swift
[25/40] Compiling Mixpanel Data+Compression.swift
[26/40] Compiling Mixpanel Error.swift
[27/40] Compiling Mixpanel FeatureFlags.swift
[28/40] Compiling Mixpanel ReadWriteLock.swift
[29/40] Compiling Mixpanel SessionMetadata.swift
[30/40] Compiling Mixpanel MixpanelType.swift
[31/40] Compiling Mixpanel Network.swift
[32/40] Compiling Mixpanel Mixpanel.swift
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1337:19: warning: result of call to 'write(closure:)' is unused
1335 |
1336 |   func removeCachedGroup(groupKey: String, groupID: MixpanelType) {
1337 |     readWriteLock.write {
     |                   `- warning: result of call to 'write(closure:)' is unused
1338 |       groups.removeValue(forKey: makeMapKey(groupKey: groupKey, groupID: groupID))
1339 |     }
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:73:19: warning: result of call to 'write(closure:)' is unused
 71 |   /// Enable log messages of a specific `LogLevel` to be added to the log
 72 |   class func enableLevel(_ level: MixpanelLogLevel) {
 73 |     readWriteLock.write {
    |                   `- warning: result of call to 'write(closure:)' is unused
 74 |       enabledLevels.insert(level)
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:80:19: warning: result of call to 'write(closure:)' is unused
 78 |   /// Disable log messages of a specific `LogLevel` to prevent them from being logged
 79 |   class func disableLevel(_ level: MixpanelLogLevel) {
 80 |     readWriteLock.write {
    |                   `- warning: result of call to 'write(closure:)' is unused
 81 |       enabledLevels.remove(level)
 82 |     }
[33/40] Compiling Mixpanel MixpanelInstance.swift
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1337:19: warning: result of call to 'write(closure:)' is unused
1335 |
1336 |   func removeCachedGroup(groupKey: String, groupID: MixpanelType) {
1337 |     readWriteLock.write {
     |                   `- warning: result of call to 'write(closure:)' is unused
1338 |       groups.removeValue(forKey: makeMapKey(groupKey: groupKey, groupID: groupID))
1339 |     }
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:73:19: warning: result of call to 'write(closure:)' is unused
 71 |   /// Enable log messages of a specific `LogLevel` to be added to the log
 72 |   class func enableLevel(_ level: MixpanelLogLevel) {
 73 |     readWriteLock.write {
    |                   `- warning: result of call to 'write(closure:)' is unused
 74 |       enabledLevels.insert(level)
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:80:19: warning: result of call to 'write(closure:)' is unused
 78 |   /// Disable log messages of a specific `LogLevel` to prevent them from being logged
 79 |   class func disableLevel(_ level: MixpanelLogLevel) {
 80 |     readWriteLock.write {
    |                   `- warning: result of call to 'write(closure:)' is unused
 81 |       enabledLevels.remove(level)
 82 |     }
[34/40] Compiling Mixpanel MixpanelLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1337:19: warning: result of call to 'write(closure:)' is unused
1335 |
1336 |   func removeCachedGroup(groupKey: String, groupID: MixpanelType) {
1337 |     readWriteLock.write {
     |                   `- warning: result of call to 'write(closure:)' is unused
1338 |       groups.removeValue(forKey: makeMapKey(groupKey: groupKey, groupID: groupID))
1339 |     }
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:73:19: warning: result of call to 'write(closure:)' is unused
 71 |   /// Enable log messages of a specific `LogLevel` to be added to the log
 72 |   class func enableLevel(_ level: MixpanelLogLevel) {
 73 |     readWriteLock.write {
    |                   `- warning: result of call to 'write(closure:)' is unused
 74 |       enabledLevels.insert(level)
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:80:19: warning: result of call to 'write(closure:)' is unused
 78 |   /// Disable log messages of a specific `LogLevel` to prevent them from being logged
 79 |   class func disableLevel(_ level: MixpanelLogLevel) {
 80 |     readWriteLock.write {
    |                   `- warning: result of call to 'write(closure:)' is unused
 81 |       enabledLevels.remove(level)
 82 |     }
[35/40] Compiling Mixpanel Group.swift
[36/40] Compiling Mixpanel JSONHandler.swift
[37/40] Compiling Mixpanel MPDB.swift
[38/40] Compiling Mixpanel AutomaticEvents.swift
[39/40] Compiling Mixpanel AutomaticProperties.swift
[40/40] Compiling Mixpanel Constants.swift
Build complete! (11.81s)
Fetching https://github.com/mixpanel/mixpanel-swift-common.git
Fetching https://github.com/advantagefse/json-logic-swift
[6/517] Fetching mixpanel-swift-common
[79/1643] Fetching mixpanel-swift-common, json-logic-swift
Fetched https://github.com/advantagefse/json-logic-swift from cache (0.89s)
Fetched https://github.com/mixpanel/mixpanel-swift-common.git from cache (0.89s)
Computing version for https://github.com/mixpanel/mixpanel-swift-common.git
Computed https://github.com/mixpanel/mixpanel-swift-common.git at 1.0.1 (0.62s)
Computing version for https://github.com/advantagefse/json-logic-swift
Computed https://github.com/advantagefse/json-logic-swift at 1.2.4 (0.57s)
Creating working copy for https://github.com/mixpanel/mixpanel-swift-common.git
Working copy of https://github.com/mixpanel/mixpanel-swift-common.git resolved at 1.0.1
Creating working copy for https://github.com/advantagefse/json-logic-swift
Working copy of https://github.com/advantagefse/json-logic-swift resolved at 1.2.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "json-logic-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/advantagefse/json-logic-swift"
    },
    {
      "identity" : "mixpanel-swift-common",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mixpanel/mixpanel-swift-common.git"
    }
  ],
  "manifest_display_name" : "Mixpanel",
  "name" : "Mixpanel",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.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_dependencies" : [
        "MixpanelSwiftCommon",
        "jsonlogic"
      ],
      "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.