The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Split, reference 3.8.0-rc1 (b4411f), with Swift 6.1 for Android on 25 Feb 2026 19:24:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/splitio/ios-client.git
Reference: 3.8.0-rc1
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/splitio/ios-client
 * tag               3.8.0-rc1  -> FETCH_HEAD
HEAD is now at b4411fc Merge pull request #841 from splitio/release/3.8.0-rc1
Cloned https://github.com/splitio/ios-client.git
Revision (git rev-parse @):
b4411fc79180146a9d372c40beb8f48f4440a534
SUCCESS checkout https://github.com/splitio/ios-client.git at 3.8.0-rc1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/splitio/ios-client.git
https://github.com/splitio/ios-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Split",
  "name" : "Split",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Split",
      "targets" : [
        "Split"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SplitCommons",
      "targets" : [
        "Logging",
        "Http",
        "BackoffCounter",
        "PeriodicRecorderWorker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Split",
      "module_type" : "SwiftTarget",
      "name" : "Split",
      "path" : "Split",
      "product_memberships" : [
        "Split"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Split/Storage/split_cache.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Api/CertificatePinningConfig.swift",
        "Api/DefaultSplitClient.swift",
        "Api/DefaultSplitFactory.swift",
        "Api/DefaultSplitFactoryBuilder.swift",
        "Api/DefaultSplitManager.swift",
        "Api/Destroyable.swift",
        "Api/EvaluationOptions.swift",
        "Api/FailHelpers.swift",
        "Api/FilterBuilder.swift",
        "Api/FlagSetsValidator.swift",
        "Api/InternalSplitClient.swift",
        "Api/LocalhostSplitClient.swift",
        "Api/LocalhostSplitFactory.swift",
        "Api/RolloutCacheConfiguration.swift",
        "Api/SplitApiFacade.swift",
        "Api/SplitCertPinningAuthenticator.swift",
        "Api/SplitClient.swift",
        "Api/SplitClientConfig.swift",
        "Api/SplitClientManager.swift",
        "Api/SplitDatabaseHelper.swift",
        "Api/SplitEncryptionLevel.swift",
        "Api/SplitError.swift",
        "Api/SplitFactory.swift",
        "Api/SplitFactoryBuilder.swift",
        "Api/SplitFilter.swift",
        "Api/SplitHttpsAuthenticator.swift",
        "Api/SplitLocalhostDataSource.swift",
        "Api/SplitLogLevel.swift",
        "Api/SplitManager.swift",
        "Api/SplitResult.swift",
        "Api/SplitView.swift",
        "Api/SyncConfig.swift",
        "Api/TelemetryConfigHelper.swift",
        "Api/TrackerAdapters.swift",
        "Api/UserConsentManager.swift",
        "Common/Config/UserConsent.swift",
        "Common/Extensions/Array+Chunked.swift",
        "Common/Extensions/Array+DynamicCodable.swift",
        "Common/Extensions/Array+asSet.swift",
        "Common/Extensions/Bundle+Finder.swift",
        "Common/Extensions/Bundle+Name.swift",
        "Common/Extensions/Data+StringRepresentation.swift",
        "Common/Extensions/Date+Utils.swift",
        "Common/Extensions/Dictionary+DynamicCodable.swift",
        "Common/Extensions/Dictionary+Extensions.swift",
        "Common/Extensions/Dictionary+JSON.swift",
        "Common/Extensions/Int+Extension.swift",
        "Common/Extensions/Set+Extension.swift",
        "Common/Extensions/SplitView+StringConvertible.swift",
        "Common/Extensions/String+Utils.swift",
        "Common/Extensions/UInt64+bits.swift",
        "Common/ServiceConstants.swift",
        "Common/Structs/ConcurrentArrayQueue.swift",
        "Common/Structs/ConcurrentDictionary.swift",
        "Common/Structs/ConcurrentDictionaryList.swift",
        "Common/Structs/ConcurrentSet.swift",
        "Common/Structs/KeyStorage.swift",
        "Common/Structs/LRUCache.swift",
        "Common/Structs/SynchronizedDictionary.swift",
        "Common/Structs/SynchronizedDictionaryComposed.swift",
        "Common/Structs/SynchronizedDictionarySet.swift",
        "Common/Structs/SynchronizedList.swift",
        "Common/Utils/Atomic.swift",
        "Common/Utils/Base64Utils.swift",
        "Common/Utils/CastUtils.swift",
        "Common/Utils/Cipher.swift",
        "Common/Utils/CompressionUtil.swift",
        "Common/Utils/DbCipher.swift",
        "Common/Utils/DbEncryptionManager.swift",
        "Common/Utils/FileUtil.swift",
        "Common/Utils/InfoUtils.swift",
        "Common/Utils/Logger.swift",
        "Common/Utils/NotificationsHelper.swift",
        "Common/Utils/PeriodicTaskManager.swift",
        "Common/Utils/Spec.swift",
        "Common/Utils/SplitHelper.swift",
        "Common/Utils/Stopwatch.swift",
        "Common/Utils/ThreadUtils.swift",
        "Common/Utils/Version.swift",
        "Common/Validators/AnyValueValidator.swift",
        "Common/Validators/ApiKeyValidator.swift",
        "Common/Validators/EventValidator.swift",
        "Common/Validators/FactoryMonitor.swift",
        "Common/Validators/KeyValidator.swift",
        "Common/Validators/PropertyValidator.swift",
        "Common/Validators/SplitValidator.swift",
        "Common/Validators/ValidationConfig.swift",
        "Common/Validators/ValidationErrorInfo.swift",
        "Common/Validators/ValidatorMessageLogger.swift",
        "Common/Yaml/YAMLOperators.swift",
        "Common/Yaml/YAMLParser.swift",
        "Common/Yaml/YAMLRegex.swift",
        "Common/Yaml/YAMLResult.swift",
        "Common/Yaml/YAMLTokenizer.swift",
        "Common/Yaml/Yaml.swift",
        "Engine/Constants/SplitConstants.swift",
        "Engine/DefaultTreatmentManager.swift",
        "Engine/Evaluator.swift",
        "Engine/EvaluatorError.swift",
        "Engine/FallbackTreatments/FallbackSanitizer.swift",
        "Engine/FallbackTreatments/FallbackTreatments.swift",
        "Engine/FallbackTreatments/FallbackTreatmentsCalculator.swift",
        "Engine/Hashing/LegacyHash.swift",
        "Engine/Hashing/Murmur3Hash.swift",
        "Engine/Hashing/Murmur64x128.swift",
        "Engine/Partition.swift",
        "Engine/Splitter.swift",
        "Engine/TreatmentManager.swift",
        "Events/EventsManagerCoordinator.swift",
        "Events/SplitEvent.swift",
        "Events/SplitEventActionTask.swift",
        "Events/SplitEventTask.swift",
        "Events/SplitEventsManager.swift",
        "Events/SplitInternalEvent.swift",
        "Events/SplitMetadata.swift",
        "FetcherEngine/HttpMySegmentsFetcher.swift",
        "FetcherEngine/HttpSplitFetcher.swift",
        "FetcherEngine/Recorder/EventsRecorder.swift",
        "FetcherEngine/Recorder/EventsRecorderWorker.swift",
        "FetcherEngine/Recorder/ImpressionsCountRecorder.swift",
        "FetcherEngine/Recorder/ImpressionsCountRecorderWorker.swift",
        "FetcherEngine/Recorder/ImpressionsRecorder.swift",
        "FetcherEngine/Recorder/ImpressionsRecorderWorker.swift",
        "FetcherEngine/Recorder/RecorderWorker.swift",
        "FetcherEngine/Recorder/TelemetryConfigRecorder.swift",
        "FetcherEngine/Recorder/TelemetryConfigRecorderWorker.swift",
        "FetcherEngine/Recorder/TelemetryStatsRecorder.swift",
        "FetcherEngine/Recorder/TelemetryStatsRecorderWorker.swift",
        "FetcherEngine/Recorder/UniqueKeysRecorder.swift",
        "FetcherEngine/Recorder/UniqueKeysRecorderWorker.swift",
        "FetcherEngine/Refresh/BackgroundSyncWorker.swift",
        "FetcherEngine/Refresh/ChangesChecker.swift",
        "FetcherEngine/Refresh/EmptyMySegmentsStorage.swift",
        "FetcherEngine/Refresh/PeriodicSyncWorker.swift",
        "FetcherEngine/Refresh/QueryableMySegmentsFetcher.swift",
        "FetcherEngine/Refresh/RetryableSegmentsSyncWorker.swift",
        "FetcherEngine/Refresh/RetryableSyncWorker.swift",
        "FetcherEngine/Refresh/SplitBgSynchronizer.swift",
        "FetcherEngine/Refresh/SplitsSyncHelper.swift",
        "FetcherEngine/SyncHelper.swift",
        "Impressions/DecoratedImpression.swift",
        "Impressions/DefaultImpressionsObserver.swift",
        "Impressions/HashedImpression.swift",
        "Impressions/Impression.swift",
        "Impressions/ImpressionsConstants.swift",
        "Impressions/ImpressionsCount.swift",
        "Impressions/ImpressionsCountEntity.swift",
        "Impressions/ImpressionsCountPerFeature.swift",
        "Impressions/ImpressionsCounter.swift",
        "Impressions/ImpressionsTest.swift",
        "Impressions/KeyImpression.swift",
        "Impressions/UniqueKey.swift",
        "Impressions/UniqueKeys.swift",
        "Initialization/RolloutCacheManager.swift",
        "Initialization/SplitComponentCatalog.swift",
        "Initialization/SplitComponentFactory.swift",
        "Localhost/LocalhostApiDataSource.swift",
        "Localhost/LocalhostClientManager.swift",
        "Localhost/LocalhostFileDataSource.swift",
        "Localhost/LocalhostSplitsParser.swift",
        "Localhost/LocalhostSplitsStorage.swift",
        "Localhost/LocalhostSynchronizer.swift",
        "Localhost/SpaceDelimitedLocalhostSplitsParser.swift",
        "Localhost/YamlLocalhostSplitsParser.swift",
        "Matchers/AllKeysMatcher.swift",
        "Matchers/BaseMatcher.swift",
        "Matchers/BetweenMatcher.swift",
        "Matchers/ContainsAllOfSetMatcher.swift",
        "Matchers/ContainsAnyOfSetMatcher.swift",
        "Matchers/ContainsStringMatcher.swift",
        "Matchers/DataType/DateTime.swift",
        "Matchers/DependencyMatcher.swift",
        "Matchers/EndsWithMatcher.swift",
        "Matchers/EqualToBooleanMatcher.swift",
        "Matchers/EqualToMatcher.swift",
        "Matchers/EqualToSetMatcher.swift",
        "Matchers/GreaterThanOrEqualToMatcher.swift",
        "Matchers/InRuleBasedSegmentMatcher.swift",
        "Matchers/InSegmentMatcher.swift",
        "Matchers/LessThanOrEqualToMatcher.swift",
        "Matchers/MatchesStringMatcher.swift",
        "Matchers/PartOfSetMatcher.swift",
        "Matchers/PrerequisitesMatcher.swift",
        "Matchers/Semver/BetweenSemverMatcher.swift",
        "Matchers/Semver/EqualToSemverMatcher.swift",
        "Matchers/Semver/GreaterThanOrEqualToSemverMatcher.swift",
        "Matchers/Semver/InListSemverMatcher.swift",
        "Matchers/Semver/LessThanOrEqualToSemverMatcher.swift",
        "Matchers/Semver/Semver.swift",
        "Matchers/StartWithMatcher.swift",
        "Matchers/Whitelist.swift",
        "Models/BetweenMatcherData.swift",
        "Models/BetweenStringMatcherData.swift",
        "Models/Condition.swift",
        "Models/ConditionType.swift",
        "Models/DataType.swift",
        "Models/DependencyMatcherData.swift",
        "Models/Extensions/SplitModels+StringConvertible.swift",
        "Models/Key.swift",
        "Models/KeySelector.swift",
        "Models/Matcher.swift",
        "Models/MatcherCombiner.swift",
        "Models/MatcherGroup.swift",
        "Models/MatcherProtocol.swift",
        "Models/MatcherType.swift",
        "Models/Segment.swift",
        "Models/SplitModel/RuleBasedSegmentChange.swift",
        "Models/SplitModel/Split.swift",
        "Models/SplitModel/SplitBase.swift",
        "Models/SplitModel/SplitChange.swift",
        "Models/SplitModel/TargetingRulesChange.swift",
        "Models/SplitModel/TargetingRulesChangeDecoder.swift",
        "Models/Status.swift",
        "Models/TrafficType.swift",
        "Models/Treatment.swift",
        "Models/UnaryNumericMatcherData.swift",
        "Models/UserDefinedSegmentMatcherData.swift",
        "Models/WhitelistMatcherData.swift",
        "ModuleConnectors/BackoffCounterConnector.swift",
        "ModuleConnectors/HttpConnector.swift",
        "ModuleConnectors/PeriodicRecorderWorkerConnector.swift",
        "ModuleConnectors/TrackerConnector.swift",
        "Network/Configuration/RestClientConfiguration.swift",
        "Network/DataParsing/Json.swift",
        "Network/Endpoints/EndpointFactory.swift",
        "Network/Endpoints/ServiceEndpoints.swift",
        "Network/Errors/GenericError.swift",
        "Network/HttpAdapters.swift",
        "Network/HttpClient/OutdatedSplitProxyHandler.swift",
        "Network/HttpResultWrapper.swift",
        "Network/NetworkReachabilityManager.swift",
        "Network/RestClient/RestClient+Impressions.swift",
        "Network/RestClient/RestClient+ImpressionsCount.swift",
        "Network/RestClient/RestClient+MySegments.swift",
        "Network/RestClient/RestClient+SplitChanges.swift",
        "Network/RestClient/RestClient+SseAuthenticator.swift",
        "Network/RestClient/RestClient+TelemetryConfig.swift",
        "Network/RestClient/RestClient+TelemetryStats.swift",
        "Network/RestClient/RestClient+TrackEvents.swift",
        "Network/RestClient/RestClient+UniqueKeys.swift",
        "Network/RestClient/RestClient.swift",
        "Network/Results/AllSegmentsChange.swift",
        "Network/Results/DataResult.swift",
        "Network/Results/SegmentsChange.swift",
        "Network/Streaming/DefaultSseNotificationParser.swift",
        "Network/Streaming/EventStreamParser.swift",
        "Network/Streaming/FeatureFlagsPayloadDecoder.swift",
        "Network/Streaming/JwtTokenParser.swift",
        "Network/Streaming/MySegmentsPayloadDecoder.swift",
        "Network/Streaming/NotificationManagerKeeper.swift",
        "Network/Streaming/PushNotificationManager.swift",
        "Network/Streaming/RetryableSplitsUpdateWorkerFactory.swift",
        "Network/Streaming/SegmentsPayloadDecoder.swift",
        "Network/Streaming/SseAuthenticator.swift",
        "Network/Streaming/SseClient.swift",
        "Network/Streaming/SseClientFactory.swift",
        "Network/Streaming/SseConnectionHandler.swift",
        "Network/Streaming/SseHandler.swift",
        "Network/Streaming/SseNotificationProcessor.swift",
        "Network/Streaming/SseNotifications.swift",
        "Network/Streaming/SyncEventBroadcaster.swift",
        "Network/Streaming/SyncSegmentsUpdateWorker.swift",
        "Network/Streaming/SyncUpdateWorker.swift",
        "Network/Streaming/Timers.swift",
        "Network/Sync/ByKeyFacade.swift",
        "Network/Sync/EventsSynchronizer.swift",
        "Network/Sync/FeatureFlagsSynchronizer.swift",
        "Network/Sync/ImpressionsTracker.swift",
        "Network/Sync/MySegmentsSynchronizer.swift",
        "Network/Sync/SyncCommons.swift",
        "Network/Sync/SyncGuardian.swift",
        "Network/Sync/SyncManager.swift",
        "Network/Sync/SyncManagerBuilder.swift",
        "Network/Sync/Synchronizer.swift",
        "Network/Sync/TelemetrySynchronizer.swift",
        "Network/Sync/UniqueKeyTracker.swift",
        "Secure/SecureDataStore.swift",
        "Splitlib/Splitlib.swift",
        "Storage/Attributes/AttributeEntity.swift",
        "Storage/Attributes/AttributeMap.swift",
        "Storage/Attributes/AttributesDao.swift",
        "Storage/Attributes/AttributesStorage.swift",
        "Storage/Attributes/ByKeyAttributesStorage.swift",
        "Storage/Attributes/OneKeyAttributesStorage.swift",
        "Storage/Attributes/OneKeyPersistentAttributesStorage.swift",
        "Storage/Attributes/PersistentAttributesStorage.swift",
        "Storage/CoreDataContextBuilder.swift",
        "Storage/CoreDataHelper.swift",
        "Storage/DefaultFileStorage.swift",
        "Storage/Events/EventDao.swift",
        "Storage/Events/EventEntity.swift",
        "Storage/Events/EventsStorage.swift",
        "Storage/Events/PersistentEventsStorage.swift",
        "Storage/FileStorage.swift",
        "Storage/GeneralInfo/GeneralInfoDao.swift",
        "Storage/GeneralInfo/GeneralInfoEntity.swift",
        "Storage/GeneralInfo/GeneralInfoStorage.swift",
        "Storage/Global/GlobalSecureStorage.swift",
        "Storage/Global/KeyValueStorage.swift",
        "Storage/HashedImpression/HashedImpressionDao.swift",
        "Storage/HashedImpression/HashedImpressionEntity.swift",
        "Storage/HashedImpression/HashedImpressionStorage.swift",
        "Storage/HashedImpression/PersistentHashedImpressionsStorage.swift",
        "Storage/Impressions/ImpressionDao.swift",
        "Storage/Impressions/ImpressionEntity.swift",
        "Storage/Impressions/ImpressionsCountDao.swift",
        "Storage/Impressions/ImpressionsMode.swift",
        "Storage/Impressions/ImpressionsStorage.swift",
        "Storage/Impressions/PersistentImpressionsCountStorage.swift",
        "Storage/Impressions/PersistentImpressionsStorage.swift",
        "Storage/LegacyStorageCleaner.swift",
        "Storage/MySegments/ByKeyMySegmentsStorage.swift",
        "Storage/MySegments/MyLargeSegmentsStorage.swift",
        "Storage/MySegments/MySegmentEntity.swift",
        "Storage/MySegments/MySegmentsDao.swift",
        "Storage/MySegments/MySegmentsStorage.swift",
        "Storage/MySegments/PersistentMySegmentsStorage.swift",
        "Storage/PersistenceBreaker.swift",
        "Storage/RolloutDefinitionsCache.swift",
        "Storage/RuleBasedSegments/PersistentRuleBasedSegmentsStorage.swift",
        "Storage/RuleBasedSegments/ProcessedRuleBasedSegmentChange.swift",
        "Storage/RuleBasedSegments/RuleBasedSegment.swift",
        "Storage/RuleBasedSegments/RuleBasedSegmentDao.swift",
        "Storage/RuleBasedSegments/RuleBasedSegmentEntity.swift",
        "Storage/RuleBasedSegments/RuleBasedSegmentsDecoder.swift",
        "Storage/RuleBasedSegments/RuleBasedSegmentsEncoder.swift",
        "Storage/RuleBasedSegments/RuleBasedSegmentsStorage.swift",
        "Storage/SplitDatabase.swift",
        "Storage/Splits/FlagSetsCache.swift",
        "Storage/Splits/PersistentSplitsStorage.swift",
        "Storage/Splits/ProcessedSplitChange.swift",
        "Storage/Splits/SplitDao.swift",
        "Storage/Splits/SplitEntity.swift",
        "Storage/Splits/SplitsDecoder.swift",
        "Storage/Splits/SplitsEncoder.swift",
        "Storage/Splits/SplitsSnapshot.swift",
        "Storage/Splits/SplitsStorage.swift",
        "Storage/StorageHelper.swift",
        "Storage/UniqueKeys/PersistentUniqueKeysStorage.swift",
        "Storage/UniqueKeys/UniqueKeyDao.swift",
        "Storage/UniqueKeys/UniqueKeyEntity.swift",
        "Telemetry/LatencyCounter.swift",
        "Telemetry/Storage/TelemetryConfig.swift",
        "Telemetry/Storage/TelemetryInMemoryStorage.swift",
        "Telemetry/Storage/TelemetryStats.swift",
        "Telemetry/Storage/TelemetryStorage.swift",
        "Track/Models/EventDTO.swift"
      ],
      "target_dependencies" : [
        "Http",
        "BackoffCounter",
        "Logging",
        "PeriodicRecorderWorker"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PeriodicRecorderWorkerTests",
      "module_type" : "SwiftTarget",
      "name" : "PeriodicRecorderWorkerTests",
      "path" : "Sources/PeriodicRecorderWorker/Tests",
      "sources" : [
        "PeriodicRecorderWorkerTest.swift"
      ],
      "target_dependencies" : [
        "PeriodicRecorderWorker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeriodicRecorderWorker",
      "module_type" : "SwiftTarget",
      "name" : "PeriodicRecorderWorker",
      "path" : "Sources/PeriodicRecorderWorker",
      "product_memberships" : [
        "Split",
        "SplitCommons"
      ],
      "sources" : [
        "PeriodicRecorderWorker.swift",
        "PeriodicTimer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingTests",
      "path" : "Sources/Logging/Tests",
      "sources" : [
        "LogPrinterStub.swift",
        "LoggingTests.swift"
      ],
      "target_dependencies" : [
        "Logging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Logging",
      "module_type" : "SwiftTarget",
      "name" : "Logging",
      "path" : "Sources/Logging",
      "product_memberships" : [
        "Split",
        "SplitCommons"
      ],
      "sources" : [
        "DateProvider.swift",
        "LogLevel.swift",
        "LogPrinter.swift",
        "Logger.swift",
        "Logging.swift",
        "TimeChecker.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HttpTests",
      "module_type" : "SwiftTarget",
      "name" : "HttpTests",
      "path" : "Sources/Http/Tests",
      "sources" : [
        "CertPinning/HostDomainFilterTests.swift",
        "EndpointTest.swift",
        "HttpDataRequestTest.swift",
        "HttpErrorTest.swift",
        "HttpRequestListTest.swift",
        "HttpResponseTest.swift",
        "HttpStreamRequestTest.swift",
        "Mocks/HttpRequestManagerMock.swift",
        "Mocks/HttpRequestMock.swift",
        "Mocks/HttpSessionMock.swift",
        "Mocks/HttpTaskMock.swift"
      ],
      "target_dependencies" : [
        "Http"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Http",
      "module_type" : "SwiftTarget",
      "name" : "Http",
      "path" : "Sources/Http",
      "product_memberships" : [
        "Split",
        "SplitCommons"
      ],
      "sources" : [
        "Endpoint.swift",
        "HostDomainFilter.swift",
        "HttpAuthenticator.swift",
        "HttpClient.swift",
        "HttpDataRequest.swift",
        "HttpDataResponse.swift",
        "HttpError.swift",
        "HttpNotificationHandler.swift",
        "HttpParameter.swift",
        "HttpParameters.swift",
        "HttpRequest.swift",
        "HttpRequestList.swift",
        "HttpRequestManager.swift",
        "HttpResponse.swift",
        "HttpSession.swift",
        "HttpStreamRequest.swift",
        "HttpStreamResponse.swift",
        "HttpTask.swift",
        "PublicKeyHeaders.swift",
        "TlsPinChecker.swift"
      ],
      "target_dependencies" : [
        "Logging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BackoffCounterTests",
      "module_type" : "SwiftTarget",
      "name" : "BackoffCounterTests",
      "path" : "Sources/BackoffCounter/Tests",
      "sources" : [
        "BackoffCounterTest.swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BackoffCounter",
      "module_type" : "SwiftTarget",
      "name" : "BackoffCounter",
      "path" : "Sources/BackoffCounter",
      "product_memberships" : [
        "Split",
        "SplitCommons"
      ],
      "sources" : [
        "BackoffCounter.swift",
        "BackoffCounterTimer.swift"
      ],
      "target_dependencies" : [
        "Logging"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/7] Write sources
[5/7] Copying split_cache.xcdatamodeld
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/17] Compiling Logging LogLevel.swift
[9/17] Compiling Logging Logging.swift
[10/17] Compiling Logging TimeChecker.swift
/host/spi-builder-workspace/Sources/Logging/TimeChecker.swift:13:28: warning: static property 'startTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 |         nonisolated(unsafe) private static var startTime: Int64 = 0
12 |     #else
13 |         private static var startTime: Int64 = 0
   |                            |- warning: static property 'startTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'startTime' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'startTime' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     #endif
15 |
[11/17] Emitting module Logging
/host/spi-builder-workspace/Sources/Logging/TimeChecker.swift:13:28: warning: static property 'startTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 |         nonisolated(unsafe) private static var startTime: Int64 = 0
12 |     #else
13 |         private static var startTime: Int64 = 0
   |                            |- warning: static property 'startTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'startTime' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'startTime' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |     #endif
15 |
[12/17] Compiling Logging DateProvider.swift
[13/17] Compiling Logging LogPrinter.swift
[14/17] Compiling Logging Logger.swift
[15/18] Emitting module PeriodicRecorderWorker
[16/18] Compiling PeriodicRecorderWorker PeriodicRecorderWorker.swift
[17/18] Compiling PeriodicRecorderWorker PeriodicTimer.swift
[20/41] Compiling Http HttpStreamResponse.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[21/41] Compiling Http HttpTask.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[22/41] Compiling Http HttpParameters.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[23/41] Compiling Http HttpRequest.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[24/41] Compiling Http HttpRequestList.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[25/43] Compiling Http HttpClient.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[26/43] Compiling Http HttpDataRequest.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[27/43] Compiling Http HttpDataResponse.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/43] Emitting module Http
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[29/43] Compiling Http HttpRequestManager.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[30/43] Compiling Http HttpResponse.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[31/43] Compiling Http Endpoint.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[32/43] Compiling Http HostDomainFilter.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[33/43] Compiling Http HttpAuthenticator.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[34/43] Compiling Http HttpSession.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[35/43] Compiling Http HttpStreamRequest.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[36/43] Compiling Http HttpError.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[37/43] Compiling Http HttpNotificationHandler.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[38/43] Compiling Http HttpParameter.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[39/43] Compiling BackoffCounter BackoffCounter.swift
[40/43] Compiling BackoffCounter BackoffCounterTimer.swift
[41/43] Emitting module BackoffCounter
[43/44] Compiling Http PublicKeyHeaders.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[44/44] Compiling Http TlsPinChecker.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/11] Compiling PeriodicRecorderWorker PeriodicTimer.swift
[3/11] Compiling PeriodicRecorderWorker PeriodicRecorderWorker.swift
[4/11] Emitting module PeriodicRecorderWorker
[5/12] Compiling Logging LogPrinter.swift
[6/12] Compiling Logging LogLevel.swift
[7/12] Emitting module Logging
[8/12] Compiling Logging DateProvider.swift
[10/12] Compiling Logging Logging.swift
[11/12] Compiling Logging Logger.swift
[12/12] Compiling Logging TimeChecker.swift
[14/35] Compiling Http Endpoint.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[15/35] Compiling Http HostDomainFilter.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[16/35] Compiling Http HttpAuthenticator.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/37] Emitting module Http
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[18/37] Compiling BackoffCounter BackoffCounter.swift
[19/37] Compiling BackoffCounter BackoffCounterTimer.swift
[20/37] Emitting module BackoffCounter
[21/38] Compiling Http HttpParameters.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[22/38] Compiling Http HttpRequest.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[23/38] Compiling Http HttpRequestList.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[24/38] Compiling Http HttpStreamResponse.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[25/38] Compiling Http HttpTask.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[26/38] Compiling Http HttpRequestManager.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[27/38] Compiling Http HttpResponse.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[28/38] Compiling Http HttpError.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[29/38] Compiling Http HttpNotificationHandler.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[30/38] Compiling Http HttpParameter.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[31/38] Compiling Http HttpSession.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[32/38] Compiling Http HttpStreamRequest.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[33/38] Compiling Http HttpClient.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[34/38] Compiling Http HttpDataRequest.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[35/38] Compiling Http HttpDataResponse.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[37/38] Compiling Http PublicKeyHeaders.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
[38/38] Compiling Http TlsPinChecker.swift
/host/spi-builder-workspace/Sources/Http/TlsPinChecker.swift:6:8: error: no such module 'CommonCrypto'
  4 |
  5 | import Foundation
  6 | import CommonCrypto
    |        `- error: no such module 'CommonCrypto'
  7 | #if !COCOAPODS
  8 | import Logging
BUILD FAILURE 6.1 android