The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RollbarSDK, reference 3.4.0 (e00857), with Swift 6.2 for Wasm on 30 Mar 2026 23:56:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rollbar/rollbar-apple.git
Reference: 3.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/rollbar/rollbar-apple
 * tag               3.4.0      -> FETCH_HEAD
HEAD is now at e008574 Fix Rollbar.podspec module_map Array bug and add .ruby-version (#371)
Cloned https://github.com/rollbar/rollbar-apple.git
Revision (git rev-parse @):
e008574c10e9f0e6f88e69d749807fd92ca36172
SUCCESS checkout https://github.com/rollbar/rollbar-apple.git at 3.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rollbar/rollbar-apple.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:de1420b02d93a9deec3e168cca69275e06e27da7632503e71651af6daad007b1
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/embedded-swift-sdk.json
Fetching https://github.com/CocoaLumberjack/CocoaLumberjack.git
[1/18976] Fetching cocoalumberjack
Fetched https://github.com/CocoaLumberjack/CocoaLumberjack.git from cache (2.79s)
Computing version for https://github.com/CocoaLumberjack/CocoaLumberjack.git
Computed https://github.com/CocoaLumberjack/CocoaLumberjack.git at 3.9.0 (4.29s)
Fetching https://github.com/apple/swift-log
[1/6314] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.05s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (1.74s)
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.10.1
Building for debugging...
[0/148] Copying PrivacyInfo.xcprivacy
[0/148] Write sources
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/RollbarDeploymentDetails.m:3:
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploymentDetails.h:6:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:6:1: error: use of '@import' when modules are disabled
    6 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:7:1: error: use of '@import' when modules are disabled
    7 | @import RollbarCommon;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:10:32: error: cannot find interface declaration for 'RollbarDTO', superclass of 'RollbarDeployment'
   10 | @interface RollbarDeployment : RollbarDTO
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:15:30: error: unknown type name 'NSString'
   15 | @property (readonly, retain) NSString *environment;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:15:1: error: property with 'retain (or strong)' attribute must be of object type
   15 | @property (readonly, retain) NSString *environment;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:18:30: error: unknown type name 'NSString'
   18 | @property (readonly, retain) NSString *comment;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:18:1: error: property with 'retain (or strong)' attribute must be of object type
   18 | @property (readonly, retain) NSString *comment;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:21:30: error: unknown type name 'NSString'
   21 | @property (readonly, retain) NSString *revision;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:21:1: error: property with 'retain (or strong)' attribute must be of object type
   21 | @property (readonly, retain) NSString *revision;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:24:30: error: unknown type name 'NSString'
   24 | @property (readonly, retain) NSString *localUsername;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:24:1: error: property with 'retain (or strong)' attribute must be of object type
   24 | @property (readonly, retain) NSString *localUsername;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:27:30: error: unknown type name 'NSString'
   27 | @property (readonly, retain) NSString *rollbarUsername;
      |                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:27:1: error: property with 'retain (or strong)' attribute must be of object type
   27 | @property (readonly, retain) NSString *rollbarUsername;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:37:38: error: expected a type
   37 | - (instancetype)initWithEnvironment:(NSString *)environment
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:38:38: error: expected a type
   38 |                             comment:(NSString *)comment
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:39:38: error: expected a type
   39 |                            revision:(NSString *)revision
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:40:38: error: expected a type
   40 |                       localUserName:(NSString *)localUserName
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:41:38: error: expected a type
   41 |                     rollbarUserName:(NSString *)rollbarUserName
      |                                      ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployment.h:42:26: error: expected ':'
   42 | NS_DESIGNATED_INITIALIZER;
      |                          ^
      |                          :
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2/148] Compiling RollbarDeploymentDetails.m
[2/148] Compiling RollbarDeployment.m
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/RollbarDeployApiCallResult.m:3:
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallResult.h:6:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:12:1: error: use of '@import' when modules are disabled
   12 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:1: error: function definition declared 'typedef'
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      | ^~~~~~~
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: error: parameter 'RollbarDeployApiCallOutcome' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:17: error: parameter 'NSInteger' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                 ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      | ~~~~~~~ ^
      | int
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:15:5: error: use of undeclared identifier 'RollbarDeployApiCall_Success'; did you mean 'RollbarDeployApiCallOutcome'?
   15 |     RollbarDeployApiCall_Success,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarDeployApiCallOutcome
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: note: 'RollbarDeployApiCallOutcome' declared here
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:16:31: error: expected ';' after expression
   16 |     RollbarDeployApiCall_Error,
      |                               ^
      |                               ;
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:16:5: error: use of undeclared identifier 'RollbarDeployApiCall_Error'; did you mean 'RollbarDeployApiCallOutcome'?
   16 |     RollbarDeployApiCall_Error,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |     RollbarDeployApiCallOutcome
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:28: note: 'RollbarDeployApiCallOutcome' declared here
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |                            ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:14:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   14 | typedef NS_ENUM(NSInteger, RollbarDeployApiCallOutcome) {
      |         ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:19:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   19 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallOutcome.h:22:46: error: cannot find interface declaration for 'NSObject', superclass of 'RollbarDeployApiCallOutcomeUtil'
   22 | @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
      | ^
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/RollbarDeployApiCallResult.m:3:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallResult.h:8:2: error: prefix attribute must be followed by an interface, protocol, or implementation
    8 | @import Foundation;
      |  ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallResult.h:9:1: error: use of '@import' when modules are disabled
    9 | @import RollbarCommon;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallResult.h:13:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   13 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeployApiCallResult.h:18:41: error: cannot find interface declaration for 'RollbarDTO', superclass of 'RollbarDeployApiCallResult'
   18 | @interface RollbarDeployApiCallResult : RollbarDTO
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
[2/148] Compiling RollbarDeployApiCallResult.m
[2/148] Compiling RollbarCrashgetsect.c
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;
      |         ^
/host/spi-builder-workspace/RollbarNotifier/Sources/RollbarCrash/Util/RollbarCrashThread.c:36:10: fatal error: 'dispatch/dispatch.h' file not found
   36 | #include <dispatch/dispatch.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
[2/148] Compiling RollbarCrashThread.c
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; {
      |                                              ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/DeployApiCallOutcome.m:24:4: error: expected a type
   24 | + (RollbarDeployApiCallOutcome) DeployApiCallOutcomeFromString:(NSString *)value {
      |    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/DTOs/DeployApiCallOutcome.m:24:65: error: expected a type
   24 | + (RollbarDeployApiCallOutcome) DeployApiCallOutcomeFromString:(NSString *)value {
      |                                                                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
[2/148] Compiling DeployApiCallOutcome.m
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/RollbarDeploysManager.m:4:
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:6:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:6:1: error: use of '@import' when modules are disabled
    6 | @import Foundation;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:15:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   15 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:60:45: error: expected a type
   60 | - (void) getDeploymentWithDeployId:(nonnull NSString *)deployId;
      |                                             ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:64:36: error: expected a type
   64 | - (void) getDeploymentsPageNumber:(NSUInteger)pageNumber;
      |                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysProtocol.h:69:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   69 | NS_ASSUME_NONNULL_END
      | ^
In file included from /host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/RollbarDeploysManager.m:4:
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:7:2: error: prefix attribute must be followed by an interface, protocol, or implementation
    7 | @import Foundation;
      |  ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:8:1: error: use of '@import' when modules are disabled
    8 | @import RollbarCommon;
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:10:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   10 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:13:36: error: cannot find interface declaration for 'NSObject', superclass of 'RollbarDeploysManager'
   13 | @interface RollbarDeploysManager : NSObject <RollbarDeploysProtocol> {
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:22:52: error: expected a type
   22 | - (instancetype)initWithWriteAccessToken:(nullable NSString *)writeAccessToken
      |                                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:23:52: error: expected a type
   23 |                          readAccessToken:(nullable NSString *)readAccessToken
      |                                                    ^
/host/spi-builder-workspace/RollbarDeploys/Sources/RollbarDeploys/include/RollbarDeploysManager.h:24:52: error: expected a type
   24 |           deploymentRegistrationObserver:(nullable NSObject<RollbarDeploymentRegistrationObserver> *)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<RollbarDeploymentDe[2/148] Compiling RollbarDeploys RollbarDeploysManager.m
[2/148] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.2 wasm