The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCameraKit, reference main (d2e33a), with Swift 6.1 for macOS (SPM) on 13 May 2025 22:11:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nicolaischneider/SwiftCameraKit.git
[11/355] Fetching swiftcamerakit
Fetched https://github.com/nicolaischneider/SwiftCameraKit.git from cache (0.91s)
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.1
Building package at path:  $PWD
https://github.com/nicolaischneider/SwiftCameraKit.git
https://github.com/nicolaischneider/SwiftCameraKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCameraKit",
  "name" : "SwiftCameraKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCameraKit",
      "targets" : [
        "SwiftCameraKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCameraKit",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCameraKit",
      "path" : "Sources/SwiftCameraKit",
      "product_memberships" : [
        "SwiftCameraKit"
      ],
      "sources" : [
        "Camera/CameraState/CameraMode.swift",
        "Camera/CameraState/CameraOutput.swift",
        "Camera/CameraState/CaptureSessionState.swift",
        "Camera/CameraState/FlashMode.swift",
        "Camera/CameraState/MediaMode.swift",
        "Camera/CameraState/RecordingVideo.swift",
        "Camera/CameraState/SwiftCameraKitError.swift",
        "Camera/Configs/SwiftCameraKitConfig.swift",
        "Camera/Controls/SwiftCameraKit+CameraControls.swift",
        "Camera/Controls/SwiftCameraKit+CameraSetup.swift",
        "Camera/Photo/SwiftCameraKit+Photo.swift",
        "Camera/Photo/SwiftCameraKit+PhotoOutput.swift",
        "Camera/SwiftCameraKit+Reset.swift",
        "Camera/SwiftCameraKit+Setup.swift",
        "Camera/SwiftCameraKit.swift",
        "Camera/Video/SwiftCameraKit+Playback.swift",
        "Camera/Video/SwiftCameraKit+Video.swift",
        "Camera/Video/SwiftCameraKit+VideoOutput.swift",
        "Extensions/LoggerExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/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.
[4/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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.
[6/21] 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.
[7/21] 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.
[8/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.
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
[20/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.
[21/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.
[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.
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/20] 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.
[3/20] 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.
[4/20] 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.
[5/20] 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.
[6/20] 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.
[7/20] 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.
[8/20] 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.
[9/20] 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.
[10/20] 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.
[11/21] 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.
[12/21] 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.
[13/21] 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.
[14/21] 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.
[15/21] 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.
[16/21] 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.
[17/21] 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.
[18/21] 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.
[19/21] 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.
[20/21] 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.
[21/21] 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.1 macosSpm