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 FrameLayoutKit, reference master (e0b487), with Swift 6.1 for Wasm on 13 Jun 2025 12:46:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/kennic/FrameLayoutKit.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e0b487c Merge pull request #9 from kennic/codex/fix-spelling-in-readme-section-header
Cloned https://github.com/kennic/FrameLayoutKit.git
Revision (git rev-parse @):
e0b487c3aa84b33240b5243634b4e1fdaa7e98f2
SUCCESS checkout https://github.com/kennic/FrameLayoutKit.git at master
========================================
Build
========================================
Selected platform:         wasm
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-1":/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
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/17] 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 {
[4/17] 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 {
[5/17] 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 {
[6/17] 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 {
[7/17] 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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/19] 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 {
[13/19] 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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[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-1":/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
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 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 {
[3/16] 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 {
[4/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 {
[5/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 {
[6/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 {
[7/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 {
[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 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 {
[11/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 {
[12/18] 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 {
[13/18] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/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 {
[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 wasm