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

Failed to build RollbarSDK, reference 3.3.3 (2077a0), with Swift 6.1 for Linux on 1 May 2025 11:46:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rollbar/rollbar-apple.git
Reference: 3.3.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/rollbar/rollbar-apple
 * tag               3.3.3      -> FETCH_HEAD
HEAD is now at 2077a05 Bumped version to 3.3.3 (#359)
Cloned https://github.com/rollbar/rollbar-apple.git
Revision (git rev-parse @):
2077a05788a740eea7d804c293c7d5313169b5ed
SUCCESS checkout https://github.com/rollbar/rollbar-apple.git at 3.3.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rollbar/rollbar-apple.git
https://github.com/rollbar/rollbar-apple.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/CocoaLumberjack/CocoaLumberjack.git
[1/18508] Fetching cocoalumberjack
Fetched https://github.com/CocoaLumberjack/CocoaLumberjack.git from cache (0.90s)
Computing version for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Computed https://github.com/CocoaLumberjack/CocoaLumberjack.git at 3.8.5 (1.46s)
Fetching https://github.com/apple/swift-log
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.38s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.90s)
Creating working copy for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Working copy of https://github.com/CocoaLumberjack/CocoaLumberjack.git resolved at 3.8.5
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Building for debugging...
In file included from /host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/RollbarAulOSLogEntryLogLevelConverter.m:1:
/host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/include/RollbarAulOSLogEntryLogLevelConverter.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
1 error generated.
[0/148] Compiling RollbarAUL RollbarAulOSLogEntryLogLevelConverter.m
In file included from /host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/RollbarAulPredicateBuilder.m:1:
/host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/RollbarAulPredicateBuilder.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
1 error generated.
[0/148] Compiling RollbarAUL RollbarAulPredicateBuilder.m
In file included from /host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/RollbarAulLogLevelConverter.m:1:
/host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/include/RollbarAulLogLevelConverter.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
1 error generated.
[0/148] Compiling RollbarAUL RollbarAulLogLevelConverter.m
In file included from /host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/RollbarAulStoreMonitor.m:1:
/host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/include/RollbarAulStoreMonitor.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
1 error generated.
[0/148] Compiling RollbarAUL RollbarAulStoreMonitor.m
[0/148] Compiling RollbarCommon NSObject+Rollbar.m
In file included from /host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/RollbarAulClient.m:1:
/host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/include/RollbarAulClient.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
1 error generated.
[0/148] Compiling RollbarAUL RollbarAulClient.m
In file included from /host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/RollbarAulStoreMonitorOptions.m:1:
/host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/include/RollbarAulStoreMonitorOptions.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
1 error generated.
[0/148] Compiling RollbarAUL RollbarAulStoreMonitorOptions.m
In file included from /host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/RollbarAulEntrySnapper.m:1:
/host/spi-builder-workspace/RollbarAUL/Sources/RollbarAUL/include/RollbarAulEntrySnapper.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
1 error generated.
[0/148] Compiling RollbarAUL RollbarAulEntrySnapper.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/148] Write sources
[1/148] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Util/RollbarCrashgetsect.c:48:
/host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Util/RollbarCrashgetsect.h:32:10: fatal error: 'mach-o/loader.h' file not found
   32 | #include <mach-o/loader.h>
      |          ^~~~~~~~~~~~~~~~~
1 error generated.
[2/148] Compiling RollbarCrashgetsect.c
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/RollbarDeployment.m:3:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:6:1: error: use of '@import' when modules are disabled
    6 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:7:1: error: use of '@import' when modules are disabled
    7 | @import RollbarCommon;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:10:32: error: cannot find interface declaration for 'RollbarDTO', superclass of 'RollbarDeployment'
   10 | @interface RollbarDeployment : RollbarDTO
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:15:30: error: unknown type name 'NSString'
   15 | @property (readonly, retain) NSString *environment;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:15:1: error: property with 'retain (or strong)' attribute must be of object type
   15 | @property (readonly, retain) NSString *environment;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:18:30: error: unknown type name 'NSString'
   18 | @property (readonly, retain) NSString *comment;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:18:1: error: property with 'retain (or strong)' attribute must be of object type
   18 | @property (readonly, retain) NSString *comment;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:21:30: error: unknown type name 'NSString'
   21 | @property (readonly, retain) NSString *revision;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:21:1: error: property with 'retain (or strong)' attribute must be of object type
   21 | @property (readonly, retain) NSString *revision;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:24:30: error: unknown type name 'NSString'
   24 | @property (readonly, retain) NSString *localUsername;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:24:1: error: property with 'retain (or strong)' attribute must be of object type
   24 | @property (readonly, retain) NSString *localUsername;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:27:30: error: unknown type name 'NSString'
   27 | @property (readonly, retain) NSString *rollbarUsername;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:27:1: error: property with 'retain (or strong)' attribute must be of object type
   27 | @property (readonly, retain) NSString *rollbarUsername;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:37:38: error: expected a type
   37 | - (instancetype)initWithEnvironment:(NSString *)environment
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:38:38: error: expected a type
   38 |                             comment:(NSString *)comment
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:39:38: error: expected a type
   39 |                            revision:(NSString *)revision
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:40:38: error: expected a type
   40 |                       localUserName:(NSString *)localUserName
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:41:38: error: expected a type
   41 |                     rollbarUserName:(NSString *)rollbarUserName
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:42:26: error: expected ':'
   42 | NS_DESIGNATED_INITIALIZER;
      |                          ^
      |                          :
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
In file included from /host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Util/RollbarCrashThread.c:28:
/host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/include/RollbarCrashThread.h:39:9: error: unknown type name 'uintptr_t'; did you mean '__intptr_t'?
   39 | typedef uintptr_t RollbarCrashThread;
      |         ^~~~~~~~~
      |         __intptr_t
/usr/include/x86_64-linux-gnu/bits/types.h:207:25: note: '__intptr_t' declared here
  207 | __STD_TYPE __SWORD_TYPE __intptr_t;
      |                         ^
/host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Util/RollbarCrashThread.c:36:10: fatal error: 'dispatch/dispatch.h' file not found
   36 | #include <dispatch/dispatch.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[2/148] Compiling RollbarDeployment.m
[2/148] Compiling RollbarCrashThread.c
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/RollbarDeploymentDetails.m:3:
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploymentDetails.h:6:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:6:1: error: use of '@import' when modules are disabled
    6 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:7:1: error: use of '@import' when modules are disabled
    7 | @import RollbarCommon;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:10:32: error: cannot find interface declaration for 'RollbarDTO', superclass of 'RollbarDeployment'
   10 | @interface RollbarDeployment : RollbarDTO
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:15:30: error: unknown type name 'NSString'
   15 | @property (readonly, retain) NSString *environment;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:15:1: error: property with 'retain (or strong)' attribute must be of object type
   15 | @property (readonly, retain) NSString *environment;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:18:30: error: unknown type name 'NSString'
   18 | @property (readonly, retain) NSString *comment;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:18:1: error: property with 'retain (or strong)' attribute must be of object type
   18 | @property (readonly, retain) NSString *comment;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:21:30: error: unknown type name 'NSString'
   21 | @property (readonly, retain) NSString *revision;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:21:1: error: property with 'retain (or strong)' attribute must be of object type
   21 | @property (readonly, retain) NSString *revision;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:24:30: error: unknown type name 'NSString'
   24 | @property (readonly, retain) NSString *localUsername;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:24:1: error: property with 'retain (or strong)' attribute must be of object type
   24 | @property (readonly, retain) NSString *localUsername;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:27:30: error: unknown type name 'NSString'
   27 | @property (readonly, retain) NSString *rollbarUsername;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:27:1: error: property with 'retain (or strong)' attribute must be of object type
   27 | @property (readonly, retain) NSString *rollbarUsername;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:37:38: error: expected a type
   37 | - (instancetype)initWithEnvironment:(NSString *)environment
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:38:38: error: expected a type
   38 |                             comment:(NSString *)comment
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:39:38: error: expected a type
   39 |                            revision:(NSString *)revision
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:40:38: error: expected a type
   40 |                       localUserName:(NSString *)localUserName
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:41:38: error: expected a type
   41 |                     rollbarUserName:(NSString *)rollbarUserName
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:42:26: error: expected ':'
   42 | NS_DESIGNATED_INITIALIZER;
      |                          ^
      |                          :
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2/148] Compiling RollbarDeploymentDetails.m
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/DeployApiCallOutcome.m:9:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:12:1: error: use of '@import' when modules are disabled
   12 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:1: error: function definition declared 'typedef'
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      | ^~~~~~~
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: error: parameter 'RollbarDeployApiCallOutcome' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:17: error: parameter 'NSInteger' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                 ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      | ~~~~~~~ ^
      | int
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:15:5: error: use of undeclared identifier 'RollbarDeployApiCall_Success'; did you mean 'RollbarDeployApiCallOutcome'?
   15 |     RollbarDeployApiCall_Success,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarDeployApiCallOutcome
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: note: 'RollbarDeployApiCallOutcome' declared here
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:16:31: error: expected ';' after expression
   16 |     RollbarDeployApiCall_Error,
      |                               ^
      |                               ;
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:16:5: error: use of undeclared identifier 'RollbarDeployApiCall_Error'; did you mean 'RollbarDeployApiCallOutcome'?
   16 |     RollbarDeployApiCall_Error,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarDeployApiCallOutcome
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: note: 'RollbarDeployApiCallOutcome' declared here
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |         ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:19:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   19 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:22:46: error: cannot find interface declaration for 'NSObject', superclass of 'RollbarDeployApiCallOutcomeUtil'
   22 | @interface RollbarDeployApiCallOutcomeUtil : NSObject
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:26:4: error: expected a type
   26 | + (NSString *) DeployApiCallOutcomeToString:(RollbarDeployApiCallOutcome)value;
      |    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:26:46: error: expected a type
   26 | + (NSString *) DeployApiCallOutcomeToString:(RollbarDeployApiCallOutcome)value;
      |                                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:30:4: error: expected a type
   30 | + (RollbarDeployApiCallOutcome) DeployApiCallOutcomeFromString:(NSString *)value;
      |    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:30:65: error: expected a type
   30 | + (RollbarDeployApiCallOutcome) DeployApiCallOutcomeFromString:(NSString *)value;
      |                                                                 ^
[2/148] Compiling DeployApiCallOutcome.m
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/RollbarDeployApiCallResult.m:3:
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallResult.h:6:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:12:1: error: use of '@import' when modules are disabled
   12 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:1: error: function definition declared 'typedef'
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      | ^~~~~~~
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: error: parameter 'RollbarDeployApiCallOutcome' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:17: error: parameter 'NSInteger' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                 ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      | ~~~~~~~ ^
      | int
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:15:5: error: use of undeclared identifier 'RollbarDeployApiCall_Success'; did you mean 'RollbarDeployApiCallOutcome'?
   15 |     RollbarDeployApiCall_Success,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarDeployApiCallOutcome
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: note: 'RollbarDeployApiCallOutcome' declared here
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:16:31: error: expected ';' after expression
   16 |     RollbarDeployApiCall_Error,
      |                               ^
      |                               ;
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:16:5: error: use of undeclared identifier 'RollbarDeployApiCall_Error'; did you mean 'RollbarDeployApiCallOutcome'?
   16 |     RollbarDeployApiCall_Error,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarDeployApiCallOutcome
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: note: 'RollbarDeployApiCallOutcome' declared here
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |         ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:19:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   19 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:22:46: error: cannot find interface declaration for 'NSObject', superclass of 'RollbarDeployApiCallOutcomeUtil'
   22 | @interfac[2/148] Compiling RollbarDeployApiCallResult.m
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/RollbarDeploysManager.m:4:
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:6:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:6:1: error: use of '@import' when modules are disabled
    6 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:15:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   15 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:60:45: error: expected a type
   60 | - (void) getDeploymentWithDeployId:(nonnull NSString *)deployId;
      |                                             ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:64:36: error: expected a type
   64 | - (void) getDeploymentsPageNumber:(NSUInteger)pageNumber;
      |                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:69:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   69 | NS_ASSUME_NONNULL_END
      | ^
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/RollbarDeploysManager.m:4:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:7:2: error: prefix attribute must be followed by an interface, protocol, or implementation
    7 | @import Foundation;
      |  ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:8:1: error: use of '@import' when modules are disabled
    8 | @import RollbarCommon;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:10:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   10 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:13:36: error: cannot find interface declaration for 'NSObject', superclass of 'RollbarDeploysManager'
   13 | @interface RollbarDeploysManager : NSObject <RollbarDeploysProtocol> {
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:22:52: error: expected a type
   22 | - (instancetype)initWithWriteAccessToken:(nullable NSString *)writeAccessToken
      |                                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:23:52: error: expected a type
   23 |                          readAccessToken:(nullable NSString *)readAccessToken
      |                                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:24:52: error: expected a type
   24 |           deploymentRegistrationObserver:(nullable NSObject<RollbarDeploymentRegistrationObserver> [2/148] Compiling RollbarDeploys RollbarDeploysManager.m
[2/148] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux