The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftLivenessKit, reference main (a30279), with Swift 6.1 for macOS (SPM) on 11 Jul 2025 15:30:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brunogama/SwiftLivenessKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brunogama/SwiftLivenessKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a302791 docs: add comprehensive release notes for v1.0.1
Cloned https://github.com/brunogama/SwiftLivenessKit.git
Revision (git rev-parse @):
a302791b97d58a9288890d31350e19beeabe3555
SUCCESS checkout https://github.com/brunogama/SwiftLivenessKit.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": "swiftlivenesskit",
      "name": "SwiftLivenessKit",
      "url": "https://github.com/brunogama/SwiftLivenessKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLivenessKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/brunogama/SwiftLivenessKit.git
[1/124] Fetching swiftlivenesskit
Fetched https://github.com/brunogama/SwiftLivenessKit.git from cache (0.67s)
Creating working copy for https://github.com/brunogama/SwiftLivenessKit.git
Working copy of https://github.com/brunogama/SwiftLivenessKit.git resolved at main (a302791)
warning: '.resolve-product-dependencies': dependency 'swiftlivenesskit' 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/brunogama/SwiftLivenessKit.git
https://github.com/brunogama/SwiftLivenessKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLivenessKit",
  "name" : "SwiftLivenessKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "LivenessDetection",
      "targets" : [
        "LivenessDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LivenessDetectionTests",
      "module_type" : "SwiftTarget",
      "name" : "LivenessDetectionTests",
      "path" : "Tests/LivenessDetectionTests",
      "sources" : [
        "LivenessDetectionTests.swift"
      ],
      "target_dependencies" : [
        "LivenessDetection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LivenessDetection",
      "module_type" : "SwiftTarget",
      "name" : "LivenessDetection",
      "path" : "Sources/LivenessDetection",
      "product_memberships" : [
        "LivenessDetection"
      ],
      "sources" : [
        "Adapters/Mock/MockConfiguration.swift",
        "Adapters/Mock/MockLivenessAdapter.swift",
        "Adapters/VendorA/VendorAAdapter.swift",
        "Adapters/VendorA/VendorAConfiguration.swift",
        "Adapters/VendorB/VendorBAdapter.swift",
        "Adapters/VendorB/VendorBConfiguration.swift",
        "Core/Base/BaseLivenessAdapter.swift",
        "Core/Base/LivenessEnvironment.swift",
        "Core/Composite/CompositeLivenessAdapter.swift",
        "Core/Protocols/LivenessAdapterFactory.swift",
        "Core/Protocols/LivenessVendorAdapter.swift",
        "Core/Types/LivenessConfiguration.swift",
        "Core/Types/LivenessError.swift",
        "Core/Types/LivenessEvent.swift",
        "Core/Types/LivenessResult.swift",
        "Factory/DefaultAdapterFactory.swift"
      ],
      "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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] Emitting module LivenessDetection
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[4/18] Compiling LivenessDetection LivenessResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[5/18] Compiling LivenessDetection LivenessError.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[6/18] Compiling LivenessDetection LivenessVendorAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[7/18] Compiling LivenessDetection LivenessConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[8/18] Compiling LivenessDetection LivenessEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[9/18] Compiling LivenessDetection MockConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[10/18] Compiling LivenessDetection MockLivenessAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[11/18] Compiling LivenessDetection BaseLivenessAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[12/18] Compiling LivenessDetection LivenessEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[13/18] Compiling LivenessDetection VendorAAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[14/18] Compiling LivenessDetection VendorAConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[15/18] Compiling LivenessDetection VendorBAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[16/18] Compiling LivenessDetection VendorBConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[17/18] Compiling LivenessDetection CompositeLivenessAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[18/18] Compiling LivenessDetection LivenessAdapterFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[19/19] Compiling LivenessDetection DefaultAdapterFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
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
[2/17] Compiling LivenessDetection LivenessEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] Emitting module LivenessDetection
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[4/18] Compiling LivenessDetection LivenessResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[5/18] Compiling LivenessDetection LivenessError.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[6/18] Compiling LivenessDetection BaseLivenessAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[7/18] Compiling LivenessDetection LivenessEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[8/18] Compiling LivenessDetection VendorAAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[9/18] Compiling LivenessDetection VendorAConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[10/18] Compiling LivenessDetection MockConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[11/18] Compiling LivenessDetection MockLivenessAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[12/18] Compiling LivenessDetection CompositeLivenessAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[13/18] Compiling LivenessDetection LivenessAdapterFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[14/18] Compiling LivenessDetection LivenessVendorAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[15/18] Compiling LivenessDetection LivenessConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[16/18] Compiling LivenessDetection VendorBAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[17/18] Compiling LivenessDetection VendorBConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
[18/18] Compiling LivenessDetection DefaultAdapterFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/LivenessDetection/Adapters/Mock/MockLivenessAdapter.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | // MARK: - Mock Adapter for Testing
BUILD FAILURE 6.1 macosSpm