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

Successful build of Amplitude-Swift, reference v1.15.5 (902ad1), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 5 Dec 2025 02:27:40 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Amplitude-Swift-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

class NetworkSwizzler {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:22:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = NetworkSwizzler()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = NetworkSwizzler()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:48:52: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
            originalSelector: #selector(URLSession.dataTask(with:completionHandler:) as DataTaskWithURLRequestEventHandler),
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:53:52: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
            originalSelector: #selector(URLSession.dataTask(with:completionHandler:) as DataTaskWithURLEventHandler),
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:78:52: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
            originalSelector: #selector(URLSession.dataTask(with:completionHandler:) as DataTaskWithURLRequestEventHandler),
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:83:52: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
            originalSelector: #selector(URLSession.dataTask(with:completionHandler:) as DataTaskWithURLEventHandler),
                                                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/IdentifyInterceptor.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift:13:24: warning: static property 'instances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var instances: [String: LegacyDatabaseStorage] = [:]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift:13:24: note: convert 'instances' to a 'let' constant to make 'Sendable' shared state immutable
    private static var instances: [String: LegacyDatabaseStorage] = [:]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift:13:24: note: add '@MainActor' to make static property 'instances' part of global actor 'MainActor'
    private static var instances: [String: LegacyDatabaseStorage] = [:]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift:13:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var instances: [String: LegacyDatabaseStorage] = [:]
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Timeline.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/TrackingOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Types.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/iOS/FrustrationIgnoreExtensions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ IdentityEventSender.swift,\ MacOSLifecycleMonitor.swift,\ AppUtil.swift,\ VendorSystem.swift,\ IOSLifecycleMonitor.swift,\ WatchOSLifecycleMonitor.swift,\ ObjCNetworkConnectivityCheckerPlugin.swift,\ InMemoryStorage.swift,\ DispatchQueueHolder.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/IdentityEventSender.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Mac/MacOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/AppUtil.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/iOS/IOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/watchOS/WatchOSLifecycleMonitor.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCNetworkConnectivityCheckerPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Storages/InMemoryStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/DispatchQueueHolder.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/IdentityEventSender.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Mac/MacOSLifecycleMonitor.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Mac/MacOSLifecycleMonitor.swift:20:46: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self.application = NSApplication.shared
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:193:61: note: class property declared here
@property (class, readonly, strong) __kindof NSApplication *sharedApplication;
                                                            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/AppUtil.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift:35:16: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var current: VendorSystem = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift:35:16: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    static var current: VendorSystem = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift:35:16: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    static var current: VendorSystem = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var current: VendorSystem = {
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/iOS/IOSLifecycleMonitor.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/watchOS/WatchOSLifecycleMonitor.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCNetworkConnectivityCheckerPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Storages/InMemoryStorage.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/DispatchQueueHolder.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1764901650827099-swift-frontend-AmplitudeSwift-IdentityEventSender.swift-arm64_apple_macos10.15-o-Onone-3956168893.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1811 seconds (11.7463 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1722 ( 23.5%)   0.1827 ( 40.6%)   0.3549 ( 30.0%)   5.6309 ( 47.9%)  parse-and-resolve-imports
   0.1706 ( 23.3%)   0.1817 ( 40.4%)   0.3524 ( 29.8%)   5.6284 ( 47.9%)  Import resolution
   0.0625 (  8.5%)   0.0137 (  3.0%)   0.0762 (  6.5%)   0.0762 (  0.6%)  perform-sema
   0.0620 (  8.5%)   0.0136 (  3.0%)   0.0756 (  6.4%)   0.0756 (  0.6%)  Type checking and Semantic analysis
   0.0460 (  6.3%)   0.0105 (  2.3%)   0.0565 (  4.8%)   0.0566 (  0.5%)  build-rewrite-system
   0.0480 (  6.6%)   0.0084 (  1.9%)   0.0564 (  4.8%)   0.0564 (  0.5%)  typecheck-stmt
   0.0462 (  6.3%)   0.0068 (  1.5%)   0.0530 (  4.5%)   0.0530 (  0.5%)  typecheck-expr
   0.0380 (  5.2%)   0.0086 (  1.9%)   0.0466 (  3.9%)   0.0466 (  0.4%)  typecheck-decl
   0.0239 (  3.3%)   0.0075 (  1.7%)   0.0314 (  2.7%)   0.0319 (  0.3%)  IRGen
   0.0194 (  2.7%)   0.0032 (  0.7%)   0.0226 (  1.9%)   0.0226 (  0.2%)  precheck-target
   0.0011 (  0.1%)   0.0031 (  0.7%)   0.0042 (  0.4%)   0.0168 (  0.1%)  load-stdlib
   0.0145 (  2.0%)   0.0010 (  0.2%)   0.0155 (  1.3%)   0.0156 (  0.1%)  SILGen
   0.0067 (  0.9%)   0.0063 (  1.4%)   0.0130 (  1.1%)   0.0130 (  0.1%)  import-clang-decl
   0.0090 (  1.2%)   0.0005 (  0.1%)   0.0095 (  0.8%)   0.0095 (  0.1%)  SILGen-function
   0.0089 (  1.2%)   0.0001 (  0.0%)   0.0090 (  0.8%)   0.0090 (  0.1%)  SIL optimization
   0.0008 (  0.1%)   0.0012 (  0.3%)   0.0020 (  0.2%)   0.0020 (  0.0%)  typecheck-for-each
   0.0010 (  0.1%)   0.0005 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.0%)  load-all-members
   0.0005 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7315 (100.0%)   0.4496 (100.0%)   1.1811 (100.0%)  11.7463 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5022 seconds (7.8575 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5060 (100.0%)   0.9962 (100.0%)   2.5022 (100.0%)   7.8575 (100.0%)  Building Target
   1.5060 (100.0%)   0.9962 (100.0%)   2.5022 (100.0%)   7.8575 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ NetworkRequestEvent.swift,\ BasePlugins.swift,\ AnalyticsConnectorPlugin.swift,\ SandboxHelper.swift,\ AnalyticsConnectorIdentityPlugin.swift,\ DefaultTrackingOptions.swift,\ UIKitScreenViews.swift,\ ElementInteractionEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Events/NetworkRequestEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/BasePlugins.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/AnalyticsConnectorPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/SandboxHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/AnalyticsConnectorIdentityPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/DefaultTrackingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/iOS/UIKitScreenViews.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Events/ElementInteractionEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1764901650823980-swift-frontend-AmplitudeSwift-NetworkRequestEvent.swift-arm64_apple_macos10.15-o-Onone-3265965386.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8439 seconds (11.7518 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0600 ( 12.4%)   0.1332 ( 37.0%)   0.1931 ( 22.9%)   5.6397 ( 48.0%)  parse-and-resolve-imports
   0.0585 ( 12.1%)   0.1322 ( 36.8%)   0.1907 ( 22.6%)   5.6373 ( 48.0%)  Import resolution
   0.0792 ( 16.4%)   0.0218 (  6.1%)   0.1010 ( 12.0%)   0.1013 (  0.9%)  build-rewrite-system
   0.0541 ( 11.2%)   0.0126 (  3.5%)   0.0668 (  7.9%)   0.0668 (  0.6%)  perform-sema
   0.0537 ( 11.1%)   0.0125 (  3.5%)   0.0663 (  7.9%)   0.0663 (  0.6%)  Type checking and Semantic analysis
   0.0403 (  8.3%)   0.0098 (  2.7%)   0.0501 (  5.9%)   0.0501 (  0.4%)  typecheck-expr
   0.0388 (  8.0%)   0.0089 (  2.5%)   0.0477 (  5.7%)   0.0478 (  0.4%)  typecheck-stmt
   0.0271 (  5.6%)   0.0054 (  1.5%)   0.0326 (  3.9%)   0.0328 (  0.3%)  IRGen
   0.0140 (  2.9%)   0.0114 (  3.2%)   0.0254 (  3.0%)   0.0266 (  0.2%)  import-clang-decl
   0.0011 (  0.2%)   0.0036 (  1.0%)   0.0047 (  0.6%)   0.0175 (  0.1%)  load-stdlib
   0.0140 (  2.9%)   0.0022 (  0.6%)   0.0162 (  1.9%)   0.0163 (  0.1%)  typecheck-decl
   0.0137 (  2.8%)   0.0022 (  0.6%)   0.0160 (  1.9%)   0.0160 (  0.1%)  SILGen
   0.0130 (  2.7%)   0.0021 (  0.6%)   0.0151 (  1.8%)   0.0151 (  0.1%)  precheck-target
   0.0075 (  1.5%)   0.0012 (  0.3%)   0.0087 (  1.0%)   0.0087 (  0.1%)  SILGen-function
   0.0082 (  1.7%)   0.0001 (  0.0%)   0.0083 (  1.0%)   0.0083 (  0.1%)  SIL optimization
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4843 (100.0%)   0.3596 (100.0%)   0.8439 (100.0%)  11.7518 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9379 seconds (7.4681 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2538 (100.0%)   0.6841 (100.0%)   1.9379 (100.0%)   7.4681 (100.0%)  Building Target
   1.2538 (100.0%)   0.6841 (100.0%)   1.9379 (100.0%)   7.4681 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Events/NetworkRequestEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/BasePlugins.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/AnalyticsConnectorPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/SandboxHelper.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/AnalyticsConnectorIdentityPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/DefaultTrackingOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/iOS/UIKitScreenViews.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Events/ElementInteractionEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ AmplitudeSwift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1764901650804597-swift-frontend-AmplitudeSwift-all-arm64_apple_macos10.15-swiftmodule-Onone-1277050516.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2992 seconds (12.2746 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0453 (  5.4%)   0.1225 ( 27.0%)   0.1678 ( 12.9%)   5.6530 ( 46.1%)  parse-and-resolve-imports
   0.0438 (  5.2%)   0.1207 ( 26.6%)   0.1645 ( 12.7%)   5.6497 ( 46.0%)  Import resolution
   0.1617 ( 19.1%)   0.0414 (  9.1%)   0.2031 ( 15.6%)   0.2034 (  1.7%)  perform-sema
   0.1576 ( 18.6%)   0.0407 (  9.0%)   0.1983 ( 15.3%)   0.1985 (  1.6%)  Type checking and Semantic analysis
   0.1531 ( 18.1%)   0.0397 (  8.8%)   0.1928 ( 14.8%)   0.1930 (  1.6%)  typecheck-decl
   0.0873 ( 10.3%)   0.0182 (  4.0%)   0.1055 (  8.1%)   0.1060 (  0.9%)  SIL optimization
   0.0510 (  6.0%)   0.0189 (  4.2%)   0.0700 (  5.4%)   0.0700 (  0.6%)  typecheck-expr
   0.0546 (  6.5%)   0.0132 (  2.9%)   0.0678 (  5.2%)   0.0682 (  0.6%)  SILGen
   0.0229 (  2.7%)   0.0041 (  0.9%)   0.0270 (  2.1%)   0.0272 (  0.2%)  SILGen-function
   0.0114 (  1.3%)   0.0126 (  2.8%)   0.0240 (  1.8%)   0.0270 (  0.2%)  load-stdlib
   0.0104 (  1.2%)   0.0110 (  2.4%)   0.0214 (  1.6%)   0.0214 (  0.2%)  import-clang-decl
   0.0112 (  1.3%)   0.0030 (  0.7%)   0.0142 (  1.1%)   0.0142 (  0.1%)  precheck-target
   0.0105 (  1.2%)   0.0026 (  0.6%)   0.0131 (  1.0%)   0.0131 (  0.1%)  build-rewrite-system
   0.0106 (  1.3%)   0.0016 (  0.3%)   0.0122 (  0.9%)   0.0122 (  0.1%)  Serialization, swiftmodule
   0.0067 (  0.8%)   0.0012 (  0.3%)   0.0079 (  0.6%)   0.0079 (  0.1%)  Serialization, swiftsourceinfo
   0.0028 (  0.3%)   0.0002 (  0.0%)   0.0029 (  0.2%)   0.0029 (  0.0%)  perform-whole-module-type-checking
   0.0013 (  0.2%)   0.0011 (  0.2%)   0.0024 (  0.2%)   0.0028 (  0.0%)  Serialization, swiftdoc
   0.0008 (  0.1%)   0.0005 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.0%)  typecheck-stmt
   0.0007 (  0.1%)   0.0004 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.0%)  load-all-members
   0.0007 (  0.1%)   0.0000 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  SIL verification, pre-optimization
   0.0006 (  0.1%)   0.0000 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  SIL verification, post-optimization
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-module-class-member-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.8457 (100.0%)   0.4535 (100.0%)   1.2992 (100.0%)  12.2746 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6988 seconds (6.1887 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4725 (100.0%)   0.2263 (100.0%)   0.6988 (100.0%)   6.1887 (100.0%)  Building Target
   0.4725 (100.0%)   0.2263 (100.0%)   0.6988 (100.0%)   6.1887 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/MiscellaneousExtension.swift:11:13: warning: let 'cachedISO8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let cachedISO8601Formatter: ISO8601DateFormatter = {
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/MiscellaneousExtension.swift:11:13: note: add '@MainActor' to make let 'cachedISO8601Formatter' part of global actor 'MainActor'
private let cachedISO8601Formatter: ISO8601DateFormatter = {
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/MiscellaneousExtension.swift:11:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let cachedISO8601Formatter: ISO8601DateFormatter = {
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:26:27: warning: static property 'autocaptureOptions' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let autocaptureOptions: AutocaptureOptions = .sessions
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:26:27: note: add '@MainActor' to make static property 'autocaptureOptions' part of global actor 'MainActor'
        public static let autocaptureOptions: AutocaptureOptions = .sessions
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:26:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let autocaptureOptions: AutocaptureOptions = .sessions
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:29:27: warning: static property 'trackingOptions' is not concurrency-safe because non-'Sendable' type 'TrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let trackingOptions = TrackingOptions()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/TrackingOptions.swift:10:14: note: class 'TrackingOptions' does not conform to the 'Sendable' protocol
public class TrackingOptions {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:29:27: note: add '@MainActor' to make static property 'trackingOptions' part of global actor 'MainActor'
        public static let trackingOptions = TrackingOptions()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:29:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let trackingOptions = TrackingOptions()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:30:27: warning: static property 'networkTrackingOptions' is not concurrency-safe because non-'Sendable' type 'NetworkTrackingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let networkTrackingOptions = NetworkTrackingOptions.default
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:68:15: note: consider making struct 'NetworkTrackingOptions' conform to the 'Sendable' protocol
public struct NetworkTrackingOptions {
              ^
                                     : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:30:27: note: add '@MainActor' to make static property 'networkTrackingOptions' part of global actor 'MainActor'
        public static let networkTrackingOptions = NetworkTrackingOptions.default
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:30:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let networkTrackingOptions = NetworkTrackingOptions.default
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:31:27: warning: static property 'interactionsOptions' is not concurrency-safe because non-'Sendable' type 'InteractionsOptions' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let interactionsOptions = InteractionsOptions()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/InteractionsOptions.swift:10:14: note: class 'InteractionsOptions' does not conform to the 'Sendable' protocol
public class InteractionsOptions {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:31:27: note: add '@MainActor' to make static property 'interactionsOptions' part of global actor 'MainActor'
        public static let interactionsOptions = InteractionsOptions()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Configuration.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let interactionsOptions = InteractionsOptions()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/ContextPlugin.swift:14:25: warning: static property 'device' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    internal static var device = VendorSystem.current
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/ContextPlugin.swift:14:25: note: convert 'device' to a 'let' constant to make 'Sendable' shared state immutable
    internal static var device = VendorSystem.current
                    ~~~ ^
                    let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/ContextPlugin.swift:14:25: note: add '@MainActor' to make static property 'device' part of global actor 'MainActor'
    internal static var device = VendorSystem.current
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/ContextPlugin.swift:14:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static var device = VendorSystem.current
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift:35:16: warning: static property 'current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var current: VendorSystem = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift:35:16: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    static var current: VendorSystem = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift:35:16: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    static var current: VendorSystem = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/Vendors/VendorSystem.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var current: VendorSystem = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/DefaultEventUtils.swift:6:24: warning: static property 'instanceNamesThatSentAppUpdatedInstalled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var instanceNamesThatSentAppUpdatedInstalled: Set<String> = []
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/DefaultEventUtils.swift:6:24: note: convert 'instanceNamesThatSentAppUpdatedInstalled' to a 'let' constant to make 'Sendable' shared state immutable
    private static var instanceNamesThatSentAppUpdatedInstalled: Set<String> = []
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/DefaultEventUtils.swift:6:24: note: add '@MainActor' to make static property 'instanceNamesThatSentAppUpdatedInstalled' part of global actor 'MainActor'
    private static var instanceNamesThatSentAppUpdatedInstalled: Set<String> = []
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/DefaultEventUtils.swift:6:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var instanceNamesThatSentAppUpdatedInstalled: Set<String> = []
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:22:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'NetworkSwizzler' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = NetworkSwizzler()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:20:7: note: class 'NetworkSwizzler' does not conform to the 'Sendable' protocol
class NetworkSwizzler {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:22:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = NetworkSwizzler()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/NetworkSwizzler.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = NetworkSwizzler()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift:13:24: warning: static property 'instances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var instances: [String: LegacyDatabaseStorage] = [:]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift:13:24: note: convert 'instances' to a 'let' constant to make 'Sendable' shared state immutable
    private static var instances: [String: LegacyDatabaseStorage] = [:]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift:13:24: note: add '@MainActor' to make static property 'instances' part of global actor 'MainActor'
    private static var instances: [String: LegacyDatabaseStorage] = [:]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/LegacyDatabaseStorage.swift:13:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var instances: [String: LegacyDatabaseStorage] = [:]
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:441:13: warning: var 'sendTimeKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var sendTimeKey: UInt8 = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:441:13: note: convert 'sendTimeKey' to a 'let' constant to make 'Sendable' shared state immutable
private var sendTimeKey: UInt8 = 0
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:441:13: note: add '@MainActor' to make var 'sendTimeKey' part of global actor 'MainActor'
private var sendTimeKey: UInt8 = 0
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:441:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var sendTimeKey: UInt8 = 0
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:442:13: warning: var 'responseDataKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var responseDataKey: UInt8 = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:442:13: note: convert 'responseDataKey' to a 'let' constant to make 'Sendable' shared state immutable
private var responseDataKey: UInt8 = 0
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:442:13: note: add '@MainActor' to make var 'responseDataKey' part of global actor 'MainActor'
private var responseDataKey: UInt8 = 0
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:442:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var responseDataKey: UInt8 = 0
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:10:23: warning: static property 'sessions' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sessions            = AutocaptureOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:10:23: note: add '@MainActor' to make static property 'sessions' part of global actor 'MainActor'
    public static let sessions            = AutocaptureOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sessions            = AutocaptureOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:11:23: warning: static property 'appLifecycles' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let appLifecycles       = AutocaptureOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:11:23: note: add '@MainActor' to make static property 'appLifecycles' part of global actor 'MainActor'
    public static let appLifecycles       = AutocaptureOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let appLifecycles       = AutocaptureOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:12:23: warning: static property 'screenViews' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let screenViews         = AutocaptureOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:12:23: note: add '@MainActor' to make static property 'screenViews' part of global actor 'MainActor'
    public static let screenViews         = AutocaptureOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let screenViews         = AutocaptureOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:13:23: warning: static property 'elementInteractions' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let elementInteractions = AutocaptureOptions(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:13:23: note: add '@MainActor' to make static property 'elementInteractions' part of global actor 'MainActor'
    public static let elementInteractions = AutocaptureOptions(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let elementInteractions = AutocaptureOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:15:23: warning: static property 'networkTracking' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let networkTracking     = AutocaptureOptions(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:15:23: note: add '@MainActor' to make static property 'networkTracking' part of global actor 'MainActor'
    public static let networkTracking     = AutocaptureOptions(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let networkTracking     = AutocaptureOptions(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:17:23: warning: static property 'frustrationInteractions' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let frustrationInteractions = AutocaptureOptions(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:17:23: note: add '@MainActor' to make static property 'frustrationInteractions' part of global actor 'MainActor'
    public static let frustrationInteractions = AutocaptureOptions(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let frustrationInteractions = AutocaptureOptions(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:19:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: AutocaptureOptions = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:19:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: AutocaptureOptions = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: AutocaptureOptions = [
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ObjCProperties.swift,\ ObjCLoggerProvider.swift,\ ObjCDefaultTrackingOptions.swift,\ ObjCScreenViewedEvent.swift,\ AutocaptureOptions.swift,\ ObjCDeepLinkOpenedEvent.swift,\ NetworkConnectivityCheckerPlugin.swift,\ ObjCStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCLoggerProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCDefaultTrackingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCScreenViewedEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCDeepLinkOpenedEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkConnectivityCheckerPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCStorage.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1764901650821803-swift-frontend-AmplitudeSwift-ObjCProperties.swift-arm64_apple_macos10.15-o-Onone-1717100.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7464 seconds (11.8006 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0412 ( 10.0%)   0.1197 ( 36.0%)   0.1609 ( 21.6%)   5.6803 ( 48.1%)  parse-and-resolve-imports
   0.0395 (  9.5%)   0.1181 ( 35.5%)   0.1576 ( 21.1%)   5.6770 ( 48.1%)  Import resolution
   0.0773 ( 18.7%)   0.0240 (  7.2%)   0.1014 ( 13.6%)   0.1014 (  0.9%)  build-rewrite-system
   0.0480 ( 11.6%)   0.0123 (  3.7%)   0.0604 (  8.1%)   0.0605 (  0.5%)  perform-sema
   0.0472 ( 11.4%)   0.0123 (  3.7%)   0.0595 (  8.0%)   0.0596 (  0.5%)  Type checking and Semantic analysis
   0.0303 (  7.3%)   0.0067 (  2.0%)   0.0369 (  4.9%)   0.0370 (  0.3%)  IRGen
   0.0254 (  6.1%)   0.0078 (  2.3%)   0.0332 (  4.4%)   0.0332 (  0.3%)  typecheck-decl
   0.0261 (  6.3%)   0.0062 (  1.9%)   0.0323 (  4.3%)   0.0325 (  0.3%)  typecheck-expr
   0.0143 (  3.5%)   0.0131 (  4.0%)   0.0275 (  3.7%)   0.0277 (  0.2%)  import-clang-decl
   0.0199 (  4.8%)   0.0041 (  1.2%)   0.0240 (  3.2%)   0.0242 (  0.2%)  typecheck-stmt
   0.0011 (  0.3%)   0.0034 (  1.0%)   0.0045 (  0.6%)   0.0188 (  0.2%)  load-stdlib
   0.0152 (  3.7%)   0.0019 (  0.6%)   0.0171 (  2.3%)   0.0171 (  0.1%)  SILGen
   0.0143 (  3.5%)   0.0001 (  0.0%)   0.0144 (  1.9%)   0.0144 (  0.1%)  SIL optimization
   0.0060 (  1.5%)   0.0016 (  0.5%)   0.0076 (  1.0%)   0.0076 (  0.1%)  precheck-target
   0.0066 (  1.6%)   0.0008 (  0.2%)   0.0074 (  1.0%)   0.0074 (  0.1%)  SILGen-function
   0.0009 (  0.2%)   0.0004 (  0.1%)   0.0013 (  0.2%)   0.0013 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4137 (100.0%)   0.3327 (100.0%)   0.7464 (100.0%)  11.8006 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9391 seconds (7.5391 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2889 (100.0%)   0.6502 (100.0%)   1.9391 (100.0%)   7.5391 (100.0%)  Building Target
   1.2889 (100.0%)   0.6502 (100.0%)   1.9391 (100.0%)   7.5391 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCProperties.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCLoggerProvider.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCDefaultTrackingOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCScreenViewedEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:10:23: warning: static property 'sessions' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sessions            = AutocaptureOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:10:23: note: add '@MainActor' to make static property 'sessions' part of global actor 'MainActor'
    public static let sessions            = AutocaptureOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sessions            = AutocaptureOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:11:23: warning: static property 'appLifecycles' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let appLifecycles       = AutocaptureOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:11:23: note: add '@MainActor' to make static property 'appLifecycles' part of global actor 'MainActor'
    public static let appLifecycles       = AutocaptureOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:11:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let appLifecycles       = AutocaptureOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:12:23: warning: static property 'screenViews' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let screenViews         = AutocaptureOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:12:23: note: add '@MainActor' to make static property 'screenViews' part of global actor 'MainActor'
    public static let screenViews         = AutocaptureOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:12:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let screenViews         = AutocaptureOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:13:23: warning: static property 'elementInteractions' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let elementInteractions = AutocaptureOptions(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:13:23: note: add '@MainActor' to make static property 'elementInteractions' part of global actor 'MainActor'
    public static let elementInteractions = AutocaptureOptions(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let elementInteractions = AutocaptureOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:15:23: warning: static property 'networkTracking' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let networkTracking     = AutocaptureOptions(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:15:23: note: add '@MainActor' to make static property 'networkTracking' part of global actor 'MainActor'
    public static let networkTracking     = AutocaptureOptions(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let networkTracking     = AutocaptureOptions(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:17:23: warning: static property 'frustrationInteractions' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let frustrationInteractions = AutocaptureOptions(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:17:23: note: add '@MainActor' to make static property 'frustrationInteractions' part of global actor 'MainActor'
    public static let frustrationInteractions = AutocaptureOptions(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let frustrationInteractions = AutocaptureOptions(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:19:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AutocaptureOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: AutocaptureOptions = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:3:15: note: consider making struct 'AutocaptureOptions' conform to the 'Sendable' protocol
public struct AutocaptureOptions: OptionSet {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:19:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: AutocaptureOptions = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/AutocaptureOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: AutocaptureOptions = [
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCDeepLinkOpenedEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkConnectivityCheckerPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkConnectivityCheckerPlugin.swift:34:35: warning: converting non-sendable function value to '@Sendable (NWPath) -> Void' may introduce data races
        monitor.pathUpdateHandler = subject.send
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCStorage.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ OutputFileStream.swift,\ PersistentStorageResponseHandler.swift,\ QueueTimer.swift,\ UrlExtension.swift,\ Sessions.swift,\ Diagonostics.swift,\ StoragePrefixMigration.swift,\ RemnantDataMigration.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/OutputFileStream.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/PersistentStorageResponseHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/QueueTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/UrlExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Sessions.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/Diagonostics.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/StoragePrefixMigration.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/RemnantDataMigration.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1764901650826180-swift-frontend-AmplitudeSwift-OutputFileStream.swift-arm64_apple_macos10.15-o-Onone-302638108.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5625 seconds (12.4885 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0448 (  4.1%)   0.1379 ( 29.2%)   0.1828 ( 11.7%)   5.6385 ( 45.1%)  parse-and-resolve-imports
   0.0433 (  4.0%)   0.1363 ( 28.9%)   0.1796 ( 11.5%)   5.6353 ( 45.1%)  Import resolution
   0.1902 ( 17.4%)   0.0363 (  7.7%)   0.2265 ( 14.5%)   0.2265 (  1.8%)  perform-sema
   0.1896 ( 17.4%)   0.0362 (  7.7%)   0.2258 ( 14.5%)   0.2258 (  1.8%)  Type checking and Semantic analysis
   0.1657 ( 15.2%)   0.0294 (  6.2%)   0.1951 ( 12.5%)   0.1951 (  1.6%)  typecheck-expr
   0.1666 ( 15.3%)   0.0283 (  6.0%)   0.1950 ( 12.5%)   0.1950 (  1.6%)  typecheck-stmt
   0.0544 (  5.0%)   0.0155 (  3.3%)   0.0699 (  4.5%)   0.0702 (  0.6%)  build-rewrite-system
   0.0487 (  4.5%)   0.0076 (  1.6%)   0.0563 (  3.6%)   0.0571 (  0.5%)  IRGen
   0.0378 (  3.5%)   0.0096 (  2.0%)   0.0474 (  3.0%)   0.0474 (  0.4%)  typecheck-decl
   0.0384 (  3.5%)   0.0081 (  1.7%)   0.0466 (  3.0%)   0.0466 (  0.4%)  precheck-target
   0.0361 (  3.3%)   0.0034 (  0.7%)   0.0395 (  2.5%)   0.0396 (  0.3%)  SILGen
   0.0200 (  1.8%)   0.0163 (  3.5%)   0.0364 (  2.3%)   0.0365 (  0.3%)  import-clang-decl
   0.0266 (  2.4%)   0.0023 (  0.5%)   0.0288 (  1.8%)   0.0289 (  0.2%)  SILGen-function
   0.0248 (  2.3%)   0.0002 (  0.0%)   0.0250 (  1.6%)   0.0251 (  0.2%)  SIL optimization
   0.0010 (  0.1%)   0.0037 (  0.8%)   0.0047 (  0.3%)   0.0177 (  0.1%)  load-stdlib
   0.0011 (  0.1%)   0.0005 (  0.1%)   0.0016 (  0.1%)   0.0016 (  0.0%)  load-all-members
   0.0007 (  0.1%)   0.0001 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  typecheck-expr-pattern
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.0905 (100.0%)   0.4719 (100.0%)   1.5625 (100.0%)  12.4885 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9555 seconds (7.4820 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3183 (100.0%)   0.6372 (100.0%)   1.9555 (100.0%)   7.4820 (100.0%)  Building Target
   1.3183 (100.0%)   0.6372 (100.0%)   1.9555 (100.0%)   7.4820 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/OutputFileStream.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/PersistentStorageResponseHandler.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/QueueTimer.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/UrlExtension.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Sessions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Sessions.swift:75:28: warning: capture of 'self' with non-sendable type 'Sessions?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                    if let self, let sessions = config?["sessions"] as? Bool {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Sessions.swift:4:14: note: class 'Sessions' does not conform to the 'Sendable' protocol
public class Sessions {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Sessions.swift:193:52: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            context.remoteConfigClient.unsubscribe(remoteConfigSubscription)
                                                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Utilities/Diagonostics.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/StoragePrefixMigration.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Migration/RemnantDataMigration.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ ObjCIngestionMetadata.swift,\ ObjCAmplitude.swift,\ ObjCEventOptions.swift,\ ObjCBaseEvent.swift,\ ObjCTrackingOptions.swift,\ ObjCIdentify.swift,\ ObjCRevenue.swift,\ ObjCPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCIngestionMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCAmplitude.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCEventOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCBaseEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCTrackingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCIdentify.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCRevenue.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1764901650825162-swift-frontend-AmplitudeSwift-ObjCIngestionMetadata.swift-arm64_apple_macos10.15-o-Onone-1049858230.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0876 seconds (11.9481 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0778 ( 11.4%)   0.1514 ( 37.1%)   0.2292 ( 21.1%)   5.6520 ( 47.3%)  parse-and-resolve-imports
   0.0760 ( 11.2%)   0.1493 ( 36.6%)   0.2253 ( 20.7%)   5.6482 ( 47.3%)  Import resolution
   0.0937 ( 13.8%)   0.0164 (  4.0%)   0.1101 ( 10.1%)   0.1102 (  0.9%)  perform-sema
   0.0915 ( 13.5%)   0.0162 (  4.0%)   0.1077 (  9.9%)   0.1078 (  0.9%)  Type checking and Semantic analysis
   0.0762 ( 11.2%)   0.0228 (  5.6%)   0.0990 (  9.1%)   0.1001 (  0.8%)  build-rewrite-system
   0.0605 (  8.9%)   0.0083 (  2.0%)   0.0688 (  6.3%)   0.0689 (  0.6%)  typecheck-stmt
   0.0454 (  6.7%)   0.0075 (  1.8%)   0.0529 (  4.9%)   0.0529 (  0.4%)  IRGen
   0.0414 (  6.1%)   0.0071 (  1.7%)   0.0484 (  4.5%)   0.0484 (  0.4%)  typecheck-expr
   0.0281 (  4.1%)   0.0043 (  1.1%)   0.0324 (  3.0%)   0.0326 (  0.3%)  SILGen
   0.0221 (  3.2%)   0.0055 (  1.3%)   0.0275 (  2.5%)   0.0275 (  0.2%)  typecheck-decl
   0.0129 (  1.9%)   0.0119 (  2.9%)   0.0248 (  2.3%)   0.0251 (  0.2%)  import-clang-decl
   0.0173 (  2.5%)   0.0011 (  0.3%)   0.0184 (  1.7%)   0.0184 (  0.2%)  SILGen-function
   0.0012 (  0.2%)   0.0036 (  0.9%)   0.0047 (  0.4%)   0.0177 (  0.1%)  load-stdlib
   0.0174 (  2.6%)   0.0001 (  0.0%)   0.0176 (  1.6%)   0.0176 (  0.1%)  SIL optimization
   0.0155 (  2.3%)   0.0018 (  0.4%)   0.0173 (  1.6%)   0.0173 (  0.1%)  precheck-target
   0.0016 (  0.2%)   0.0000 (  0.0%)   0.0016 (  0.2%)   0.0017 (  0.0%)  perform-whole-module-type-checking
   0.0009 (  0.1%)   0.0005 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.6797 (100.0%)   0.4079 (100.0%)   1.0876 (100.0%)  11.9481 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9953 seconds (7.4851 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4020 (100.0%)   0.5933 (100.0%)   1.9953 (100.0%)   7.4851 (100.0%)  Building Target
   1.4020 (100.0%)   0.5933 (100.0%)   1.9953 (100.0%)   7.4851 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCIngestionMetadata.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCAmplitude.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCEventOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCBaseEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCTrackingOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCIdentify.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCRevenue.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ ObjCAutocaptureOptions.swift,\ ScreenViewedEvent.swift,\ DeepLinkOpenedEvent.swift,\ NetworkTrackingPlugin.swift,\ ObjCNetworkTrackingOptions.swift,\ ObjCConfiguration.swift,\ ObjCPlan.swift,\ Identity.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCAutocaptureOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Events/ScreenViewedEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Events/DeepLinkOpenedEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCNetworkTrackingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCPlan.swift /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Identity.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1764901657080742-swift-frontend-AmplitudeSwift-ObjCAutocaptureOptions.swift-arm64_apple_macos10.15-o-Onone-70742733.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3234 seconds (1.3393 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1867 ( 17.8%)   0.0369 ( 13.6%)   0.2236 ( 16.9%)   0.2262 ( 16.9%)  perform-sema
   0.1849 ( 17.6%)   0.0368 ( 13.5%)   0.2217 ( 16.8%)   0.2227 ( 16.6%)  Type checking and Semantic analysis
   0.1283 ( 12.2%)   0.0239 (  8.8%)   0.1522 ( 11.5%)   0.1533 ( 11.4%)  typecheck-stmt
   0.1096 ( 10.4%)   0.0207 (  7.6%)   0.1303 (  9.8%)   0.1315 (  9.8%)  typecheck-expr
   0.0441 (  4.2%)   0.0417 ( 15.4%)   0.0859 (  6.5%)   0.0861 (  6.4%)  parse-and-resolve-imports
   0.0691 (  6.6%)   0.0117 (  4.3%)   0.0808 (  6.1%)   0.0824 (  6.2%)  IRGen
   0.0421 (  4.0%)   0.0394 ( 14.5%)   0.0815 (  6.2%)   0.0816 (  6.1%)  Import resolution
   0.0633 (  6.0%)   0.0084 (  3.1%)   0.0717 (  5.4%)   0.0735 (  5.5%)  SILGen
   0.0571 (  5.4%)   0.0123 (  4.5%)   0.0694 (  5.2%)   0.0697 (  5.2%)  typecheck-decl
   0.0428 (  4.1%)   0.0100 (  3.7%)   0.0529 (  4.0%)   0.0546 (  4.1%)  build-rewrite-system
   0.0426 (  4.1%)   0.0054 (  2.0%)   0.0480 (  3.6%)   0.0495 (  3.7%)  SILGen-function
   0.0271 (  2.6%)   0.0069 (  2.5%)   0.0340 (  2.6%)   0.0342 (  2.6%)  precheck-target
   0.0292 (  2.8%)   0.0004 (  0.2%)   0.0296 (  2.2%)   0.0298 (  2.2%)  SIL optimization
   0.0152 (  1.4%)   0.0139 (  5.1%)   0.0291 (  2.2%)   0.0295 (  2.2%)  import-clang-decl
   0.0031 (  0.3%)   0.0007 (  0.3%)   0.0038 (  0.3%)   0.0038 (  0.3%)  typecheck-for-each
   0.0029 (  0.3%)   0.0006 (  0.2%)   0.0035 (  0.3%)   0.0037 (  0.3%)  typecheck-expr-pattern
   0.0011 (  0.1%)   0.0000 (  0.0%)   0.0011 (  0.1%)   0.0026 (  0.2%)  perform-whole-module-type-checking
   0.0010 (  0.1%)   0.0015 (  0.5%)   0.0024 (  0.2%)   0.0024 (  0.2%)  load-stdlib
   0.0010 (  0.1%)   0.0004 (  0.2%)   0.0014 (  0.1%)   0.0014 (  0.1%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.0515 (100.0%)   0.2719 (100.0%)   1.3234 (100.0%)   1.3393 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2190 seconds (1.2429 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0350 (100.0%)   0.1841 (100.0%)   1.2190 (100.0%)   1.2429 (100.0%)  Building Target
   1.0350 (100.0%)   0.1841 (100.0%)   1.2190 (100.0%)   1.2429 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCAutocaptureOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Events/ScreenViewedEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Events/DeepLinkOpenedEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:441:13: warning: var 'sendTimeKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var sendTimeKey: UInt8 = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:441:13: note: convert 'sendTimeKey' to a 'let' constant to make 'Sendable' shared state immutable
private var sendTimeKey: UInt8 = 0
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:441:13: note: add '@MainActor' to make var 'sendTimeKey' part of global actor 'MainActor'
private var sendTimeKey: UInt8 = 0
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:441:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var sendTimeKey: UInt8 = 0
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:442:13: warning: var 'responseDataKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var responseDataKey: UInt8 = 0
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:442:13: note: convert 'responseDataKey' to a 'let' constant to make 'Sendable' shared state immutable
private var responseDataKey: UInt8 = 0
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:442:13: note: add '@MainActor' to make var 'responseDataKey' part of global actor 'MainActor'
private var responseDataKey: UInt8 = 0
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:442:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var responseDataKey: UInt8 = 0
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:253:31: warning: capture of 'self' with non-sendable type 'NetworkTrackingPlugin?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                    guard let self else { return }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:222:7: note: class 'NetworkTrackingPlugin' does not conform to the 'Sendable' protocol
class NetworkTrackingPlugin: UtilityPlugin, NetworkTaskListener {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:316:72: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            amplitude?.amplitudeContext.remoteConfigClient.unsubscribe(remoteConfigSubscription)
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:418:78: warning: converting non-sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
            networkTrackingQueue.asyncAfter(deadline: .now() + 0.1, execute: sendEventAction)
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Plugins/NetworkTrackingPlugin.swift:420:49: warning: converting non-sendable function value to '@Sendable @convention(block) () -> Void' may introduce data races
            networkTrackingQueue.async(execute: sendEventAction)
                                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCNetworkTrackingOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCConfiguration.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/ObjC/ObjCPlan.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/Identity.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for AmplitudeSwift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriver\ Compilation\ Requirements AmplitudeSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AmplitudeSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NetworkRequestEvent.swift, BasePlugins.swift, AnalyticsConnectorPlugin.swift, SandboxHelper.swift, AnalyticsConnectorIdentityPlugin.swift, DefaultTrackingOptions.swift, UIKitScreenViews.swift, ElementInteractionEvent.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriverJobDiscovery normal arm64 Compiling GroupIdentifyEvent.swift, Identify.swift, IdentifyEvent.swift, Revenue.swift, RevenueEvent.swift, Mediator.swift, AmplitudeDestinationPlugin.swift, ContextPlugin.swift, DestinationPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriverJobDiscovery normal arm64 Compiling Atomic.swift, ObjCInteractionsOptions.swift, MethodSwizzler.swift, InteractionsOptions.swift, CodableExtension.swift, EventPipeline.swift, UIKitElementInteractions.swift, HttpClient.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriverJobDiscovery normal arm64 Compiling OutputFileStream.swift, PersistentStorageResponseHandler.swift, QueueTimer.swift, UrlExtension.swift, Sessions.swift, Diagonostics.swift, StoragePrefixMigration.swift, RemnantDataMigration.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriverJobDiscovery normal arm64 Compiling ObjCAutocaptureOptions.swift, ScreenViewedEvent.swift, DeepLinkOpenedEvent.swift, NetworkTrackingPlugin.swift, ObjCNetworkTrackingOptions.swift, ObjCConfiguration.swift, ObjCPlan.swift, Identity.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriverJobDiscovery normal arm64 Compiling ObjCIngestionMetadata.swift, ObjCAmplitude.swift, ObjCEventOptions.swift, ObjCBaseEvent.swift, ObjCTrackingOptions.swift, ObjCIdentify.swift, ObjCRevenue.swift, ObjCPlugin.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriverJobDiscovery normal arm64 Compiling DefaultEventUtils.swift, PersistentStorage.swift, NetworkSwizzler.swift, IdentifyInterceptor.swift, LegacyDatabaseStorage.swift, Timeline.swift, TrackingOptions.swift, Types.swift, FrustrationIgnoreExtensions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriverJobDiscovery normal arm64 Compiling FrustrationInteractions.swift, MiscellaneousExtension.swift, Amplitude.swift, Configuration.swift, ConsoleLogger.swift, Constants.swift, ObjectFilter.swift, BaseEvent.swift, EventOptions.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Headers/AmplitudeSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift-Swift.h (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Headers/AmplitudeSwift-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling ObjCProperties.swift, ObjCLoggerProvider.swift, ObjCDefaultTrackingOptions.swift, ObjCScreenViewedEvent.swift, AutocaptureOptions.swift, ObjCDeepLinkOpenedEvent.swift, NetworkConnectivityCheckerPlugin.swift, ObjCStorage.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftmodule (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.abi.json (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftinterface (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftdoc (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.private.swiftinterface (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/arm64-apple-macos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftsourceinfo (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Modules/AmplitudeSwift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling IdentityEventSender.swift, MacOSLifecycleMonitor.swift, AppUtil.swift, VendorSystem.swift, IOSLifecycleMonitor.swift, WatchOSLifecycleMonitor.swift, ObjCNetworkConnectivityCheckerPlugin.swift, InMemoryStorage.swift, DispatchQueueHolder.swift (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
SwiftDriver\ Compilation AmplitudeSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AmplitudeSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/AmplitudeSwift normal (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.LinkFileList -install_name @rpath/AmplitudeSwift.framework/Versions/A/AmplitudeSwift -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift_dependency_info.dat -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.swiftmodule -framework AmplitudeCore -framework AnalyticsConnector -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/AmplitudeSwift
PhaseScriptExecution Run\ Script /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Script-3E281B8F2B98EC92009D913B.sh (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=YES
    export ALLOW_BUILD_REQUEST_OVERRIDES\=NO
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=admin
    export ALTERNATIVE_DISTRIBUTION_WEB\=NO
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=NO
    export ALWAYS_SEARCH_USER_PATHS\=YES
    export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO
    export APPLICATION_EXTENSION_API_ONLY\=YES
    export APPLY_RULES_IN_COPY_FILES\=NO
    export APPLY_RULES_IN_COPY_HEADERS\=NO
    export APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING\=YES
    export ARCHS\=arm64
    export ARCHS_STANDARD\=arm64\ x86_64
    export ARCHS_STANDARD_32_64_BIT\=arm64\ x86_64\ i386
    export ARCHS_STANDARD_32_BIT\=i386
    export ARCHS_STANDARD_64_BIT\=arm64\ x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64\ x86_64
    export AUTOMATICALLY_MERGE_DEPENDENCIES\=NO
    export AVAILABLE_PLATFORMS\=android\ appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ qnx\ watchos\ watchsimulator\ xros\ xrsimulator
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=NO
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=YES
    export BUILD_ROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    export BUNDLE_CONTENTS_FOLDER_PATH\=Contents/
    export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
    export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
    export BUNDLE_EXECUTABLE_FOLDER_PATH\=Contents/MacOS
    export BUNDLE_EXTENSIONS_FOLDER_PATH\=Contents/Extensions
    export BUNDLE_FORMAT\=deep
    export BUNDLE_FRAMEWORKS_FOLDER_PATH\=Contents/Frameworks
    export BUNDLE_PLUGINS_FOLDER_PATH\=Contents/PlugIns
    export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH\=Contents/PrivateHeaders
    export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH\=Contents/Headers
    export CACHE_ROOT\=/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/C/com.apple.DeveloperTools/16.3-16E140/Xcode
    export CCHROOT\=/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/C/com.apple.DeveloperTools/16.3-16E140/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_CACHE_FINE_GRAINED_OUTPUTS\=YES
    export CLANG_ENABLE_EXPLICIT_MODULES\=YES
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation
    export CLASS_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A
    export CODE_SIGNING_ALLOWED\=YES
    export CODE_SIGNING_REQUIRED\=NO
    export CODE_SIGNING_REQUIRES_TEAM\=YES
    export CODE_SIGN_IDENTITY\=-
    export CODE_SIGN_IDENTITY_NO\=Apple\ Development
    export CODE_SIGN_IDENTITY_YES\=-
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export COLOR_DIAGNOSTICS\=NO
    export COMBINE_HIDPI_IMAGES\=YES
    export COMPILATION_CACHE_CAS_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/CompilationCache.noindex
    export COMPILATION_CACHE_KEEP_CAS_DIRECTORY\=YES
    export COMPILER_INDEX_STORE_ENABLE\=Default
    export COMPOSITE_SDK_DIRS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=NO
    export CONFIGURATION\=Debug
    export CONFIGURATION_BUILD_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    export CONFIGURATION_TEMP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug
    export CONTENTS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions/A
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=NO
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_PROJECT_VERSION\=1
    export CURRENT_VARIANT\=normal
    export CURRENT_VERSION\=Current
    export DEAD_CODE_STRIPPING\=NO
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf
    export DEBUG_INFORMATION_VERSION\=compiler-default
    export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export DEFINES_MODULE\=YES
    export DEPLOYMENT_LOCATION\=NO
    export DEPLOYMENT_POSTPROCESSING\=NO
    export DEPLOYMENT_TARGET_SETTING_NAME\=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=10.13\ 10.14\ 10.15\ 11.0\ 11.1\ 11.2\ 11.3\ 11.4\ 11.5\ 12.0\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 15.0\ 15.1\ 15.2\ 15.3\ 15.4
    export DERIVED_FILES_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE\=en
    export DIAGNOSE_MISSING_TARGET_DEPENDENCIES\=YES
    export DIFF\=/usr/bin/diff
    export DOCUMENTATION_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DSTROOT\=/tmp/Amplitude-Swift.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=AmplitudeSwift.framework.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    export DYLIB_INSTALL_NAME_BASE\=@rpath
    export DYNAMIC_LIBRARY_EXTENSION\=dylib
    export EAGER_COMPILATION_ALLOW_SCRIPTS\=NO
    export EAGER_LINKING\=NO
    export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
    export EMBEDDED_PROFILE_NAME\=embedded.provisionprofile
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
    export ENABLE_APP_SANDBOX\=NO
    export ENABLE_BITCODE\=NO
    export ENABLE_CODE_COVERAGE\=YES
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
    export ENABLE_DEFAULT_SEARCH_PATHS\=YES
    export ENABLE_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_INCOMING_NETWORK_CONNECTIONS\=NO
    export ENABLE_NS_ASSERTIONS\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=NO
    export ENABLE_OUTGOING_NETWORK_CONNECTIONS\=NO
    export ENABLE_PREVIEWS\=NO
    export ENABLE_RESOURCE_ACCESS_AUDIO_INPUT\=NO
    export ENABLE_RESOURCE_ACCESS_BLUETOOTH\=NO
    export ENABLE_RESOURCE_ACCESS_CALENDARS\=NO
    export ENABLE_RESOURCE_ACCESS_CAMERA\=NO
    export ENABLE_RESOURCE_ACCESS_CONTACTS\=NO
    export ENABLE_RESOURCE_ACCESS_LOCATION\=NO
    export ENABLE_RESOURCE_ACCESS_PRINTING\=NO
    export ENABLE_RESOURCE_ACCESS_USB\=NO
    export ENABLE_SDK_IMPORTS\=NO
    export ENABLE_TESTABILITY\=YES
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    export ENABLE_USER_SCRIPT_SANDBOXING\=NO
    export ENABLE_XOJIT_PREVIEWS\=YES
    export ENFORCE_VALID_ARCHS\=YES
    export ENTITLEMENTS_DESTINATION\=Signature
    export ENTITLEMENTS_REQUIRED\=NO
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS\=.DS_Store\ .svn\ .git\ .hg\ CVS
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES\=\*.nib\ \*.lproj\ \*.framework\ \*.gch\ \*.xcode\*\ \*.xcassets\ \(\*\)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ \*.pbproj\ \*.pbxproj
    export EXECUTABLES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/en.lproj
    export EXECUTABLE_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions/A
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework/Versions/A
    export EXECUTABLE_NAME\=AmplitudeSwift
    export EXECUTABLE_PATH\=AmplitudeSwift.framework/Versions/A/AmplitudeSwift
    export EXPANDED_CODE_SIGN_IDENTITY\=-
    export EXPANDED_CODE_SIGN_IDENTITY_NAME\=Sign\ to\ Run\ Locally
    export EXTENSIONS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Extensions
    export FILE_LIST\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Frameworks
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug\ \ /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=AmplitudeSwift.framework
    export FUSE_BUILD_PHASES\=YES
    export FUSE_BUILD_SCRIPT_PHASES\=NO
    export GCC3_VERSION\=3.3
    export GCC_INLINES_ARE_PRIVATE_EXTERN\=YES
    export GCC_OPTIMIZATION_LEVEL\=0
    export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_PREPROCESSOR_DEFINITIONS\=\ DEBUG\=1
    export GCC_TREAT_WARNINGS_AS_ERRORS\=NO
    export GCC_VERSION\=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER\=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION\=NO
    export GENERATED_MODULEMAP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
    export GENERATE_INFOPLIST_FILE\=NO
    export GENERATE_INTERMEDIATE_TEXT_BASED_STUBS\=YES
    export GENERATE_MASTER_OBJECT_FILE\=NO
    export GENERATE_PKGINFO_FILE\=NO
    export GENERATE_PROFILING_CODE\=NO
    export GENERATE_TEXT_BASED_STUBS\=NO
    export GID\=20
    export GROUP\=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT\=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES\=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT\=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS\=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS\=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES\=YES
    export HEADERMAP_USES_VFS\=YES
    export HEADER_SEARCH_PATHS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include\
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/admin
    export HOST_ARCH\=arm64
    export HOST_PLATFORM\=macosx
    export ICONV\=/usr/bin/iconv
    export IMPLICIT_DEPENDENCY_DOMAIN\=default
    export INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE\=YES
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_FILE\=Amplitude-Swift.xcodeproj/Amplitude_Swift_Info.plist
    export INFOPLIST_OUTPUT_FORMAT\=same-as-input
    export INFOPLIST_PATH\=AmplitudeSwift.framework/Versions/A/Resources/Info.plist
    export INFOPLIST_PREPROCESS\=NO
    export INFOSTRINGS_PATH\=AmplitudeSwift.framework/Versions/A/Resources/en.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLAPI_IGNORE_SKIP_INSTALL\=YES
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/Amplitude-Swift.dst/Library/Frameworks
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=admin
    export INSTALL_PATH\=/Library/Frameworks
    export INSTALL_ROOT\=/tmp/Amplitude-Swift.dst
    export IOS_UNZIPPERED_TWIN_PREFIX_PATH\=/System/iOSSupport
    export IS_MACCATALYST\=NO
    export IS_UNOPTIMIZED_BUILD\=YES
    export JAVAC_DEFAULT_FLAGS\=-J-Xms64m\ -J-XX:NewSize\=4M\ -J-Dfile.encoding\=UTF8
    export JAVA_APP_STUB\=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES\=YES
    export JAVA_ARCHIVE_TYPE\=JAR
    export JAVA_COMPILER\=/usr/bin/javac
    export JAVA_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS\=Resources
    export JAVA_JAR_FLAGS\=cv
    export JAVA_SOURCE_SUBDIR\=.
    export JAVA_USE_DEPENDENCIES\=YES
    export JAVA_ZIP_FLAGS\=-urg
    export JIKES_DEFAULT_FLAGS\=+E\ +OLDCSO
    export KASAN_CFLAGS_CLASSIC\=-DKASAN\=1\ -DKASAN_CLASSIC\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
    export KASAN_CFLAGS_TBI\=-DKASAN\=1\ -DKASAN_TBI\=1\ -fsanitize\=kernel-hwaddress\ -mllvm\ -hwasan-recover\=0\ -mllvm\ -hwasan-instrument-atomics\=0\ -mllvm\ -hwasan-instrument-stack\=1\ -mllvm\ -hwasan-generate-tags-with-calls\=1\ -mllvm\ -hwasan-instrument-with-calls\=1\ -mllvm\ -hwasan-use-short-granules\=0\ -mllvm\ -hwasan-memory-access-callback-prefix\=__asan_
    export KASAN_DEFAULT_CFLAGS\=-DKASAN\=1\ -DKASAN_CLASSIC\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
    export KEEP_PRIVATE_EXTERNS\=NO
    export LD_DEPENDENCY_INFO_FILE\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch/AmplitudeSwift_dependency_info.dat
    export LD_DYLIB_INSTALL_NAME\=@rpath/AmplitudeSwift.framework/Versions/A/AmplitudeSwift
    export LD_EXPORT_SYMBOLS\=YES
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/AmplitudeSwift-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE\=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES
    export LD_RUNPATH_SEARCH_PATHS\=\ /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx
    export LD_SHARED_CACHE_ELIGIBLE\=Automatic
    export LD_WARN_DUPLICATE_LIBRARIES\=NO
    export LD_WARN_UNUSED_DYLIBS\=NO
    export LEGACY_DEVELOPER_DIR\=/Applications/Xcode-16.3.0.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX\=lex
    export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE\=YES
    export LIBRARY_FLAG_PREFIX\=-l
    export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions
    export LIBRARY_SEARCH_PATHS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug\
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.LinkFileList
    export LINK_OBJC_RUNTIME\=YES
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=macos10.15
    export LLVM_TARGET_TRIPLE_OS_VERSION_NO\=macos10.15
    export LLVM_TARGET_TRIPLE_OS_VERSION_YES\=macos15.4
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.SwiftConstValuesFileList
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZATION_PREFERS_STRING_CATALOGS\=NO
    export LOCALIZED_RESOURCES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/en.lproj
    export LOCALIZED_STRING_MACRO_NAMES\=NSLocalizedString\ CFCopyLocalizedString
    export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES
    export LOCAL_ADMIN_APPS_DIR\=/Applications/Utilities
    export LOCAL_APPS_DIR\=/Applications
    export LOCAL_DEVELOPER_DIR\=/Library/Developer
    export LOCAL_LIBRARY_DIR\=/Library
    export LOCROOT\=/Users/admin/builder/spi-builder-workspace
    export LOCSYMROOT\=/Users/admin/builder/spi-builder-workspace
    export MACH_O_TYPE\=mh_dylib
    export MACOSX_DEPLOYMENT_TARGET\=10.15
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=24E248
    export MAC_OS_X_VERSION_ACTUAL\=150400
    export MAC_OS_X_VERSION_MAJOR\=150000
    export MAC_OS_X_VERSION_MINOR\=150400
    export MAKE_MERGEABLE\=NO
    export MERGEABLE_LIBRARY\=NO
    export MERGED_BINARY_TYPE\=none
    export MERGE_LINKED_LIBRARIES\=NO
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Resources
    export MODULES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Modules
    export MODULE_CACHE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex
    export NATIVE_ARCH\=arm64
    export NATIVE_ARCH_32_BIT\=arm
    export NATIVE_ARCH_64_BIT\=arm64
    export NATIVE_ARCH_ACTUAL\=arm64
    export NO_COMMON\=YES
    export OBJECT_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal
    export OBJROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=YES
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_SWIFT_FLAGS\=-stats-output-dir\ .stats\ -strict-concurrency\=complete\ -enable-upcoming-feature\ StrictConcurrency\ -enable-upcoming-feature\ DisableOutwardActorInference\ -enable-upcoming-feature\ GlobalActorIsolatedTypesUsability\ -enable-upcoming-feature\ InferSendableFromCaptures
    export PACKAGE_TYPE\=com.apple.package-type.wrapper.framework
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode-16.3.0.app/Contents/SharedFrameworks/SwiftBuild.framework/Versions/A/PlugIns/SWBBuildService.bundle/Contents/PlugIns/SWBUniversalPlatformPlugin.bundle/Contents/Frameworks/SWBUniversalPlatform.framework/Resources:/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/usr/local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode-16.3.0.app/Contents/Developer/Headers\ /Applications/Xcode-16.3.0.app/Contents/Developer/SDKs\ /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms
    export PBDEVELOPMENTPLIST_PATH\=AmplitudeSwift.framework/Versions/A/pbdevelopment.plist
    export PER_ARCH_MODULE_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/PkgInfo
    export PKGINFO_PATH\=AmplitudeSwift.framework/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr
    export PLATFORM_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform
    export PLATFORM_DISPLAY_NAME\=macOS
    export PLATFORM_FAMILY_NAME\=macOS
    export PLATFORM_NAME\=macosx
    export PLATFORM_PREFERRED_ARCH\=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION\=24E241
    export PLATFORM_REQUIRES_SWIFT_AUTOLINK_EXTRACT\=NO
    export PLATFORM_REQUIRES_SWIFT_MODULEWRAP\=NO
    export PLIST_FILE_OUTPUT_FORMAT\=same-as-input
    export PLUGINS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/PlugIns
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/PrefixHeaders
    export PRIVATE_HEADERS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/PrivateHeaders
    export PROCESSED_INFOPLIST_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch/Processed-Info.plist
    export PRODUCT_BUNDLE_IDENTIFIER\=Amplitude-Swift
    export PRODUCT_BUNDLE_PACKAGE_TYPE\=FMWK
    export PRODUCT_MODULE_NAME\=AmplitudeSwift
    export PRODUCT_NAME\=AmplitudeSwift
    export PRODUCT_SETTINGS_PATH\=/Users/admin/builder/spi-builder-workspace/Amplitude-Swift.xcodeproj/Amplitude_Swift_Info.plist
    export PRODUCT_TYPE\=com.apple.product-type.framework
    export PROFILING_CODE\=NO
    export PROJECT\=Amplitude-Swift
    export PROJECT_DERIVED_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/DerivedSources
    export PROJECT_DIR\=/Users/admin/builder/spi-builder-workspace
    export PROJECT_FILE_PATH\=/Users/admin/builder/spi-builder-workspace/Amplitude-Swift.xcodeproj
    export PROJECT_GUID\=73a427ea3d0f2b28c1cff7b44031a660
    export PROJECT_NAME\=Amplitude-Swift
    export PROJECT_TEMP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build
    export PROJECT_TEMP_ROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    export PUBLIC_HEADERS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Headers
    export RECOMMENDED_MACOSX_DEPLOYMENT_TARGET\=11.0
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES
    export REMOVE_CVS_FROM_RESOURCES\=YES
    export REMOVE_GIT_FROM_RESOURCES\=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_HG_FROM_RESOURCES\=YES
    export REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_SVN_FROM_RESOURCES\=YES
    export RESCHEDULE_INDEPENDENT_HEADERS_PHASES\=YES
    export REZ_COLLECTOR_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/ResourceManagerResources
    export REZ_OBJECTS_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug\
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPTS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/Scripts
    export SCRIPT_INPUT_FILE_COUNT\=0
    export SCRIPT_INPUT_FILE_LIST_COUNT\=0
    export SCRIPT_OUTPUT_FILE_COUNT\=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0
    export SDKROOT\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk
    export SDK_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk
    export SDK_DIR_macosx\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk
    export SDK_DIR_macosx15_4\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk
    export SDK_NAME\=macosx15.4
    export SDK_NAMES\=macosx15.4
    export SDK_PRODUCT_BUILD_VERSION\=24E241
    export SDK_STAT_CACHE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData
    export SDK_STAT_CACHE_ENABLE\=YES
    export SDK_STAT_CACHE_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    export SDK_VERSION\=15.4
    export SDK_VERSION_ACTUAL\=150400
    export SDK_VERSION_MAJOR\=150000
    export SDK_VERSION_MINOR\=150400
    export SED\=/usr/bin/sed
    export SEPARATE_STRIP\=NO
    export SEPARATE_SYMBOL_EDIT\=NO
    export SET_DIR_MODE_OWNER_GROUP\=YES
    export SET_FILE_MODE_OWNER_GROUP\=NO
    export SHALLOW_BUNDLE\=NO
    export SHALLOW_BUNDLE_PLATFORM\=NO
    export SHALLOW_BUNDLE_TRIPLE\=macos
    export SHALLOW_BUNDLE_ios_macabi\=NO
    export SHALLOW_BUNDLE_macos\=NO
    export SHARED_DERIVED_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/SharedFrameworks
    export SHARED_PRECOMPS_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources
    export SKIP_INSTALL\=YES
    export SOURCE_ROOT\=/Users/admin/builder/spi-builder-workspace
    export SRCROOT\=/Users/admin/builder/spi-builder-workspace
    export STRINGSDATA_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=UTF-16
    export STRIP_BITCODE_FROM_COPIED_FILES\=NO
    export STRIP_INSTALLED_PRODUCT\=NO
    export STRIP_PNG_TEXT\=NO
    export STRIP_STYLE\=debugging
    export STRIP_SWIFT_SYMBOLS\=YES
    export SUPPORTED_PLATFORMS\=appletvos\ appletvsimulator\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator\ xros\ xrsimulator
    export SUPPORTS_MACCATALYST\=YES
    export SUPPORTS_TEXT_BASED_API\=NO
    export SUPPRESS_WARNINGS\=NO
    export SWIFT_EMIT_LOC_STRINGS\=NO
    export SWIFT_INSTALL_MODULE_FOR_DEPLOYMENT\=YES
    export SWIFT_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=macos
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities
    export SYSTEM_APPS_DIR\=/Applications
    export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR\=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Utilities/Built\ Examples
    export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/ADC\ Reference\ Library
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Graphics\ Tools
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Java\ Tools
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Performance\ Tools
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
    export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode-16.3.0.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
    export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation
    export SYSTEM_EXTENSIONS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Library/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions/A/Library/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework/Versions/A/SystemExtensions
    export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR\=/System/Library
    export TAPI_DEMANGLE\=YES
    export TAPI_ENABLE_PROJECT_HEADERS\=NO
    export TAPI_LANGUAGE\=objective-c
    export TAPI_LANGUAGE_STANDARD\=compiler-default
    export TAPI_USE_SRCROOT\=YES
    export TAPI_VERIFY_MODE\=Pedantic
    export TARGETED_DEVICE_FAMILY\=1,2,3,4,6,7
    export TARGETNAME\=AmplitudeSwift
    export TARGET_BUILD_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    export TARGET_NAME\=AmplitudeSwift
    export TARGET_TEMP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export TEMP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export TEMP_FILES_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export TEMP_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export TEMP_ROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    export TEMP_SANDBOX_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TemporaryTaskSandboxes
    export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks
    export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO
    export TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS\=NO
    export UID\=501
    export UNINSTALLED_PRODUCTS_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UninstalledProducts
    export UNLOCALIZED_RESOURCES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions/A/Resources
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework/Versions/A
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=admin
    export USER_APPS_DIR\=/Users/admin/Applications
    export USER_LIBRARY_DIR\=/Users/admin/Library
    export USE_DYNAMIC_NO_PIC\=YES
    export USE_HEADERMAP\=NO
    export USE_HEADER_SYMLINKS\=NO
    export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR
    export VALIDATE_PRODUCT\=NO
    export VALID_ARCHS\=arm64\ arm64e\ i386\ x86_64
    export VERBOSE_PBXCP\=NO
    export VERSIONPLIST_PATH\=AmplitudeSwift.framework/Versions/A/Resources/version.plist
    export VERSIONS_FOLDER_PATH\=AmplitudeSwift.framework/Versions
    export VERSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions
    export VERSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework
    export VERSION_INFO_BUILDER\=admin
    export VERSION_INFO_FILE\=AmplitudeSwift_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:AmplitudeSwift\ \ PROJECT:Amplitude-Swift-1\"
    export WORKSPACE_DIR\=/Users/admin/builder/spi-builder-workspace/Amplitude-Swift.xcodeproj
    export WRAPPER_EXTENSION\=framework
    export WRAPPER_NAME\=AmplitudeSwift.framework
    export WRAPPER_SUFFIX\=.framework
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO
    export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION\=16E140
    export XCODE_VERSION_ACTUAL\=1630
    export XCODE_VERSION_MAJOR\=1600
    export XCODE_VERSION_MINOR\=1630
    export XPCSERVICES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/XPCServices
    export YACC\=yacc
    export _BOOL_\=NO
    export _BOOL_NO\=NO
    export _BOOL_YES\=YES
    export _DEVELOPMENT_TEAM_IS_EMPTY\=YES
    export _DISCOVER_COMMAND_LINE_LINKER_INPUTS\=YES
    export _DISCOVER_COMMAND_LINE_LINKER_INPUTS_INCLUDE_WL\=YES
    export _IS_EMPTY_\=YES
    export _MACOSX_DEPLOYMENT_TARGET_IS_EMPTY\=NO
    export _WRAPPER_CONTENTS_DIR\=/Contents
    export _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO\=/Contents
    export _WRAPPER_PARENT_PATH\=/..
    export _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO\=/..
    export _WRAPPER_RESOURCES_DIR\=/Resources
    export _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO\=/Resources
    export __DIAGNOSE_DEPRECATED_ARCHS\=YES
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Script-3E281B8F2B98EC92009D913B.sh
warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/PrivacyInfo.xcprivacy (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Amplitude/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Resources
PhaseScriptExecution Run\ Script /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Script-4EA4AEBE2CC1A0CD008741ED.sh (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=YES
    export ALLOW_BUILD_REQUEST_OVERRIDES\=NO
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=admin
    export ALTERNATIVE_DISTRIBUTION_WEB\=NO
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=NO
    export ALWAYS_SEARCH_USER_PATHS\=YES
    export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO
    export APPLICATION_EXTENSION_API_ONLY\=YES
    export APPLY_RULES_IN_COPY_FILES\=NO
    export APPLY_RULES_IN_COPY_HEADERS\=NO
    export APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING\=YES
    export ARCHS\=arm64
    export ARCHS_STANDARD\=arm64\ x86_64
    export ARCHS_STANDARD_32_64_BIT\=arm64\ x86_64\ i386
    export ARCHS_STANDARD_32_BIT\=i386
    export ARCHS_STANDARD_64_BIT\=arm64\ x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64\ x86_64
    export AUTOMATICALLY_MERGE_DEPENDENCIES\=NO
    export AVAILABLE_PLATFORMS\=android\ appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ qnx\ watchos\ watchsimulator\ xros\ xrsimulator
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=NO
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=YES
    export BUILD_ROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    export BUNDLE_CONTENTS_FOLDER_PATH\=Contents/
    export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
    export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
    export BUNDLE_EXECUTABLE_FOLDER_PATH\=Contents/MacOS
    export BUNDLE_EXTENSIONS_FOLDER_PATH\=Contents/Extensions
    export BUNDLE_FORMAT\=deep
    export BUNDLE_FRAMEWORKS_FOLDER_PATH\=Contents/Frameworks
    export BUNDLE_PLUGINS_FOLDER_PATH\=Contents/PlugIns
    export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH\=Contents/PrivateHeaders
    export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH\=Contents/Headers
    export CACHE_ROOT\=/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/C/com.apple.DeveloperTools/16.3-16E140/Xcode
    export CCHROOT\=/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/C/com.apple.DeveloperTools/16.3-16E140/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_CACHE_FINE_GRAINED_OUTPUTS\=YES
    export CLANG_ENABLE_EXPLICIT_MODULES\=YES
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation
    export CLASS_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A
    export CODE_SIGNING_ALLOWED\=YES
    export CODE_SIGNING_REQUIRED\=NO
    export CODE_SIGNING_REQUIRES_TEAM\=YES
    export CODE_SIGN_IDENTITY\=-
    export CODE_SIGN_IDENTITY_NO\=Apple\ Development
    export CODE_SIGN_IDENTITY_YES\=-
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export COLOR_DIAGNOSTICS\=NO
    export COMBINE_HIDPI_IMAGES\=YES
    export COMPILATION_CACHE_CAS_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/CompilationCache.noindex
    export COMPILATION_CACHE_KEEP_CAS_DIRECTORY\=YES
    export COMPILER_INDEX_STORE_ENABLE\=Default
    export COMPOSITE_SDK_DIRS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=NO
    export CONFIGURATION\=Debug
    export CONFIGURATION_BUILD_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    export CONFIGURATION_TEMP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug
    export CONTENTS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions/A
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=NO
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_PROJECT_VERSION\=1
    export CURRENT_VARIANT\=normal
    export CURRENT_VERSION\=Current
    export DEAD_CODE_STRIPPING\=NO
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf
    export DEBUG_INFORMATION_VERSION\=compiler-default
    export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export DEFINES_MODULE\=YES
    export DEPLOYMENT_LOCATION\=NO
    export DEPLOYMENT_POSTPROCESSING\=NO
    export DEPLOYMENT_TARGET_SETTING_NAME\=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=10.13\ 10.14\ 10.15\ 11.0\ 11.1\ 11.2\ 11.3\ 11.4\ 11.5\ 12.0\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 15.0\ 15.1\ 15.2\ 15.3\ 15.4
    export DERIVED_FILES_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE\=en
    export DIAGNOSE_MISSING_TARGET_DEPENDENCIES\=YES
    export DIFF\=/usr/bin/diff
    export DOCUMENTATION_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DSTROOT\=/tmp/Amplitude-Swift.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=AmplitudeSwift.framework.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    export DYLIB_INSTALL_NAME_BASE\=@rpath
    export DYNAMIC_LIBRARY_EXTENSION\=dylib
    export EAGER_COMPILATION_ALLOW_SCRIPTS\=NO
    export EAGER_LINKING\=NO
    export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
    export EMBEDDED_PROFILE_NAME\=embedded.provisionprofile
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
    export ENABLE_APP_SANDBOX\=NO
    export ENABLE_BITCODE\=NO
    export ENABLE_CODE_COVERAGE\=YES
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
    export ENABLE_DEFAULT_SEARCH_PATHS\=YES
    export ENABLE_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_INCOMING_NETWORK_CONNECTIONS\=NO
    export ENABLE_NS_ASSERTIONS\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=NO
    export ENABLE_OUTGOING_NETWORK_CONNECTIONS\=NO
    export ENABLE_PREVIEWS\=NO
    export ENABLE_RESOURCE_ACCESS_AUDIO_INPUT\=NO
    export ENABLE_RESOURCE_ACCESS_BLUETOOTH\=NO
    export ENABLE_RESOURCE_ACCESS_CALENDARS\=NO
    export ENABLE_RESOURCE_ACCESS_CAMERA\=NO
    export ENABLE_RESOURCE_ACCESS_CONTACTS\=NO
    export ENABLE_RESOURCE_ACCESS_LOCATION\=NO
    export ENABLE_RESOURCE_ACCESS_PRINTING\=NO
    export ENABLE_RESOURCE_ACCESS_USB\=NO
    export ENABLE_SDK_IMPORTS\=NO
    export ENABLE_TESTABILITY\=YES
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    export ENABLE_USER_SCRIPT_SANDBOXING\=NO
    export ENABLE_XOJIT_PREVIEWS\=YES
    export ENFORCE_VALID_ARCHS\=YES
    export ENTITLEMENTS_DESTINATION\=Signature
    export ENTITLEMENTS_REQUIRED\=NO
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS\=.DS_Store\ .svn\ .git\ .hg\ CVS
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES\=\*.nib\ \*.lproj\ \*.framework\ \*.gch\ \*.xcode\*\ \*.xcassets\ \(\*\)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ \*.pbproj\ \*.pbxproj
    export EXECUTABLES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/en.lproj
    export EXECUTABLE_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions/A
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework/Versions/A
    export EXECUTABLE_NAME\=AmplitudeSwift
    export EXECUTABLE_PATH\=AmplitudeSwift.framework/Versions/A/AmplitudeSwift
    export EXPANDED_CODE_SIGN_IDENTITY\=-
    export EXPANDED_CODE_SIGN_IDENTITY_NAME\=Sign\ to\ Run\ Locally
    export EXTENSIONS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Extensions
    export FILE_LIST\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Frameworks
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug\ \ /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=AmplitudeSwift.framework
    export FUSE_BUILD_PHASES\=YES
    export FUSE_BUILD_SCRIPT_PHASES\=NO
    export GCC3_VERSION\=3.3
    export GCC_INLINES_ARE_PRIVATE_EXTERN\=YES
    export GCC_OPTIMIZATION_LEVEL\=0
    export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_PREPROCESSOR_DEFINITIONS\=\ DEBUG\=1
    export GCC_TREAT_WARNINGS_AS_ERRORS\=NO
    export GCC_VERSION\=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER\=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION\=NO
    export GENERATED_MODULEMAP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
    export GENERATE_INFOPLIST_FILE\=NO
    export GENERATE_INTERMEDIATE_TEXT_BASED_STUBS\=YES
    export GENERATE_MASTER_OBJECT_FILE\=NO
    export GENERATE_PKGINFO_FILE\=NO
    export GENERATE_PROFILING_CODE\=NO
    export GENERATE_TEXT_BASED_STUBS\=NO
    export GID\=20
    export GROUP\=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT\=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES\=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_TARGETS_NOT_BEING_BUILT\=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS\=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS\=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES\=YES
    export HEADERMAP_USES_VFS\=YES
    export HEADER_SEARCH_PATHS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include\
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/admin
    export HOST_ARCH\=arm64
    export HOST_PLATFORM\=macosx
    export ICONV\=/usr/bin/iconv
    export IMPLICIT_DEPENDENCY_DOMAIN\=default
    export INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE\=YES
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_FILE\=Amplitude-Swift.xcodeproj/Amplitude_Swift_Info.plist
    export INFOPLIST_OUTPUT_FORMAT\=same-as-input
    export INFOPLIST_PATH\=AmplitudeSwift.framework/Versions/A/Resources/Info.plist
    export INFOPLIST_PREPROCESS\=NO
    export INFOSTRINGS_PATH\=AmplitudeSwift.framework/Versions/A/Resources/en.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLAPI_IGNORE_SKIP_INSTALL\=YES
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/Amplitude-Swift.dst/Library/Frameworks
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=admin
    export INSTALL_PATH\=/Library/Frameworks
    export INSTALL_ROOT\=/tmp/Amplitude-Swift.dst
    export IOS_UNZIPPERED_TWIN_PREFIX_PATH\=/System/iOSSupport
    export IS_MACCATALYST\=NO
    export IS_UNOPTIMIZED_BUILD\=YES
    export JAVAC_DEFAULT_FLAGS\=-J-Xms64m\ -J-XX:NewSize\=4M\ -J-Dfile.encoding\=UTF8
    export JAVA_APP_STUB\=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES\=YES
    export JAVA_ARCHIVE_TYPE\=JAR
    export JAVA_COMPILER\=/usr/bin/javac
    export JAVA_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS\=Resources
    export JAVA_JAR_FLAGS\=cv
    export JAVA_SOURCE_SUBDIR\=.
    export JAVA_USE_DEPENDENCIES\=YES
    export JAVA_ZIP_FLAGS\=-urg
    export JIKES_DEFAULT_FLAGS\=+E\ +OLDCSO
    export KASAN_CFLAGS_CLASSIC\=-DKASAN\=1\ -DKASAN_CLASSIC\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
    export KASAN_CFLAGS_TBI\=-DKASAN\=1\ -DKASAN_TBI\=1\ -fsanitize\=kernel-hwaddress\ -mllvm\ -hwasan-recover\=0\ -mllvm\ -hwasan-instrument-atomics\=0\ -mllvm\ -hwasan-instrument-stack\=1\ -mllvm\ -hwasan-generate-tags-with-calls\=1\ -mllvm\ -hwasan-instrument-with-calls\=1\ -mllvm\ -hwasan-use-short-granules\=0\ -mllvm\ -hwasan-memory-access-callback-prefix\=__asan_
    export KASAN_DEFAULT_CFLAGS\=-DKASAN\=1\ -DKASAN_CLASSIC\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow
    export KEEP_PRIVATE_EXTERNS\=NO
    export LD_DEPENDENCY_INFO_FILE\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch/AmplitudeSwift_dependency_info.dat
    export LD_DYLIB_INSTALL_NAME\=@rpath/AmplitudeSwift.framework/Versions/A/AmplitudeSwift
    export LD_EXPORT_SYMBOLS\=YES
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/AmplitudeSwift-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE\=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES
    export LD_RUNPATH_SEARCH_PATHS\=\ /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx
    export LD_SHARED_CACHE_ELIGIBLE\=Automatic
    export LD_WARN_DUPLICATE_LIBRARIES\=NO
    export LD_WARN_UNUSED_DYLIBS\=NO
    export LEGACY_DEVELOPER_DIR\=/Applications/Xcode-16.3.0.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX\=lex
    export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE\=YES
    export LIBRARY_FLAG_PREFIX\=-l
    export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions
    export LIBRARY_SEARCH_PATHS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug\
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.LinkFileList
    export LINK_OBJC_RUNTIME\=YES
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=macos10.15
    export LLVM_TARGET_TRIPLE_OS_VERSION_NO\=macos10.15
    export LLVM_TARGET_TRIPLE_OS_VERSION_YES\=macos15.4
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LM_AUX_CONST_METADATA_LIST_PATH_normal_arm64\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.SwiftConstValuesFileList
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZATION_PREFERS_STRING_CATALOGS\=NO
    export LOCALIZED_RESOURCES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/en.lproj
    export LOCALIZED_STRING_MACRO_NAMES\=NSLocalizedString\ CFCopyLocalizedString
    export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES
    export LOCAL_ADMIN_APPS_DIR\=/Applications/Utilities
    export LOCAL_APPS_DIR\=/Applications
    export LOCAL_DEVELOPER_DIR\=/Library/Developer
    export LOCAL_LIBRARY_DIR\=/Library
    export LOCROOT\=/Users/admin/builder/spi-builder-workspace
    export LOCSYMROOT\=/Users/admin/builder/spi-builder-workspace
    export MACH_O_TYPE\=mh_dylib
    export MACOSX_DEPLOYMENT_TARGET\=10.15
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=24E248
    export MAC_OS_X_VERSION_ACTUAL\=150400
    export MAC_OS_X_VERSION_MAJOR\=150000
    export MAC_OS_X_VERSION_MINOR\=150400
    export MAKE_MERGEABLE\=NO
    export MERGEABLE_LIBRARY\=NO
    export MERGED_BINARY_TYPE\=none
    export MERGE_LINKED_LIBRARIES\=NO
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Resources
    export MODULES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Modules
    export MODULE_CACHE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex
    export NATIVE_ARCH\=arm64
    export NATIVE_ARCH_32_BIT\=arm
    export NATIVE_ARCH_64_BIT\=arm64
    export NATIVE_ARCH_ACTUAL\=arm64
    export NO_COMMON\=YES
    export OBJECT_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal
    export OBJROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=YES
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_SWIFT_FLAGS\=-stats-output-dir\ .stats\ -strict-concurrency\=complete\ -enable-upcoming-feature\ StrictConcurrency\ -enable-upcoming-feature\ DisableOutwardActorInference\ -enable-upcoming-feature\ GlobalActorIsolatedTypesUsability\ -enable-upcoming-feature\ InferSendableFromCaptures
    export PACKAGE_TYPE\=com.apple.package-type.wrapper.framework
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode-16.3.0.app/Contents/SharedFrameworks/SwiftBuild.framework/Versions/A/PlugIns/SWBBuildService.bundle/Contents/PlugIns/SWBUniversalPlatformPlugin.bundle/Contents/Frameworks/SWBUniversalPlatform.framework/Resources:/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin:/Applications/Xcode-16.3.0.app/Contents/Developer/usr/local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode-16.3.0.app/Contents/Developer/Headers\ /Applications/Xcode-16.3.0.app/Contents/Developer/SDKs\ /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms
    export PBDEVELOPMENTPLIST_PATH\=AmplitudeSwift.framework/Versions/A/pbdevelopment.plist
    export PER_ARCH_MODULE_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/PkgInfo
    export PKGINFO_PATH\=AmplitudeSwift.framework/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr
    export PLATFORM_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform
    export PLATFORM_DISPLAY_NAME\=macOS
    export PLATFORM_FAMILY_NAME\=macOS
    export PLATFORM_NAME\=macosx
    export PLATFORM_PREFERRED_ARCH\=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION\=24E241
    export PLATFORM_REQUIRES_SWIFT_AUTOLINK_EXTRACT\=NO
    export PLATFORM_REQUIRES_SWIFT_MODULEWRAP\=NO
    export PLIST_FILE_OUTPUT_FORMAT\=same-as-input
    export PLUGINS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/PlugIns
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/PrefixHeaders
    export PRIVATE_HEADERS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/PrivateHeaders
    export PROCESSED_INFOPLIST_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch/Processed-Info.plist
    export PRODUCT_BUNDLE_IDENTIFIER\=Amplitude-Swift
    export PRODUCT_BUNDLE_PACKAGE_TYPE\=FMWK
    export PRODUCT_MODULE_NAME\=AmplitudeSwift
    export PRODUCT_NAME\=AmplitudeSwift
    export PRODUCT_SETTINGS_PATH\=/Users/admin/builder/spi-builder-workspace/Amplitude-Swift.xcodeproj/Amplitude_Swift_Info.plist
    export PRODUCT_TYPE\=com.apple.product-type.framework
    export PROFILING_CODE\=NO
    export PROJECT\=Amplitude-Swift
    export PROJECT_DERIVED_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/DerivedSources
    export PROJECT_DIR\=/Users/admin/builder/spi-builder-workspace
    export PROJECT_FILE_PATH\=/Users/admin/builder/spi-builder-workspace/Amplitude-Swift.xcodeproj
    export PROJECT_GUID\=73a427ea3d0f2b28c1cff7b44031a660
    export PROJECT_NAME\=Amplitude-Swift
    export PROJECT_TEMP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build
    export PROJECT_TEMP_ROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    export PUBLIC_HEADERS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Headers
    export RECOMMENDED_MACOSX_DEPLOYMENT_TARGET\=11.0
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES
    export REMOVE_CVS_FROM_RESOURCES\=YES
    export REMOVE_GIT_FROM_RESOURCES\=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_HG_FROM_RESOURCES\=YES
    export REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_SVN_FROM_RESOURCES\=YES
    export RESCHEDULE_INDEPENDENT_HEADERS_PHASES\=YES
    export REZ_COLLECTOR_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/ResourceManagerResources
    export REZ_OBJECTS_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug\
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPTS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources/Scripts
    export SCRIPT_INPUT_FILE_COUNT\=0
    export SCRIPT_INPUT_FILE_LIST_COUNT\=0
    export SCRIPT_OUTPUT_FILE_COUNT\=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0
    export SDKROOT\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk
    export SDK_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk
    export SDK_DIR_macosx\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk
    export SDK_DIR_macosx15_4\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk
    export SDK_NAME\=macosx15.4
    export SDK_NAMES\=macosx15.4
    export SDK_PRODUCT_BUILD_VERSION\=24E241
    export SDK_STAT_CACHE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData
    export SDK_STAT_CACHE_ENABLE\=YES
    export SDK_STAT_CACHE_PATH\=/Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    export SDK_VERSION\=15.4
    export SDK_VERSION_ACTUAL\=150400
    export SDK_VERSION_MAJOR\=150000
    export SDK_VERSION_MINOR\=150400
    export SED\=/usr/bin/sed
    export SEPARATE_STRIP\=NO
    export SEPARATE_SYMBOL_EDIT\=NO
    export SET_DIR_MODE_OWNER_GROUP\=YES
    export SET_FILE_MODE_OWNER_GROUP\=NO
    export SHALLOW_BUNDLE\=NO
    export SHALLOW_BUNDLE_PLATFORM\=NO
    export SHALLOW_BUNDLE_TRIPLE\=macos
    export SHALLOW_BUNDLE_ios_macabi\=NO
    export SHALLOW_BUNDLE_macos\=NO
    export SHARED_DERIVED_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/SharedFrameworks
    export SHARED_PRECOMPS_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources
    export SKIP_INSTALL\=YES
    export SOURCE_ROOT\=/Users/admin/builder/spi-builder-workspace
    export SRCROOT\=/Users/admin/builder/spi-builder-workspace
    export STRINGSDATA_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=UTF-16
    export STRIP_BITCODE_FROM_COPIED_FILES\=NO
    export STRIP_INSTALLED_PRODUCT\=NO
    export STRIP_PNG_TEXT\=NO
    export STRIP_STYLE\=debugging
    export STRIP_SWIFT_SYMBOLS\=YES
    export SUPPORTED_PLATFORMS\=appletvos\ appletvsimulator\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator\ xros\ xrsimulator
    export SUPPORTS_MACCATALYST\=YES
    export SUPPORTS_TEXT_BASED_API\=NO
    export SUPPRESS_WARNINGS\=NO
    export SWIFT_EMIT_LOC_STRINGS\=NO
    export SWIFT_INSTALL_MODULE_FOR_DEPLOYMENT\=YES
    export SWIFT_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=macos
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities
    export SYSTEM_APPS_DIR\=/Applications
    export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR\=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Utilities/Built\ Examples
    export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/ADC\ Reference\ Library
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Graphics\ Tools
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Java\ Tools
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Performance\ Tools
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
    export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode-16.3.0.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
    export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation
    export SYSTEM_EXTENSIONS_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Library/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions/A/Library/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework/Versions/A/SystemExtensions
    export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR\=/System/Library
    export TAPI_DEMANGLE\=YES
    export TAPI_ENABLE_PROJECT_HEADERS\=NO
    export TAPI_LANGUAGE\=objective-c
    export TAPI_LANGUAGE_STANDARD\=compiler-default
    export TAPI_USE_SRCROOT\=YES
    export TAPI_VERIFY_MODE\=Pedantic
    export TARGETED_DEVICE_FAMILY\=1,2,3,4,6,7
    export TARGETNAME\=AmplitudeSwift
    export TARGET_BUILD_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    export TARGET_NAME\=AmplitudeSwift
    export TARGET_TEMP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export TEMP_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export TEMP_FILES_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export TEMP_FILE_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build
    export TEMP_ROOT\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    export TEMP_SANDBOX_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TemporaryTaskSandboxes
    export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks
    export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO
    export TREAT_MISSING_SCRIPT_PHASE_OUTPUTS_AS_ERRORS\=NO
    export UID\=501
    export UNINSTALLED_PRODUCTS_DIR\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UninstalledProducts
    export UNLOCALIZED_RESOURCES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/Resources
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions/A/Resources
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework/Versions/A
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=admin
    export USER_APPS_DIR\=/Users/admin/Applications
    export USER_LIBRARY_DIR\=/Users/admin/Library
    export USE_DYNAMIC_NO_PIC\=YES
    export USE_HEADERMAP\=NO
    export USE_HEADER_SYMLINKS\=NO
    export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR
    export VALIDATE_PRODUCT\=NO
    export VALID_ARCHS\=arm64\ arm64e\ i386\ x86_64
    export VERBOSE_PBXCP\=NO
    export VERSIONPLIST_PATH\=AmplitudeSwift.framework/Versions/A/Resources/version.plist
    export VERSIONS_FOLDER_PATH\=AmplitudeSwift.framework/Versions
    export VERSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=AmplitudeSwift.framework/Versions
    export VERSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=AmplitudeSwift.framework
    export VERSION_INFO_BUILDER\=admin
    export VERSION_INFO_FILE\=AmplitudeSwift_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:AmplitudeSwift\ \ PROJECT:Amplitude-Swift-1\"
    export WORKSPACE_DIR\=/Users/admin/builder/spi-builder-workspace/Amplitude-Swift.xcodeproj
    export WRAPPER_EXTENSION\=framework
    export WRAPPER_NAME\=AmplitudeSwift.framework
    export WRAPPER_SUFFIX\=.framework
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO
    export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode-16.3.0.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION\=16E140
    export XCODE_VERSION_ACTUAL\=1630
    export XCODE_VERSION_MAJOR\=1600
    export XCODE_VERSION_MINOR\=1630
    export XPCSERVICES_FOLDER_PATH\=AmplitudeSwift.framework/Versions/A/XPCServices
    export YACC\=yacc
    export _BOOL_\=NO
    export _BOOL_NO\=NO
    export _BOOL_YES\=YES
    export _DEVELOPMENT_TEAM_IS_EMPTY\=YES
    export _DISCOVER_COMMAND_LINE_LINKER_INPUTS\=YES
    export _DISCOVER_COMMAND_LINE_LINKER_INPUTS_INCLUDE_WL\=YES
    export _IS_EMPTY_\=YES
    export _MACOSX_DEPLOYMENT_TARGET_IS_EMPTY\=NO
    export _WRAPPER_CONTENTS_DIR\=/Contents
    export _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO\=/Contents
    export _WRAPPER_PARENT_PATH\=/..
    export _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO\=/..
    export _WRAPPER_RESOURCES_DIR\=/Resources
    export _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO\=/Resources
    export __DIAGNOSE_DEPRECATED_ARCHS\=YES
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Script-4EA4AEBE2CC1A0CD008741ED.sh
ExtractAppIntentsMetadata (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AmplitudeSwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier Amplitude-Swift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/Resources --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/AmplitudeSwift --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/AmplitudeSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/AmplitudeSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Amplitude-Swift.build/Debug/AmplitudeSwift.build/Objects-normal/arm64/AmplitudeSwift.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-12-04 18:27:39.193 appintentsmetadataprocessor[837:4763] Starting appintentsmetadataprocessor export
2025-12-04 18:27:39.195 appintentsmetadataprocessor[837:4763] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/AmplitudeSwift.framework/Versions/A/AmplitudeSwift.tbd (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A/AmplitudeSwift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/AmplitudeSwift.framework/Versions/A/AmplitudeSwift.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AmplitudeSwift.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/AmplitudeSwift.framework/AmplitudeSwift.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/AmplitudeSwift.framework/Versions/A/AmplitudeSwift.tbd (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/AmplitudeSwift.framework/Versions/A/AmplitudeSwift.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/AmplitudeSwift.framework/AmplitudeSwift.tbd
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Amplitude-Swift' from project 'Amplitude-Swift')
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:158869945db73744743573f7a60fddb1b27f6bc8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:158869945db73744743573f7a60fddb1b27f6bc8, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "analytics-connector-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amplitude/analytics-connector-ios.git"
    },
    {
      "identity" : "amplitudecore-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amplitude/AmplitudeCore-Swift.git"
    }
  ],
  "manifest_display_name" : "Amplitude-Swift",
  "name" : "Amplitude-Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AmplitudeSwift",
      "targets" : [
        "AmplitudeSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AmplitudeSwift",
      "module_type" : "SwiftTarget",
      "name" : "AmplitudeSwift",
      "path" : "Sources/Amplitude",
      "product_dependencies" : [
        "AmplitudeCoreFramework",
        "AnalyticsConnector"
      ],
      "product_memberships" : [
        "AmplitudeSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Amplitude/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Amplitude.swift",
        "AutocaptureOptions.swift",
        "Configuration.swift",
        "ConsoleLogger.swift",
        "Constants.swift",
        "DefaultTrackingOptions.swift",
        "Events/BaseEvent.swift",
        "Events/DeepLinkOpenedEvent.swift",
        "Events/ElementInteractionEvent.swift",
        "Events/EventOptions.swift",
        "Events/GroupIdentifyEvent.swift",
        "Events/Identify.swift",
        "Events/IdentifyEvent.swift",
        "Events/NetworkRequestEvent.swift",
        "Events/Revenue.swift",
        "Events/RevenueEvent.swift",
        "Events/ScreenViewedEvent.swift",
        "Identity.swift",
        "InteractionsOptions.swift",
        "Mediator.swift",
        "Migration/LegacyDatabaseStorage.swift",
        "Migration/RemnantDataMigration.swift",
        "Migration/StoragePrefixMigration.swift",
        "ObjC/ObjCAmplitude.swift",
        "ObjC/ObjCAutocaptureOptions.swift",
        "ObjC/ObjCBaseEvent.swift",
        "ObjC/ObjCConfiguration.swift",
        "ObjC/ObjCDeepLinkOpenedEvent.swift",
        "ObjC/ObjCDefaultTrackingOptions.swift",
        "ObjC/ObjCEventOptions.swift",
        "ObjC/ObjCIdentify.swift",
        "ObjC/ObjCIngestionMetadata.swift",
        "ObjC/ObjCInteractionsOptions.swift",
        "ObjC/ObjCLoggerProvider.swift",
        "ObjC/ObjCNetworkConnectivityCheckerPlugin.swift",
        "ObjC/ObjCNetworkTrackingOptions.swift",
        "ObjC/ObjCPlan.swift",
        "ObjC/ObjCPlugin.swift",
        "ObjC/ObjCProperties.swift",
        "ObjC/ObjCRevenue.swift",
        "ObjC/ObjCScreenViewedEvent.swift",
        "ObjC/ObjCStorage.swift",
        "ObjC/ObjCTrackingOptions.swift",
        "Plugins/AmplitudeDestinationPlugin.swift",
        "Plugins/AnalyticsConnectorIdentityPlugin.swift",
        "Plugins/AnalyticsConnectorPlugin.swift",
        "Plugins/BasePlugins.swift",
        "Plugins/ContextPlugin.swift",
        "Plugins/DestinationPlugin.swift",
        "Plugins/IdentityEventSender.swift",
        "Plugins/Mac/MacOSLifecycleMonitor.swift",
        "Plugins/NetworkConnectivityCheckerPlugin.swift",
        "Plugins/NetworkTrackingPlugin.swift",
        "Plugins/Vendors/AppUtil.swift",
        "Plugins/Vendors/VendorSystem.swift",
        "Plugins/iOS/FrustrationIgnoreExtensions.swift",
        "Plugins/iOS/FrustrationInteractions.swift",
        "Plugins/iOS/IOSLifecycleMonitor.swift",
        "Plugins/iOS/UIKitElementInteractions.swift",
        "Plugins/iOS/UIKitScreenViews.swift",
        "Plugins/watchOS/WatchOSLifecycleMonitor.swift",
        "Sessions.swift",
        "Storages/InMemoryStorage.swift",
        "Storages/PersistentStorage.swift",
        "Timeline.swift",
        "TrackingOptions.swift",
        "Types.swift",
        "Utilities/Atomic.swift",
        "Utilities/CodableExtension.swift",
        "Utilities/DefaultEventUtils.swift",
        "Utilities/Diagonostics.swift",
        "Utilities/DispatchQueueHolder.swift",
        "Utilities/EventPipeline.swift",
        "Utilities/HttpClient.swift",
        "Utilities/IdentifyInterceptor.swift",
        "Utilities/MethodSwizzler.swift",
        "Utilities/MiscellaneousExtension.swift",
        "Utilities/NetworkSwizzler.swift",
        "Utilities/ObjectFilter.swift",
        "Utilities/OutputFileStream.swift",
        "Utilities/PersistentStorageResponseHandler.swift",
        "Utilities/QueueTimer.swift",
        "Utilities/SandboxHelper.swift",
        "Utilities/UrlExtension.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Amplitude_SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "Amplitude-SwiftTests",
      "path" : "Tests/AmplitudeTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AmplitudeTests/Migration/legacy_v3.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AmplitudeTests/Migration/legacy_v4.sqlite",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Amplitude+Extensions.swift",
        "AmplitudeIOSTests.swift",
        "AmplitudeSessionTests.swift",
        "AmplitudeTests.swift",
        "AutocaptureOptionsTests.swift",
        "AutocaptureRemoteConfigTests.swift",
        "ConfigurationTests.swift",
        "ConsoleLoggerTests.swift",
        "Events/BaseEventTests.swift",
        "Events/GroupIdentifyEventTests.swift",
        "Events/IdentifyEventTests.swift",
        "Events/IdentifyTests.swift",
        "Events/RevenueEventTests.swift",
        "Events/RevenueTests.swift",
        "IdentityTests.swift",
        "Migration/LegacyDatabaseStorageTests.swift",
        "Migration/RemnantDataMigrationTests.swift",
        "Migration/StoragePrefixMigrationTests.swift",
        "NetworkTrackingPlugin+Extensions.swift",
        "Plugins/NetworkConnectivityCheckerPluginTests.swift",
        "Plugins/NetworkTrackingPluginTest.swift",
        "Plugins/UIKitScreenViewsPluginTests.swift",
        "Plugins/UIKitUserInteractionPluginTest.swift",
        "Storages/PersistentStorageTests.swift",
        "Supports/FakeURLProtocol.swift",
        "Supports/TestUtilities.swift",
        "TimelineTests.swift",
        "TypesTests.swift",
        "Utilities/DiagnosticsTests.swift",
        "Utilities/EventPipelineTests.swift",
        "Utilities/HttpClientTests.swift",
        "Utilities/IdentifyInterceptorTests.swift",
        "Utilities/MethodSwizzlerTest.swift",
        "Utilities/ObjectFilterTests.swift",
        "Utilities/PersistentStorageResponseHandlerTests.swift",
        "Utilities/QueueTimeTests.swift",
        "Utilities/SandboxHelperTests.swift",
        "Utilities/TimeIntervalExtensionsTests.swift",
        "Utilities/UrlExtensionTests.swift"
      ],
      "target_dependencies" : [
        "AmplitudeSwift"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Done.