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 IterableSDK, reference 6.6.0-beta3 (0743ab), with Swift 6.0 for Linux on 19 Apr 2025 16:54:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Iterable/iterable-swift-sdk.git
Reference: 6.6.0-beta3
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/Iterable/iterable-swift-sdk
 * tag               6.6.0-beta3 -> FETCH_HEAD
HEAD is now at 0743abd [MOB-10929] updates changelog and version numbers (#901)
Cloned https://github.com/Iterable/iterable-swift-sdk.git
Revision (git rev-parse @):
0743abdaeed48f4897f3f538511a6431b18cc0fe
SUCCESS checkout https://github.com/Iterable/iterable-swift-sdk.git at 6.6.0-beta3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Iterable/iterable-swift-sdk.git
https://github.com/Iterable/iterable-swift-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IterableSDK",
  "name" : "IterableSDK",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "IterableSDK",
      "targets" : [
        "IterableSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IterableAppExtensions",
      "targets" : [
        "IterableAppExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IterableSDK",
      "module_type" : "SwiftTarget",
      "name" : "IterableSDK",
      "path" : "swift-sdk",
      "product_memberships" : [
        "IterableSDK"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/swift-sdk/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/swift-sdk/Resources/IterableDataModel.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/swift-sdk/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/swift-sdk/Resources/anoncriteria_response.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/swift-sdk/ui-components/uikit/IterableEmbeddedView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/swift-sdk/ui-components/uikit/SampleInboxCell.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Constants.swift",
        "Core/Models/CommerceItem.swift",
        "Core/Models/IterableAction.swift",
        "Core/Models/IterableActionContext.swift",
        "Core/Models/IterableAttributionInfo.swift",
        "Core/Models/IterableEmbeddedMessage.swift",
        "Core/Models/IterableInAppMessage.swift",
        "Core/Models/IterablePushNotificationMetadata.swift",
        "Core/Models/RetryPolicy.swift",
        "Core/Protocols/IterableAuthManagerProtocol.swift",
        "Core/Protocols/IterableEmbeddedManagerProtocol.swift",
        "Core/Protocols/IterableEmbeddedUpdateDelegate.swift",
        "Core/Protocols/IterableInAppManagerProtocol.swift",
        "Core/Protocols/IterableInboxViewControllerViewDelegate.swift",
        "Core/Utilities/AuthFailure.swift",
        "Core/Utilities/AuthFailureReason.swift",
        "Internal/APNSTypeChecker.swift",
        "Internal/ActionRunner.swift",
        "Internal/AnonymousUserManager+Functions.swift",
        "Internal/AnonymousUserManager.swift",
        "Internal/AnonymousUserManagerProtocol.swift",
        "Internal/AnonymousUserMerge.swift",
        "Internal/AppExtensionHelper.swift",
        "Internal/Auth.swift",
        "Internal/AuthManager.swift",
        "Internal/ClassExtensions.swift",
        "Internal/CoreDataUtil.swift",
        "Internal/DataFieldsHelper.swift",
        "Internal/DateProvider.swift",
        "Internal/DeepLinkManager.swift",
        "Internal/Dwifft/AbstractDiffCalculator.swift",
        "Internal/Dwifft/Dwifft+UIKit.swift",
        "Internal/Dwifft/Dwifft.swift",
        "Internal/Dwifft/SectionedValues.swift",
        "Internal/EmbeddedHelper.swift",
        "Internal/EmbeddedMessagingProcessor.swift",
        "Internal/EmbeddedMessagingSerialization.swift",
        "Internal/EmbeddedSessionManager.swift",
        "Internal/EmptyEmbeddedManager.swift",
        "Internal/EmptyInAppManager.swift",
        "Internal/HealthMonitor.swift",
        "Internal/InboxImpressionTracker.swift",
        "Internal/InboxMessageViewModel.swift",
        "Internal/InboxSessionManager.swift",
        "Internal/InboxState.swift",
        "Internal/InboxViewControllerViewModel.swift",
        "Internal/InboxViewControllerViewModelProtocol.swift",
        "Internal/InboxViewControllerViewModelView.swift",
        "Internal/InternalIterableAPI.swift",
        "Internal/InternalIterableAppIntegration.swift",
        "Internal/IterableAPICallRequest.swift",
        "Internal/IterableAPICallTaskProcessor.swift",
        "Internal/IterableAPIMobileFrameworkDetector.swift",
        "Internal/IterableCoreDataPersistence.swift",
        "Internal/IterableEmbeddedManager.swift",
        "Internal/IterableHtmlMessageViewController.swift",
        "Internal/IterableIdentityResolution.swift",
        "Internal/IterableInboxCell+Layout.swift",
        "Internal/IterableNotifications.swift",
        "Internal/IterablePersistence.swift",
        "Internal/IterableRequest.swift",
        "Internal/IterableRequestUtil.swift",
        "Internal/IterableTask.swift",
        "Internal/IterableTaskError.swift",
        "Internal/IterableTaskManagedObject.swift",
        "Internal/IterableTaskProcessor.swift",
        "Internal/IterableTaskResult.swift",
        "Internal/IterableTaskRunner.swift",
        "Internal/IterableTaskScheduler.swift",
        "Internal/IterableUserDefaults.swift",
        "Internal/MiscEmbeddedClasses.swift",
        "Internal/MiscInboxClasses.swift",
        "Internal/Models.swift",
        "Internal/Network/NetworkConnectivityChecker.swift",
        "Internal/Network/NetworkConnectivityManager.swift",
        "Internal/Network/NetworkHelper.swift",
        "Internal/Network/NetworkMonitor.swift",
        "Internal/Network/NetworkSession.swift",
        "Internal/Pending.swift",
        "Internal/RequestHandlerProtocol.swift",
        "Internal/RequestProcessorUtil.swift",
        "Internal/RequestSender.swift",
        "Internal/Utilities/DependencyContainer.swift",
        "Internal/Utilities/DependencyContainerProtocol.swift",
        "Internal/Utilities/IterableLogUtil.swift",
        "Internal/Utilities/IterableUtil.swift",
        "Internal/Utilities/Keychain/IterableKeychain.swift",
        "Internal/Utilities/Keychain/KeychainWrapper.swift",
        "Internal/Utilities/LocalStorage.swift",
        "Internal/Utilities/LocalStorageProtocol.swift",
        "Internal/Utilities/NotificationHelper.swift",
        "Internal/Utilities/OrderedDictionary.swift",
        "Internal/Utilities/PersistenceHelper.swift",
        "Internal/Utilities/ResourceHelper.swift",
        "Internal/Utilities/UIColor+Extension.swift",
        "Internal/Utilities/WebViewProtocol.swift",
        "Internal/api-client/ApiClient.swift",
        "Internal/api-client/ApiClientProtocol.swift",
        "Internal/api-client/Request/OfflineRequestProcessor.swift",
        "Internal/api-client/Request/OnlineRequestProcessor.swift",
        "Internal/api-client/Request/RequestCreator.swift",
        "Internal/api-client/Request/RequestHandler.swift",
        "Internal/api-client/Request/RequestProcessorProtocol.swift",
        "Internal/in-app/InAppCalculations.swift",
        "Internal/in-app/InAppContentParser.swift",
        "Internal/in-app/InAppDisplayer.swift",
        "Internal/in-app/InAppHelper.swift",
        "Internal/in-app/InAppInternal.swift",
        "Internal/in-app/InAppManager+Functions.swift",
        "Internal/in-app/InAppManager.swift",
        "Internal/in-app/InAppMessageParser.swift",
        "Internal/in-app/InAppPersistence.swift",
        "Internal/in-app/InAppPresenter.swift",
        "IterableTokenGenerator.swift",
        "SDK/IterableAPI.swift",
        "SDK/IterableAppIntegration.swift",
        "SDK/IterableConfig.swift",
        "SDK/IterableLogging.swift",
        "SDK/IterableMessaging.swift",
        "ui-components/swiftui/InboxViewRepresentable.swift",
        "ui-components/swiftui/IterableInboxView.swift",
        "ui-components/uikit/IterableEmbeddedView.swift",
        "ui-components/uikit/IterableInboxCell.swift",
        "ui-components/uikit/IterableInboxNavigationViewController.swift",
        "ui-components/uikit/IterableInboxViewController.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IterableAppExtensions",
      "module_type" : "SwiftTarget",
      "name" : "IterableAppExtensions",
      "path" : "notification-extension",
      "product_memberships" : [
        "IterableAppExtensions"
      ],
      "sources" : [
        "ITBNotificationServiceExtension.swift",
        "NotificationContentParser.swift",
        "NotificationExtensionConstants.swift",
        "TestFile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/9] Write sources
[1/9] Copying anoncriteria_response.json
[1/9] Copying PrivacyInfo.xcprivacy
[3/9] Copying IterableEmbeddedView.xib
[4/9] Copying SampleInboxCell.xib
[5/9] Write sources
[6/9] Copying Assets.xcassets
[7/9] Copying IterableDataModel.xcdatamodeld
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/126] Emitting module IterableSDK
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[11/141] Compiling IterableSDK InAppPersistence.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[12/141] Compiling IterableSDK InAppPresenter.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[13/141] Compiling IterableSDK IterableTokenGenerator.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[14/141] Compiling IterableSDK IterableAPI.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[15/141] Compiling IterableSDK IterableAppIntegration.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[16/141] Compiling IterableSDK IterableConfig.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[17/141] Compiling IterableSDK IterableLogging.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[18/141] Compiling IterableSDK IterableMessaging.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[19/141] Compiling IterableSDK InboxViewRepresentable.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[20/141] Compiling IterableSDK IterableInboxView.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[21/141] Compiling IterableSDK IterableEmbeddedView.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[22/141] Compiling IterableSDK IterableInboxCell.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[23/141] Compiling IterableSDK IterableInboxNavigationViewController.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[24/141] Compiling IterableSDK IterableInboxViewController.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[25/141] Compiling IterableSDK resource_bundle_accessor.swift
/host/spi-builder-workspace/swift-sdk/Core/Models/CommerceItem.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 |
  7 | /// `CommerceItem` represents a product
[26/141] Compiling IterableAppExtensions TestFile.swift
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
[27/141] Compiling IterableAppExtensions NotificationExtensionConstants.swift
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
[28/141] Compiling IterableAppExtensions ITBNotificationServiceExtension.swift
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/141] Emitting module IterableAppExtensions
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
[30/141] Compiling IterableAppExtensions NotificationContentParser.swift
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/58] Compiling IterableAppExtensions NotificationExtensionConstants.swift
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
[3/58] Compiling IterableAppExtensions TestFile.swift
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
[4/118] Compiling IterableAppExtensions ITBNotificationServiceExtension.swift
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/118] Emitting module IterableAppExtensions
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
[6/118] Compiling IterableAppExtensions NotificationContentParser.swift
/host/spi-builder-workspace/notification-extension/ITBNotificationServiceExtension.swift:5:8: error: no such module 'UserNotifications'
  3 | //
  4 |
  5 | import UserNotifications
    |        `- error: no such module 'UserNotifications'
  6 |
  7 | public protocol ITBNotificationServiceExtensionDelegate {
BUILD FAILURE 6.0 linux