The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RollbarSDK, reference master (ffd970), with Swift 6.2 (beta) for macOS (SPM) on 23 Jul 2025 18:32:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rollbar/rollbar-apple.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rollbar/rollbar-apple
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ffd970a Added example on how to attach stack trace for caught errors (#366)
Cloned https://github.com/rollbar/rollbar-apple.git
Revision (git rev-parse @):
ffd970af3102c35d1d5a856aaba877c2880adee9
SUCCESS checkout https://github.com/rollbar/rollbar-apple.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rollbar/rollbar-apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/148] Write swift-version-1EA4D86E10B52AF.txt
[1/148] Copying PrivacyInfo.xcprivacy
[2/148] Write sources
[3/148] Compiling RollbarCrashID.c
[4/148] Compiling RollbarCrashJSONCodec.c
[5/148] Compiling RollbarCommon NSJSONSerialization+Rollbar.m
[6/148] Compiling RollbarCommon NSDate+Rollbar.m
[7/148] Compiling DeployApiCallOutcome.m
[8/148] Compiling RollbarReceptionist.m
[9/148] Compiling RollbarDeployApiCallResult.m
[10/148] Compiling RollbarDeploys RollbarDeploysManager.m
[11/148] Compiling RollbarCrashgetsect.c
[12/148] Compiling RollbarCrashSysCtl.c
[13/148] Compiling RollbarDeploymentDetails.m
[14/148] Compiling RollbarCrashSymbolicator.c
[15/148] Compiling RollbarCrashString.c
[16/148] Compiling RollbarCrashStackCursor_SelfThread.c
[17/148] Compiling RollbarDeployment.m
[18/148] Compiling RollbarCrashThread.c
[19/148] Compiling RollbarCrashStackCursor_MachineContext.c
[20/148] Compiling RollbarCommon NSDictionary+Rollbar.m
[21/148] Compiling RollbarCrashStackCursor_Backtrace.c
[22/148] Compiling RollbarCrashStackCursor.c
[23/148] Compiling RollbarCrashSignalInfo.c
[24/148] Compiling RollbarCrashMemory.c
[25/148] Compiling RollbarCrashMachineContext.c
[26/148] Compiling RollbarCrashMach.c
[27/148] Compiling RollbarCrashFileUtils.c
[28/148] Compiling RollbarCrashDynamicLinker.c
[29/148] Compiling RollbarCrashDate.c
[30/148] Compiling RollbarCrashDebug.c
[31/148] Compiling RollbarCrashCPU_x86_64.c
[32/148] Compiling RollbarCrashCPU_x86_32.c
/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Util/RollbarCrashCxaThrowSwapper.c:111:24: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  111 |     void *backtraceArr[k_requiredFrames];
      |                        ^~~~~~~~~~~~~~~~
1 warning generated.
[33/148] Compiling RollbarCrashCxaThrowSwapper.c
[34/148] Compiling RollbarCrashCPU_arm.c
[35/148] Compiling RollbarCrashCPU_arm64.c
[36/148] Compiling RollbarCrashLogger.c
[37/148] Compiling RollbarAUL RollbarAulPredicateBuilder.m
[38/148] Compiling RollbarCrashCPU.c
[39/148] Compiling RollbarBuilder.m
[40/148] Compiling RollbarTaskDispatcher.m
[41/148] Compiling RollbarCrashReportStore.c
[42/148] Compiling RollbarCrashReportFixer.c
[43/148] Compiling RollbarCrashReport.c
[44/148] Compiling RollbarCrashCachedData.c
[45/148] Compiling RollbarCrashObjC.c
[46/148] Compiling RollbarCrashC.c
[47/148] Compiling RollbarCrashMonitor_Zombie.c
[48/148] Compiling RollbarCrashMonitor_User.c
[49/148] Compiling RollbarCrashMonitor_Signal.c
[50/148] Compiling RollbarCrashJSONCodecObjC.m
[51/148] Compiling RollbarCrashMonitor_NSException.m
[52/148] Compiling RollbarCrashCString.m
[53/148] Compiling RollbarCrashMonitor_MachException.c
[54/148] Compiling RollbarCrashMonitor_System.m
[55/148] Compiling Container+DeepSearch.m
[56/148] Compiling RollbarCrashMonitor_Deadlock.m
[57/148] Compiling RollbarCrashMonitor_AppState.c
[58/148] Compiling RollbarCrashMonitorType.c
[59/148] Compiling RollbarCrashHandler.m
[60/148] Compiling RollbarCrashMonitor.c
[61/148] Compiling RollbarCommon RollbarTriStateFlag.m
[62/148] Compiling RollbarCommon RollbarPredicateBuilder.m
[63/148] Compiling RollbarCommon RollbarOsUtil.m
[64/148] Compiling RollbarCommon RollbarMemoryUtil.m
[65/148] Compiling RollbarCommon RollbarMemoryStatsDescriptors.m
[66/148] Compiling NSError+SimpleConstructor.m
/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Monitors/RollbarCrashMonitor_CPPException.cpp:167:9: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
  167 |         RollbarCrashMC_NEW_CONTEXT(machineContext);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/include/RollbarCrashMachineContext.h:58:32: note: expanded from macro 'RollbarCrashMC_NEW_CONTEXT'
   58 |     char rcmc_##NAME##_storage[rcmc_contextSize()]; \
      |                                ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Monitors/RollbarCrashMonitor_CPPException.cpp:167:9: note: non-constexpr function 'rcmc_contextSize' cannot be used in a constant expression
/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/include/RollbarCrashMachineContext.h:58:32: note: expanded from macro 'RollbarCrashMC_NEW_CONTEXT'
   58 |     char rcmc_##NAME##_storage[rcmc_contextSize()]; \
      |                                ^
/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/include/RollbarCrashMachineContext.h:65:5: note: declared here
   65 | int rcmc_contextSize(void);
      |     ^
1 warning generated.
[67/148] Compiling RollbarCrashMonitor_CPPException.cpp
[68/148] Compiling RollbarCommon RollbarInternalLogging.m
[69/148] Compiling RollbarCrash RollbarCrashInstallation.m
[70/148] Compiling RollbarCrash RollbarCrashReportFilterBasic.m
[71/148] Compiling RollbarCommon RollbarHostingProcessUtil.m
[72/148] Compiling RollbarCrashDoctor.m
[73/148] Compiling RollbarCommon RollbarFileWriter.m
[74/148] Compiling RollbarCommon RollbarFileReader.m
[75/148] Compiling RollbarCommon RollbarFileIOUtil.m
[76/148] Compiling RollbarCommon RollbarCrashReportUtil.m
[77/148] Compiling RollbarCommon RollbarCachesDirectory.m
[78/160] Compiling RollbarCommon RollbarBundleUtil.m
[79/160] Compiling RollbarCommon NSObject+Rollbar.m
[80/160] Compiling RollbarDTO+CustomData.m
[81/160] Compiling RollbarDTO+Protected.m
[82/160] Compiling RollbarAUL RollbarAulStoreMonitorOptions.m
[83/160] Compiling RollbarDTO.m
[84/160] Compiling RollbarAUL RollbarAulStoreMonitor.m
[85/160] Compiling RollbarAUL RollbarAulLogLevelConverter.m
[86/160] Compiling RollbarAUL RollbarAulEntrySnapper.m
[87/160] Compiling RollbarAUL RollbarAulClient.m
[88/160] Compiling RollbarAUL RollbarAulOSLogEntryLogLevelConverter.m
[89/160] Compiling RollbarCocoaLumberjack RollbarCocoaLumberjackLogger.m
[91/160] Compiling RollbarReport Report.swift
[92/160] Compiling RollbarReport Address.swift
[93/160] Compiling RollbarReport BinaryImage.swift
[94/160] Compiling RollbarReport CPU.swift
[95/160] Compiling RollbarReport Frame.swift
[96/161] Compiling RollbarReport Prelude.swift
[97/161] Compiling RollbarReport Error.swift
[98/161] Compiling RollbarReport FormatBuilder.swift
[99/161] Compiling RollbarReport Diagnostic.swift
[100/161] Compiling RollbarReport RollbarCrashDiagnosticFilter.swift
[101/161] Emitting module RollbarReport
[102/161] Compiling RollbarReport RollbarCrashFormattingFilter.swift
[103/161] Compiling RollbarReport Timestamp.swift
[103/161] Compiling RollbarNotifier RollbarTelemetryThread.m
[104/161] Compiling RollbarNotifier resource_bundle_accessor.m
[105/161] Compiling RollbarNotifier RollbarRegistry.m
[106/161] Compiling RollbarNotifier RollbarTelemetryOptionsObserver.m
[107/161] Compiling RollbarNotifier RollbarTelemetry.m
[108/161] Compiling RollbarNotifier RollbarPayloadTruncator.m
[109/161] Compiling RollbarNotifier RollbarSender.m
[110/161] Compiling RollbarNotifier RollbarPayloadPostReply.m
[111/161] Compiling RollbarNotifier RollbarReachability.m
[112/161] Compiling RollbarNotifier RollbarPayloadFactory.m
[113/161] Compiling RollbarNotifier RollbarNotifierFiles.m
[114/161] Compiling RollbarNotifier RollbarLog.m
[115/161] Compiling RollbarNotifier RollbarThread.m
[116/161] Compiling RollbarNotifier RollbarInternalLogging.m
/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarNotifier/RollbarLogger.m:70:35: warning: local declaration of 'configuration' hides instance variable [-Wshadow-ivar]
   70 |         [self updateConfiguration:configuration];
      |                                   ^
/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarNotifier/RollbarLogger.m:198:27: warning: local declaration of 'configuration' hides instance variable [-Wshadow-ivar]
  198 |     self.configuration = [configuration copy];
      |                           ^
2 warnings generated.
[117/161] Compiling RollbarNotifier RollbarLogger.m
[118/161] Compiling RollbarNotifier RollbarLogger+Test.m
[119/161] Compiling RollbarNotifier RollbarPayloadRepository.m
[120/161] Compiling RollbarNotifier RollbarDestinationRecord.m
[121/161] Compiling RollbarNotifier RollbarConfigUtil.m
[122/161] Compiling RollbarNotifier RollbarCrashCollector.m
[123/161] Compiling RollbarNotifier RollbarInfrastructure.m
[124/161] Compiling RollbarNotifier Rollbar.m
[125/161] Compiling RollbarTrace.m
[126/161] Compiling RollbarTelemetryViewBody.m
[127/161] Compiling RollbarTelemetryType.m
[128/161] Compiling RollbarTelemetryOptions.m
[128/161] Compiling RollbarTelemetryNetworkBody.m
[130/161] Compiling RollbarTelemetryNavigationBody.m
[131/161] Compiling RollbarTelemetryManualBody.m
[132/161] Compiling RollbarTelemetryLogBody.m
[133/161] Compiling RollbarTelemetryEvent.m
[134/161] Compiling RollbarTelemetryErrorBody.m
[135/161] Compiling RollbarTelemetryConnectivityBody.m
[136/161] Compiling RollbarTelemetryBody.m
[137/161] Compiling RollbarSource.m
[138/161] Compiling RollbarServerConfig.m
[139/161] Compiling RollbarServer.m
[140/161] Compiling RollbarScrubbingOptions.m
[141/161] Compiling RollbarRequest.m
[142/161] Compiling RollbarRawCrashReport.m
[143/161] Compiling RollbarProxy.m
[144/161] Compiling RollbarPerson.m
[145/161] Compiling RollbarPayload.m
[146/161] Compiling RollbarModule.m
[147/161] Compiling RollbarMessage.m
[148/161] Compiling RollbarLevel.m
[149/161] Compiling RollbarLoggingOptions.m
[150/161] Compiling RollbarHttpMethod.m
[151/161] Compiling RollbarException.m
[152/161] Compiling RollbarDeveloperOptions.m
[153/161] Compiling RollbarDestination.m
[154/161] Compiling RollbarData.m
[155/161] Compiling RollbarCaptureIpType.m
[156/161] Compiling RollbarAppLanguage.m
[157/161] Compiling RollbarCallStackFrameContext.m
[158/161] Compiling RollbarCallStackFrame.m
[159/161] Compiling RollbarConfig.m
[160/161] Compiling RollbarBody.m
Build complete! (15.58s)
Fetching https://github.com/CocoaLumberjack/CocoaLumberjack.git
[1/18627] Fetching cocoalumberjack
Fetched https://github.com/CocoaLumberjack/CocoaLumberjack.git from cache (1.47s)
Computing version for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Computed https://github.com/CocoaLumberjack/CocoaLumberjack.git at 3.9.0 (1.92s)
Fetching https://github.com/apple/swift-log
[1/3871] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.06s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (1.48s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Working copy of https://github.com/CocoaLumberjack/CocoaLumberjack.git resolved at 3.9.0
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "cocoalumberjack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.8.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CocoaLumberjack/CocoaLumberjack.git"
    }
  ],
  "manifest_display_name" : "RollbarSDK",
  "name" : "RollbarSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "RollbarCommon",
      "targets" : [
        "RollbarCommon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RollbarNotifier",
      "targets" : [
        "RollbarCrash",
        "RollbarReport",
        "RollbarNotifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RollbarDeploys",
      "targets" : [
        "RollbarDeploys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RollbarAUL",
      "targets" : [
        "RollbarAUL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RollbarCocoaLumberjack",
      "targets" : [
        "RollbarCocoaLumberjack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RollbarReport",
      "module_type" : "SwiftTarget",
      "name" : "RollbarReport",
      "path" : "RollbarNotifier/Sources/RollbarReport",
      "product_memberships" : [
        "RollbarNotifier",
        "RollbarAUL",
        "RollbarCocoaLumberjack"
      ],
      "sources" : [
        "Diagnostic/Diagnostic.swift",
        "Diagnostic/RollbarCrashDiagnosticFilter.swift",
        "Error.swift",
        "Formatter/FormatBuilder.swift",
        "Formatter/RollbarCrashFormattingFilter.swift",
        "Prelude.swift",
        "Report/Address.swift",
        "Report/BinaryImage.swift",
        "Report/CPU.swift",
        "Report/Frame.swift",
        "Report/Report.swift",
        "Report/Timestamp.swift"
      ],
      "target_dependencies" : [
        "RollbarCrash"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RollbarNotifier",
      "module_type" : "ClangTarget",
      "name" : "RollbarNotifier",
      "path" : "RollbarNotifier/Sources/RollbarNotifier",
      "product_memberships" : [
        "RollbarNotifier",
        "RollbarAUL",
        "RollbarCocoaLumberjack"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/RollbarNotifier/Sources/RollbarNotifier/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DTOs/RollbarAppLanguage.m",
        "DTOs/RollbarBody.m",
        "DTOs/RollbarCallStackFrame.m",
        "DTOs/RollbarCallStackFrameContext.m",
        "DTOs/RollbarCaptureIpType.m",
        "DTOs/RollbarConfig.m",
        "DTOs/RollbarData.m",
        "DTOs/RollbarDestination.m",
        "DTOs/RollbarDeveloperOptions.m",
        "DTOs/RollbarException.m",
        "DTOs/RollbarHttpMethod.m",
        "DTOs/RollbarLevel.m",
        "DTOs/RollbarLoggingOptions.m",
        "DTOs/RollbarMessage.m",
        "DTOs/RollbarModule.m",
        "DTOs/RollbarPayload.m",
        "DTOs/RollbarPerson.m",
        "DTOs/RollbarProxy.m",
        "DTOs/RollbarRawCrashReport.m",
        "DTOs/RollbarRequest.m",
        "DTOs/RollbarScrubbingOptions.m",
        "DTOs/RollbarServer.m",
        "DTOs/RollbarServerConfig.m",
        "DTOs/RollbarSource.m",
        "DTOs/RollbarTelemetryBody.m",
        "DTOs/RollbarTelemetryConnectivityBody.m",
        "DTOs/RollbarTelemetryErrorBody.m",
        "DTOs/RollbarTelemetryEvent.m",
        "DTOs/RollbarTelemetryLogBody.m",
        "DTOs/RollbarTelemetryManualBody.m",
        "DTOs/RollbarTelemetryNavigationBody.m",
        "DTOs/RollbarTelemetryNetworkBody.m",
        "DTOs/RollbarTelemetryOptions.m",
        "DTOs/RollbarTelemetryType.m",
        "DTOs/RollbarTelemetryViewBody.m",
        "DTOs/RollbarTrace.m",
        "Rollbar.m",
        "RollbarConfigUtil.m",
        "RollbarCrashCollector.m",
        "RollbarDestinationRecord.m",
        "RollbarInfrastructure.m",
        "RollbarInternalLogging.m",
        "RollbarLog.m",
        "RollbarLogger+Test.m",
        "RollbarLogger.m",
        "RollbarNotifierFiles.m",
        "RollbarPayloadFactory.m",
        "RollbarPayloadPostReply.m",
        "RollbarPayloadRepository.m",
        "RollbarPayloadTruncator.m",
        "RollbarReachability.m",
        "RollbarRegistry.m",
        "RollbarSender.m",
        "RollbarTelemetry.m",
        "RollbarTelemetryOptionsObserver.m",
        "RollbarTelemetryThread.m",
        "RollbarThread.m"
      ],
      "target_dependencies" : [
        "RollbarCommon",
        "RollbarCrash",
        "RollbarReport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RollbarDeploys",
      "module_type" : "ClangTarget",
      "name" : "RollbarDeploys",
      "path" : "RollbarDeploys/Sources/RollbarDeploys",
      "product_memberships" : [
        "RollbarDeploys"
      ],
      "sources" : [
        "DTOs/DeployApiCallOutcome.m",
        "DTOs/RollbarDeployApiCallResult.m",
        "DTOs/RollbarDeployment.m",
        "DTOs/RollbarDeploymentDetails.m",
        "RollbarDeploysManager.m"
      ],
      "target_dependencies" : [
        "RollbarCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RollbarCrash",
      "module_type" : "ClangTarget",
      "name" : "RollbarCrash",
      "path" : "RollbarNotifier/Sources/RollbarCrash",
      "product_memberships" : [
        "RollbarNotifier",
        "RollbarAUL",
        "RollbarCocoaLumberjack"
      ],
      "sources" : [
        "Monitors/RollbarCrashMonitor.c",
        "Monitors/RollbarCrashMonitorType.c",
        "Monitors/RollbarCrashMonitor_AppState.c",
        "Monitors/RollbarCrashMonitor_CPPException.cpp",
        "Monitors/RollbarCrashMonitor_Deadlock.m",
        "Monitors/RollbarCrashMonitor_MachException.c",
        "Monitors/RollbarCrashMonitor_NSException.m",
        "Monitors/RollbarCrashMonitor_Signal.c",
        "Monitors/RollbarCrashMonitor_System.m",
        "Monitors/RollbarCrashMonitor_User.c",
        "Monitors/RollbarCrashMonitor_Zombie.c",
        "Recording/RollbarCrashC.c",
        "Recording/RollbarCrashCachedData.c",
        "Recording/RollbarCrashDoctor.m",
        "Recording/RollbarCrashHandler.m",
        "Recording/RollbarCrashReport.c",
        "Recording/RollbarCrashReportFixer.c",
        "Recording/RollbarCrashReportStore.c",
        "RollbarCrashInstallation.m",
        "RollbarCrashReportFilterBasic.m",
        "Util/Container+DeepSearch.m",
        "Util/NSError+SimpleConstructor.m",
        "Util/RollbarCrashCPU.c",
        "Util/RollbarCrashCPU_arm.c",
        "Util/RollbarCrashCPU_arm64.c",
        "Util/RollbarCrashCPU_x86_32.c",
        "Util/RollbarCrashCPU_x86_64.c",
        "Util/RollbarCrashCString.m",
        "Util/RollbarCrashCxaThrowSwapper.c",
        "Util/RollbarCrashDate.c",
        "Util/RollbarCrashDebug.c",
        "Util/RollbarCrashDynamicLinker.c",
        "Util/RollbarCrashFileUtils.c",
        "Util/RollbarCrashID.c",
        "Util/RollbarCrashJSONCodec.c",
        "Util/RollbarCrashJSONCodecObjC.m",
        "Util/RollbarCrashLogger.c",
        "Util/RollbarCrashMach.c",
        "Util/RollbarCrashMachineContext.c",
        "Util/RollbarCrashMemory.c",
        "Util/RollbarCrashObjC.c",
        "Util/RollbarCrashSignalInfo.c",
        "Util/RollbarCrashStackCursor.c",
        "Util/RollbarCrashStackCursor_Backtrace.c",
        "Util/RollbarCrashStackCursor_MachineContext.c",
        "Util/RollbarCrashStackCursor_SelfThread.c",
        "Util/RollbarCrashString.c",
        "Util/RollbarCrashSymbolicator.c",
        "Util/RollbarCrashSysCtl.c",
        "Util/RollbarCrashThread.c",
        "Util/RollbarCrashgetsect.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RollbarCommon",
      "module_type" : "ClangTarget",
      "name" : "RollbarCommon",
      "path" : "RollbarCommon/Sources/RollbarCommon",
      "product_memberships" : [
        "RollbarCommon",
        "RollbarNotifier",
        "RollbarDeploys",
        "RollbarAUL",
        "RollbarCocoaLumberjack"
      ],
      "sources" : [
        "DTOs/RollbarDTO+CustomData.m",
        "DTOs/RollbarDTO+Protected.m",
        "DTOs/RollbarDTO.m",
        "DesignPatterns/Creational/RollbarBuilder.m",
        "DesignPatterns/RollbarReceptionist.m",
        "DesignPatterns/RollbarTaskDispatcher.m",
        "NSDate+Rollbar.m",
        "NSDictionary+Rollbar.m",
        "NSJSONSerialization+Rollbar.m",
        "NSObject+Rollbar.m",
        "RollbarBundleUtil.m",
        "RollbarCachesDirectory.m",
        "RollbarCrashReportUtil.m",
        "RollbarFileIOUtil.m",
        "RollbarFileReader.m",
        "RollbarFileWriter.m",
        "RollbarHostingProcessUtil.m",
        "RollbarInternalLogging.m",
        "RollbarMemoryStatsDescriptors.m",
        "RollbarMemoryUtil.m",
        "RollbarOsUtil.m",
        "RollbarPredicateBuilder.m",
        "RollbarTriStateFlag.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RollbarCocoaLumberjack",
      "module_type" : "ClangTarget",
      "name" : "RollbarCocoaLumberjack",
      "path" : "RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack",
      "product_dependencies" : [
        "CocoaLumberjack"
      ],
      "product_memberships" : [
        "RollbarCocoaLumberjack"
      ],
      "sources" : [
        "RollbarCocoaLumberjackLogger.m"
      ],
      "target_dependencies" : [
        "RollbarCommon",
        "RollbarNotifier"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RollbarAUL",
      "module_type" : "ClangTarget",
      "name" : "RollbarAUL",
      "path" : "RollbarAUL/Sources/RollbarAUL",
      "product_memberships" : [
        "RollbarAUL"
      ],
      "sources" : [
        "RollbarAulClient.m",
        "RollbarAulEntrySnapper.m",
        "RollbarAulLogLevelConverter.m",
        "RollbarAulOSLogEntryLogLevelConverter.m",
        "RollbarAulPredicateBuilder.m",
        "RollbarAulStoreMonitor.m",
        "RollbarAulStoreMonitorOptions.m"
      ],
      "target_dependencies" : [
        "RollbarCommon",
        "RollbarNotifier"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.1"
}
Done.