The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FloatingBottomSheet, reference main (34f7d8), with Swift 6.1 for Wasm on 29 May 2025 22:44:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/OhKanghoon/FloatingBottomSheet.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/OhKanghoon/FloatingBottomSheet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 34f7d86 fix: modify invalid docs
Cloned https://github.com/OhKanghoon/FloatingBottomSheet.git
Revision (git rev-parse @):
34f7d86712b19c894b76759796aa638cb09facbf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OhKanghoon/FloatingBottomSheet.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OhKanghoon/FloatingBottomSheet.git
https://github.com/OhKanghoon/FloatingBottomSheet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FloatingBottomSheet",
  "name" : "FloatingBottomSheet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "FloatingBottomSheet",
      "targets" : [
        "FloatingBottomSheet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FloatingBottomSheetTests",
      "module_type" : "SwiftTarget",
      "name" : "FloatingBottomSheetTests",
      "path" : "Tests/FloatingBottomSheetTests",
      "sources" : [
        "FloatingBottomSheetTests.swift"
      ],
      "target_dependencies" : [
        "FloatingBottomSheet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FloatingBottomSheet",
      "module_type" : "SwiftTarget",
      "name" : "FloatingBottomSheet",
      "path" : "Sources/FloatingBottomSheet",
      "product_memberships" : [
        "FloatingBottomSheet"
      ],
      "sources" : [
        "Animator/FloatingBottomSheetAnimator.swift",
        "Animator/FloatingBottomSheetPresentationAnimator.swift",
        "Presentable/FloatingBottomSheet.swift",
        "Presentable/FloatingBottomSheetPresentable+Default.swift",
        "Presentable/FloatingBottomSheetPresentable+Internal.swift",
        "Presentable/FloatingBottomSheetPresentable+UIViewController.swift",
        "Presentable/FloatingBottomSheetPresentable.swift",
        "Presentation/FloatingBottomSheetContainerView.swift",
        "Presentation/FloatingBottomSheetHandleMetric.swift",
        "Presentation/FloatingBottomSheetPresentationController.swift",
        "Presentation/FloatingBottomSheetPresentationDelegate.swift",
        "Presenter/FloatingBottomSheetPresenter.swift",
        "Presenter/UIViewController+FloatingBottomSheetPresenter.swift",
        "Utils/UIColor+Init.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/16] Emitting module FloatingBottomSheet
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[4/17] Compiling FloatingBottomSheet UIColor+Init.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[5/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+Internal.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[6/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+UIViewController.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[7/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentable.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[8/17] Compiling FloatingBottomSheet FloatingBottomSheetContainerView.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[9/17] Compiling FloatingBottomSheet UIViewController+FloatingBottomSheetPresenter.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[10/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentationDelegate.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[11/17] Compiling FloatingBottomSheet FloatingBottomSheetPresenter.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[12/17] Compiling FloatingBottomSheet FloatingBottomSheetAnimator.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[13/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentationAnimator.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[14/17] Compiling FloatingBottomSheet FloatingBottomSheet.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[15/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+Default.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[16/17] Compiling FloatingBottomSheet FloatingBottomSheetHandleMetric.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[17/17] Compiling FloatingBottomSheet FloatingBottomSheetPresentationController.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/15] Compiling FloatingBottomSheet FloatingBottomSheet.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[3/15] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+Default.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[4/16] Compiling FloatingBottomSheet UIViewController+FloatingBottomSheetPresenter.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[5/16] Compiling FloatingBottomSheet FloatingBottomSheetPresentationDelegate.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[6/16] Compiling FloatingBottomSheet FloatingBottomSheetPresenter.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/16] Emitting module FloatingBottomSheet
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[8/16] Compiling FloatingBottomSheet FloatingBottomSheetAnimator.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[9/16] Compiling FloatingBottomSheet FloatingBottomSheetPresentationAnimator.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[10/16] Compiling FloatingBottomSheet UIColor+Init.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[11/16] Compiling FloatingBottomSheet FloatingBottomSheetHandleMetric.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[12/16] Compiling FloatingBottomSheet FloatingBottomSheetPresentationController.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[13/16] Compiling FloatingBottomSheet FloatingBottomSheetPresentable.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[14/16] Compiling FloatingBottomSheet FloatingBottomSheetContainerView.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[15/16] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+Internal.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
[16/16] Compiling FloatingBottomSheet FloatingBottomSheetPresentable+UIViewController.swift
/host/spi-builder-workspace/Sources/FloatingBottomSheet/Animator/FloatingBottomSheetAnimator.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | enum FloatingBottomSheetAnimator {
BUILD FAILURE 6.1 wasm