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 (27b462), with Swift 6.1 for Wasm on 31 May 2025 20:16:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 27b4620 Workaround for a crash caused by integer overflow in address arithmetic. (#364)
Cloned https://github.com/rollbar/rollbar-apple.git
Revision (git rev-parse @):
27b46209b7067eea6d1fe1b50b8832f63e115424
SUCCESS checkout https://github.com/rollbar/rollbar-apple.git at master
========================================
Build
========================================
Selected platform:         wasm
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/CocoaLumberjack/CocoaLumberjack.git
[1/18508] Fetching cocoalumberjack
Fetched https://github.com/CocoaLumberjack/CocoaLumberjack.git from cache (1.26s)
Computing version for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Computed https://github.com/CocoaLumberjack/CocoaLumberjack.git at 3.8.5 (1.86s)
Fetching https://github.com/apple/swift-log
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.39s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.87s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Working copy of https://github.com/CocoaLumberjack/CocoaLumberjack.git resolved at 3.8.5
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
[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/RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack/RollbarCocoaLumberjackLogger.m:1:
/host/spi-builder-workspace/RollbarCocoaLumberjack/Sources/RollbarCocoaLumberjack/include/RollbarCocoaLumberjackLogger.h:4:9: fatal error: 'Foundation/Foundation.h' file not found
    4 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/148] Compiling RollbarCocoaLumberjack RollbarCocoaLumberjackLogger.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.
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
[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
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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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
[2/148] Compiling RollbarCrashgetsect.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=]
[2/148] Compiling RollbarDeploymentDetails.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[2/148] Compiling RollbarDeployApiCallResult.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 | @in[2/148] Compiling DeployApiCallOutcome.m
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'
   39 | typedef uintptr_t RollbarCrashThread;
      |         ^
[2/148] Compiling RollbarCrashThread.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:(nullable NSString *)readAccessToken
      |                                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:24:52: error: expected a type
   24 |           deploymentRegistrationObserver:(nullable NSObject<RollbarDeploymentRegistrationObserver> *)deploymentRegistrationObserver
      |                                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:25:52: error: expected a type
   25 |                deploymentDetailsObserver:(nullable NSObject<RollbarDeploymentDetailsObserver> *)deploymentDetailsObserver
      |                                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:26:52: error: expected a type
   26 |            deploymentDetailsPageObserver:(nullable NSObject<RollbarDeploymentDetailsPageObserver> *)deploymentDetailsPageObserver
      |                                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:27:26: error: expected ':'
   27 | NS_DESIGNATED_INITIALIZER;
      |                          ^
      |                          :
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:31:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   31 | NS_ASSUME_NONNULL_END
      | ^
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/RollbarDeploysManager.m:5:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:6:2: error: prefix attribute must be followed by an interface, protocol, or implementation
    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
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20[2/148] Compiling RollbarDeploys RollbarDeploysManager.m
[2/148] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm