The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DigiaEngage, reference 1.0.0 (11d408), with Swift 6.1 for macOS (SPM) on 21 Apr 2026 01:35:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Digia-Technology-Private-Limited/digia_engage_iOS.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Digia-Technology-Private-Limited/digia_engage_iOS
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 11d4089 Merge pull request #1 from Digia-Technology-Private-Limited/aditya/rn-changes
Cloned https://github.com/Digia-Technology-Private-Limited/digia_engage_iOS.git
Revision (git rev-parse @):
11d4089aed8b9cab8b8282a0d18ae460f7b95a95
SUCCESS checkout https://github.com/Digia-Technology-Private-Limited/digia_engage_iOS.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Digia-Technology-Private-Limited/digia_engage_iOS.git
https://github.com/Digia-Technology-Private-Limited/digia_engage_iOS.git
{
  "dependencies" : [
    {
      "identity" : "digia_expr_swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git"
    },
    {
      "identity" : "lottie-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/airbnb/lottie-spm.git"
    },
    {
      "identity" : "sdwebimageswiftui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/SDWebImageSwiftUI.git"
    },
    {
      "identity" : "sdwebimagesvgcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/SDWebImageSVGCoder.git"
    },
    {
      "identity" : "alerttoast",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elai950/AlertToast.git"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    }
  ],
  "manifest_display_name" : "DigiaEngage",
  "name" : "DigiaEngage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "DigiaEngage",
      "targets" : [
        "DigiaEngage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DigiaEngageTests",
      "module_type" : "SwiftTarget",
      "name" : "DigiaEngageTests",
      "path" : "Tests/DigiaEngageTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/DigiaEngageTests/Fixtures/app_config_fixture.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ActionFactoryAndRoutingTests.swift",
        "Actions/OverlayActionProcessorTests.swift",
        "AppStateParityTests.swift",
        "BasicActionProcessorTests.swift",
        "ConfigSourceParityTests.swift",
        "DigiaEngageTests.swift",
        "IntegrationActionTests.swift",
        "NavigationActionTests.swift",
        "StateAndEventActionTests.swift",
        "TestHelpers.swift",
        "WidgetAndActionParityTests.swift",
        "WidgetRuntimeParityTests.swift",
        "Widgets/WidgetRenderingViewInspectorTests.swift"
      ],
      "target_dependencies" : [
        "DigiaEngage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DigiaEngage",
      "module_type" : "SwiftTarget",
      "name" : "DigiaEngage",
      "path" : "Sources/DigiaEngage",
      "product_dependencies" : [
        "DigiaExpr",
        "Lottie",
        "SDWebImageSwiftUI",
        "SDWebImageSVGCoder",
        "AlertToast"
      ],
      "product_memberships" : [
        "DigiaEngage"
      ],
      "sources" : [
        "DigiaEngage.swift",
        "api/digia.swift",
        "api/fonts/DUIFontFactory.swift",
        "api/interfaces/DigiaCEPDelegate.swift",
        "api/interfaces/DigiaCEPPlugin.swift",
        "api/internal/DigiaNavigationController.swift",
        "api/internal/DigiaOverlayController.swift",
        "api/internal/InlineCampaignController.swift",
        "api/internal/OverlayPresentations.swift",
        "api/internal/SDKInstance.swift",
        "api/internal/config/app_config_store.swift",
        "api/internal/config/app_state/app_state_store.swift",
        "api/internal/config/config_error.swift",
        "api/internal/config/config_factory.swift",
        "api/internal/config/config_resolver.swift",
        "api/internal/config/model/api_model.swift",
        "api/internal/config/model/digia_app_config.swift",
        "api/internal/config/source/asset.swift",
        "api/internal/config/source/base.swift",
        "api/internal/config/source/cache.swift",
        "api/internal/config/source/delegated.swift",
        "api/internal/config/source/fallback.swift",
        "api/internal/config/source/network.swift",
        "api/internal/config/source/network_file.swift",
        "api/internal/framework/DUIComponent.swift",
        "api/internal/framework/actions/action_data_util.swift",
        "api/internal/framework/actions/action_errors.swift",
        "api/internal/framework/actions/action_executor.swift",
        "api/internal/framework/actions/action_factory.swift",
        "api/internal/framework/actions/action_flow.swift",
        "api/internal/framework/actions/base/action_processor_base.swift",
        "api/internal/framework/actions/base/digia_action.swift",
        "api/internal/framework/actions/callRestApi/call_rest_api_action_processor.swift",
        "api/internal/framework/actions/copyToClipBoard/copy_to_clip_board_action_processor.swift",
        "api/internal/framework/actions/delay/delay_action_processor.swift",
        "api/internal/framework/actions/dismissDialog/dismiss_dialog_action_processor.swift",
        "api/internal/framework/actions/event/fire_event_action_processor.swift",
        "api/internal/framework/actions/hideBottomSheet/hide_bottom_sheet_action_processor.swift",
        "api/internal/framework/actions/navigateBack/navigate_back_action_processor.swift",
        "api/internal/framework/actions/navigateBackUntil/navigate_back_until_action_processor.swift",
        "api/internal/framework/actions/navigateToPage/navigate_to_page_action_processor.swift",
        "api/internal/framework/actions/openUrl/open_url_action_processor.swift",
        "api/internal/framework/actions/postMessage/post_message_action_processor.swift",
        "api/internal/framework/actions/rebuild_state/rebuild_state_action_processor.swift",
        "api/internal/framework/actions/setState/set_state_action_processor.swift",
        "api/internal/framework/actions/set_app_state/set_app_state_action_processor.swift",
        "api/internal/framework/actions/share/share_content_action_processor.swift",
        "api/internal/framework/actions/showBottomSheet/show_bottom_sheet_action_processor.swift",
        "api/internal/framework/actions/showDialog/show_dialog_action_processor.swift",
        "api/internal/framework/actions/showToast/show_toast_action_processor.swift",
        "api/internal/framework/base/virtual_leaf_stateless_widget.swift",
        "api/internal/framework/base/virtual_leaf_stateless_widget_protocol.swift",
        "api/internal/framework/base/virtual_stateless_widget.swift",
        "api/internal/framework/base/virtual_widget.swift",
        "api/internal/framework/builders.swift",
        "api/internal/framework/expr/basic_expr_context+scope_context.swift",
        "api/internal/framework/expr/default_scope_context.swift",
        "api/internal/framework/expr/expression_util.swift",
        "api/internal/framework/expr/scope_context.swift",
        "api/internal/framework/models/common_props.swift",
        "api/internal/framework/models/json_value.swift",
        "api/internal/framework/models/parent_props.swift",
        "api/internal/framework/models/spacing.swift",
        "api/internal/framework/models/types.swift",
        "api/internal/framework/models/vw_data.swift",
        "api/internal/framework/models/widget_node_props.swift",
        "api/internal/framework/page.swift",
        "api/internal/framework/render_payload.swift",
        "api/internal/framework/resource_provider.swift",
        "api/internal/framework/state/digia_value_stream.swift",
        "api/internal/framework/state/state_context.swift",
        "api/internal/framework/state/state_scope_context.swift",
        "api/internal/framework/state/variable.swift",
        "api/internal/framework/ui_factory.swift",
        "api/internal/framework/utils/BottomSheetTransitionModel.swift",
        "api/internal/framework/utils/ColorUtil.swift",
        "api/internal/framework/utils/DigiaSmartSwipeBackControl.swift",
        "api/internal/framework/utils/TextStyleUtil.swift",
        "api/internal/framework/utils/ViewControllerUtil.swift",
        "api/internal/framework/utils/WidgetUtil.swift",
        "api/internal/framework/utils/color.swift",
        "api/internal/framework/utils/date_util.swift",
        "api/internal/framework/utils/debouncer.swift",
        "api/internal/framework/utils/functional_util.swift",
        "api/internal/framework/utils/json_util.swift",
        "api/internal/framework/utils/navigation_util.swift",
        "api/internal/framework/utils/network_util.swift",
        "api/internal/framework/utils/num_util.swift",
        "api/internal/framework/utils/object_util.swift",
        "api/internal/framework/utils/shape_util.swift",
        "api/internal/framework/utils/swift_extensions.swift",
        "api/internal/framework/utils/type_converters.swift",
        "api/internal/framework/virtual_widget_registry.swift",
        "api/internal/framework/widget_props/avatar_props.swift",
        "api/internal/framework/widget_props/button_props.swift",
        "api/internal/framework/widget_props/carousel_props.swift",
        "api/internal/framework/widget_props/circular_progress_bar_props.swift",
        "api/internal/framework/widget_props/conditional_builder_props.swift",
        "api/internal/framework/widget_props/conditional_item_props.swift",
        "api/internal/framework/widget_props/container_props.swift",
        "api/internal/framework/widget_props/flex_props.swift",
        "api/internal/framework/widget_props/grid_view_props.swift",
        "api/internal/framework/widget_props/image_props.swift",
        "api/internal/framework/widget_props/linear_progress_bar_props.swift",
        "api/internal/framework/widget_props/lottie_props.swift",
        "api/internal/framework/widget_props/opacity_props.swift",
        "api/internal/framework/widget_props/positioned_props.swift",
        "api/internal/framework/widget_props/rich_text_props.swift",
        "api/internal/framework/widget_props/scaffold_props.swift",
        "api/internal/framework/widget_props/scratch_card_props.swift",
        "api/internal/framework/widget_props/sized_box_props.swift",
        "api/internal/framework/widget_props/stack_props.swift",
        "api/internal/framework/widget_props/story_props.swift",
        "api/internal/framework/widget_props/story_video_player_props.swift",
        "api/internal/framework/widget_props/stream_builder_props.swift",
        "api/internal/framework/widget_props/styled_divider_props.swift",
        "api/internal/framework/widget_props/text_form_field_props.swift",
        "api/internal/framework/widget_props/text_props.swift",
        "api/internal/framework/widget_props/text_style_props.swift",
        "api/internal/framework/widget_props/timer_props.swift",
        "api/internal/framework/widget_props/video_player_props.swift",
        "api/internal/framework/widget_props/wrap_props.swift",
        "api/internal/framework/widgets/DigiaStoryController.swift",
        "api/internal/framework/widgets/InternalStreamBuilder.swift",
        "api/internal/framework/widgets/VWCarousel.swift",
        "api/internal/framework/widgets/VWGridView.swift",
        "api/internal/framework/widgets/VWImage.swift",
        "api/internal/framework/widgets/VWLottie.swift",
        "api/internal/framework/widgets/VWStory.swift",
        "api/internal/framework/widgets/VWStoryVideoPlayer.swift",
        "api/internal/framework/widgets/VWTextFormField.swift",
        "api/internal/framework/widgets/VWTimer.swift",
        "api/internal/framework/widgets/VWVideoPlayer.swift",
        "api/internal/framework/widgets/avatar.swift",
        "api/internal/framework/widgets/button.swift",
        "api/internal/framework/widgets/circular_progress_bar.swift",
        "api/internal/framework/widgets/component_host.swift",
        "api/internal/framework/widgets/conditional_builder.swift",
        "api/internal/framework/widgets/conditional_item.swift",
        "api/internal/framework/widgets/container.swift",
        "api/internal/framework/widgets/digia_cached_image.swift",
        "api/internal/framework/widgets/divider_with_pattern.swift",
        "api/internal/framework/widgets/flex.swift",
        "api/internal/framework/widgets/internal_flex_support.swift",
        "api/internal/framework/widgets/internal_marquee.swift",
        "api/internal/framework/widgets/internal_progress_views.swift",
        "api/internal/framework/widgets/internal_text_label.swift",
        "api/internal/framework/widgets/linear_progress_bar.swift",
        "api/internal/framework/widgets/opacity.swift",
        "api/internal/framework/widgets/rich_text.swift",
        "api/internal/framework/widgets/scaffold.swift",
        "api/internal/framework/widgets/scratch_card.swift",
        "api/internal/framework/widgets/sized_box.swift",
        "api/internal/framework/widgets/stack.swift",
        "api/internal/framework/widgets/stream_builder.swift",
        "api/internal/framework/widgets/styled_horizontal_divider.swift",
        "api/internal/framework/widgets/styled_vertical_divider.swift",
        "api/internal/framework/widgets/text.swift",
        "api/internal/framework/widgets/unsupported.swift",
        "api/internal/framework/widgets/wrap.swift",
        "api/internal/network/internal_network_client.swift",
        "api/internal/network/network_types.swift",
        "api/internal/sdk_state.swift",
        "api/models/diagnostic_report.swift",
        "api/models/digia_config.swift",
        "api/models/digia_experience_event.swift",
        "api/models/in_app_payload.swift",
        "api/widgets/DigiaHost.swift",
        "api/widgets/DigiaNavigationView.swift",
        "api/widgets/DigiaPresentationView.swift",
        "api/widgets/DigiaScreen.swift",
        "api/widgets/DigiaSlot.swift",
        "api/widgets/FallbackExperienceView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/elai950/AlertToast.git
Fetching https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/SDWebImage/SDWebImageSVGCoder.git
Fetching https://github.com/airbnb/lottie-spm.git
Fetching https://github.com/SDWebImage/SDWebImageSwiftUI.git
[1/56] Fetching digia_expr_swift
[57/749] Fetching digia_expr_swift, sdwebimagesvgcoder
[182/2315] Fetching digia_expr_swift, sdwebimagesvgcoder, alerttoast
[339/2913] Fetching digia_expr_swift, sdwebimagesvgcoder, alerttoast, lottie-spm
[369/6912] Fetching digia_expr_swift, sdwebimagesvgcoder, alerttoast, lottie-spm, sdwebimageswiftui
[755/19662] Fetching digia_expr_swift, sdwebimagesvgcoder, alerttoast, lottie-spm, sdwebimageswiftui, viewinspector
Fetched https://github.com/elai950/AlertToast.git from cache (2.19s)
[17636/18096] Fetching digia_expr_swift, sdwebimagesvgcoder, lottie-spm, sdwebimageswiftui, viewinspector
Fetched https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git from cache (8.31s)
Fetched https://github.com/nalexn/ViewInspector.git from cache (8.31s)
Fetched https://github.com/SDWebImage/SDWebImageSVGCoder.git from cache (8.31s)
Fetched https://github.com/SDWebImage/SDWebImageSwiftUI.git from cache (8.31s)
Fetched https://github.com/airbnb/lottie-spm.git from cache (8.31s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.3 (8.86s)
Computing version for https://github.com/elai950/AlertToast.git
Computed https://github.com/elai950/AlertToast.git at 1.3.9 (3.10s)
Computing version for https://github.com/SDWebImage/SDWebImageSVGCoder.git
Computed https://github.com/SDWebImage/SDWebImageSVGCoder.git at 1.8.0 (0.57s)
Fetching https://github.com/SDWebImage/SDWebImage.git
[1/26014] Fetching sdwebimage
Fetched https://github.com/SDWebImage/SDWebImage.git from cache (2.52s)
Computing version for https://github.com/SDWebImage/SDWebImageSwiftUI.git
Computed https://github.com/SDWebImage/SDWebImageSwiftUI.git at 3.1.4 (3.13s)
Computing version for https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git
Computed https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git at 0.1.0 (0.47s)
Computing version for https://github.com/airbnb/lottie-spm.git
Computed https://github.com/airbnb/lottie-spm.git at 4.6.0 (0.47s)
Computing version for https://github.com/SDWebImage/SDWebImage.git
Computed https://github.com/SDWebImage/SDWebImage.git at 5.21.7 (0.59s)
Creating working copy for https://github.com/SDWebImage/SDWebImage.git
Working copy of https://github.com/SDWebImage/SDWebImage.git resolved at 5.21.7
Creating working copy for https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git
Working copy of https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git resolved at 0.1.0
Creating working copy for https://github.com/airbnb/lottie-spm.git
Working copy of https://github.com/airbnb/lottie-spm.git resolved at 4.6.0
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.3
Creating working copy for https://github.com/SDWebImage/SDWebImageSwiftUI.git
Working copy of https://github.com/SDWebImage/SDWebImageSwiftUI.git resolved at 3.1.4
Creating working copy for https://github.com/elai950/AlertToast.git
Working copy of https://github.com/elai950/AlertToast.git resolved at 1.3.9
Creating working copy for https://github.com/SDWebImage/SDWebImageSVGCoder.git
Working copy of https://github.com/SDWebImage/SDWebImageSVGCoder.git resolved at 1.8.0
Downloading binary artifact https://github.com/airbnb/lottie-ios/releases/download/4.6.0/Lottie.xcframework.zip
[15595/54955322] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.6.0/Lottie.xcframework.zip
Downloaded https://github.com/airbnb/lottie-ios/releases/download/4.6.0/Lottie.xcframework.zip (3.42s)
error: the library 'DigiaEngage' requires macos 10.13, but depends on the product 'Lottie' which requires macos 10.15; consider changing the library 'DigiaEngage' to require macos 10.15 or later, or the product 'Lottie' to require macos 10.13 or earlier.
error: the library 'DigiaEngage' requires macos 10.13, but depends on the product 'SDWebImageSwiftUI' which requires macos 11.0; consider changing the library 'DigiaEngage' to require macos 11.0 or later, or the product 'SDWebImageSwiftUI' to require macos 10.13 or earlier.
error: the library 'DigiaEngage' requires macos 10.13, but depends on the product 'SDWebImageSVGCoder' which requires macos 10.15; consider changing the library 'DigiaEngage' to require macos 10.15 or later, or the product 'SDWebImageSVGCoder' to require macos 10.13 or earlier.
error: the library 'DigiaEngage' requires macos 10.13, but depends on the product 'AlertToast' which requires macos 11.0; consider changing the library 'DigiaEngage' to require macos 11.0 or later, or the product 'AlertToast' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'DigiaEngage' requires macos 10.13, but depends on the product 'Lottie' which requires macos 10.15; consider changing the library 'DigiaEngage' to require macos 10.15 or later, or the product 'Lottie' to require macos 10.13 or earlier.
error: the library 'DigiaEngage' requires macos 10.13, but depends on the product 'SDWebImageSwiftUI' which requires macos 11.0; consider changing the library 'DigiaEngage' to require macos 11.0 or later, or the product 'SDWebImageSwiftUI' to require macos 10.13 or earlier.
error: the library 'DigiaEngage' requires macos 10.13, but depends on the product 'SDWebImageSVGCoder' which requires macos 10.15; consider changing the library 'DigiaEngage' to require macos 10.15 or later, or the product 'SDWebImageSVGCoder' to require macos 10.13 or earlier.
error: the library 'DigiaEngage' requires macos 10.13, but depends on the product 'AlertToast' which requires macos 11.0; consider changing the library 'DigiaEngage' to require macos 11.0 or later, or the product 'AlertToast' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm