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 Helper4Swift, reference 1.0.1 (dd28fe), with Swift 6.1 for Linux on 25 Apr 2025 20:54:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cs4alhaider/Helper4Swift.git
Reference: 1.0.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/cs4alhaider/Helper4Swift
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at dd28fe2 Converting to SPM
Cloned https://github.com/cs4alhaider/Helper4Swift.git
Revision (git rev-parse @):
dd28fe290b5e5a0229b6d50af5bd30278fea42ec
SUCCESS checkout https://github.com/cs4alhaider/Helper4Swift.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cs4alhaider/Helper4Swift.git
https://github.com/cs4alhaider/Helper4Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Helper4Swift",
  "name" : "Helper4Swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Helper4Swift",
      "targets" : [
        "Helper4Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Helper4SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "Helper4SwiftTests",
      "path" : "Tests/Helper4SwiftTests",
      "sources" : [
        "Helper4SwiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Helper4Swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helper4Swift",
      "module_type" : "SwiftTarget",
      "name" : "Helper4Swift",
      "path" : "Sources/Helper4Swift",
      "product_memberships" : [
        "Helper4Swift"
      ],
      "sources" : [
        "Extensions/Array+Extension.swift",
        "Extensions/Bundle+Extension.swift",
        "Extensions/CALayer+Extension.swift",
        "Extensions/Date+Extension.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/Dispatch+Extension.swift",
        "Extensions/Encodable+Extension.swift",
        "Extensions/Int+Extension.swift",
        "Extensions/JSONDecoder+Extension.swift",
        "Extensions/NSMutableAttributedString+Extension.swift",
        "Extensions/String+Extension.swift",
        "Extensions/TimeInterval+Extension.swift",
        "Extensions/UIApplication+Extension.swift",
        "Extensions/UIButton+Extension.swift",
        "Extensions/UICollectionView+Extension.swift",
        "Extensions/UIColor+Extension.swift",
        "Extensions/UIImage+Extension.swift",
        "Extensions/UIImageView+Extension.swift",
        "Extensions/UIKeyboardType+Extension.swift",
        "Extensions/UILabel+Extension.swift",
        "Extensions/UINavigationController+Extension.swift",
        "Extensions/UIStoryboard+Extension.swift",
        "Extensions/UITabBarController+Extension.swift",
        "Extensions/UITableView+Extension.swift",
        "Extensions/UITextField+Extension.swift",
        "Extensions/UITextView+Extension.swift",
        "Extensions/UIView+Extension.swift",
        "Extensions/UIViewAutoLayout+Extension.swift",
        "Extensions/UIViewController+Extension.swift",
        "Extensions/UIViewController+LocalAuthentication+Extension.swift",
        "Extensions/URL+Extension.swift",
        "Helper4Swift.swift",
        "SubClasses/UIViewFromNib.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/32] Emitting module Helper4Swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[4/36] Compiling Helper4Swift UIStoryboard+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[5/36] Compiling Helper4Swift UITabBarController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[6/36] Compiling Helper4Swift UITableView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[7/36] Compiling Helper4Swift UITextField+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[8/36] Compiling Helper4Swift UIImageView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[9/36] Compiling Helper4Swift UIKeyboardType+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[10/36] Compiling Helper4Swift UILabel+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[11/36] Compiling Helper4Swift UINavigationController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[12/36] Compiling Helper4Swift UIButton+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[13/36] Compiling Helper4Swift UICollectionView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[14/36] Compiling Helper4Swift UIColor+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[15/36] Compiling Helper4Swift UIImage+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[16/36] Compiling Helper4Swift UIViewController+LocalAuthentication+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[17/36] Compiling Helper4Swift URL+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[18/36] Compiling Helper4Swift Helper4Swift.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[19/36] Compiling Helper4Swift UIViewFromNib.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[20/36] Compiling Helper4Swift Dispatch+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[21/36] Compiling Helper4Swift Encodable+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[22/36] Compiling Helper4Swift Int+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[23/36] Compiling Helper4Swift JSONDecoder+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[24/36] Compiling Helper4Swift Array+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[25/36] Compiling Helper4Swift Bundle+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[26/36] Compiling Helper4Swift CALayer+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[27/36] Compiling Helper4Swift Date+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[28/36] Compiling Helper4Swift Dictionary+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[29/36] Compiling Helper4Swift UITextView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[30/36] Compiling Helper4Swift UIView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[31/36] Compiling Helper4Swift UIViewAutoLayout+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[32/36] Compiling Helper4Swift UIViewController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[33/36] Compiling Helper4Swift NSMutableAttributedString+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[34/36] Compiling Helper4Swift String+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[35/36] Compiling Helper4Swift TimeInterval+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[36/36] Compiling Helper4Swift UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/31] Compiling Helper4Swift UIImageView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[3/31] Compiling Helper4Swift UIKeyboardType+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[4/31] Compiling Helper4Swift UILabel+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[5/31] Compiling Helper4Swift UINavigationController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[6/35] Compiling Helper4Swift UIButton+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[7/35] Compiling Helper4Swift UICollectionView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[8/35] Compiling Helper4Swift UIColor+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[9/35] Compiling Helper4Swift UIImage+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/35] Emitting module Helper4Swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[11/35] Compiling Helper4Swift UITextView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[12/35] Compiling Helper4Swift UIView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[13/35] Compiling Helper4Swift UIViewAutoLayout+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[14/35] Compiling Helper4Swift UIViewController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[15/35] Compiling Helper4Swift NSMutableAttributedString+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[16/35] Compiling Helper4Swift String+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[17/35] Compiling Helper4Swift TimeInterval+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[18/35] Compiling Helper4Swift UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[19/35] Compiling Helper4Swift UIStoryboard+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[20/35] Compiling Helper4Swift UITabBarController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[21/35] Compiling Helper4Swift UITableView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[22/35] Compiling Helper4Swift UITextField+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[23/35] Compiling Helper4Swift Array+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[24/35] Compiling Helper4Swift Bundle+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[25/35] Compiling Helper4Swift CALayer+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[26/35] Compiling Helper4Swift Date+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[27/35] Compiling Helper4Swift Dictionary+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[28/35] Compiling Helper4Swift Dispatch+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[29/35] Compiling Helper4Swift Encodable+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[30/35] Compiling Helper4Swift Int+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[31/35] Compiling Helper4Swift JSONDecoder+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[32/35] Compiling Helper4Swift UIViewController+LocalAuthentication+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[33/35] Compiling Helper4Swift URL+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[34/35] Compiling Helper4Swift Helper4Swift.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[35/35] Compiling Helper4Swift UIViewFromNib.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
BUILD FAILURE 6.1 linux