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.0 for Linux on 4 Feb 2025 11:12:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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:         linux
Swift version:             6.0
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/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 {
[4/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 {
[5/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 {
[6/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] 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 {
[3/15] 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 {
[4/16] 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 {
[5/16] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[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 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 {
[12/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 {
[13/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 {
[14/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 {
[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.0 linux