Build Information
Successful build of Mixpanel, reference master (671496
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 14:52:30 UTC.
Swift 6 data race errors: 11
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mixpanel -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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 6714969 Update CHANGELOG
Cloned https://github.com/mixpanel/mixpanel-swift.git
Revision (git rev-parse @):
6714969ad44cc1a6537a0f132dd4d0251ad3b599
SUCCESS checkout https://github.com/mixpanel/mixpanel-swift.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/mixpanel/mixpanel-swift.git
https://github.com/mixpanel/mixpanel-swift.git
{
"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",
"FileLogging.swift",
"Flush.swift",
"FlushRequest.swift",
"Group.swift",
"JSONHandler.swift",
"MPDB.swift",
"Mixpanel.swift",
"MixpanelInstance.swift",
"MixpanelLogger.swift",
"MixpanelPersistence.swift",
"MixpanelType.swift",
"Network.swift",
"People.swift",
"PrintLogging.swift",
"ReadWriteLock.swift",
"SessionMetadata.swift",
"Track.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"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",
"FileLogging.swift",
"Flush.swift",
"FlushRequest.swift",
"Group.swift",
"JSONHandler.swift",
"MPDB.swift",
"Mixpanel.swift",
"MixpanelInstance.swift",
"MixpanelLogger.swift",
"MixpanelPersistence.swift",
"MixpanelType.swift",
"Network.swift",
"People.swift",
"PrintLogging.swift",
"ReadWriteLock.swift",
"SessionMetadata.swift",
"Track.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Mixpanel",
"schemes" : [
"Mixpanel",
"Mixpanel_macOS",
"Mixpanel_tvOS",
"Mixpanel_watchOS"
],
"targets" : [
"Mixpanel",
"Mixpanel_tvOS",
"Mixpanel_macOS",
"Mixpanel_watchOS"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Mixpanel"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mixpanel -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Mixpanel -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
Mixpanel: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'Mixpanel' in project 'Mixpanel'
➜ Explicit dependency on target 'Mixpanel' in project 'Mixpanel'
➜ Explicit dependency on target 'Mixpanel_Mixpanel' in project 'Mixpanel'
Target 'Mixpanel' in project 'Mixpanel'
➜ Explicit dependency on target 'Mixpanel_Mixpanel' in project 'Mixpanel'
Target 'Mixpanel_Mixpanel' in project 'Mixpanel' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6a5b184bc9775021b8271304f2b3415c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6a5b184bc9775021b8271304f2b3415c.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.modulemap (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.LinkFileList (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel_Mixpanel.build/Mixpanel_Mixpanel.DependencyMetadataFileList (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel_Mixpanel.build/Mixpanel_Mixpanel.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftConstValuesFileList (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-OutputFileMap.json (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel_const_extract_protocols.json (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel_Mixpanel.build/empty-Mixpanel_Mixpanel.plist (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel_Mixpanel.build/empty-Mixpanel_Mixpanel.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftFileList (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel_Mixpanel.build/Mixpanel_Mixpanel.DependencyStaticMetadataFileList (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel_Mixpanel.build/Mixpanel_Mixpanel.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.DependencyStaticMetadataFileList (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.DependencyMetadataFileList (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources/resource_bundle_accessor.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Mixpanel.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.modulemap (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle/Contents (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle/Contents/Resources (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel_Mixpanel.build/empty-Mixpanel_Mixpanel.plist (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel_Mixpanel.build/empty-Mixpanel_Mixpanel.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/Mixpanel/PrivacyInfo.xcprivacy (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Mixpanel/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle (in target 'Mixpanel_Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel_Mixpanel.bundle
SwiftDriver Mixpanel normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Mixpanel -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MPDB.swift,\ Mixpanel.swift /Users/admin/builder/spi-builder-workspace/Sources/MPDB.swift /Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MPDB.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift:266:16: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'MixpanelManager' may have shared mutable state; this is an error in the Swift 6 language mode
static let sharedInstance = MixpanelManager()
^
/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift:264:13: note: class 'MixpanelManager' does not conform to the 'Sendable' protocol
final class MixpanelManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift:266:16: note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
static let sharedInstance = MixpanelManager()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift:266:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let sharedInstance = MixpanelManager()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PrintLogging.swift,\ ReadWriteLock.swift /Users/admin/builder/spi-builder-workspace/Sources/PrintLogging.swift /Users/admin/builder/spi-builder-workspace/Sources/ReadWriteLock.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrintLogging.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReadWriteLock.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Mixpanel (in target 'Mixpanel' from project 'Mixpanel')
EmitSwiftModule normal arm64 (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:20:16: warning: static property 'automaticPropertiesLock' is not concurrency-safe because non-'Sendable' type 'ReadWriteLock' may have shared mutable state; this is an error in the Swift 6 language mode
static let automaticPropertiesLock = ReadWriteLock(label: "automaticPropertiesLock")
^
/Users/admin/builder/spi-builder-workspace/Sources/ReadWriteLock.swift:10:7: note: class 'ReadWriteLock' does not conform to the 'Sendable' protocol
class ReadWriteLock {
^
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:20:16: note: add '@MainActor' to make static property 'automaticPropertiesLock' part of global actor 'MainActor'
static let automaticPropertiesLock = ReadWriteLock(label: "automaticPropertiesLock")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let automaticPropertiesLock = ReadWriteLock(label: "automaticPropertiesLock")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:22:16: warning: static property 'properties' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var properties: InternalProperties = {
^
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:22:16: note: convert 'properties' to a 'let' constant to make 'Sendable' shared state immutable
static var properties: InternalProperties = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:22:16: note: add '@MainActor' to make static property 'properties' part of global actor 'MainActor'
static var properties: InternalProperties = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var properties: InternalProperties = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:78:16: warning: static property 'peopleProperties' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var peopleProperties: InternalProperties = {
^
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:78:16: note: convert 'peopleProperties' to a 'let' constant to make 'Sendable' shared state immutable
static var peopleProperties: InternalProperties = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:78:16: note: add '@MainActor' to make static property 'peopleProperties' part of global actor 'MainActor'
static var peopleProperties: InternalProperties = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var peopleProperties: InternalProperties = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:15:16: warning: static property 'queueSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var queueSize = 5000
^
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:15:16: note: convert 'queueSize' to a 'let' constant to make 'Sendable' shared state immutable
static var queueSize = 5000
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:15:16: note: add '@MainActor' to make static property 'queueSize' part of global actor 'MainActor'
static var queueSize = 5000
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var queueSize = 5000
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:12:10: warning: associated value 'invalidType(type:)' of 'Sendable'-conforming enum 'PropertyError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case invalidType(type: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:16:16: warning: static property 'assertClosure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var assertClosure = swiftAssertClosure
^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:16:16: note: convert 'assertClosure' to a 'let' constant to make 'Sendable' shared state immutable
static var assertClosure = swiftAssertClosure
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:16:16: note: add '@MainActor' to make static property 'assertClosure' part of global actor 'MainActor'
static var assertClosure = swiftAssertClosure
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var assertClosure = swiftAssertClosure
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:17:16: warning: static property 'swiftAssertClosure' is not concurrency-safe because non-'Sendable' type '(Bool, String, StaticString, UInt) -> ()' may have shared mutable state; this is an error in the Swift 6 language mode
static let swiftAssertClosure = { Swift.assert($0, $1, file: $2, line: $3) }
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:17:16: note: add '@MainActor' to make static property 'swiftAssertClosure' part of global actor 'MainActor'
static let swiftAssertClosure = { Swift.assert($0, $1, file: $2, line: $3) }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swiftAssertClosure = { Swift.assert($0, $1, file: $2, line: $3) }
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift:266:16: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'MixpanelManager' may have shared mutable state; this is an error in the Swift 6 language mode
static let sharedInstance = MixpanelManager()
^
/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift:264:13: note: class 'MixpanelManager' does not conform to the 'Sendable' protocol
final class MixpanelManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift:266:16: note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
static let sharedInstance = MixpanelManager()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Mixpanel.swift:266:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let sharedInstance = MixpanelManager()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:60:24: warning: static property 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var loggers = [MixpanelLogging]()
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:60:24: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
private static var loggers = [MixpanelLogging]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:60:24: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
private static var loggers = [MixpanelLogging]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:60:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var loggers = [MixpanelLogging]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:61:24: warning: static property 'enabledLevels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var enabledLevels = Set<MixpanelLogLevel>()
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:61:24: note: convert 'enabledLevels' to a 'let' constant to make 'Sendable' shared state immutable
private static var enabledLevels = Set<MixpanelLogLevel>()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:61:24: note: add '@MainActor' to make static property 'enabledLevels' part of global actor 'MainActor'
private static var enabledLevels = Set<MixpanelLogLevel>()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:61:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var enabledLevels = Set<MixpanelLogLevel>()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:62:24: warning: static property 'readWriteLock' is not concurrency-safe because non-'Sendable' type 'ReadWriteLock' may have shared mutable state; this is an error in the Swift 6 language mode
private static let readWriteLock: ReadWriteLock = ReadWriteLock(label: "loggerLock")
^
/Users/admin/builder/spi-builder-workspace/Sources/ReadWriteLock.swift:10:7: note: class 'ReadWriteLock' does not conform to the 'Sendable' protocol
class ReadWriteLock {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:62:24: note: add '@MainActor' to make static property 'readWriteLock' part of global actor 'MainActor'
private static let readWriteLock: ReadWriteLock = ReadWriteLock(label: "loggerLock")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:62:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let readWriteLock: ReadWriteLock = ReadWriteLock(label: "loggerLock")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ MixpanelPersistence.swift,\ MixpanelType.swift /Users/admin/builder/spi-builder-workspace/Sources/MixpanelPersistence.swift /Users/admin/builder/spi-builder-workspace/Sources/MixpanelType.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MixpanelPersistence.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MixpanelType.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FileLogging.swift,\ Flush.swift,\ FlushRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FileLogging.swift /Users/admin/builder/spi-builder-workspace/Sources/Flush.swift /Users/admin/builder/spi-builder-workspace/Sources/FlushRequest.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FileLogging.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Flush.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Flush.swift:111:17: warning: sending 'timer' risks causing data races; this is an error in the Swift 6 language mode
timer.invalidate()
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Flush.swift:111:17: note: task-isolated 'timer' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
timer.invalidate()
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Flush.swift:112:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
self?.timer = nil
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Flush.swift:112:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self?.timer = nil
^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Flush.swift:89:30: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
guard let self = self else {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Flush.swift:89:30: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
guard let self = self else {
^~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FlushRequest.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AutomaticEvents.swift,\ AutomaticProperties.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/AutomaticEvents.swift /Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources/resource_bundle_accessor.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AutomaticEvents.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:20:16: warning: static property 'automaticPropertiesLock' is not concurrency-safe because non-'Sendable' type 'ReadWriteLock' may have shared mutable state; this is an error in the Swift 6 language mode
static let automaticPropertiesLock = ReadWriteLock(label: "automaticPropertiesLock")
^
/Users/admin/builder/spi-builder-workspace/Sources/ReadWriteLock.swift:10:7: note: class 'ReadWriteLock' does not conform to the 'Sendable' protocol
class ReadWriteLock {
^
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:20:16: note: add '@MainActor' to make static property 'automaticPropertiesLock' part of global actor 'MainActor'
static let automaticPropertiesLock = ReadWriteLock(label: "automaticPropertiesLock")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let automaticPropertiesLock = ReadWriteLock(label: "automaticPropertiesLock")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:22:16: warning: static property 'properties' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var properties: InternalProperties = {
^
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:22:16: note: convert 'properties' to a 'let' constant to make 'Sendable' shared state immutable
static var properties: InternalProperties = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:22:16: note: add '@MainActor' to make static property 'properties' part of global actor 'MainActor'
static var properties: InternalProperties = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var properties: InternalProperties = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:78:16: warning: static property 'peopleProperties' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var peopleProperties: InternalProperties = {
^
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:78:16: note: convert 'peopleProperties' to a 'let' constant to make 'Sendable' shared state immutable
static var peopleProperties: InternalProperties = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:78:16: note: add '@MainActor' to make static property 'peopleProperties' part of global actor 'MainActor'
static var peopleProperties: InternalProperties = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/AutomaticProperties.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var peopleProperties: InternalProperties = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SessionMetadata.swift,\ Track.swift /Users/admin/builder/spi-builder-workspace/Sources/SessionMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Track.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SessionMetadata.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SessionMetadata.swift:24:30: warning: capture of 'self' with non-sendable type 'SessionMetadata?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/SessionMetadata.swift:11:7: note: class 'SessionMetadata' does not conform to the 'Sendable' protocol
class SessionMetadata {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Track.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Network.swift,\ People.swift /Users/admin/builder/spi-builder-workspace/Sources/Network.swift /Users/admin/builder/spi-builder-workspace/Sources/People.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Network.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Network.swift:80:21: warning: capture of 'failure' with non-sendable type '(Reason, Data?, URLResponse?) -> Void' in a '@Sendable' closure
failure(.other(hasError), data, response)
^
/Users/admin/builder/spi-builder-workspace/Sources/Network.swift:80:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
failure(.other(hasError), data, response)
^
/Users/admin/builder/spi-builder-workspace/Sources/Network.swift:94:32: warning: capture of 'resource' with non-sendable type 'Resource<A>' in a '@Sendable' closure
guard let result = resource.parse(responseData) else {
^
/Users/admin/builder/spi-builder-workspace/Sources/Network.swift:34:8: note: consider making generic struct 'Resource' conform to the 'Sendable' protocol
struct Resource<A> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Network.swift:99:13: warning: capture of 'success' with non-sendable type '(A, URLResponse?) -> Void' in a '@Sendable' closure
success(result, response)
^
/Users/admin/builder/spi-builder-workspace/Sources/Network.swift:99:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
success(result, response)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/People.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/People.swift:51:30: warning: capture of 'self' with non-sendable type 'People?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/People.swift:13:12: note: class 'People' does not conform to the 'Sendable' protocol
open class People {
^
/Users/admin/builder/spi-builder-workspace/Sources/People.swift:63:29: warning: capture of 'properties' with non-sendable type 'InternalProperties' (aka 'Dictionary<String, Any>') in a '@Sendable' closure
r[action] = properties["$properties"]
^
SwiftCompile normal arm64 Compiling\ Constants.swift,\ Data+Compression.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Data+Compression.swift /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Constants.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:15:16: warning: static property 'queueSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var queueSize = 5000
^
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:15:16: note: convert 'queueSize' to a 'let' constant to make 'Sendable' shared state immutable
static var queueSize = 5000
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:15:16: note: add '@MainActor' to make static property 'queueSize' part of global actor 'MainActor'
static var queueSize = 5000
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var queueSize = 5000
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Data+Compression.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Error.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:12:10: warning: associated value 'invalidType(type:)' of 'Sendable'-conforming enum 'PropertyError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case invalidType(type: Any)
^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:16:16: warning: static property 'assertClosure' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var assertClosure = swiftAssertClosure
^
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:16:16: note: convert 'assertClosure' to a 'let' constant to make 'Sendable' shared state immutable
static var assertClosure = swiftAssertClosure
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:16:16: note: add '@MainActor' to make static property 'assertClosure' part of global actor 'MainActor'
static var assertClosure = swiftAssertClosure
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var assertClosure = swiftAssertClosure
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:17:16: warning: static property 'swiftAssertClosure' is not concurrency-safe because non-'Sendable' type '(Bool, String, StaticString, UInt) -> ()' may have shared mutable state; this is an error in the Swift 6 language mode
static let swiftAssertClosure = { Swift.assert($0, $1, file: $2, line: $3) }
^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:17:16: note: add '@MainActor' to make static property 'swiftAssertClosure' part of global actor 'MainActor'
static let swiftAssertClosure = { Swift.assert($0, $1, file: $2, line: $3) }
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swiftAssertClosure = { Swift.assert($0, $1, file: $2, line: $3) }
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ MixpanelInstance.swift,\ MixpanelLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift /Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:714:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:721:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:768:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:726:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:767:33: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:767:33: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:803:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:811:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:819:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:828:59: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:870:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:826:34: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:827:41: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:827:41: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:903:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:884:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:902:33: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:902:33: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:982:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:989:55: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:996:55: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1019:59: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1028:55: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
DispatchQueue.main.async(execute: completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:987:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:988:37: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:988:37: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1017:34: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1018:41: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1018:41: note: a function type must be marked '@Sendable' to conform to 'Sendable'
if let completion = completion {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1023:33: warning: capture of 'eventQueue' with non-sendable type '[InternalProperties]' (aka 'Array<Dictionary<String, Any>>') in a '@Sendable' closure
self.flushQueue(eventQueue, type: .events)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1024:33: warning: capture of 'peopleQueue' with non-sendable type '[InternalProperties]' (aka 'Array<Dictionary<String, Any>>') in a '@Sendable' closure
self.flushQueue(peopleQueue, type: .people)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1025:33: warning: capture of 'groupsQueue' with non-sendable type '[InternalProperties]' (aka 'Array<Dictionary<String, Any>>') in a '@Sendable' closure
self.flushQueue(groupsQueue, type: .groups)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1058:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1086:23: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1107:76: warning: capture of 'properties' with non-sendable type 'Properties?' (aka 'Optional<Dictionary<String, any MixpanelType>>') in a '@Sendable' closure
properties: properties,
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelType.swift:14:17: note: protocol 'MixpanelType' does not conform to the 'Sendable' protocol
public protocol MixpanelType: Any {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1203:23: warning: result of call to 'write(closure:)' is unused
readWriteLock.write {
^ ~
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1237:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1268:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1283:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1308:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1327:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1328:85: warning: capture of 'properties' with non-sendable type 'Properties' (aka 'Dictionary<String, any MixpanelType>') in a '@Sendable' closure
let updatedSuperProperties = self.trackInstance.registerSuperProperties(properties,
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelType.swift:14:17: note: protocol 'MixpanelType' does not conform to the 'Sendable' protocol
public protocol MixpanelType: Any {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1356:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1357:89: warning: capture of 'properties' with non-sendable type 'Properties' (aka 'Dictionary<String, any MixpanelType>') in a '@Sendable' closure
let updatedSuperProperties = self.trackInstance.registerSuperPropertiesOnce(properties,
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelType.swift:14:17: note: protocol 'MixpanelType' does not conform to the 'Sendable' protocol
public protocol MixpanelType: Any {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1359:103: warning: capture of 'defaultValue' with non-sendable type '(any MixpanelType)?' in a '@Sendable' closure
defaultValue: defaultValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelType.swift:14:17: note: protocol 'MixpanelType' does not conform to the 'Sendable' protocol
public protocol MixpanelType: Any {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1384:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1403:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1405:52: warning: capture of 'update' with non-sendable type '(inout InternalProperties) -> Void' (aka '(inout Dictionary<String, Any>) -> ()') in a '@Sendable' closure
self.trackInstance.updateSuperProperty(update,
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1405:52: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.trackInstance.updateSuperProperty(update,
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1520:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1565:30: warning: capture of 'self' with non-sendable type 'MixpanelInstance?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:78:12: note: class 'MixpanelInstance' does not conform to the 'Sendable' protocol
open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelInstance.swift:1575:54: warning: capture of 'properties' with non-sendable type 'Properties?' (aka 'Optional<Dictionary<String, any MixpanelType>>') in a '@Sendable' closure
self.track(event: "$opt_in", properties: properties)
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelType.swift:14:17: note: protocol 'MixpanelType' does not conform to the 'Sendable' protocol
public protocol MixpanelType: Any {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:60:24: warning: static property 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var loggers = [MixpanelLogging]()
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:60:24: note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
private static var loggers = [MixpanelLogging]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:60:24: note: add '@MainActor' to make static property 'loggers' part of global actor 'MainActor'
private static var loggers = [MixpanelLogging]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:60:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var loggers = [MixpanelLogging]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:61:24: warning: static property 'enabledLevels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var enabledLevels = Set<MixpanelLogLevel>()
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:61:24: note: convert 'enabledLevels' to a 'let' constant to make 'Sendable' shared state immutable
private static var enabledLevels = Set<MixpanelLogLevel>()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:61:24: note: add '@MainActor' to make static property 'enabledLevels' part of global actor 'MainActor'
private static var enabledLevels = Set<MixpanelLogLevel>()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:61:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var enabledLevels = Set<MixpanelLogLevel>()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:62:24: warning: static property 'readWriteLock' is not concurrency-safe because non-'Sendable' type 'ReadWriteLock' may have shared mutable state; this is an error in the Swift 6 language mode
private static let readWriteLock: ReadWriteLock = ReadWriteLock(label: "loggerLock")
^
/Users/admin/builder/spi-builder-workspace/Sources/ReadWriteLock.swift:10:7: note: class 'ReadWriteLock' does not conform to the 'Sendable' protocol
class ReadWriteLock {
^
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:62:24: note: add '@MainActor' to make static property 'readWriteLock' part of global actor 'MainActor'
private static let readWriteLock: ReadWriteLock = ReadWriteLock(label: "loggerLock")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MixpanelLogger.swift:62:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let readWriteLock: ReadWriteLock = ReadWriteLock(label: "loggerLock")
^
nonisolated(unsafe)
/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 {
^ ~
SwiftCompile normal arm64 Compiling\ Group.swift,\ JSONHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Group.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONHandler.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Group.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Group.swift:52:27: warning: capture of 'self' with non-sendable type 'Group' in a '@Sendable' closure
r["$token"] = self.apiToken
^
/Users/admin/builder/spi-builder-workspace/Sources/Group.swift:13:12: note: class 'Group' does not conform to the 'Sendable' protocol
open class Group {
^
/Users/admin/builder/spi-builder-workspace/Sources/Group.swift:57:29: warning: capture of 'properties' with non-sendable type 'InternalProperties' (aka 'Dictionary<String, Any>') in a '@Sendable' closure
r[action] = properties["$properties"]
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONHandler.swift (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Mixpanel (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriver\ Compilation\ Requirements Mixpanel normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Mixpanel -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Group.swift, JSONHandler.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Mixpanel-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-Swift.h (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Mixpanel-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftmodule (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftdoc (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.swiftmodule/arm64-apple-macos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling MixpanelPersistence.swift, MixpanelType.swift (in target 'Mixpanel' from project 'Mixpanel')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.abi.json (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftsourceinfo (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PrintLogging.swift, ReadWriteLock.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriverJobDiscovery normal arm64 Compiling SessionMetadata.swift, Track.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriverJobDiscovery normal arm64 Compiling Network.swift, People.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriverJobDiscovery normal arm64 Compiling FileLogging.swift, Flush.swift, FlushRequest.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriverJobDiscovery normal arm64 Compiling Constants.swift, Data+Compression.swift, Error.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriverJobDiscovery normal arm64 Compiling MPDB.swift, Mixpanel.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AutomaticEvents.swift, AutomaticProperties.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriverJobDiscovery normal arm64 Compiling MixpanelInstance.swift, MixpanelLogger.swift (in target 'Mixpanel' from project 'Mixpanel')
SwiftDriver\ Compilation Mixpanel normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Mixpanel -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.o normal (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.o
ExtractAppIntentsMetadata (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Mixpanel --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.Mixpanel --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Mixpanel.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mixpanel.build/Debug/Mixpanel.build/Objects-normal/arm64/Mixpanel.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 07:52:29.242 appintentsmetadataprocessor[720:4079] Starting appintentsmetadataprocessor export
2025-04-25 07:52:29.278 appintentsmetadataprocessor[720:4079] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.o (in target 'Mixpanel' from project 'Mixpanel')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mixpanel.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:2a81df87e71f31dd17957edd85bc848def712573, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:2a81df87e71f31dd17957edd85bc848def712573, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:2a81df87e71f31dd17957edd85bc848def712573, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:2a81df87e71f31dd17957edd85bc848def712573, name:My Mac }
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",
"FileLogging.swift",
"Flush.swift",
"FlushRequest.swift",
"Group.swift",
"JSONHandler.swift",
"MPDB.swift",
"Mixpanel.swift",
"MixpanelInstance.swift",
"MixpanelLogger.swift",
"MixpanelPersistence.swift",
"MixpanelType.swift",
"Network.swift",
"People.swift",
"PrintLogging.swift",
"ReadWriteLock.swift",
"SessionMetadata.swift",
"Track.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.