The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RSCrashReporter, reference master (ee5635), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 05:24:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rudderlabs/crash-reporter-ios.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rudderlabs/crash-reporter-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ee56353 chore(release): pulling release/1.0.1 into master
Cloned https://github.com/rudderlabs/crash-reporter-ios.git
Revision (git rev-parse @):
ee563535b64d9d5feacd0fa243663b2658033a19
SUCCESS checkout https://github.com/rudderlabs/crash-reporter-ios.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "crash-reporter-ios",
      "name": "RSCrashReporter",
      "url": "https://github.com/rudderlabs/crash-reporter-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/crash-reporter-ios",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rudderlabs/crash-reporter-ios.git
[1/33122] Fetching crash-reporter-ios
Fetched https://github.com/rudderlabs/crash-reporter-ios.git from cache (1.89s)
Creating working copy for https://github.com/rudderlabs/crash-reporter-ios.git
Working copy of https://github.com/rudderlabs/crash-reporter-ios.git resolved at master (ee56353)
warning: '.resolve-product-dependencies': dependency 'crash-reporter-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/rudderlabs/crash-reporter-ios.git
{
  "c_language_standard" : "gnu11",
  "cxx_language_standard" : "gnu++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "RSCrashReporter",
  "name" : "RSCrashReporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.2"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "6.3"
    }
  ],
  "products" : [
    {
      "name" : "RSCrashReporter",
      "targets" : [
        "RSCrashReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RSCrashReporter",
      "module_type" : "ClangTarget",
      "name" : "RSCrashReporter",
      "path" : "RSCrashReporter",
      "product_memberships" : [
        "RSCrashReporter"
      ],
      "sources" : [
        "Breadcrumbs/RSCNetworkBreadcrumb.m",
        "Breadcrumbs/RSCNotificationBreadcrumbs.m",
        "Breadcrumbs/RSCrashReporterBreadcrumbs.m",
        "Client/RSCrashReporterClient.m",
        "Configuration/RSCConfigurationBuilder.m",
        "Configuration/RSCrashReporterConfiguration.m",
        "Configuration/RSCrashReporterEndpointConfiguration.m",
        "Configuration/RSCrashReporterErrorTypes.m",
        "Delivery/RSCConnectivity.m",
        "Delivery/RSCEventUploadFileOperation.m",
        "Delivery/RSCEventUploadKSCrashReportOperation.m",
        "Delivery/RSCEventUploadObjectOperation.m",
        "Delivery/RSCEventUploadOperation.m",
        "Delivery/RSCEventUploader.m",
        "Delivery/RSCSessionUploader.m",
        "Delivery/RSCrashReporterApiClient.m",
        "Helpers/MRCCanary.m",
        "Helpers/RSCAppHangDetector.m",
        "Helpers/RSCFeatureFlagStore.m",
        "Helpers/RSCGlobals.m",
        "Helpers/RSCInternalErrorReporter.m",
        "Helpers/RSCJSONSerialization.m",
        "Helpers/RSCRunContext.m",
        "Helpers/RSCSerialization.m",
        "Helpers/RSCTelemetry.m",
        "Helpers/RSCUtils.m",
        "Helpers/RSC_RFC3339DateTool.m",
        "Helpers/RSCrashReporterCollections.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrash.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashC.c",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashDoctor.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashIdentifier.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashNames.c",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashReport.c",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashState.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSFile.c",
        "KSCrash/Source/KSCrash/Recording/RSC_KSSystemInfo.m",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry.c",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry_CPPException.mm",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry_MachException.c",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry_NSException.m",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry_Signal.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSBacktrace.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSCrashStringConversion.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSFileUtils.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSJSONCodec.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSLogger.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMachHeaders.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach_Arm.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach_Arm64.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach_x86_32.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach_x86_64.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSSignalInfo.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSString.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSSysCtl.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_Symbolicate.c",
        "Metadata/RSCrashReporterMetadata.m",
        "Payload/RSCrashReporterApp.m",
        "Payload/RSCrashReporterAppWithState.m",
        "Payload/RSCrashReporterBreadcrumb.m",
        "Payload/RSCrashReporterDevice.m",
        "Payload/RSCrashReporterDeviceWithState.m",
        "Payload/RSCrashReporterError.m",
        "Payload/RSCrashReporterEvent.m",
        "Payload/RSCrashReporterHandledState.m",
        "Payload/RSCrashReporterNotifier.m",
        "Payload/RSCrashReporterSession.m",
        "Payload/RSCrashReporterStackframe.m",
        "Payload/RSCrashReporterStacktrace.m",
        "Payload/RSCrashReporterThread.m",
        "Payload/RSCrashReporterUser.m",
        "RSCCrashSentry.m",
        "RSCrashReporter.m",
        "RSCrashReporterFeatureFlag.m",
        "RSCrashReporterLastRunInfo.m",
        "RSCrashReporterSessionTracker.m",
        "RSCrashReporterSystemState.m",
        "Storage/RSCFileLocations.m",
        "Storage/RSCStorageMigratorV0V1.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/80] Compiling RSCEventUploadFileOperation.m
[1/80] Compiling RSCEventUploadObjectOperation.m
[2/80] Compiling RSCrashReporterEndpointConfiguration.m
[3/80] Compiling RSCEventUploadKSCrashReportOperation.m
[4/80] Compiling RSCStorageMigratorV0V1.m
[5/80] Compiling RSCFileLocations.m
[6/80] Compiling RSCrashReporter RSCrashReporterLastRunInfo.m
[7/80] Compiling RSCrashReporter RSCrashReporterFeatureFlag.m
[8/80] Compiling RSCConfigurationBuilder.m
[9/80] Compiling RSCEventUploadOperation.m
[10/80] Compiling RSCrashReporterErrorTypes.m
[11/80] Compiling RSCrashReporter RSCrashReporter.m
[12/80] Compiling RSCrashReporterUser.m
[13/80] Compiling RSCrashReporter RSCCrashSentry.m
[14/80] Compiling RSCConnectivity.m
[15/80] Compiling RSCrashReporterStacktrace.m
[16/80] Compiling RSCrashReporterThread.m
[17/80] Compiling RSCrashReporterNotifier.m
[18/80] Compiling RSCrashReporterStackframe.m
[19/80] Compiling RSCrashReporterSession.m
[20/80] Compiling RSCrashReporterHandledState.m
[21/80] Compiling RSCrashReporterConfiguration.m
[22/80] Compiling RSCrashReporterDevice.m
[23/80] Compiling RSCrashReporterError.m
[24/80] Compiling RSCrashReporterDeviceWithState.m
[25/80] Compiling RSCrashReporterBreadcrumb.m
[26/80] Compiling RSCrashReporterAppWithState.m
[27/80] Compiling RSCrashReporterEvent.m
[28/80] Compiling RSCrashReporterApp.m
[29/80] Compiling RSC_KSMach_x86_64.c
[30/80] Compiling RSC_KSMach_x86_32.c
[31/80] Compiling RSC_KSMach_Arm.c
[32/80] Compiling RSCrashReporterMetadata.m
[33/80] Compiling RSC_KSString.c
[34/80] Compiling RSC_KSSignalInfo.c
[35/80] Compiling RSC_KSMach_Arm64.c
[36/80] Compiling RSC_KSLogger.c
[37/80] Compiling RSC_KSJSONCodec.c
[38/80] Compiling RSC_KSFileUtils.c
[39/80] Compiling RSC_KSCrashStringConversion.c
[40/80] Compiling RSC_KSBacktrace.c
[41/80] Compiling RSC_Symbolicate.c
[42/80] Compiling RSC_KSSysCtl.c
[43/80] Compiling RSC_KSCrashSentry_NSException.m
[44/80] Compiling RSC_KSMachHeaders.c
[45/80] Compiling RSC_KSCrashSentry_Signal.c
[46/80] Compiling RSC_KSCrashSentry.c
[47/80] Compiling RSC_KSCrashSentry_MachException.c
[48/80] Compiling RSC_KSMach.c
[49/80] Compiling RSC_KSFile.c
[50/80] Compiling RSC_KSCrashNames.c
[51/80] Compiling RSC_KSCrashState.m
[52/80] Compiling RSC_KSCrashReport.c
[53/80] Compiling RSC_KSCrashIdentifier.m
[54/80] Compiling RSC_KSCrashDoctor.m
[55/80] Compiling RSC_KSCrashC.c
[56/80] Compiling RSC_KSSystemInfo.m
[57/80] Compiling RSCrashReporterCollections.m
[58/80] Compiling RSC_RFC3339DateTool.m
[59/80] Compiling RSCUtils.m
[60/80] Compiling RSCTelemetry.m
[61/80] Compiling RSCSerialization.m
[62/80] Compiling RSCJSONSerialization.m
[63/80] Compiling RSCGlobals.m
[64/80] Compiling RSCInternalErrorReporter.m
[65/80] Compiling RSCFeatureFlagStore.m
[66/80] Compiling RSCAppHangDetector.m
[67/80] Compiling MRCCanary.m
[68/80] Compiling RSCrashReporterApiClient.m
[69/80] Compiling RSCSessionUploader.m
[70/80] Compiling RSC_KSCrash.m
[71/80] Compiling RSCrashReporter RSCrashReporterSystemState.m
[72/80] Compiling RSCEventUploader.m
[73/80] Compiling RSCrashReporterBreadcrumbs.m
[74/80] Compiling RSC_KSCrashSentry_CPPException.mm
[75/80] Compiling RSCNetworkBreadcrumb.m
[76/80] Compiling RSCrashReporterClient.m
[77/80] Compiling RSCNotificationBreadcrumbs.m
[78/80] Compiling RSCRunContext.m
[79/80] Compiling RSCrashReporter RSCrashReporterSessionTracker.m
Build complete! (4.28s)
Build complete.
{
  "c_language_standard" : "gnu11",
  "cxx_language_standard" : "gnu++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "RSCrashReporter",
  "name" : "RSCrashReporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.2"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "6.3"
    }
  ],
  "products" : [
    {
      "name" : "RSCrashReporter",
      "targets" : [
        "RSCrashReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RSCrashReporter",
      "module_type" : "ClangTarget",
      "name" : "RSCrashReporter",
      "path" : "RSCrashReporter",
      "product_memberships" : [
        "RSCrashReporter"
      ],
      "sources" : [
        "Breadcrumbs/RSCNetworkBreadcrumb.m",
        "Breadcrumbs/RSCNotificationBreadcrumbs.m",
        "Breadcrumbs/RSCrashReporterBreadcrumbs.m",
        "Client/RSCrashReporterClient.m",
        "Configuration/RSCConfigurationBuilder.m",
        "Configuration/RSCrashReporterConfiguration.m",
        "Configuration/RSCrashReporterEndpointConfiguration.m",
        "Configuration/RSCrashReporterErrorTypes.m",
        "Delivery/RSCConnectivity.m",
        "Delivery/RSCEventUploadFileOperation.m",
        "Delivery/RSCEventUploadKSCrashReportOperation.m",
        "Delivery/RSCEventUploadObjectOperation.m",
        "Delivery/RSCEventUploadOperation.m",
        "Delivery/RSCEventUploader.m",
        "Delivery/RSCSessionUploader.m",
        "Delivery/RSCrashReporterApiClient.m",
        "Helpers/MRCCanary.m",
        "Helpers/RSCAppHangDetector.m",
        "Helpers/RSCFeatureFlagStore.m",
        "Helpers/RSCGlobals.m",
        "Helpers/RSCInternalErrorReporter.m",
        "Helpers/RSCJSONSerialization.m",
        "Helpers/RSCRunContext.m",
        "Helpers/RSCSerialization.m",
        "Helpers/RSCTelemetry.m",
        "Helpers/RSCUtils.m",
        "Helpers/RSC_RFC3339DateTool.m",
        "Helpers/RSCrashReporterCollections.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrash.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashC.c",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashDoctor.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashIdentifier.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashNames.c",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashReport.c",
        "KSCrash/Source/KSCrash/Recording/RSC_KSCrashState.m",
        "KSCrash/Source/KSCrash/Recording/RSC_KSFile.c",
        "KSCrash/Source/KSCrash/Recording/RSC_KSSystemInfo.m",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry.c",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry_CPPException.mm",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry_MachException.c",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry_NSException.m",
        "KSCrash/Source/KSCrash/Recording/Sentry/RSC_KSCrashSentry_Signal.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSBacktrace.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSCrashStringConversion.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSFileUtils.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSJSONCodec.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSLogger.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMachHeaders.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach_Arm.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach_Arm64.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach_x86_32.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSMach_x86_64.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSSignalInfo.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSString.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_KSSysCtl.c",
        "KSCrash/Source/KSCrash/Recording/Tools/RSC_Symbolicate.c",
        "Metadata/RSCrashReporterMetadata.m",
        "Payload/RSCrashReporterApp.m",
        "Payload/RSCrashReporterAppWithState.m",
        "Payload/RSCrashReporterBreadcrumb.m",
        "Payload/RSCrashReporterDevice.m",
        "Payload/RSCrashReporterDeviceWithState.m",
        "Payload/RSCrashReporterError.m",
        "Payload/RSCrashReporterEvent.m",
        "Payload/RSCrashReporterHandledState.m",
        "Payload/RSCrashReporterNotifier.m",
        "Payload/RSCrashReporterSession.m",
        "Payload/RSCrashReporterStackframe.m",
        "Payload/RSCrashReporterStacktrace.m",
        "Payload/RSCrashReporterThread.m",
        "Payload/RSCrashReporterUser.m",
        "RSCCrashSentry.m",
        "RSCrashReporter.m",
        "RSCrashReporterFeatureFlag.m",
        "RSCrashReporterLastRunInfo.m",
        "RSCrashReporterSessionTracker.m",
        "RSCrashReporterSystemState.m",
        "Storage/RSCFileLocations.m",
        "Storage/RSCStorageMigratorV0V1.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.