Build Information
Successful build of Mixpanel, reference 6.3.0 (44b215), with Swift 6.2 for macOS (SPM) on 30 Apr 2026 22:15:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mixpanel/mixpanel-swift.git
Reference: 6.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mixpanel/mixpanel-swift
* tag 6.3.0 -> FETCH_HEAD
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 6.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mixpanel/mixpanel-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[2/6] Write sources
[5/6] Write swift-version--3CB7CFEC50E0D141.txt
[7/11] Compiling MixpanelSwiftCommon MixpanelEventBridge.swift
[8/11] Emitting module MixpanelSwiftCommon
[9/11] Compiling MixpanelSwiftCommon JSONLogicEvaluator.swift
[10/11] Compiling JSON JSON.swift
[11/11] Emitting module JSON
[12/14] Emitting module jsonlogic
[13/14] Compiling jsonlogic JsonLogic.swift
[14/14] Compiling jsonlogic Parser.swift
[15/38] Compiling Mixpanel People.swift
[16/38] Compiling Mixpanel PrintLogging.swift
[17/40] Compiling Mixpanel MixpanelOptions.swift
[18/40] Compiling Mixpanel MixpanelPersistence.swift
[19/40] Compiling Mixpanel ReadWriteLock.swift
[20/40] Compiling Mixpanel SessionMetadata.swift
[21/40] Compiling Mixpanel Group.swift
[22/40] Compiling Mixpanel JSONHandler.swift
[23/40] Compiling Mixpanel MPDB.swift
[24/40] Compiling Mixpanel Track.swift
[25/40] Compiling Mixpanel resource_bundle_accessor.swift
[26/40] Compiling Mixpanel MixpanelType.swift
[27/40] Compiling Mixpanel Network.swift
[28/40] Compiling Mixpanel FileLogging.swift
[29/40] Compiling Mixpanel Flush.swift
[30/40] Compiling Mixpanel FlushRequest.swift
[31/40] Compiling Mixpanel Data+Compression.swift
[32/40] Compiling Mixpanel Error.swift
[33/40] Compiling Mixpanel FeatureFlags.swift
[34/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 [#no-usage]
1335 |
1336 | func removeCachedGroup(groupKey: String, groupID: MixpanelType) {
1337 | readWriteLock.write {
| `- warning: result of call to 'write(closure:)' is unused [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
81 | enabledLevels.remove(level)
82 | }
[35/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 [#no-usage]
1335 |
1336 | func removeCachedGroup(groupKey: String, groupID: MixpanelType) {
1337 | readWriteLock.write {
| `- warning: result of call to 'write(closure:)' is unused [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
81 | enabledLevels.remove(level)
82 | }
[36/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 [#no-usage]
1335 |
1336 | func removeCachedGroup(groupKey: String, groupID: MixpanelType) {
1337 | readWriteLock.write {
| `- warning: result of call to 'write(closure:)' is unused [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
81 | enabledLevels.remove(level)
82 | }
[37/40] Emitting module Mixpanel
[38/40] Compiling Mixpanel AutomaticEvents.swift
[39/40] Compiling Mixpanel AutomaticProperties.swift
[40/40] Compiling Mixpanel Constants.swift
Build complete! (13.02s)
Fetching https://github.com/mixpanel/mixpanel-swift-common.git
Fetching https://github.com/advantagefse/json-logic-swift
[1/1126] Fetching json-logic-swift
[85/1664] Fetching json-logic-swift, mixpanel-swift-common
Fetched https://github.com/mixpanel/mixpanel-swift-common.git from cache (1.24s)
Fetched https://github.com/advantagefse/json-logic-swift from cache (1.24s)
Computing version for https://github.com/mixpanel/mixpanel-swift-common.git
Computed https://github.com/mixpanel/mixpanel-swift-common.git at 1.0.1 (1.92s)
Computing version for https://github.com/advantagefse/json-logic-swift
Computed https://github.com/advantagefse/json-logic-swift at 1.2.4 (0.66s)
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.