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 SkeletonView, reference main (30c92f), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 16:26:30 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Juanpe/SkeletonView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Juanpe/SkeletonView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 30c92f0 Bump version 1.31.0
Cloned https://github.com/Juanpe/SkeletonView.git
Revision (git rev-parse @):
30c92f0992888e7b249e788405ac31e2103f5c69
SUCCESS checkout https://github.com/Juanpe/SkeletonView.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "skeletonview",
      "name": "SkeletonView",
      "url": "https://github.com/Juanpe/SkeletonView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SkeletonView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Juanpe/SkeletonView.git
[1/6463] Fetching skeletonview
Fetched https://github.com/Juanpe/SkeletonView.git from cache (1.50s)
Creating working copy for https://github.com/Juanpe/SkeletonView.git
Working copy of https://github.com/Juanpe/SkeletonView.git resolved at main (30c92f0)
warning: '.resolve-product-dependencies': dependency 'skeletonview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Juanpe/SkeletonView.git
https://github.com/Juanpe/SkeletonView.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SkeletonView",
  "name" : "SkeletonView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SkeletonView",
      "targets" : [
        "SkeletonView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SkeletonViewTests",
      "module_type" : "SwiftTarget",
      "name" : "SkeletonViewTests",
      "path" : "SkeletonViewCore/Tests",
      "sources" : [
        "Debug/SkeletonDebugTests.swift"
      ],
      "target_dependencies" : [
        "SkeletonView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SkeletonView",
      "module_type" : "SwiftTarget",
      "name" : "SkeletonView",
      "path" : "SkeletonViewCore/Sources",
      "product_memberships" : [
        "SkeletonView"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/Supporting Files/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "API/AnimationBuilder/SkeletonAnimationBuilder.swift",
        "API/Appearance/SkeletonAppearance.swift",
        "API/Collections/CollectionViews/SkeletonCollectionViewProtocols.swift",
        "API/Collections/TableViews/SkeletonTableViewProtocols.swift",
        "API/Deprecated.swift",
        "API/FoundationExtensions/Notification+SkeletonFlow.swift",
        "API/Models/GradientDirection.swift",
        "API/Models/SkeletonGradient.swift",
        "API/Models/SkeletonTextLineHeight.swift",
        "API/Models/SkeletonTextNumberOfLines.swift",
        "API/Models/SkeletonTransitionStyle.swift",
        "API/Models/SkeletonType.swift",
        "API/SkeletonExtended.swift",
        "API/SkeletonView.swift",
        "API/UIKitExtensions/CALayer+Animations.swift",
        "API/UIKitExtensions/UICollectionView+Extensions.swift",
        "API/UIKitExtensions/UILabel+IBInspectable.swift",
        "API/UIKitExtensions/UILabel+SKExtensions.swift",
        "API/UIKitExtensions/UITextView+IBInspectable.swift",
        "API/UIKitExtensions/UITextView+SKExtensions.swift",
        "API/UIKitExtensions/UIView+IBInspectable.swift",
        "API/UIKitExtensions/UIView+SKExtensions.swift",
        "Internal/Collections/CollectionSkeleton.swift",
        "Internal/Collections/SkeletonCollectionDataSource.swift",
        "Internal/Collections/SkeletonCollectionDelegate.swift",
        "Internal/Collections/SkeletonReusableCell.swift",
        "Internal/Debug/SkeletonDebug.swift",
        "Internal/FoundationExtensions/DispatchQueue+Extensions.swift",
        "Internal/FoundationExtensions/Int+Extensions.swift",
        "Internal/FoundationExtensions/Notification+Extensions.swift",
        "Internal/FoundationExtensions/ProcessInfo+Extensions.swift",
        "Internal/Helpers/AssociationPolicy.swift",
        "Internal/Helpers/Recursive.swift",
        "Internal/Helpers/Swizzling.swift",
        "Internal/Models/RecoverableViewState.swift",
        "Internal/Models/SkeletonLayer.swift",
        "Internal/SkeletonConfigs/SkeletonConfig.swift",
        "Internal/SkeletonConfigs/SkeletonMultilinesLayerConfig.swift",
        "Internal/SkeletonExtensions/GradientDirection+Animations.swift",
        "Internal/SkeletonExtensions/PrepareViewForSkeleton.swift",
        "Internal/SkeletonExtensions/Recoverable.swift",
        "Internal/SkeletonExtensions/SkeletonTextNode.swift",
        "Internal/SkeletonExtensions/SubviewsSkeletonables.swift",
        "Internal/SkeletonFlowHandler.swift",
        "Internal/SkeletonLayerBuilders/SkeletonLayerBuilder.swift",
        "Internal/SkeletonLayerBuilders/SkeletonMultilineLayerBuilder.swift",
        "Internal/SkeletonTree/SkeletonTreeNode.swift",
        "Internal/UIKitExtensions/CALayer+Extensions.swift",
        "Internal/UIKitExtensions/SkeletonTreeNode+Extensions.swift",
        "Internal/UIKitExtensions/UICollectionView+CollectionSkeleton.swift",
        "Internal/UIKitExtensions/UIColor+Skeleton.swift",
        "Internal/UIKitExtensions/UILabel+Extensions.swift",
        "Internal/UIKitExtensions/UITableView+CollectionSkeleton.swift",
        "Internal/UIKitExtensions/UITableView+Extensions.swift",
        "Internal/UIKitExtensions/UIView+AppLifecycleNotifications.swift",
        "Internal/UIKitExtensions/UIView+AssociatedObjects.swift",
        "Internal/UIKitExtensions/UIView+CollectionSkeleton.swift",
        "Internal/UIKitExtensions/UIView+Extensions.swift",
        "Internal/UIKitExtensions/UIView+SkeletonView.swift",
        "Internal/UIKitExtensions/UIView+Swizzling.swift",
        "Internal/UIKitExtensions/UIView+Transitions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/60] Emitting module SkeletonView
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[5/66] Compiling SkeletonView CALayer+Animations.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[6/66] Compiling SkeletonView UICollectionView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[7/66] Compiling SkeletonView UILabel+IBInspectable.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[8/66] Compiling SkeletonView UILabel+SKExtensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[9/66] Compiling SkeletonView UITextView+IBInspectable.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[10/66] Compiling SkeletonView UITextView+SKExtensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[11/66] Compiling SkeletonView UIView+IBInspectable.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[12/66] Compiling SkeletonView UIView+SKExtensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[13/66] Compiling SkeletonView CollectionSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[14/66] Compiling SkeletonView SkeletonCollectionDataSource.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[15/66] Compiling SkeletonView SkeletonCollectionDelegate.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[16/66] Compiling SkeletonView SkeletonReusableCell.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[17/66] Compiling SkeletonView GradientDirection+Animations.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[18/66] Compiling SkeletonView PrepareViewForSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[19/66] Compiling SkeletonView Recoverable.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[20/66] Compiling SkeletonView SkeletonTextNode.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[21/66] Compiling SkeletonView SubviewsSkeletonables.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[22/66] Compiling SkeletonView SkeletonFlowHandler.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[23/66] Compiling SkeletonView UIView+CollectionSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[24/66] Compiling SkeletonView UIView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[25/66] Compiling SkeletonView UIView+SkeletonView.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[26/66] Compiling SkeletonView UIView+Swizzling.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[27/66] Compiling SkeletonView UIView+Transitions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[28/66] Compiling SkeletonView resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[29/66] Compiling SkeletonView SkeletonLayerBuilder.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[30/66] Compiling SkeletonView SkeletonMultilineLayerBuilder.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[31/66] Compiling SkeletonView SkeletonTreeNode.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[32/66] Compiling SkeletonView CALayer+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[33/66] Compiling SkeletonView SkeletonTreeNode+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[34/66] Compiling SkeletonView UICollectionView+CollectionSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[35/66] Compiling SkeletonView SkeletonAnimationBuilder.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[36/66] Compiling SkeletonView SkeletonAppearance.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[37/66] Compiling SkeletonView SkeletonCollectionViewProtocols.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[38/66] Compiling SkeletonView SkeletonTableViewProtocols.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[39/66] Compiling SkeletonView Deprecated.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[40/66] Compiling SkeletonView Notification+SkeletonFlow.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[41/66] Compiling SkeletonView GradientDirection.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[42/66] Compiling SkeletonView Recursive.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[43/66] Compiling SkeletonView Swizzling.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[44/66] Compiling SkeletonView RecoverableViewState.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[45/66] Compiling SkeletonView SkeletonLayer.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[46/66] Compiling SkeletonView SkeletonConfig.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[47/66] Compiling SkeletonView SkeletonMultilinesLayerConfig.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[48/66] Compiling SkeletonView UIColor+Skeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[49/66] Compiling SkeletonView UILabel+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[50/66] Compiling SkeletonView UITableView+CollectionSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[51/66] Compiling SkeletonView UITableView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[52/66] Compiling SkeletonView UIView+AppLifecycleNotifications.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[53/66] Compiling SkeletonView UIView+AssociatedObjects.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[54/66] Compiling SkeletonView SkeletonDebug.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[55/66] Compiling SkeletonView DispatchQueue+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[56/66] Compiling SkeletonView Int+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[57/66] Compiling SkeletonView Notification+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[58/66] Compiling SkeletonView ProcessInfo+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[59/66] Compiling SkeletonView AssociationPolicy.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[60/66] Compiling SkeletonView SkeletonGradient.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[61/66] Compiling SkeletonView SkeletonTextLineHeight.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[62/66] Compiling SkeletonView SkeletonTextNumberOfLines.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[63/66] Compiling SkeletonView SkeletonTransitionStyle.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[64/66] Compiling SkeletonView SkeletonType.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[65/66] Compiling SkeletonView SkeletonExtended.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[66/66] Compiling SkeletonView SkeletonView.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/Supporting Files/Info.plist
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/58] Emitting module SkeletonView
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[3/64] Compiling SkeletonView UIColor+Skeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[4/64] Compiling SkeletonView UILabel+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[5/64] Compiling SkeletonView UITableView+CollectionSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[6/64] Compiling SkeletonView UITableView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[7/64] Compiling SkeletonView UIView+AppLifecycleNotifications.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[8/64] Compiling SkeletonView UIView+AssociatedObjects.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[9/64] Compiling SkeletonView SkeletonAnimationBuilder.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[10/64] Compiling SkeletonView SkeletonAppearance.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[11/64] Compiling SkeletonView SkeletonCollectionViewProtocols.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[12/64] Compiling SkeletonView SkeletonTableViewProtocols.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[13/64] Compiling SkeletonView Deprecated.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[14/64] Compiling SkeletonView Notification+SkeletonFlow.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[15/64] Compiling SkeletonView GradientDirection.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[16/64] Compiling SkeletonView GradientDirection+Animations.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[17/64] Compiling SkeletonView PrepareViewForSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[18/64] Compiling SkeletonView Recoverable.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[19/64] Compiling SkeletonView SkeletonTextNode.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[20/64] Compiling SkeletonView SubviewsSkeletonables.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[21/64] Compiling SkeletonView SkeletonFlowHandler.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[22/64] Compiling SkeletonView SkeletonLayerBuilder.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[23/64] Compiling SkeletonView SkeletonMultilineLayerBuilder.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[24/64] Compiling SkeletonView SkeletonTreeNode.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[25/64] Compiling SkeletonView CALayer+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[26/64] Compiling SkeletonView SkeletonTreeNode+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[27/64] Compiling SkeletonView UICollectionView+CollectionSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[28/64] Compiling SkeletonView Recursive.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[29/64] Compiling SkeletonView Swizzling.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[30/64] Compiling SkeletonView RecoverableViewState.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[31/64] Compiling SkeletonView SkeletonLayer.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[32/64] Compiling SkeletonView SkeletonConfig.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[33/64] Compiling SkeletonView SkeletonMultilinesLayerConfig.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[34/64] Compiling SkeletonView CALayer+Animations.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[35/64] Compiling SkeletonView UICollectionView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[36/64] Compiling SkeletonView UILabel+IBInspectable.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[37/64] Compiling SkeletonView UILabel+SKExtensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[38/64] Compiling SkeletonView UITextView+IBInspectable.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[39/64] Compiling SkeletonView UITextView+SKExtensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[40/64] Compiling SkeletonView SkeletonDebug.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[41/64] Compiling SkeletonView DispatchQueue+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[42/64] Compiling SkeletonView Int+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[43/64] Compiling SkeletonView Notification+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[44/64] Compiling SkeletonView ProcessInfo+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[45/64] Compiling SkeletonView AssociationPolicy.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[46/64] Compiling SkeletonView SkeletonGradient.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[47/64] Compiling SkeletonView SkeletonTextLineHeight.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[48/64] Compiling SkeletonView SkeletonTextNumberOfLines.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[49/64] Compiling SkeletonView SkeletonTransitionStyle.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[50/64] Compiling SkeletonView SkeletonType.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[51/64] Compiling SkeletonView SkeletonExtended.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[52/64] Compiling SkeletonView SkeletonView.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[53/64] Compiling SkeletonView UIView+IBInspectable.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[54/64] Compiling SkeletonView UIView+SKExtensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[55/64] Compiling SkeletonView CollectionSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[56/64] Compiling SkeletonView SkeletonCollectionDataSource.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[57/64] Compiling SkeletonView SkeletonCollectionDelegate.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[58/64] Compiling SkeletonView SkeletonReusableCell.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[59/64] Compiling SkeletonView UIView+CollectionSkeleton.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[60/64] Compiling SkeletonView UIView+Extensions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[61/64] Compiling SkeletonView UIView+SkeletonView.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[62/64] Compiling SkeletonView UIView+Swizzling.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[63/64] Compiling SkeletonView UIView+Transitions.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
[64/64] Compiling SkeletonView resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/API/AnimationBuilder/SkeletonAnimationBuilder.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public typealias SkeletonLayerAnimation = (CALayer) -> CAAnimation
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Tests/Supporting Files/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/SkeletonViewCore/Sources/Supporting Files/Info.plist
BUILD FAILURE 6.1 macosSpm