The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Segment, reference 4.1.8 (78423a), with Swift 6.2 for Wasm on 20 Jun 2025 10:36:25 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/segmentio/analytics-ios.git
Reference: 4.1.8
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/segmentio/analytics-ios
 * tag               4.1.8      -> FETCH_HEAD
HEAD is now at 78423aa Prepare for release 4.1.8.
Cloned https://github.com/segmentio/analytics-ios.git
Revision (git rev-parse @):
78423aaae2e48e32a07246850f37c76f3d34cb84
SUCCESS checkout https://github.com/segmentio/analytics-ios.git at 4.1.8
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/segmentio/analytics-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.m:1:
/host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:4:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    4 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:7:1: error: expected function body after function declarator
    7 | @interface SEGPayload : NSObject
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:10:1: error: unexpected '@' in program
   10 | @property (nonatomic, readonly) JSON_DICT integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:11:1: error: unexpected '@' in program
   11 | @property (nonatomic, strong) NSString *timestamp;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:12:1: error: unexpected '@' in program
   12 | @property (nonatomic, strong) NSString *messageId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:13:1: error: unexpected '@' in program
   13 | @property (nonatomic, strong) NSString *anonymousId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:14:1: error: unexpected '@' in program
   14 | @property (nonatomic, strong) NSString *userId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:34: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:66: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:1: error: missing context for method declaration
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:18:1: error: expected method body
   18 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:27:1: error: unexpected '@' in program
   27 | @property (nonatomic, strong, nullable) NSDictionary *launchOptions;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:29:1: error: '@end' must appear in an Objective-C context
   29 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:33:1: error: expected function body after function declarator
   33 | @interface SEGContinueUserActivityPayload : SEGPayload
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:37:1: error: '@end' must appear in an Objective-C context
   37 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:40:1: error: expected function body after function declarator
   40 | @interface SEGOpenURLPayload : SEGPayload
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[0/26] Compiling SEGIdentifyPayload.m
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.m:1:
/host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:4:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    4 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:7:1: error: expected function body after function declarator
    7 | @interface SEGPayload : NSObject
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:10:1: error: unexpected '@' in program
   10 | @property (nonatomic, readonly) JSON_DICT integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:11:1: error: unexpected '@' in program
   11 | @property (nonatomic, strong) NSString *timestamp;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:12:1: error: unexpected '@' in program
   12 | @property (nonatomic, strong) NSString *messageId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:13:1: error: unexpected '@' in program
   13 | @property (nonatomic, strong) NSString *anonymousId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:14:1: error: unexpected '@' in program
   14 | @property (nonatomic, strong) NSString *userId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:34: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:66: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGTrackPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:1: error: missing context for method declaration
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:18:1: error: expected method body
   18 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:27:1: error: unexpected '@' in program
   27 | @property (nonatomic, strong, nullable) NSDictionary *launchOptions;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:29:1: error: '@end' must appear in an Objective-C context
   29 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:33:1: error: expected function body after function declarator
   33 | @interface SEGContinueUserActivityPayload : SEGPayload
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:37:1: error: '@end' must appear in an Objective-C context
   37 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:40:1: error: expected function body after function declarator
   40 | @interface SEGOpenURLPayload : SEGPayload
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[0/26] Compiling SEGTrackPayload.m
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
/host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:4:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    4 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:7:1: error: expected function body after function declarator
    7 | @interface SEGPayload : NSObject
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:10:1: error: unexpected '@' in program
   10 | @property (nonatomic, readonly) JSON_DICT integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:11:1: error: unexpected '@' in program
   11 | @property (nonatomic, strong) NSString *timestamp;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:12:1: error: unexpected '@' in program
   12 | @property (nonatomic, strong) NSString *messageId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:13:1: error: unexpected '@' in program
   13 | @property (nonatomic, strong) NSString *anonymousId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:14:1: error: unexpected '@' in program
   14 | @property (nonatomic, strong) NSString *userId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:34: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:66: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGHTTPClient.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:1: error: missing context for method declaration
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:18:1: error: expected method body
   18 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:27:1: error: unexpected '@' in program
   27 | @property (nonatomic, strong, nullable) NSDictionary *launchOptions;
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[0/26] Compiling SEGHTTPClient.m
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.m:1:
/host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:4:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    4 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:7:1: error: expected function body after function declarator
    7 | @interface SEGPayload : NSObject
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:10:1: error: unexpected '@' in program
   10 | @property (nonatomic, readonly) JSON_DICT integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:11:1: error: unexpected '@' in program
   11 | @property (nonatomic, strong) NSString *timestamp;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:12:1: error: unexpected '@' in program
   12 | @property (nonatomic, strong) NSString *messageId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:13:1: error: unexpected '@' in program
   13 | @property (nonatomic, strong) NSString *anonymousId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:14:1: error: unexpected '@' in program
   14 | @property (nonatomic, strong) NSString *userId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:34: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:66: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.m:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGGroupPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:1: error: missing context for method declaration
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:18:1: error: expected method body
   18 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:27:1: error: unexpected '@' in program
   27 | @property (nonatomic, strong, nullable) NSDictionary *launchOptions;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:29:1: error: '@end' must appear in an Objective-C context
   29 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:33:1: error: expected function body after function declarator
   33 | @interface SEGContinueUserActivityPayload : SEGPayload
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:37:1: error: '@end' must appear in an Objective-C context
   37 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:40:1: error: expected function body after function declarator
   40 | @interface SEGOpenURLPayload : SEGPayload
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[0/26] Compiling SEGGroupPayload.m
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.m:1:
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.h:3:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    3 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.h:7:26: error: unknown type name 'BOOL'
    7 | void SEGSetShowDebugLogs(BOOL showDebugLogs);
      |                          ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.h:8:13: error: unknown type name 'NSString'
    8 | void SEGLog(NSString *format, ...);
      |             ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.h:14:1: error: expected function body after function declarator
   14 | @protocol SEGSerializable
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.h:21:1: error: '@end' must appear in an Objective-C context
   21 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.h:24:1: error: unknown type name 'NS_ASSUME_NONNULL_END'
   24 | NS_ASSUME_NONNULL_END
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.m:2:
/host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:1:2: error: prefix attribute must be followed by an interface, protocol, or implementation
    1 | @import Foundation;
      |  ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsUtils.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalytics.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegrationFactory.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:4:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    4 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:7:1: error: expected function body after function declarator
    7 | @interface SEGPayload : NSObject
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:10:1: error: unexpected '@' in program
   10 | @property (nonatomic, readonly) JSON_DICT integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:11:1: error: unexpected '@' in program
   11 | @property (nonatomic, strong) NSString *timestamp;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:12:1: error: unexpected '@' in program
   12 | @property (nonatomic, strong) NSString *messageId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:13:1: error: unexpected '@' in program
   13 | @property (nonatomic, strong) NSString *anonymousId;
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.m:9:
/host/spi-builder-workspace/Segment/Classes/SEGContext.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.m:9:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.h:10:
/host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.m:9:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.h:10:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.m:9:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.h:10:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.m:9:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.h:10:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.m:9:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.h:10:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:4:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    4 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:7:1: error: expected function body after function declarator
    7 | @interface SEGPayload : NSObject
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:10:1: error: unexpected '@' in program
   10 | @property (nonatomic, readonly) JSON_DICT integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:11:1: error: unexpected '@' in program
   11 | @property (nonatomic, strong) NSString *timestamp;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:12:1: error: unexpected '@' in program
   12 | @property (nonatomic, strong) NSString *messageId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:13:1: error: unexpected '@' in program
   13 | @property (nonatomic, strong) NSString *anonymousId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:14:1: error: unexpected '@' in program
   14 | @property (nonatomic, strong) NSString *userId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:34: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.m:9:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.h:10:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:66: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.m:9:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGContext.h:10:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:1: error: missing context for method declaration
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:18:1: error: expected method body
   18 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:27:1: error: unexpected '@' in program
   27 | @property (nonatomic, strong, nullable) NSDictionary *launchOptions;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:29:1: error: '@end' must appear in an Objective-C context
   29 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:33:1: error: expected function body after function declarator
   33 | @interface SEGContinueUserActivityPayload : SEGPayload
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
/host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.m:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.h:1:
/host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.h:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.h:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:1:1: error: use of '@import' when modules are disabled
    1 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.h:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.h:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:4:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
    4 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:7:1: error: expected function body after function declarator
    7 | @interface SEGPayload : NSObject
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:10:1: error: unexpected '@' in program
   10 | @property (nonatomic, readonly) JSON_DICT integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:11:1: error: unexpected '@' in program
   11 | @property (nonatomic, strong) NSString *timestamp;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:12:1: error: unexpected '@' in program
   12 | @property (nonatomic, strong) NSString *messageId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:13:1: error: unexpected '@' in program
   13 | @property (nonatomic, strong) NSString *anonymousId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:14:1: error: unexpected '@' in program
   14 | @property (nonatomic, strong) NSString *userId;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:34: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.h:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:66: error: expected a type
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      |                                                                  ^
/host/spi-builder-workspace/Segment/Classes/SEGSerializableValue.h:31:19: note: expanded from macro 'JSON_DICT'
   31 | #define JSON_DICT NSDictionary<NSString *, id> *
      |                   ^
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.m:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGWebhookIntegration.h:1:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIntegration.h:2:
In file included from /host/spi-builder-workspace/Segment/Classes/SEGIdentifyPayload.h:2:
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:16:1: error: missing context for method declaration
   16 | - (instancetype)initWithContext:(JSON_DICT)context integrations:(JSON_DICT)integrations;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:18:1: error: expected method body
   18 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:27:1: error: unexpected '@' in program
   27 | @property (nonatomic, strong, nullable) NSDictionary *launchOptions;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:29:1: error: '@end' must appear in an Objective-C context
   29 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGPayload.h:33:1: error: expected function body after function declarator
   33 | @interface SEGContinueUserActivityPayload : SEGPayload
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[0/26] Compiling SEGContext.m
In file included from /host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.m:9:
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:9:1: error: use of '@import' when modules are disabled
    9 | @import Foundation;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:18:1: error: expected function body after function declarator
   18 | @protocol SEGApplicationProtocol <NSObject>
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:26:32: error: expected a type
   26 | - (void)seg_endBackgroundTask:(NSUInteger)identifier;
      |                                ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:26:1: error: missing context for method declaration
   26 | - (void)seg_endBackgroundTask:(NSUInteger)identifier;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:27:1: error: expected method body
   27 | @end
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:39:9: error: unknown type name 'NSString'
   39 | typedef NSString *_Nonnull (^SEGAdSupportBlock)(void);
      |         ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:53:1: error: expected function body after function declarator
   53 | @interface SEGAnalyticsConfiguration : NSObject
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:69:53: error: expected a type
   69 | + (_Nonnull instancetype)configurationWithWriteKey:(NSString *_Nonnull)writeKey defaultAPIHost:(NSURL *_Nullable)defaultAPIHost;
      |                                                     ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:69:97: error: expected a type
   69 | + (_Nonnull instancetype)configurationWithWriteKey:(NSString *_Nonnull)writeKey defaultAPIHost:(NSURL *_Nullable)defaultAPIHost;
      |                                                                                                 ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:69:1: error: missing context for method declaration
   69 | + (_Nonnull instancetype)configurationWithWriteKey:(NSString *_Nonnull)writeKey defaultAPIHost:(NSURL *_Nullable)defaultAPIHost;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:76:1: error: expected method body
   76 | @property (nonatomic, copy, readonly, nonnull) NSString *writeKey;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:82:1: error: unexpected '@' in program
   82 | @property (nonatomic, copy, readonly, nullable) NSURL *apiHost;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:89:1: error: unexpected '@' in program
   89 | @property (nonatomic, assign) BOOL shouldUseLocationServices;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:94:1: error: unexpected '@' in program
   94 | @property (nonatomic, assign) BOOL enableAdvertisingTracking;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:99:1: error: unexpected '@' in program
   99 | @property (nonatomic, assign) NSUInteger flushAt;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:107:1: error: unexpected '@' in program
  107 | @property (nonatomic, assign) NSTimeInterval flushInterval;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:112:1: error: unexpected '@' in program
  112 | @property (nonatomic, assign) NSUInteger maxQueueSize;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:117:1: error: unexpected '@' in program
  117 | @property (nonatomic, assign) BOOL trackApplicationLifecycleEvents;
      | ^
/host/spi-builder-workspace/Segment/Classes/SEGAnalyticsConfiguration.h:123:1: error: unexpected '@' in program
  123 | @property (nonatomic, assign) BOOL shouldUseBluetooth;
      | ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[0/26] Compiling SEGWebhookIntegration.m
[0/26] Compiling SEGAnalyticsUtils.m
[0/26] Compiling SEGAnalyticsConfiguration.m
BUILD FAILURE 6.2 wasm