The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build GrowingAnalytics, reference 4.8.0 (d50780), with Swift 6.1 for Linux on 10 Jul 2025 10:28:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/growingio/growingio-sdk-ios-autotracker.git
Reference: 4.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/growingio/growingio-sdk-ios-autotracker
 * tag               4.8.0      -> FETCH_HEAD
HEAD is now at d507805 feat: release 4.8.0
Cloned https://github.com/growingio/growingio-sdk-ios-autotracker.git
Revision (git rev-parse @):
d507805531e4a0420066b2dfd03c91c3088c2c90
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/growingio/growingio-sdk-ios-autotracker.git at 4.8.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/growingio/growingio-sdk-ios-autotracker.git
https://github.com/growingio/growingio-sdk-ios-autotracker.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "growingio-sdk-ios-utilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.4",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/growingio/growingio-sdk-ios-utilities.git"
    },
    {
      "identity" : "growingio-sdk-ios-performance-ext",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/growingio/growingio-sdk-ios-performance-ext.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "GrowingAnalytics",
  "name" : "GrowingAnalytics",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GrowingAutotracker",
      "targets" : [
        "GrowingAutotracker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GrowingTracker",
      "targets" : [
        "GrowingTracker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GrowingModule_ImpressionTrack",
      "targets" : [
        "GrowingModule_ImpressionTrack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GrowingModule_Hybrid",
      "targets" : [
        "GrowingModule_Hybrid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GrowingModule_Ads",
      "targets" : [
        "GrowingModule_Ads"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GrowingModule_APM",
      "targets" : [
        "GrowingModule_APM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GrowingModule_ABTesting",
      "targets" : [
        "GrowingModule_ABTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GrowingTracker_Objc",
      "module_type" : "ClangTarget",
      "name" : "GrowingTracker_Objc",
      "path" : "GrowingTracker",
      "product_memberships" : [
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingTracker.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingTrackerCore",
      "module_type" : "ClangTarget",
      "name" : "GrowingTrackerCore",
      "path" : "GrowingTrackerCore",
      "product_dependencies" : [
        "GrowingUtilsTrackerCore"
      ],
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker",
        "GrowingModule_ImpressionTrack",
        "GrowingModule_Hybrid",
        "GrowingModule_Ads",
        "GrowingModule_APM",
        "GrowingModule_ABTesting"
      ],
      "sources" : [
        "Core/GrowingAnnotationCore.m",
        "Core/GrowingContext.m",
        "Core/GrowingModuleManager.m",
        "Core/GrowingServiceManager.m",
        "Database/GrowingEventDatabase.m",
        "DeepLink/GrowingAppDelegateAutotracker.m",
        "DeepLink/GrowingDeepLinkHandler.m",
        "DeepLink/GrowingSceneDelegateAutotracker.m",
        "Event/Autotrack/GrowingAutotrackEventType.m",
        "Event/Autotrack/GrowingPageEvent.m",
        "Event/Autotrack/GrowingViewElementEvent.m",
        "Event/Base/GrowingAttributesBuilder.m",
        "Event/Base/GrowingBaseEvent.m",
        "Event/GrowingAppCloseEvent.m",
        "Event/GrowingCustomEvent.m",
        "Event/GrowingDataTraffic.m",
        "Event/GrowingEventChannel.m",
        "Event/GrowingEventFilter.m",
        "Event/GrowingEventGenerator.m",
        "Event/GrowingEventManager.m",
        "Event/GrowingFieldsIgnore.m",
        "Event/GrowingGeneralProps.m",
        "Event/GrowingLoginUserAttributesEvent.m",
        "Event/GrowingTrackEventType.m",
        "Event/GrowingVisitEvent.m",
        "Event/Tools/GrowingPersistenceDataProvider.m",
        "FileStorage/GrowingFileStorage.m",
        "GrowingRealTracker.m",
        "GrowingTrackConfiguration.m",
        "GrowingWindow.m",
        "Helpers/Foundation/NSArray+GrowingHelper.m",
        "Helpers/Foundation/NSData+GrowingHelper.m",
        "Helpers/Foundation/NSDictionary+GrowingHelper.m",
        "Helpers/Foundation/NSObject+GrowingIvarHelper.m",
        "Helpers/Foundation/NSString+GrowingHelper.m",
        "Helpers/Foundation/NSURL+GrowingHelper.m",
        "Helpers/UIKit/UIApplication+GrowingHelper.m",
        "Helpers/UIKit/UIImage+GrowingHelper.m",
        "Helpers/UIKit/UIView+GrowingHelper.m",
        "LogFormat/GrowingWSLoggerFormat.m",
        "Manager/GrowingConfigurationManager.m",
        "Manager/GrowingSession.m",
        "Menu/GrowingAlert.m",
        "Menu/GrowingStatusBar.m",
        "Network/GrowingNetworkInterfaceManager.m",
        "Network/GrowingNetworkPathMonitor.m",
        "Network/Request/Adapter/GrowingEventRequestAdapters.m",
        "Network/Request/Adapter/GrowingRequestAdapter.m",
        "Network/Request/GrowingEventRequest.m",
        "Network/Request/GrowingNetworkConfig.m",
        "Thirdparty/Logger/GrowingLog.m",
        "Thirdparty/Logger/GrowingLoggerNames.m",
        "Thirdparty/Logger/GrowingOSLogger.m",
        "Thirdparty/Logger/GrowingWSLogger.m",
        "Thirdparty/Reachability/GrowingReachability.m",
        "Thread/GrowingDispatchManager.m",
        "Thread/GrowingThread.m",
        "Timer/GrowingEventTimer.m",
        "Utils/GrowingArgumentChecker.m",
        "Utils/GrowingDeviceInfo.m",
        "Utils/GrowingDynamicProxy.m",
        "Utils/GrowingKeyChainWrapper.m",
        "Utils/UserIdentifier/GrowingUserIdentifier.m"
      ],
      "target_dependencies" : [
        "GrowingPrivacy",
        "GrowingPrivacy_macOS",
        "GrowingPrivacy_tvOS",
        "GrowingPrivacy_visionOS",
        "GrowingPrivacy_watchOS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingTracker",
      "module_type" : "SwiftTarget",
      "name" : "GrowingTracker",
      "path" : "SwiftPM-Wrap/GrowingTracker",
      "product_memberships" : [
        "GrowingTracker"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "GrowingTracker_Objc",
        "GrowingModule_DefaultServices",
        "GrowingModule_MobileDebugger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_WebSocket",
      "module_type" : "ClangTarget",
      "name" : "GrowingService_WebSocket",
      "path" : "Services/WebSocket",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingSRWebSocket.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_SwiftProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "GrowingService_SwiftProtobuf",
      "path" : "Services/SwiftProtobuf",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "SwiftProtobuf.swift",
        "event_v3.pb.swift"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_Screenshot",
      "module_type" : "ClangTarget",
      "name" : "GrowingService_Screenshot",
      "path" : "Services/Screenshot",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingScreenshotProvider.m",
        "UIApplication+Screenshot.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_Protobuf",
      "module_type" : "ClangTarget",
      "name" : "GrowingService_Protobuf",
      "path" : "Services/Protobuf",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingEventProtobufDatabase.m",
        "GrowingEventProtobufPersistence.m"
      ],
      "target_dependencies" : [
        "GrowingService_Database",
        "GrowingService_SwiftProtobuf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_Network",
      "module_type" : "ClangTarget",
      "name" : "GrowingService_Network",
      "path" : "Services/Network",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingNetworkManager.m",
        "NSURLSession+GrowingURLSessionHelper.m",
        "NSURLSessionDataTask+GrowingURLSessionDataTaskHelper.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_JSON",
      "module_type" : "ClangTarget",
      "name" : "GrowingService_JSON",
      "path" : "Services/JSON",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingEventJSONDatabase.m",
        "GrowingEventJSONPersistence.m"
      ],
      "target_dependencies" : [
        "GrowingService_Database"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_Encryption",
      "module_type" : "ClangTarget",
      "name" : "GrowingService_Encryption",
      "path" : "Services/Encryption",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingDataEncoder.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_Database",
      "module_type" : "ClangTarget",
      "name" : "GrowingService_Database",
      "path" : "Services/Database",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "FMDB/GrowingFMDatabase.m",
        "FMDB/GrowingFMDatabaseAdditions.m",
        "FMDB/GrowingFMDatabasePool.m",
        "FMDB/GrowingFMDatabaseQueue.m",
        "FMDB/GrowingFMResultSet.m",
        "GrowingEventFMDatabase.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingService_Compression",
      "module_type" : "ClangTarget",
      "name" : "GrowingService_Compression",
      "path" : "Services/Compression",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingDataCompression.m",
        "LZ4/GrowingLZ4.c"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingPrivacy_watchOS",
      "module_type" : "ClangTarget",
      "name" : "GrowingPrivacy_watchOS",
      "path" : "SwiftPM-Wrap/GrowingPrivacy-watchOS-Wrapper",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker",
        "GrowingModule_ImpressionTrack",
        "GrowingModule_Hybrid",
        "GrowingModule_Ads",
        "GrowingModule_APM",
        "GrowingModule_ABTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SwiftPM-Wrap/GrowingPrivacy-watchOS-Wrapper/Resources/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingPrivacy_visionOS",
      "module_type" : "ClangTarget",
      "name" : "GrowingPrivacy_visionOS",
      "path" : "SwiftPM-Wrap/GrowingPrivacy-visionOS-Wrapper",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker",
        "GrowingModule_ImpressionTrack",
        "GrowingModule_Hybrid",
        "GrowingModule_Ads",
        "GrowingModule_APM",
        "GrowingModule_ABTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SwiftPM-Wrap/GrowingPrivacy-visionOS-Wrapper/Resources/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingPrivacy_tvOS",
      "module_type" : "ClangTarget",
      "name" : "GrowingPrivacy_tvOS",
      "path" : "SwiftPM-Wrap/GrowingPrivacy-tvOS-Wrapper",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker",
        "GrowingModule_ImpressionTrack",
        "GrowingModule_Hybrid",
        "GrowingModule_Ads",
        "GrowingModule_APM",
        "GrowingModule_ABTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SwiftPM-Wrap/GrowingPrivacy-tvOS-Wrapper/Resources/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingPrivacy_macOS",
      "module_type" : "ClangTarget",
      "name" : "GrowingPrivacy_macOS",
      "path" : "SwiftPM-Wrap/GrowingPrivacy-macOS-Wrapper",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker",
        "GrowingModule_ImpressionTrack",
        "GrowingModule_Hybrid",
        "GrowingModule_Ads",
        "GrowingModule_APM",
        "GrowingModule_ABTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SwiftPM-Wrap/GrowingPrivacy-macOS-Wrapper/Resources/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingPrivacy",
      "module_type" : "ClangTarget",
      "name" : "GrowingPrivacy",
      "path" : "SwiftPM-Wrap/GrowingPrivacy-Wrapper",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker",
        "GrowingModule_ImpressionTrack",
        "GrowingModule_Hybrid",
        "GrowingModule_Ads",
        "GrowingModule_APM",
        "GrowingModule_ABTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/SwiftPM-Wrap/GrowingPrivacy-Wrapper/Resources/GrowingAnalytics.bundle/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "dummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingModule_WebCircle",
      "module_type" : "ClangTarget",
      "name" : "GrowingModule_WebCircle",
      "path" : "Modules/WebCircle",
      "product_memberships" : [
        "GrowingAutotracker"
      ],
      "sources" : [
        "GrowingWebCircle.m",
        "GrowingWebCircleElement.m",
        "GrowingWebCircleStatusView.m"
      ],
      "target_dependencies" : [
        "GrowingAutotrackerCore",
        "GrowingService_WebSocket",
        "GrowingService_Screenshot",
        "GrowingModule_Hybrid"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingModule_MobileDebugger",
      "module_type" : "ClangTarget",
      "name" : "GrowingModule_MobileDebugger",
      "path" : "Modules/MobileDebugger",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingDebuggerEventQueue.m",
        "GrowingMobileDebugger.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore",
        "GrowingService_WebSocket",
        "GrowingService_Screenshot"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingModule_ImpressionTrack",
      "module_type" : "ClangTarget",
      "name" : "GrowingModule_ImpressionTrack",
      "path" : "Modules/ImpressionTrack",
      "product_memberships" : [
        "GrowingModule_ImpressionTrack"
      ],
      "sources" : [
        "GrowingImpressionTrack.m",
        "UIView+GrowingImpressionInternal.m"
      ],
      "target_dependencies" : [
        "GrowingAutotrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingModule_Hybrid",
      "module_type" : "ClangTarget",
      "name" : "GrowingModule_Hybrid",
      "path" : "Modules/Hybrid",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingModule_Hybrid"
      ],
      "sources" : [
        "Events/GrowingHybridCustomEvent.m",
        "Events/GrowingHybridEventType.m",
        "Events/GrowingHybridPageEvent.m",
        "Events/GrowingHybridViewElementEvent.m",
        "GrowingHybridBridgeProvider.m",
        "GrowingHybridModule.m",
        "GrowingWKWebViewJavascriptBridge.m",
        "GrowingWKWebViewJavascriptBridge_JS.m",
        "GrowingWebViewJavascriptBridgeConfiguration.m",
        "WKWebView+GrowingAutotracker.m",
        "WKWebView+GrowingNode.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingModule_DefaultServices",
      "module_type" : "ClangTarget",
      "name" : "GrowingModule_DefaultServices",
      "path" : "Modules/DefaultServices",
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingTracker"
      ],
      "sources" : [
        "GrowingDefaultServicesWrapper.m",
        "GrowingEventRequestCompressionAdapter.m",
        "GrowingEventRequestEncryptionAdapter.m",
        "GrowingEventRequestJSONAdapter.m",
        "GrowingEventRequestProtobufAdapter.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore",
        "GrowingService_JSON",
        "GrowingService_Protobuf",
        "GrowingService_Network",
        "GrowingService_Encryption",
        "GrowingService_Compression"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingModule_Ads",
      "module_type" : "ClangTarget",
      "name" : "GrowingModule_Ads",
      "path" : "Modules/Advertising",
      "product_memberships" : [
        "GrowingModule_Ads"
      ],
      "sources" : [
        "AppleSearchAds/GrowingAsaFetcher.m",
        "CAID/GrowingCAIDFetcher.m",
        "Event/GrowingActivateEvent.m",
        "GrowingAdvertising.m",
        "Request/GrowingAdPreRequest.m",
        "Request/GrowingAdRequestHeaderAdapter.m",
        "Utils/GrowingAdUtils.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingModule_APM",
      "module_type" : "ClangTarget",
      "name" : "GrowingModule_APM",
      "path" : "Modules/APM",
      "product_dependencies" : [
        "GrowingAPM"
      ],
      "product_memberships" : [
        "GrowingModule_APM"
      ],
      "sources" : [
        "GrowingAPMModule.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingModule_ABTesting",
      "module_type" : "ClangTarget",
      "name" : "GrowingModule_ABTesting",
      "path" : "Modules/ABTesting",
      "product_memberships" : [
        "GrowingModule_ABTesting"
      ],
      "sources" : [
        "GrowingABTExperiment.m",
        "GrowingABTExperimentStorage.m",
        "GrowingABTesting.m",
        "Request/GrowingABTRequest.m",
        "Request/GrowingABTRequestAdapter.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingAutotracker_Objc",
      "module_type" : "ClangTarget",
      "name" : "GrowingAutotracker_Objc",
      "path" : "GrowingAutotracker",
      "product_memberships" : [
        "GrowingAutotracker"
      ],
      "sources" : [
        "GrowingAutotracker.m"
      ],
      "target_dependencies" : [
        "GrowingAutotrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingAutotrackerCore",
      "module_type" : "ClangTarget",
      "name" : "GrowingAutotrackerCore",
      "path" : "GrowingAutotrackerCore",
      "product_dependencies" : [
        "GrowingUtilsAutotrackerCore"
      ],
      "product_memberships" : [
        "GrowingAutotracker",
        "GrowingModule_ImpressionTrack"
      ],
      "sources" : [
        "Autotrack/UIAlertController+GrowingAutotracker.m",
        "Autotrack/UIApplication+GrowingAutotracker.m",
        "Autotrack/UICollectionView+GrowingAutotracker.m",
        "Autotrack/UISegmentedControl+GrowingAutotracker.m",
        "Autotrack/UITableView+GrowingAutotracker.m",
        "Autotrack/UITapGestureRecognizer+GrowingAutotracker.m",
        "Autotrack/UIViewController+GrowingAutotracker.m",
        "GrowingAutotrackConfiguration.m",
        "GrowingNode/Category/UIAlertController+GrowingNode.m",
        "GrowingNode/Category/UICollectionView+GrowingNode.m",
        "GrowingNode/Category/UIControl+GrowingNode.m",
        "GrowingNode/Category/UIImageView+GrowingNode.m",
        "GrowingNode/Category/UILabel+GrowingNode.m",
        "GrowingNode/Category/UINavigationController+GrowingNode.m",
        "GrowingNode/Category/UISegmentedControl+GrowingNode.m",
        "GrowingNode/Category/UISlider+GrowingNode.m",
        "GrowingNode/Category/UISwitch+GrowingNode.m",
        "GrowingNode/Category/UITabBarController+GrowingNode.m",
        "GrowingNode/Category/UITableView+GrowingNode.m",
        "GrowingNode/Category/UIView+GrowingNode.m",
        "GrowingNode/Category/UIViewController+GrowingNode.m",
        "GrowingNode/Category/UIWindow+GrowingNode.m",
        "GrowingNode/GrowingNodeHelper.m",
        "GrowingNode/GrowingViewChangeProvider.m",
        "GrowingNode/GrowingViewClickProvider.m",
        "GrowingNode/GrowingViewNode.m",
        "GrowingRealAutotracker.m",
        "Page/GrowingPage.m",
        "Page/GrowingPageManager.m"
      ],
      "target_dependencies" : [
        "GrowingTrackerCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GrowingAutotracker",
      "module_type" : "SwiftTarget",
      "name" : "GrowingAutotracker",
      "path" : "SwiftPM-Wrap/GrowingAutotracker",
      "product_memberships" : [
        "GrowingAutotracker"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "GrowingAutotracker_Objc",
        "GrowingModule_DefaultServices",
        "GrowingModule_Hybrid",
        "GrowingModule_MobileDebugger",
        "GrowingModule_WebCircle"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/growingio/growingio-sdk-ios-performance-ext.git
Fetching https://github.com/growingio/growingio-sdk-ios-utilities.git
[1/354] Fetching growingio-sdk-ios-utilities
[355/1115] Fetching growingio-sdk-ios-utilities, growingio-sdk-ios-performance-ext
[1116/40911] Fetching growingio-sdk-ios-utilities, growingio-sdk-ios-performance-ext, swift-protobuf
Fetched https://github.com/growingio/growingio-sdk-ios-utilities.git from cache (6.51s)
Fetched https://github.com/growingio/growingio-sdk-ios-performance-ext.git from cache (6.54s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.57s)
Computing version for https://github.com/growingio/growingio-sdk-ios-utilities.git
Computed https://github.com/growingio/growingio-sdk-ios-utilities.git at 1.2.4 (8.62s)
Computing version for https://github.com/growingio/growingio-sdk-ios-performance-ext.git
Computed https://github.com/growingio/growingio-sdk-ios-performance-ext.git at 1.0.2 (2.08s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.45s)
Creating working copy for https://github.com/growingio/growingio-sdk-ios-performance-ext.git
Working copy of https://github.com/growingio/growingio-sdk-ios-performance-ext.git resolved at 1.0.2
Creating working copy for https://github.com/growingio/growingio-sdk-ios-utilities.git
Working copy of https://github.com/growingio/growingio-sdk-ios-utilities.git resolved at 1.2.4
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
In file included from /host/spi-builder-workspace/Modules/DefaultServices/GrowingEventRequestProtobufAdapter.m:20:
/host/spi-builder-workspace/Modules/DefaultServices/GrowingEventRequestProtobufAdapter.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Modules/DefaultServices/GrowingEventRequestJSONAdapter.m:20:
/host/spi-builder-workspace/Modules/DefaultServices/GrowingEventRequestJSONAdapter.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/107] Compiling GrowingModule_DefaultServices GrowingEventRequestJSONAdapter.m
In file included from /host/spi-builder-workspace/Modules/DefaultServices/GrowingEventRequestCompressionAdapter.m:20:
/host/spi-builder-workspace/Modules/DefaultServices/GrowingEventRequestCompressionAdapter.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/107] Compiling GrowingModule_DefaultServices GrowingEventRequestCompressionAdapter.m
[1/107] Compiling GrowingModule_DefaultServices GrowingEventRequestProtobufAdapter.m
In file included from /host/spi-builder-workspace/Modules/ABTesting/Request/GrowingABTRequestAdapter.m:20:
/host/spi-builder-workspace/Modules/ABTesting/Request/GrowingABTRequestAdapter.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/107] Compiling GrowingABTRequestAdapter.m
In file included from /host/spi-builder-workspace/Modules/DefaultServices/GrowingDefaultServicesWrapper.m:20:
/host/spi-builder-workspace/Modules/DefaultServices/GrowingDefaultServicesWrapper.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/107] Compiling GrowingModule_DefaultServices GrowingDefaultServicesWrapper.m
In file included from /host/spi-builder-workspace/Modules/ImpressionTrack/GrowingImpressionTrack.m:20:
/host/spi-builder-workspace/Modules/ImpressionTrack/GrowingImpressionTrack.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/107] Compiling GrowingModule_ImpressionTrack GrowingImpressionTrack.m
/host/spi-builder-workspace/Modules/ImpressionTrack/UIView+GrowingImpressionInternal.m:20:9: fatal error: 'objc/runtime.h' file not found
   20 | #import <objc/runtime.h>
      |         ^~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Modules/DefaultServices/GrowingEventRequestEncryptionAdapter.m:20:
/host/spi-builder-workspace/Modules/DefaultServices/GrowingEventRequestEncryptionAdapter.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/107] Compiling GrowingModule_DefaultServices GrowingEventRequestEncryptionAdapter.m
[1/107] Compiling GrowingModule_ImpressionTrack UIView+GrowingImpressionInternal.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/107] Copying PrivacyInfo.xcprivacy
[2/107] Write sources
In file included from /host/spi-builder-workspace/GrowingTrackerCore/Utils/UserIdentifier/GrowingUserIdentifier.m:20:
/host/spi-builder-workspace/GrowingTrackerCore/Utils/UserIdentifier/GrowingUserIdentifier.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/107] Compiling GrowingUserIdentifier.m
In file included from /host/spi-builder-workspace/GrowingTrackerCore/Utils/GrowingKeyChainWrapper.m:20:
/host/spi-builder-workspace/GrowingTrackerCore/Utils/GrowingKeyChainWrapper.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/107] Compiling GrowingKeyChainWrapper.m
In file included from /host/spi-builder-workspace/GrowingTrackerCore/Utils/GrowingDynamicProxy.m:20:
/host/spi-builder-workspace/GrowingTrackerCore/Public/GrowingDynamicProxy.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/107] Compiling GrowingDynamicProxy.m
In file included from /host/spi-builder-workspace/GrowingTrackerCore/Timer/GrowingEventTimer.m:20:
/host/spi-builder-workspace/GrowingTrackerCore/Timer/GrowingEventTimer.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/107] Compiling GrowingEventTimer.m
In file included from /host/spi-builder-workspace/GrowingTrackerCore/Utils/GrowingArgumentChecker.m:20:
/host/spi-builder-workspace/GrowingTrackerCore/Utils/GrowingArgumentChecker.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/107] Compiling GrowingArgumentChecker.m
In file included from /host/spi-builder-workspace/GrowingTrackerCore/Utils/GrowingDeviceInfo.m:20:
/host/spi-builder-workspace/GrowingTrackerCore/Utils/GrowingDeviceInfo.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/107] Compiling GrowingDeviceInfo.m
In file included from /host/spi-builder-workspace/GrowingTracker/GrowingTracker.m:20:
In file included from /host/spi-builder-workspace/GrowingTracker/GrowingTracker.h:20:
/host/spi-builder-workspace/GrowingTrackerCore/Public/GrowingAttributesBuilder.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/107] Compiling GrowingTracker_Objc GrowingTracker.m
[3/107] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux