The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LottieUI, reference main (41550f), with Swift 6.1 for Wasm on 28 May 2025 13:56:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tfmart/LottieUI.git
Reference: main
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/tfmart/LottieUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 41550fb Update README.md
Cloned https://github.com/tfmart/LottieUI.git
Revision (git rev-parse @):
41550fb4ef51ac38c0d36572c8eb325fc8997217
SUCCESS checkout https://github.com/tfmart/LottieUI.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tfmart/LottieUI.git
https://github.com/tfmart/LottieUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "lottie-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/airbnb/lottie-spm.git"
    }
  ],
  "manifest_display_name" : "LottieUI",
  "name" : "LottieUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "LottieUI",
      "targets" : [
        "LottieUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LottieUITests",
      "module_type" : "SwiftTarget",
      "name" : "LottieUITests",
      "path" : "Tests/LottieUITests",
      "sources" : [
        "LottieUITests.swift"
      ],
      "target_dependencies" : [
        "LottieUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LottieUI",
      "module_type" : "SwiftTarget",
      "name" : "LottieUI",
      "path" : "Sources/LottieUI",
      "product_dependencies" : [
        "Lottie"
      ],
      "product_memberships" : [
        "LottieUI"
      ],
      "sources" : [
        "AsyncLottieView/AsyncLottiePhase.swift",
        "AsyncLottieView/AsyncLottieView.swift",
        "LottieConfiguration.swift",
        "LottieContentSource.swift",
        "LottieView/LottieView+iOS.swift",
        "LottieView/LottieView+macOS.swift",
        "LottieView/LottieView.swift",
        "iOS/AnimationProgressObserver.swift",
        "iOS/WrappedAnimationView+iOS.swift",
        "macOS/AnimationProgressObserver+macOS.swift",
        "macOS/WrappedAnimationNSView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/airbnb/lottie-spm.git
[1/587] Fetching lottie-spm
Fetched https://github.com/airbnb/lottie-spm.git from cache (4.58s)
Computing version for https://github.com/airbnb/lottie-spm.git
Computed https://github.com/airbnb/lottie-spm.git at 4.5.2 (6.03s)
Creating working copy for https://github.com/airbnb/lottie-spm.git
Working copy of https://github.com/airbnb/lottie-spm.git resolved at 4.5.2
Downloading binary artifact https://github.com/airbnb/lottie-ios/releases/download/4.5.2/Lottie.xcframework.zip
[2747/55969333] Downloading https://github.com/airbnb/lottie-ios/releases/download/4.5.2/Lottie.xcframework.zip
Downloaded https://github.com/airbnb/lottie-ios/releases/download/4.5.2/Lottie.xcframework.zip (6.35s)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Compiling _LottieStub Stub.swift
[5/5] Emitting module _LottieStub
[7/17] Compiling LottieUI LottieView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[8/18] Compiling LottieUI LottieView+iOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[9/18] Compiling LottieUI LottieView+macOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[10/18] Compiling LottieUI WrappedAnimationView+iOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[11/18] Compiling LottieUI AnimationProgressObserver.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[12/18] Compiling LottieUI AnimationProgressObserver+macOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[13/18] Compiling LottieUI WrappedAnimationNSView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/18] Emitting module LottieUI
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[15/18] Compiling LottieUI AsyncLottiePhase.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[16/18] Compiling LottieUI AsyncLottieView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[17/18] Compiling LottieUI LottieConfiguration.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[18/18] Compiling LottieUI LottieContentSource.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/3] Compiling _LottieStub Stub.swift
[3/3] Emitting module _LottieStub
[5/15] Compiling LottieUI AnimationProgressObserver+macOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/16] Emitting module LottieUI
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[7/16] Compiling LottieUI LottieConfiguration.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[8/16] Compiling LottieUI LottieContentSource.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[9/16] Compiling LottieUI LottieView+iOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[10/16] Compiling LottieUI LottieView+macOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[11/16] Compiling LottieUI AsyncLottiePhase.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[12/16] Compiling LottieUI AsyncLottieView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[13/16] Compiling LottieUI LottieView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[14/16] Compiling LottieUI AnimationProgressObserver.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[15/16] Compiling LottieUI WrappedAnimationView+iOS.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
[16/16] Compiling LottieUI WrappedAnimationNSView.swift
/host/spi-builder-workspace/Sources/LottieUI/AsyncLottieView/AsyncLottiePhase.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | public enum AsyncLottiePhase {
BUILD FAILURE 6.1 wasm