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 (96a222), with Swift 6.1 for Wasm on 27 Nov 2025 07:35:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
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 96a2221 Merge pull request #27 from OhKanghoon/refactor/remove-manual-view-lifecycle-calls
Cloned https://github.com/OhKanghoon/FloatingBottomSheet.git
Revision (git rev-parse @):
96a22218709860424ca0f04f2076a0712570cd9c
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+UIViewController.swift",
        "Presentable/FloatingBottomSheetPresentable.swift",
        "Presentable/Sizing/FloatingBottomSheetSizing.swift",
        "Presentable/Sizing/FloatingBottomSheetSizingFixed.swift",
        "Presentable/Sizing/FloatingBottomSheetSizingViewSizeThatFits.swift",
        "Presentation/FloatingBottomSheetContainerView.swift",
        "Presentation/FloatingBottomSheetHandleMetric.swift",
        "Presentation/FloatingBottomSheetLayout.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-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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/18] 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/18] 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 {
[5/18] 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 {
[6/18] 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 {
[7/20] 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 {
[8/20] 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 {
[9/20] 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 {
[10/20] 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 {
[11/20] 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 {
[12/20] 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 {
[13/20] 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/20] Compiling FloatingBottomSheet FloatingBottomSheetSizing.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/20] Compiling FloatingBottomSheet FloatingBottomSheetLayout.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/20] 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 {
[17/20] 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 {
[18/20] 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 {
[19/20] Compiling FloatingBottomSheet FloatingBottomSheetSizingFixed.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 {
[20/20] Compiling FloatingBottomSheet FloatingBottomSheetSizingViewSizeThatFits.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-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/17] 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 {
[3/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 {
[4/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 {
[5/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 {
[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/19] 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 {
[8/19] 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 {
[9/19] 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 {
[10/19] Compiling FloatingBottomSheet FloatingBottomSheetSizing.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/19] Compiling FloatingBottomSheet FloatingBottomSheetSizingFixed.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/19] Compiling FloatingBottomSheet FloatingBottomSheetSizingViewSizeThatFits.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/19] Compiling FloatingBottomSheet FloatingBottomSheetLayout.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/19] 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 {
[15/19] 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 {
[16/19] 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 {
[17/19] 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 {
[18/19] 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 {
[19/19] 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 {
BUILD FAILURE 6.1 wasm