The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build GrowingAnalytics, reference master (00a375), with Swift 6.1 for Linux on 25 Apr 2025 19:25:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/growingio/growingio-sdk-ios-autotracker.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/growingio/growingio-sdk-ios-autotracker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 00a3755 fix: ANLSPI-26449 move to Xcode 16 (#342)
Cloned https://github.com/growingio/growingio-sdk-ios-autotracker.git
Revision (git rev-parse @):
00a3755b31aaa172ffdb34c54370af33eded2399
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/growingio/growingio-sdk-ios-autotracker.git at master
========================================
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.3",
            "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/NSNotificationCenter+GrowingAutotracker.m",
        "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-4606859-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/growingio/growingio-sdk-ios-utilities.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/growingio/growingio-sdk-ios-performance-ext.git
[1/710] Fetching growingio-sdk-ios-performance-ext
[371/1064] Fetching growingio-sdk-ios-performance-ext, growingio-sdk-ios-utilities
[874/39568] Fetching growingio-sdk-ios-performance-ext, growingio-sdk-ios-utilities, swift-protobuf
Fetched https://github.com/growingio/growingio-sdk-ios-utilities.git from cache (1.70s)
Fetched https://github.com/growingio/growingio-sdk-ios-performance-ext.git from cache (1.73s)
[28878/38504] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (4.70s)
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.1 (6.93s)
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 (0.50s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.51s)
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.1
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.29.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
In file included from /host/spi-builder-workspace/Services/JSON/GrowingEventJSONPersistence.m:20:
/host/spi-builder-workspace/Services/JSON/GrowingEventJSONPersistence.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/Services/Encryption/GrowingDataEncoder.m:20:
/host/spi-builder-workspace/Services/Encryption/GrowingDataEncoder.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/107] Compiling GrowingService_Encryption GrowingDataEncoder.m
[1/107] Compiling GrowingService_JSON GrowingEventJSONPersistence.m
In file included from /host/spi-builder-workspace/Services/Compression/GrowingDataCompression.m:20:
/host/spi-builder-workspace/Services/Compression/GrowingDataCompression.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/107] Compiling GrowingService_Compression GrowingDataCompression.m
In file included from /host/spi-builder-workspace/Services/Network/GrowingNetworkManager.m:20:
/host/spi-builder-workspace/Services/Network/GrowingNetworkManager.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/107] Compiling GrowingService_Network GrowingNetworkManager.m
In file included from /host/spi-builder-workspace/GrowingTrackerCore/Thirdparty/Logger/GrowingLog.m:35:
/host/spi-builder-workspace/GrowingTrackerCore/Thirdparty/Logger/GrowingLog.h:16:9: fatal error: 'Foundation/Foundation.h' file not found
   16 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/107] Compiling GrowingLog.m
In file included from /host/spi-builder-workspace/Modules/Advertising/AppleSearchAds/GrowingAsaFetcher.m:20:
/host/spi-builder-workspace/Modules/Advertising/AppleSearchAds/GrowingAsaFetcher.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/107] Compiling GrowingAsaFetcher.m
In file included from /host/spi-builder-workspace/Services/JSON/GrowingEventJSONDatabase.m:20:
/host/spi-builder-workspace/Services/JSON/GrowingEventJSONDatabase.h:20:9: fatal error: 'Foundation/Foundation.h' file not found
   20 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/107] Compiling GrowingService_JSON GrowingEventJSONDatabase.m
[1/107] Compiling GrowingLZ4.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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] Write sources
[2/107] Copying PrivacyInfo.xcprivacy
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.
[4/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.
[4/107] Compiling GrowingKeyChainWrapper.m
[4/107] Compiling GrowingEventTimer.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[4/107] Compiling GrowingDeviceInfo.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[4/107] Compiling GrowingDynamicProxy.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[4/107] Compiling GrowingArgumentChecker.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.
[4/107] Compiling GrowingTracker_Objc GrowingTracker.m
[4/107] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux