The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCameraKit, reference main (d2e33a), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 05:43:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicolaischneider/SwiftCameraKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicolaischneider/SwiftCameraKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d2e33ab fixed posdpec
Cloned https://github.com/nicolaischneider/SwiftCameraKit.git
Revision (git rev-parse @):
d2e33ab9eb3aa4a2f3cae092b3de42798c75aa51
SUCCESS checkout https://github.com/nicolaischneider/SwiftCameraKit.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftcamerakit",
      "name": "SwiftCameraKit",
      "url": "https://github.com/nicolaischneider/SwiftCameraKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCameraKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nicolaischneider/SwiftCameraKit.git
[1/355] Fetching swiftcamerakit
Fetched https://github.com/nicolaischneider/SwiftCameraKit.git from cache (0.89s)
Creating working copy for https://github.com/nicolaischneider/SwiftCameraKit.git
Working copy of https://github.com/nicolaischneider/SwiftCameraKit.git resolved at main (d2e33ab)
warning: '.resolve-product-dependencies': dependency 'swiftcamerakit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nicolaischneider/SwiftCameraKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/21] Emitting module SwiftCameraKit
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[4/21] Compiling SwiftCameraKit SwiftCameraKit+Photo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[5/21] Compiling SwiftCameraKit SwiftCameraKit+PhotoOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[6/22] Compiling SwiftCameraKit SwiftCameraKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[7/22] Compiling SwiftCameraKit SwiftCameraKit+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[8/22] Compiling SwiftCameraKit SwiftCameraKit+Reset.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[9/22] Compiling SwiftCameraKit SwiftCameraKit+Setup.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[10/22] Compiling SwiftCameraKit SwiftCameraKit+Video.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[11/22] Compiling SwiftCameraKit SwiftCameraKit+VideoOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[12/22] Compiling SwiftCameraKit CameraMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[13/22] Compiling SwiftCameraKit CameraOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[14/22] Compiling SwiftCameraKit SwiftCameraKitError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[15/22] Compiling SwiftCameraKit SwiftCameraKitConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[16/22] Compiling SwiftCameraKit MediaMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[17/22] Compiling SwiftCameraKit RecordingVideo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[18/22] Compiling SwiftCameraKit CaptureSessionState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[19/22] Compiling SwiftCameraKit FlashMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[20/22] Compiling SwiftCameraKit SwiftCameraKit+CameraControls.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[21/22] Compiling SwiftCameraKit SwiftCameraKit+CameraSetup.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
[22/22] Compiling SwiftCameraKit LoggerExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCameraKit/Camera/CameraState/CameraOutput.swift:2:8: error: no such module 'UIKit'
 1 | import Foundation
 2 | import UIKit
   |        `- error: no such module 'UIKit'
 3 |
 4 | /// Represents the possible output states of the camera operations.
BUILD FAILURE 6.3 macosSpm