The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build FrameLayoutKit, reference 7.1.1 (68df07), with Swift 6.1 for Linux on 30 Apr 2025 20:40:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kennic/FrameLayoutKit.git
Reference: 7.1.1
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/kennic/FrameLayoutKit
 * tag               7.1.1      -> FETCH_HEAD
HEAD is now at 68df07e Update README
Cloned https://github.com/kennic/FrameLayoutKit.git
Revision (git rev-parse @):
68df07efa5de552b00b49a2fba9083cd1a8814da
SUCCESS checkout https://github.com/kennic/FrameLayoutKit.git at 7.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kennic/FrameLayoutKit.git
https://github.com/kennic/FrameLayoutKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FrameLayoutKit",
  "name" : "FrameLayoutKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "FrameLayoutKit",
      "targets" : [
        "FrameLayoutKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "FrameLayoutKit",
      "module_type" : "SwiftTarget",
      "name" : "FrameLayoutKit",
      "path" : "FrameLayoutKit/Classes",
      "product_memberships" : [
        "FrameLayoutKit"
      ],
      "sources" : [
        "DoubleFrameLayout.swift",
        "Extensions/DoubleFrameLayout+Chainable.swift",
        "Extensions/FlowFrameLayout+Chainable.swift",
        "Extensions/FrameLayout+Chainable.swift",
        "Extensions/FrameLayout+Extension.swift",
        "Extensions/GridFrameLayout+Chainable.swift",
        "Extensions/ScrollStackView+Chainable.swift",
        "Extensions/StackFrameLayout+Chainable.swift",
        "Extensions/StackFrameLayout+DSL.swift",
        "FLSkeletonView.swift",
        "FLView.swift",
        "FlowFrameLayout.swift",
        "FrameLayout.swift",
        "GridFrameLayout.swift",
        "ScrollStackView.swift",
        "StackFrameLayout.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/FrameLayoutKit/Classes/Example': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/FrameLayoutKit/Classes/Example': File not found.
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling FrameLayoutKit FrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[4/17] Compiling FrameLayoutKit GridFrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[5/19] Compiling FrameLayoutKit FLView.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[6/19] Compiling FrameLayoutKit FlowFrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[7/19] Compiling FrameLayoutKit StackFrameLayout+DSL.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[8/19] Compiling FrameLayoutKit FLSkeletonView.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[9/19] Compiling FrameLayoutKit ScrollStackView+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[10/19] Compiling FrameLayoutKit StackFrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[11/19] Compiling FrameLayoutKit FrameLayout+Extension.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[12/19] Compiling FrameLayoutKit GridFrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/19] Emitting module FrameLayoutKit
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[14/19] Compiling FrameLayoutKit DoubleFrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[15/19] Compiling FrameLayoutKit DoubleFrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[16/19] Compiling FrameLayoutKit FlowFrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[17/19] Compiling FrameLayoutKit FrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[18/19] Compiling FrameLayoutKit ScrollStackView.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[19/19] Compiling FrameLayoutKit StackFrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/FrameLayoutKit/Classes/Example': File not found.
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling FrameLayoutKit ScrollStackView+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[3/16] Compiling FrameLayoutKit StackFrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[4/18] Compiling FrameLayoutKit FrameLayout+Extension.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[5/18] Compiling FrameLayoutKit GridFrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[6/18] Compiling FrameLayoutKit FLView.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[7/18] Compiling FrameLayoutKit FlowFrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[8/18] Compiling FrameLayoutKit FrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[9/18] Compiling FrameLayoutKit GridFrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[10/18] Compiling FrameLayoutKit StackFrameLayout+DSL.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[11/18] Compiling FrameLayoutKit FLSkeletonView.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/18] Emitting module FrameLayoutKit
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[13/18] Compiling FrameLayoutKit FlowFrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[14/18] Compiling FrameLayoutKit FrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[15/18] Compiling FrameLayoutKit DoubleFrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[16/18] Compiling FrameLayoutKit DoubleFrameLayout+Chainable.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[17/18] Compiling FrameLayoutKit ScrollStackView.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
[18/18] Compiling FrameLayoutKit StackFrameLayout.swift
/host/spi-builder-workspace/FrameLayoutKit/Classes/DoubleFrameLayout.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 |
 10 | public enum NKLayoutAxis {
BUILD FAILURE 6.1 linux