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

Failed to build RollbarSDK, reference master (ffd970), with Swift 6.1 for Linux on 23 Jul 2025 18:31:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rollbar/rollbar-apple.git
Reference: master
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
 * 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:         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-4609320-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/18627] Fetching cocoalumberjack
Fetched https://github.com/CocoaLumberjack/CocoaLumberjack.git from cache (0.95s)
Computing version for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Computed https://github.com/CocoaLumberjack/CocoaLumberjack.git at 3.9.0 (1.50s)
Fetching https://github.com/apple/swift-log
[1/3871] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.40s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.84s)
Creating working copy for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Working copy of https://github.com/CocoaLumberjack/CocoaLumberjack.git resolved at 3.9.0
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/RollbarCommon/Sources/RollbarCommon/NSJSONSerialization+Rollbar.m:1:
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:7:12: error: cannot find interface declaration for 'NSJSONSerialization'
    7 | @interface NSJSONSerialization (Rollbar)
      |            ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:9:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    9 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:16:1: error: expected identifier or '('
   16 | + (nullable NSData *)rollbar_dataWithJSONObject:(id)obj
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:16:13: error: expected a type
   16 | + (nullable NSData *)rollbar_dataWithJSONObject:(id)obj
      |             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:17:50: error: expected a type
   17 |                                         options:(NSJSONWritingOptions)opt
      |                                                  ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:18:50: error: expected a type
   18 |                                           error:(NSError **)error
      |                                                  ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:19:50: error: expected a type
   19 |                                            safe:(BOOL)safe;
      |                                                  ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:23:12: error: expected a type
   23 | + (nonnull NSMutableDictionary *)rollbar_safeDataFromJSONObject:(nullable id)obj;
      |            ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:16:50: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
   16 | + (nullable NSData *)rollbar_dataWithJSONObject:(id)obj
      |                                                  ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:16:50: note: insert '_Nullable' if the pointer may be null
   16 | + (nullable NSData *)rollbar_dataWithJSONObject:(id)obj
      |                                                  ^
      |                                                     _Nullable
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:16:50: note: insert '_Nonnull' if the pointer should never be null
   16 | + (nullable NSData *)rollbar_dataWithJSONObject:(id)obj
      |                                                  ^
      |                                                     _Nonnull
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:27:51: error: expected a type
   27 | + (unsigned long)rollbar_measureJSONDataByteSize:(NSData *)jsonData;
      |                                                   ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:29:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   29 | NS_ASSUME_NONNULL_END
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSJSONSerialization+Rollbar.h:31:2: error: prefix attribute must be followed by an interface, protocol, or implementation
   31 | @end
      |  ^
In file included from /host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSJSONSerialization+Rollbar.m:2:
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/RollbarInternalLogging.h:7:13: error: unknown type name 'NSString'
    7 | void RBCLog(NSString *format, ...);
      |             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/RollbarInternalLogging.h:10:13: error: unknown type name 'NSString'
   10 | void RBCErr(NSString *format, ...);
      |             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSJSONSerialization+Rollbar.m:4:9: fatal error: 'objc/runtime.h' file not found
    4 | #import <objc/runtime.h>
      |         ^~~~~~~~~~~~~~~~
1 warning and 15 errors generated.
[0/148] Compiling RollbarCommon NSJSONSerialization+Rollbar.m
In file included from /host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/RollbarMemoryUtil.m:1:
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:11:1: error: use of '@import' when modules are disabled
   11 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   13 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:15:32: error: cannot find interface declaration for 'NSObject', superclass of 'RollbarMemoryUtil'
   15 | @interface RollbarMemoryUtil : NSObject
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:19:12: error: expected a type
   19 | + (nonnull NSDictionary<NSString *, NSObject *> *)getMemoryStats;
      |            ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:20:13: error: expected a type
   20 | + (nullable NSDictionary<NSString *, NSObject *> *)getPhysicalMemoryStats;
      |             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:21:13: error: expected a type
   21 | + (nullable NSDictionary<NSString *, NSObject *> *)getVirtualMemoryStats;
      |             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:22:4: error: expected a type
   22 | + (NSUInteger)getPhysicalMemoryInBytes;
      |    ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:26:4: error: expected a type
   26 | + (NSUInteger)convertToMBs:(NSUInteger)bytesCount;
      |    ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:26:29: error: expected a type
   26 | + (NSUInteger)convertToMBs:(NSUInteger)bytesCount;
      |                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:27:4: error: expected a type
   27 | + (NSString *)convertToHumanFriendlyFormat:(NSUInteger)bytesCount;
      |    ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:27:45: error: expected a type
   27 | + (NSString *)convertToHumanFriendlyFormat:(NSUInteger)bytesCount;
      |                                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:31:4: error: expected a type
   31 | + (NSUInteger)getPhysicalMemoryInMBs;
      |    ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:35:4: error: expected a type
   35 | + (NSString *)getPhysicalMemorySizeWithUnits;
      |    ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:39:20: error: expected ';' after method prototype
   39 | + (instancetype)new NS_UNAVAILABLE;
      |                    ^
      |                    ;
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:40:39: warning: declaration of 'struct _NSZone' will not be visible outside of this function [-Wvisibility]
   40 | + (instancetype)allocWithZone:(struct _NSZone *)zone NS_UNAVAILABLE;
      |                                       ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:40:68: error: expected ':'
   40 | + (instancetype)allocWithZone:(struct _NSZone *)zone NS_UNAVAILABLE;
      |                                                                    ^
      |                                                                    :
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:41:22: error: expected ';' after method prototype
   41 | + (instancetype)alloc NS_UNAVAILABLE;
      |                      ^
      |                      ;
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:42:28: warning: declaration of 'struct _NSZone' will not be visible outside of this function [-Wvisibility]
   42 | + (id)copyWithZone:(struct _NSZone *)zone NS_UNAVAILABLE;
      |                            ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:42:57: error: expected ':'
   42 | + (id)copyWithZone:(struct _NSZone *)zone NS_UNAVAILABLE;
      |                                                         ^
      |                                                         :
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:43:35: warning: declaration of 'struct _NSZone' will not be visible outside of this function [-Wvisibility]
   43 | + (id)mutableCopyWithZone:(struct _NSZone *)zone NS_UNAVAILABLE;
      |                                   ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:43:64: error: expected ':'
   43 | + (id)mutableCopyWithZone:(struct _NSZone *)zone NS_UNAVAILABLE;
      |                                                                ^
      |                                                                :
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryUtil.h:47:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   47 | NS_ASSUME_NONNULL_END
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
3 warnings and 20 errors generated.
[0/148] Compiling RollbarCommon RollbarMemoryUtil.m
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/RollbarNotifier/Sources/RollbarCrash/Recording/RollbarCrashCachedData.c:26:
In file included from /host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Recording/RollbarCrashCachedData.h:30:
/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/Recording/RollbarCrashCachedData.c:31:10: fatal error: 'mach/mach.h' file not found
   31 | #include <mach/mach.h>
      |          ^~~~~~~~~~~~~
[0/148] Compiling RollbarCrashCachedData.c
In file included from /host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:1:
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:4:1: error: use of '@import' when modules are disabled
    4 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:7:12: error: cannot find interface declaration for 'NSDictionary'
    7 | @interface NSDictionary (Rollbar)
      |            ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:9:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    9 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:14:1: error: expected identifier or '('
   14 | - (BOOL)rollbar_valuePresentForKey:(nonnull NSString *)key
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:14:4: error: expected a type
   14 | - (BOOL)rollbar_valuePresentForKey:(nonnull NSString *)key
      |    ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:14:45: error: expected a type
   14 | - (BOOL)rollbar_valuePresentForKey:(nonnull NSString *)key
      |                                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:15:46: error: expected a type
   15 |                        withContext:(nullable NSString *)context;
      |                                              ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:17:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   17 | NS_ASSUME_NONNULL_END
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:19:2: error: prefix attribute must be followed by an interface, protocol, or implementation
   19 | @end
      |  ^
In file included from /host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:2:
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/RollbarInternalLogging.h:7:13: error: unknown type name 'NSString'
    7 | void RBCLog(NSString *format, ...);
      |             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/RollbarInternalLogging.h:10:13: error: unknown type name 'NSString'
   10 | void RBCErr(NSString *format, ...);
      |             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:4:1: error: missing '@end'
    4 | @implementation NSDictionary (Rollbar)
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSDictionary+Rollbar.h:7:1: note: category started here
    7 | @interface NSDictionary (Rollbar)
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:4:17: error: cannot find interface declaration for 'NSDictionary'
    4 | @implementation NSDictionary (Rollbar)
      |                 ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:6:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    6 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:8:1: error: expected identifier or '('
    8 | - (BOOL)rollbar_valuePresentForKey:(nonnull NSString *)key
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:8:4: error: expected a type
    8 | - (BOOL)rollbar_valuePresentForKey:(nonnull NSString *)key
      |    ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:8:45: error: expected a type
    8 | - (BOOL)rollbar_valuePresentForKey:(nonnull NSString *)key
      |                                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:9:46: error: expected a type
    9 |                        withContext:(nullable NSString *)context {
      |                                              ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSDictionary+Rollbar.m:27:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
[0/148] Compiling RollbarCommon NSDictionary+Rollbar.m
In file included from /host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/NSObject+Rollbar.m:1:
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/NSObject+Rollbar.h:4:9: fatal error: 'Foundation/Foundation.h' file not found
    4 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/148] Compiling RollbarCommon NSObject+Rollbar.m
In file included from /host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/RollbarMemoryStatsDescriptors.m:1:
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:11:1: error: use of '@import' when modules are disabled
   11 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:1: error: function definition declared 'typedef'
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      | ^~~~~~~
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:29: error: parameter 'RollbarMemoryStatsType' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      |                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:17: error: parameter 'NSUInteger' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      |                 ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      | ~~~~~~~ ^
      | int
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:16:5: error: use of undeclared identifier 'RollbarMemoryStatsType_Physical'; did you mean 'RollbarMemoryStatsType'?
   16 |     RollbarMemoryStatsType_Physical = 0,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarMemoryStatsType
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:29: note: 'RollbarMemoryStatsType' declared here
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      |                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:17:30: error: expected ';' after expression
   17 |     RollbarMemoryStatsType_VM,
      |                              ^
      |                              ;
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:17:5: error: use of undeclared identifier 'RollbarMemoryStatsType_VM'; did you mean 'RollbarMemoryStatsType'?
   17 |     RollbarMemoryStatsType_VM,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarMemoryStatsType
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:29: note: 'RollbarMemoryStatsType' declared here
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      |                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      |         ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:22:1: error: function definition declared 'typedef'
   22 | typedef NS_ENUM(NSUInteger, RollbarPhysicalMemory) {
      | ^~~~~~~
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:22:29: error: parameter 'RollbarPhysicalMemory' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   22 | typedef NS_ENUM(NSUInteger, RollbarPhysicalMemory) {
      |                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:22:17: error: parameter 'NSUInteger' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   22 | typedef NS_ENUM(NSUInteger, RollbarPhysicalMemory) {
      |                 ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:22:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   22 | typedef NS_ENUM(NSUInteger, RollbarPhysicalMemory) {
      | ~~~~~~~ ^
      | int
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:22:9: error: redefinition of 'NS_ENUM'
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:9: note: previous definition is here
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      |         ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:23:5: error: use of undeclared identifier 'RollbarPhysicalMemory_TotalMB'; did you mean 'RollbarPhysicalMemory'?
   23 |     RollbarPhysicalMemory_TotalMB = 0,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarPhysicalMemory
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:22:29: note: 'RollbarPhysicalMemory' declared here
   22 | typedef NS_ENUM(NSUInteger, RollbarPhysicalMemory) {
      |                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:23:38: error: expected ';' after expression
   23 |     RollbarPhysicalMemory_TotalMB = 0,
      |                                      ^
      |                                      ;
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:22:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   22 | typedef NS_ENUM(NSUInteger, RollbarPhysicalMemory) {
      |         ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:15:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   15 | typedef NS_ENUM(NSUInteger, RollbarMemoryStatsType) {
      |         ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:28:1: error: function definition declared 'typedef'
   28 | typedef NS_ENUM(NSUInteger, RollbarVirtualMemory) {
      | ^~~~~~~
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:28:29: error: parameter 'RollbarVirtualMemory' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   28 | typedef NS_ENUM(NSUInteger, RollbarVirtualMemory) {
      |                             ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:28:17: error: parameter 'NSUInteger' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   28 | typedef NS_ENUM(NSUInteger, RollbarVirtualMemory) {
      |                 ^
/host/spi-builder-workspace/RollbarCommon/Sources/RollbarCommon/include/RollbarMemoryStatsDescriptors.h:28:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   28 | typedef NS_ENUM(NSUInteger, RollbarVirtualMemory) {
      | ~~~~~~~ ^
      | int
[0/148] Compiling RollbarCommon RollbarMemoryStatsDescriptors.m
In file included from /host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Recording/RollbarCrashDoctor.m:9:
/host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Recording/RollbarCrashDoctor.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/148] Compiling RollbarCrashDoctor.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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
[0/148] Copying PrivacyInfo.xcprivacy
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.
[2/148] Compiling RollbarDeployment.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;
      |                                                                 ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:34:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   34 | NS_ASSUME_NONNULL_END
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/DeployApiCallOutcome.m:13:4: error: expected a type
   13 | + (NSString *) DeployApiCallOutcomeToString:(RollbarDeployApiCallOutcome)value; {
      |    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/DeployApiCallOutcome.m:13:46: error: expected a type
   13 | + (NSString *) DeployApiCallOutcomeToString:(RollbarDeployApiCallOutcome)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[2/148] Compiling RollbarDeployApiCallResult.m
[2/148] Compiling RollbarCrashThread.c
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 foundIn 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
[2/148] Compiling RollbarCrashgetsect.c
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:(nullab[2/148] Compiling RollbarDeploys RollbarDeploysManager.m
[2/148] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux