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 1.31.0 (2f5274), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 23:08:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Juanpe/SkeletonView.git
Reference: 1.31.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Juanpe/SkeletonView
 * tag               1.31.0     -> FETCH_HEAD
HEAD is now at 2f52748 remove trailing comma in Package.swift (#557)
Cloned https://github.com/Juanpe/SkeletonView.git
Revision (git rev-parse @):
2f5274827d310e32c09325dd3e0007120940988e
SUCCESS checkout https://github.com/Juanpe/SkeletonView.git at 1.31.0
========================================
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/6464] Fetching skeletonview
Fetched https://github.com/Juanpe/SkeletonView.git from cache (1.64s)
Creating working copy for https://github.com/Juanpe/SkeletonView.git
Working copy of https://github.com/Juanpe/SkeletonView.git resolved at 1.31.0 (2f52748)
warning: '.resolve-product-dependencies': dependency 'skeletonview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
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.1.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] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--7754E27361AE5C74.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 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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/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
[49/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
[50/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
[51/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
[52/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
[53/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
[54/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
[55/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
[56/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
[57/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
[58/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
[59/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
[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
BUILD FAILURE 6.0 macosSpm