Build Information
Failed to build ModalKit, reference 0.0.2 (32ecdf
), with Swift 6.1 for Linux on 30 Apr 2025 07:49:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emrearmagan/ModalKit.git
Reference: 0.0.2
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/emrearmagan/ModalKit
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 32ecdf8 move xcodeproject in example folder
Cloned https://github.com/emrearmagan/ModalKit.git
Revision (git rev-parse @):
32ecdf8e0e03412c6b1957839738eea76efd106a
SUCCESS checkout https://github.com/emrearmagan/ModalKit.git at 0.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/emrearmagan/ModalKit.git
https://github.com/emrearmagan/ModalKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "ModalKit",
"name" : "ModalKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ModalKit",
"targets" : [
"ModalKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ModalKit",
"module_type" : "SwiftTarget",
"name" : "ModalKit",
"path" : "Sources",
"product_memberships" : [
"ModalKit"
],
"sources" : [
"ModalKit/Animator/MKPresentationAnimator.swift",
"ModalKit/Controller/MKPresentationController.swift",
"ModalKit/Controller/MKPresentationSize.swift",
"ModalKit/Controller/Presentable/MKPresentable+UIViewController.swift",
"ModalKit/Controller/Presentable/MKPresentable.swift",
"ModalKit/Controller/Presentable/MKPresentableConfiguration.swift",
"ModalKit/Delegate/MKPresentationManager.swift",
"ModalKit/Extension/Sequence.swift",
"ModalKit/Extension/UIColor.swift",
"ModalKit/Extension/UIEdgeInsets.swift",
"ModalKit/Extension/UIView.swift",
"ModalKit/Extension/UIViewController.swift",
"ModalKit/View/DimmingView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling ModalKit UIViewController.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[4/16] Compiling ModalKit DimmingView.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[5/16] Compiling ModalKit UIView.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[6/16] Compiling ModalKit MKPresentationManager.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[7/16] Compiling ModalKit Sequence.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[8/16] Compiling ModalKit MKPresentable.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[9/16] Compiling ModalKit MKPresentableConfiguration.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[10/16] Compiling ModalKit UIColor.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[11/16] Compiling ModalKit UIEdgeInsets.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/16] Emitting module ModalKit
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[13/16] Compiling ModalKit MKPresentationAnimator.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[14/16] Compiling ModalKit MKPresentationController.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[15/16] Compiling ModalKit MKPresentationSize.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[16/16] Compiling ModalKit MKPresentable+UIViewController.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling ModalKit UIViewController.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[3/14] Compiling ModalKit UIView.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[4/15] Compiling ModalKit UIColor.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[5/15] Compiling ModalKit UIEdgeInsets.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[6/15] Compiling ModalKit MKPresentationManager.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[7/15] Compiling ModalKit Sequence.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[8/15] Compiling ModalKit MKPresentable.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[9/15] Compiling ModalKit MKPresentableConfiguration.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[10/15] Compiling ModalKit DimmingView.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/15] Emitting module ModalKit
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[12/15] Compiling ModalKit MKPresentationSize.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[13/15] Compiling ModalKit MKPresentable+UIViewController.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[14/15] Compiling ModalKit MKPresentationAnimator.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
[15/15] Compiling ModalKit MKPresentationController.swift
/host/spi-builder-workspace/Sources/ModalKit/Animator/MKPresentationAnimator.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// `MKPresentationAnimator` is responsible for managing the presentation and dismissal.
BUILD FAILURE 6.1 linux