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 Chat, reference 2.6.1 (8e3179), with Swift 6.1 for Linux on 25 Apr 2025 11:16:35 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/Chat.git
Reference: 2.6.1
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/exyte/Chat
 * tag               2.6.1      -> FETCH_HEAD
HEAD is now at 8e31792 Merge pull request #173 from swift2geek/fix-stride-error
Cloned https://github.com/exyte/Chat.git
Revision (git rev-parse @):
8e31792b5b7eb0ddd157214d32cf5444cf4125c8
SUCCESS checkout https://github.com/exyte/Chat.git at 2.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/exyte/Chat.git
https://github.com/exyte/Chat.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "mediapicker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/exyte/MediaPicker.git"
    },
    {
      "identity" : "activityindicatorview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/exyte/ActivityIndicatorView"
    },
    {
      "identity" : "giphy-ios-sdk",
      "requirement" : {
        "exact" : [
          "2.2.12"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Giphy/giphy-ios-sdk"
    }
  ],
  "manifest_display_name" : "Chat",
  "name" : "Chat",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "ExyteChat",
      "targets" : [
        "ExyteChat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExyteChatTests",
      "module_type" : "SwiftTarget",
      "name" : "ExyteChatTests",
      "path" : "Tests/ExyteChatTests",
      "sources" : [
        "ExampleChatTests.swift",
        "LinkMetadataCacheTest.swift",
        "WrappingMessagesTest.swift"
      ],
      "target_dependencies" : [
        "ExyteChat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExyteChat",
      "module_type" : "SwiftTarget",
      "name" : "ExyteChat",
      "path" : "Sources/ExyteChat",
      "product_dependencies" : [
        "ExyteMediaPicker",
        "ActivityIndicatorView",
        "GiphyUISDK"
      ],
      "product_memberships" : [
        "ExyteChat"
      ],
      "sources" : [
        "Extensions/AVPlayer+State.swift",
        "Extensions/Array+Extentions.swift",
        "Extensions/AsyncMap.swift",
        "Extensions/AttributedString+Extensions.swift",
        "Extensions/Bundle+.swift",
        "Extensions/CachedAsyncImage.swift",
        "Extensions/Collection+Safe.swift",
        "Extensions/Color+Hex.swift",
        "Extensions/CustomFocus.swift",
        "Extensions/Date+.swift",
        "Extensions/DateFormatter+.swift",
        "Extensions/DynamicTypeSize+BubbleDiameter.swift",
        "Extensions/FileManager+.swift",
        "Extensions/FrameGetter.swift",
        "Extensions/KeyPath+Hack.swift",
        "Extensions/LinkPresentation+Cache.swift",
        "Extensions/LinkPresentation+Metadata.swift",
        "Extensions/LinkPresentation+View.swift",
        "Extensions/NetworkMonitor.swift",
        "Extensions/Notification+.swift",
        "Extensions/Placeholder.swift",
        "Extensions/SafeAreaInsets.swift",
        "Extensions/String+Style.swift",
        "Extensions/TextField+Emoji.swift",
        "Extensions/URLCache+ImageCache.swift",
        "Extensions/View+.swift",
        "Extensions/View+StatusBar.swift",
        "Extensions/View+fullscreenCover.swift",
        "Managers/GlobalFocusState.swift",
        "Managers/KeyboardState.swift",
        "Managers/PaginationState.swift",
        "Managers/ReactionDelegate.swift",
        "Model/Attachment.swift",
        "Model/ChatLocalization.swift",
        "Model/Draft.swift",
        "Model/Focusable.swift",
        "Model/Message.swift",
        "Model/MessageRow.swift",
        "Model/MessagesSection.swift",
        "Model/Reaction.swift",
        "Model/User.swift",
        "Theme/ChatTheme+Auto.swift",
        "Theme/ChatTheme+UserType.swift",
        "Theme/ChatTheme.swift",
        "Views/Attachments/ActivityIndicator.swift",
        "Views/Attachments/AttachmentCell.swift",
        "Views/Attachments/AttachmentsEditor.swift",
        "Views/Attachments/AttachmentsGrid.swift",
        "Views/Attachments/AttachmentsPage.swift",
        "Views/Attachments/FullscreenMediaPages.swift",
        "Views/Attachments/FullscreenMediaPagesViewModel.swift",
        "Views/Attachments/Video/VideoView.swift",
        "Views/Attachments/Video/VideoViewModel.swift",
        "Views/ChatNavigationModifier.swift",
        "Views/ChatView+SwipeActions.swift",
        "Views/ChatView.swift",
        "Views/ChatViewModel.swift",
        "Views/Giphy/GiphyAttributionMarkView.swift",
        "Views/Giphy/GiphyConfiguration.swift",
        "Views/Giphy/GiphyEditorView.swift",
        "Views/Giphy/GiphyMediaView.swift",
        "Views/Giphy/GiphyPicker.swift",
        "Views/InputView/InputView.swift",
        "Views/InputView/InputViewModel.swift",
        "Views/InputView/TextInputView.swift",
        "Views/MessageView/AvatarView.swift",
        "Views/MessageView/ChatMessageView.swift",
        "Views/MessageView/MessageMenu/MessageMenu+Action.swift",
        "Views/MessageView/MessageMenu/MessageMenu+ReactionOverview.swift",
        "Views/MessageView/MessageMenu/MessageMenu+ReactionSelectionView.swift",
        "Views/MessageView/MessageMenu/MessageMenu.swift",
        "Views/MessageView/MessageReactionView.swift",
        "Views/MessageView/MessageStatusView.swift",
        "Views/MessageView/MessageTextView.swift",
        "Views/MessageView/MessageTimeView.swift",
        "Views/MessageView/MessageView.swift",
        "Views/PartialTemplateSpecifications.swift",
        "Views/Recording/RecordIndicator.swift",
        "Views/Recording/RecordWaveform.swift",
        "Views/Recording/Recorder.swift",
        "Views/Recording/RecordingPlayer.swift",
        "Views/UIList.swift",
        "Views/WrappingMessages.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Giphy/giphy-ios-sdk
Fetching https://github.com/exyte/MediaPicker.git
Fetching https://github.com/exyte/ActivityIndicatorView
[1/380] Fetching activityindicatorview
[207/2615] Fetching activityindicatorview, mediapicker
Fetched https://github.com/exyte/ActivityIndicatorView from cache (0.35s)
[1/2677] Fetching giphy-ios-sdk
Fetched https://github.com/exyte/MediaPicker.git from cache (18.61s)
Fetched https://github.com/Giphy/giphy-ios-sdk from cache (19.21s)
Computing version for https://github.com/Giphy/giphy-ios-sdk
Computed https://github.com/Giphy/giphy-ios-sdk at 2.2.12 (23.21s)
Fetching https://github.com/SDWebImage/libwebp-Xcode
[1/274] Fetching libwebp-xcode
Fetched https://github.com/SDWebImage/libwebp-Xcode from cache (0.39s)
Computing version for https://github.com/exyte/ActivityIndicatorView
Computed https://github.com/exyte/ActivityIndicatorView at 1.2.1 (1.33s)
Computing version for https://github.com/exyte/MediaPicker.git
Computed https://github.com/exyte/MediaPicker.git at 3.1.4 (0.97s)
Fetching https://github.com/exyte/AnchoredPopup.git
[1/255] Fetching anchoredpopup
Fetched https://github.com/exyte/AnchoredPopup.git from cache (0.55s)
Computing version for https://github.com/exyte/AnchoredPopup.git
Computed https://github.com/exyte/AnchoredPopup.git at 1.0.6 (1.57s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode
Computed https://github.com/SDWebImage/libwebp-Xcode at 1.5.0 (1.18s)
Creating working copy for https://github.com/SDWebImage/libwebp-Xcode
Working copy of https://github.com/SDWebImage/libwebp-Xcode resolved at 1.5.0
Creating working copy for https://github.com/exyte/AnchoredPopup.git
Working copy of https://github.com/exyte/AnchoredPopup.git resolved at 1.0.6
Creating working copy for https://github.com/exyte/ActivityIndicatorView
Working copy of https://github.com/exyte/ActivityIndicatorView resolved at 1.2.1
Creating working copy for https://github.com/exyte/MediaPicker.git
Working copy of https://github.com/exyte/MediaPicker.git resolved at 3.1.4
Creating working copy for https://github.com/Giphy/giphy-ios-sdk
Working copy of https://github.com/Giphy/giphy-ios-sdk resolved at 2.2.12
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/ExyteChat/Resources/Media.xcassets
warning: 'activityindicatorview': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/Info.plist
warning: 'mediapicker': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/MediaPicker/Sources/ExyteMediaPicker/Resources/Media.xcassets
Building for debugging...
[0/129] Write sources
[5/129] Compiling sharpyuv_neon.c
[6/129] Compiling thread_utils.c
[7/129] Compiling utils.c
[8/129] Compiling rescaler_utils.c
[9/129] Compiling quant_levels_dec_utils.c
[10/129] Compiling random_utils.c
[11/129] Compiling quant_levels_utils.c
[12/129] Compiling palette.c
[13/129] Compiling huffman_utils.c
[14/129] Compiling sharpyuv_sse2.c
[15/129] Compiling filters_utils.c
[16/129] Compiling huffman_encode_utils.c
[17/129] Compiling color_cache_utils.c
[18/129] Compiling lossless.c
[19/129] Compiling bit_reader_utils.c
[20/129] Compiling bit_writer_utils.c
[21/129] Write swift-version-24593BA9C3E375BF.txt
[22/129] Compiling muxread.c
[23/129] Compiling muxinternal.c
[24/129] Compiling tree_enc.c
[25/129] Compiling muxedit.c
[26/129] Compiling webp_enc.c
[27/129] Compiling vp8l_enc.c
[28/129] Compiling anim_encode.c
[29/129] Compiling token_enc.c
[30/129] Compiling predictor_enc.c
[31/129] Compiling syntax_enc.c
[32/132] Compiling picture_rescale_enc.c
[33/136] Compiling quant_enc.c
[34/146] Compiling picture_psnr_enc.c
[35/146] Compiling picture_tools_enc.c
[36/147] Compiling picture_enc.c
[37/147] Compiling near_lossless_enc.c
[38/147] Compiling filter_enc.c
[39/147] Compiling config_enc.c
[40/147] Compiling iterator_enc.c
[41/147] Compiling histogram_enc.c
[42/147] Compiling picture_csp_enc.c
[43/147] Compiling cost_enc.c
[44/147] Compiling frame_enc.c
[45/147] Compiling yuv_sse41.c
[46/147] Compiling analysis_enc.c
[47/147] Compiling yuv_neon.c
[48/147] Compiling alpha_enc.c
[49/147] Compiling yuv_mips_dsp_r2.c
[50/147] Compiling backward_references_cost_enc.c
[50/147] Compiling backward_references_enc.c
[52/147] Compiling yuv_mips32.c
[53/147] Compiling upsampling_neon.c
[54/147] Compiling upsampling_msa.c
[54/147] Compiling upsampling_sse41.c
[56/147] Compiling upsampling.c
[57/147] Compiling yuv.c
[58/147] Compiling ssim_sse2.c
[59/147] Compiling upsampling_mips_dsp_r2.c
[60/147] Compiling ssim.c
[61/147] Compiling rescaler_neon.c
[62/147] Compiling rescaler_msa.c
[63/147] Compiling rescaler_mips32.c
[64/147] Compiling rescaler_mips_dsp_r2.c
[65/147] Compiling yuv_sse2.c
[66/147] Compiling lossless_neon.c
[67/147] Compiling rescaler.c
[68/147] Compiling lossless_sse41.c
[69/147] Compiling rescaler_sse2.c
[70/147] Compiling lossless_mips_dsp_r2.c
[71/147] Compiling lossless_msa.c
[72/147] Compiling lossless_enc_sse41.c
[73/147] Compiling lossless_enc_neon.c
[74/147] Compiling lossless_enc_msa.c
[75/147] Compiling lossless_enc_mips_dsp_r2.c
[76/147] Compiling lossless_enc_mips32.c
[77/147] Compiling filters_neon.c
[78/147] Compiling upsampling_sse2.c
[79/147] Compiling filters_mips_dsp_r2.c
[80/147] Compiling lossless_sse2.c
[81/147] Compiling filters_msa.c
[82/147] Compiling lossless_enc.c
[83/147] Compiling filters_sse2.c
[84/147] Compiling enc_sse41.c
[85/147] Compiling filters.c
[86/147] Compiling enc_neon.c
[87/147] Compiling enc_msa.c
[88/147] Compiling lossless_enc_sse2.c
[89/147] Compiling enc_mips_dsp_r2.c
[90/147] Compiling enc_mips32.c
[91/147] Compiling dec_sse41.c
[92/147] Compiling dec_neon.c
[93/147] Compiling dec_mips_dsp_r2.c
[94/147] Compiling dec_msa.c
[95/147] Compiling dec_mips32.c
[96/147] Compiling dec_clip_tables.c
[97/147] Compiling cpu.c
[98/147] Compiling dec.c
[99/147] Compiling enc.c
[100/147] Compiling cost_neon.c
[101/147] Compiling cost_sse2.c
[102/147] Compiling cost_mips32.c
[103/147] Compiling cost_mips_dsp_r2.c
[103/147] Compiling alpha_processing_sse41.c
[105/147] Compiling cost.c
[106/147] Compiling alpha_processing_mips_dsp_r2.c
[107/147] Compiling alpha_processing_neon.c
[108/147] Compiling alpha_processing.c
[109/147] Compiling enc_sse2.c
[110/147] Compiling dec_sse2.c
[111/147] Compiling anim_decode.c
[112/147] Compiling demux.c
[112/147] Compiling webp_dec.c
[114/147] Compiling alpha_processing_sse2.c
[115/147] Compiling vp8_dec.c
[116/147] Compiling vp8l_dec.c
[117/147] Compiling quant_dec.c
[117/147] Compiling tree_dec.c
[119/147] Compiling buffer_dec.c
[120/147] Compiling alpha_dec.c
[121/147] Compiling io_dec.c
[122/147] Compiling sharpyuv_dsp.c
[123/147] Compiling sharpyuv_cpu.c
[124/147] Compiling frame_dec.c
[125/147] Compiling sharpyuv_csp.c
[126/147] Compiling idec_dec.c
[127/147] Compiling sharpyuv_gamma.c
[128/147] Compiling sharpyuv.c
[130/149] Compiling ActivityIndicatorView RotatingDotsIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[131/149] Compiling ActivityIndicatorView GrowingCircleIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[132/149] Compiling ActivityIndicatorView GrowingArcIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[133/150] Compiling ActivityIndicatorView OpacityDotsIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[134/150] Compiling AnchoredPopup BlurBackdropView.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[135/150] Compiling AnchoredPopup AnchoredAnimationManager.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[136/150] Emitting module AnchoredPopup
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[137/150] Compiling AnchoredPopup AnchoredPopup.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[138/150] Compiling AnchoredPopup PublicAPI.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[139/150] Compiling AnchoredPopup WindowManager.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[140/150] Compiling AnchoredPopup Utils.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/ExyteChat/Resources/Media.xcassets
warning: 'activityindicatorview': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/Info.plist
warning: 'mediapicker': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/MediaPicker/Sources/ExyteMediaPicker/Resources/Media.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/21] Emitting module AnchoredPopup
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[3/21] Compiling ActivityIndicatorView RotatingDotsIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/22] Emitting module ActivityIndicatorView
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[5/22] Compiling ActivityIndicatorView ActivityIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[6/22] Compiling ActivityIndicatorView ArcsIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[7/22] Compiling AnchoredPopup AnchoredPopup.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[8/22] Compiling AnchoredPopup BlurBackdropView.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[9/22] Compiling AnchoredPopup WindowManager.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[10/22] Compiling AnchoredPopup Utils.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[11/22] Compiling AnchoredPopup PublicAPI.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
[12/22] Compiling ActivityIndicatorView GrowingArcIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[13/22] Compiling ActivityIndicatorView ScalingDotsIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[14/22] Compiling ActivityIndicatorView OpacityDotsIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[15/22] Compiling ActivityIndicatorView GrowingCircleIndicatorView.swift
/host/spi-builder-workspace/.build/checkouts/ActivityIndicatorView/Sources/ActivityIndicatorView.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | public struct ActivityIndicatorView: View {
[16/22] Compiling AnchoredPopup AnchoredAnimationManager.swift
/host/spi-builder-workspace/.build/checkouts/AnchoredPopup/Sources/AnchoredPopup/AnchoredAnimationManager.swift:7:8: error: no such module 'SwiftUI'
  5 | //
  6 |
  7 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  8 | import Combine
  9 |
BUILD FAILURE 6.1 linux