The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StreamDeckKit, reference main (23c377), with Swift 6.1 for macOS (SPM) on 10 Mar 2026 19:20:46 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elgatosf/streamdeck-kit-ipad.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elgatosf/streamdeck-kit-ipad
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 23c3770 Add Stream Deck + XL support
Cloned https://github.com/elgatosf/streamdeck-kit-ipad.git
Revision (git rev-parse @):
23c3770bd51aa016a681d88d108cb0ab712171d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elgatosf/streamdeck-kit-ipad.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elgatosf/streamdeck-kit-ipad.git
https://github.com/elgatosf/streamdeck-kit-ipad.git
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "StreamDeckKit",
  "name" : "StreamDeckKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "StreamDeckKit",
      "targets" : [
        "StreamDeckKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StreamDeckSimulator",
      "targets" : [
        "StreamDeckSimulator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamDeckSimulator",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckSimulator",
      "path" : "Sources/StreamDeckSimulator",
      "product_memberships" : [
        "StreamDeckSimulator"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Resources/SimulatorAssets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Bundle+ResourceBundle.swift",
        "Extensions/DeviceInfo+Simulator.swift",
        "Extensions/StreamDeck+Simulator.swift",
        "Extensions/StreamDeckProduct+Simulator.swift",
        "StreamDeckSimulator.swift",
        "StreamDeckSimulatorClient.swift",
        "Views/Dial.swift",
        "Views/SimulatorContainer.swift",
        "Views/SimulatorDialTouchView.swift",
        "Views/SimulatorDialView.swift",
        "Views/SimulatorKeyView.swift",
        "Views/SimulatorNeoPanelView.swift",
        "Views/StreamDeckPedalSimulatorView.swift",
        "Views/StreamDeckSimulator.PreviewView.swift",
        "Views/StreamDeckSimulatorView.swift"
      ],
      "target_dependencies" : [
        "StreamDeckKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StreamDeckSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckSDKTests",
      "path" : "Tests/StreamDeckSDKTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Helper/StreamDeckClientMock.swift",
        "Helper/StreamDeckRobot.swift",
        "Helper/TestViews.swift",
        "Helper/WaitFor.swift",
        "StreamDeckLayoutTests.swift",
        "StreamDeckTests.swift",
        "VersionsTests.swift"
      ],
      "target_dependencies" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StreamDeckKit",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckKit",
      "path" : "Sources/StreamDeckKit",
      "product_memberships" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "sources" : [
        "Device/AsyncQueue.swift",
        "Device/DeviceCapabilities+Rect.swift",
        "Device/DeviceCapabilities.swift",
        "Device/DeviceInfo.swift",
        "Device/ImageFormat.swift",
        "Device/InputEvent.swift",
        "Device/StreamDeck+ImageTransformation.swift",
        "Device/StreamDeck+OperationQueue.swift",
        "Device/StreamDeck.swift",
        "Device/StreamDeckClient.swift",
        "Device/StreamDeckClientProtocol.swift",
        "Device/StreamDeckProduct.swift",
        "Device/StreamDeckProductId.swift",
        "Extensions/String+IOReturn.swift",
        "Extensions/UIImage+Color.swift",
        "Layout/DirtyMarker.swift",
        "Layout/Environment+Ext.swift",
        "Layout/StreamDeckClientDummy.swift",
        "Layout/StreamDeckDialAreaLayout.swift",
        "Layout/StreamDeckDialView.swift",
        "Layout/StreamDeckKeyAreaLayout.swift",
        "Layout/StreamDeckKeyView.swift",
        "Layout/StreamDeckLayout.swift",
        "Layout/StreamDeckLayoutRenderer.swift",
        "Layout/StreamDeckNeoPanelLayout.swift",
        "Layout/StreamDeckViewContext.swift",
        "Logging.swift",
        "Session/InternalStreamDeckSession.swift",
        "Session/StreamDeckSession.State+CustomDebugStringConvertible.swift",
        "Session/StreamDeckSession.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "StreamDeckCApi"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StreamDeckCApi",
      "module_type" : "ClangTarget",
      "name" : "StreamDeckCApi",
      "path" : "Sources/StreamDeckCApi",
      "product_memberships" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "sources" : [
        "StreamDeckCApi.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/5] Write sources
[2/5] Copying SimulatorAssets.xcassets
[3/5] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Compiling StreamDeckCApi StreamDeckCApi.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/34] Emitting module StreamDeckKit
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[7/37] Compiling StreamDeckKit StreamDeckSession.State+CustomDebugStringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[8/37] Compiling StreamDeckKit StreamDeckSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[9/37] Compiling StreamDeckKit Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[10/37] Compiling StreamDeckKit String+IOReturn.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[11/37] Compiling StreamDeckKit UIImage+Color.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[12/37] Compiling StreamDeckKit DirtyMarker.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[13/37] Compiling StreamDeckKit ImageFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[14/37] Compiling StreamDeckKit InputEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[15/37] Compiling StreamDeckKit StreamDeck+ImageTransformation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[16/37] Compiling StreamDeckKit StreamDeckViewContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[17/37] Compiling StreamDeckKit Logging.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[18/37] Compiling StreamDeckKit InternalStreamDeckSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[19/37] Compiling StreamDeckKit StreamDeckClientProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[20/37] Compiling StreamDeckKit StreamDeckProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[21/37] Compiling StreamDeckKit StreamDeckProductId.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[22/37] Compiling StreamDeckKit Environment+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[23/37] Compiling StreamDeckKit StreamDeckClientDummy.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[24/37] Compiling StreamDeckKit StreamDeckDialAreaLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[25/37] Compiling StreamDeckKit StreamDeckDialView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[26/37] Compiling StreamDeckKit StreamDeckKeyAreaLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[27/37] Compiling StreamDeckKit StreamDeckKeyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[28/37] Compiling StreamDeckKit StreamDeck+OperationQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[29/37] Compiling StreamDeckKit StreamDeck.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[30/37] Compiling StreamDeckKit StreamDeckClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[31/37] Compiling StreamDeckKit StreamDeckLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[32/37] Compiling StreamDeckKit StreamDeckLayoutRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[33/37] Compiling StreamDeckKit StreamDeckNeoPanelLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[34/37] Compiling StreamDeckKit AsyncQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[35/37] Compiling StreamDeckKit DeviceCapabilities+Rect.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[36/37] Compiling StreamDeckKit DeviceCapabilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[37/37] Compiling StreamDeckKit DeviceInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.89s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.9 (2.44s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.97s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.95s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (2.51s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.98s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.51s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.9
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/30] Emitting module StreamDeckKit
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[3/33] Compiling StreamDeckKit Environment+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[4/33] Compiling StreamDeckKit StreamDeckClientDummy.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[5/33] Compiling StreamDeckKit StreamDeckDialAreaLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[6/33] Compiling StreamDeckKit AsyncQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[7/33] Compiling StreamDeckKit DeviceCapabilities+Rect.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[8/33] Compiling StreamDeckKit DeviceCapabilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[9/33] Compiling StreamDeckKit DeviceInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[10/33] Compiling StreamDeckKit StreamDeckViewContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[11/33] Compiling StreamDeckKit Logging.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[12/33] Compiling StreamDeckKit InternalStreamDeckSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[13/33] Compiling StreamDeckKit ImageFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[14/33] Compiling StreamDeckKit InputEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[15/33] Compiling StreamDeckKit StreamDeck+ImageTransformation.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[16/33] Compiling StreamDeckKit String+IOReturn.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[17/33] Compiling StreamDeckKit UIImage+Color.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[18/33] Compiling StreamDeckKit DirtyMarker.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[19/33] Compiling StreamDeckKit StreamDeckLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[20/33] Compiling StreamDeckKit StreamDeckLayoutRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[21/33] Compiling StreamDeckKit StreamDeckNeoPanelLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[22/33] Compiling StreamDeckKit StreamDeckClientProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[23/33] Compiling StreamDeckKit StreamDeckProduct.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[24/33] Compiling StreamDeckKit StreamDeckProductId.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[25/33] Compiling StreamDeckKit StreamDeckDialView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[26/33] Compiling StreamDeckKit StreamDeckKeyAreaLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[27/33] Compiling StreamDeckKit StreamDeckKeyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[28/33] Compiling StreamDeckKit StreamDeckSession.State+CustomDebugStringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[29/33] Compiling StreamDeckKit StreamDeckSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[30/33] Compiling StreamDeckKit Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[31/33] Compiling StreamDeckKit StreamDeck+OperationQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[32/33] Compiling StreamDeckKit StreamDeck.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
[33/33] Compiling StreamDeckKit StreamDeckClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift:29:8: error: no such module 'UIKit'
 27 |
 28 | import Foundation
 29 | import UIKit
    |        `- error: no such module 'UIKit'
 30 | import UniformTypeIdentifiers
 31 |
warning: 'spi-builder-workspace': found 39 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_key_down_up.fullscreen.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_dial_rotate_and_click_on_touch_area.encoder_up.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_dial_section.section_2.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_render_initial_frame.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_touch_keys.right_touched.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_fling_on_touch_area.fling_up.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_dial_section.section_0.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_set_key_image_should_set_scaled_image_on_key.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_dial_section.section_1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_fill_screen_on_device_without_hardware_support.2.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_dial_rotate_and_click_on_touch_area.encoder_down.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_key_down_up.key_up.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_dial_section.section_3.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_touch_area.30_20.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_touch_area.80_10.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_touch_keys.left_touched.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_touch_keys.right_released.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_window_image_with_rect_should_fill_specified_area.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_key_down_up.key_down.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_dial_rotate_and_click_on_touch_area.dial_left.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_dial_rotate_and_click_on_touch_area.dial_right.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_fill_screen_on_device_without_hardware_support.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_dial_rotate_and_click_on_dial_view.dial_right.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_dial_rotate_and_click_on_dial_view.dial_left.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_fill_key_on_device_without_hardware_support.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_set_window_image_should_set_scaled_window_image.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_image_rotation.top_green_bottom_red.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_dial_rotate_and_click_on_dial_view.encoder_down.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_touch_keys.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_fill_screen_on_device_without_hardware_support.4.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_touch_on_touch_keys.left_released.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_dial_rotate_and_click_on_dial_view.encoder_up.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_set_screen_image_should_set_scaled_fullscreen_image.1.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_fling_on_touch_area.fling_down.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_fling_on_touch_area.fling_right.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_fill_screen_on_device_without_hardware_support.5.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckLayoutTests/test_fling_on_touch_area.fling_left.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_fill_screen_on_device_without_hardware_support.6.png
    /Users/admin/builder/spi-builder-workspace/Tests/StreamDeckSDKTests/__Snapshots__/StreamDeckTests/test_fill_screen_on_device_without_hardware_support.3.png
BUILD FAILURE 6.1 macosSpm