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 AmplifyUILiveness, reference 1.4.4 (2ae8ad), with Swift 6.1 for macOS (SPM) on 10 Nov 2025 23:26:40 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/aws-amplify/amplify-ui-swift-liveness.git
Reference: 1.4.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aws-amplify/amplify-ui-swift-liveness
 * tag               1.4.4      -> FETCH_HEAD
HEAD is now at 2ae8ad6 chore: finalize release 1.4.4 [skip ci]
Cloned https://github.com/aws-amplify/amplify-ui-swift-liveness.git
Revision (git rev-parse @):
2ae8ad657ac668484843acd4f7e7a812f76f240e
SUCCESS checkout https://github.com/aws-amplify/amplify-ui-swift-liveness.git at 1.4.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aws-amplify/amplify-ui-swift-liveness.git
https://github.com/aws-amplify/amplify-ui-swift-liveness.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "amplify-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.51.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aws-amplify/amplify-swift"
    }
  ],
  "manifest_display_name" : "AmplifyUILiveness",
  "name" : "AmplifyUILiveness",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "FaceLiveness",
      "targets" : [
        "FaceLiveness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FaceLivenessTests",
      "module_type" : "SwiftTarget",
      "name" : "FaceLivenessTests",
      "path" : "Tests/FaceLivenessTests",
      "sources" : [
        "CredentialsProviderTestCase.swift",
        "DetectedFaceTests.swift",
        "LivenessTests.swift",
        "MockAWSCredentials.swift",
        "MockAWSTemporaryCredentials.swift",
        "MockCredentialsProvider.swift",
        "MockFaceDetectionResultHandler.swift",
        "MockFaceDetector.swift",
        "MockLivenessService.swift"
      ],
      "target_dependencies" : [
        "FaceLiveness"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FaceLiveness",
      "module_type" : "SwiftTarget",
      "name" : "FaceLiveness",
      "path" : "Sources/FaceLiveness",
      "product_dependencies" : [
        "AWSPluginsCore",
        "AWSCognitoAuthPlugin",
        "AWSPredictionsPlugin"
      ],
      "product_memberships" : [
        "FaceLiveness"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceLiveness/Resources/Base.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "Base"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceLiveness/Resources/face_detection_short_range.mlmodelc",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AV/LivenessAVAssetWriter.swift",
        "AV/LivenessAVAssetWriterInput.swift",
        "AV/LivenessCaptureDevice.swift",
        "AV/LivenessCaptureSession.swift",
        "AV/LivenessCaptureSessionError.swift",
        "AV/OutputSampleBufferCapturer.swift",
        "AV/VideoChunkProcessor.swift",
        "AV/VideoChunker+AssetWriterDelegate.swift",
        "AV/VideoChunker+State.swift",
        "AV/VideoChunker.swift",
        "FaceDetection/BlazeFace/DetectedFace.swift",
        "FaceDetection/BlazeFace/FaceDetectorShortRange+Model.swift",
        "FaceDetection/BlazeFace/face_detection_short_range.swift",
        "FaceDetection/FaceDetector.swift",
        "FaceDetection/FaceStateMatching.swift",
        "FaceDetection/Instructor.swift",
        "Utilities/Backports/Background.swift",
        "Utilities/Backports/Overlay.swift",
        "Utilities/BoundingBox+Normalize.swift",
        "Utilities/CGImage+Convert.swift",
        "Utilities/Color+DynamicColors.swift",
        "Utilities/Color+Hex.swift",
        "Utilities/Color+Liveness.swift",
        "Utilities/Date+TimestampMilliseconds.swift",
        "Utilities/Device.swift",
        "Utilities/FinalClientEvent+Init.swift",
        "Utilities/LivenessLocalizedStrings.swift",
        "Utilities/String+Localizable.swift",
        "Utilities/UIColor+Hex.swift",
        "Utilities/UserAgent.swift",
        "Views/CameraPermission/CameraPermissionView.swift",
        "Views/CloseButton.swift",
        "Views/Freshness/DisplayColor+UIColor.swift",
        "Views/Freshness/Freshness.swift",
        "Views/Freshness/FreshnessView.swift",
        "Views/GetReadyPage/CameraPreviewOutputSampleBufferDelegate.swift",
        "Views/GetReadyPage/CameraPreviewView.swift",
        "Views/GetReadyPage/CameraPreviewViewModel.swift",
        "Views/GetReadyPage/GetReadyPageView.swift",
        "Views/GetReadyPage/ImageFrameView.swift",
        "Views/Instruction/InstructionContainerView.swift",
        "Views/Instruction/InstructionView.swift",
        "Views/Liveness/CameraView.swift",
        "Views/Liveness/FaceLivenessDetectionError.swift",
        "Views/Liveness/FaceLivenessDetectionView.swift",
        "Views/Liveness/FaceLivenessDetectionViewModel+FaceDetectionResultHandler.swift",
        "Views/Liveness/FaceLivenessDetectionViewModel+VideoSegmentProcessor.swift",
        "Views/Liveness/FaceLivenessDetectionViewModel.swift",
        "Views/Liveness/FaceLivenessViewControllerPresenter.swift",
        "Views/Liveness/LivenessStateMachine.swift",
        "Views/Liveness/LivenessViewController.swift",
        "Views/Liveness/_FaceLivenessDetectionView.swift",
        "Views/LoadingPage/LoadingPageView.swift",
        "Views/OvalView.swift",
        "Views/ProgressBarView.swift",
        "Views/RecordingButton.swift",
        "Views/RoundedCornerShape.swift",
        "Views/WarningBox.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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
Fetching https://github.com/aws-amplify/amplify-swift
[1/167463] Fetching amplify-swift
Fetched https://github.com/aws-amplify/amplify-swift from cache (19.33s)
Computing version for https://github.com/aws-amplify/amplify-swift
Computed https://github.com/aws-amplify/amplify-swift at 2.51.5 (19.90s)
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/awslabs/aws-sdk-swift
[1/533] Fetching amplify-swift-utils-notifications
[81/10620] Fetching amplify-swift-utils-notifications, sqlite.swift
[9269/879288] Fetching amplify-swift-utils-notifications, sqlite.swift, aws-sdk-swift
Fetched https://github.com/awslabs/aws-sdk-swift from cache (403.23s)
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (403.23s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (403.23s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (404.09s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.5.18 (4.33s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/32362] Fetching aws-crt-swift
[1620/105588] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/smithy-lang/smithy-swift from cache (2.14s)
Fetched https://github.com/awslabs/aws-crt-swift from cache (2.14s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.52.1 (2.79s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.25s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.152.0 (1.92s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/open-telemetry/opentelemetry-swift
[1/18905] Fetching opentelemetry-swift
Fetched https://github.com/open-telemetry/opentelemetry-swift from cache (1.67s)
Fetched https://github.com/apple/swift-log.git from cache (1.68s)
Computing version for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Computed https://github.com/aws-amplify/amplify-swift-utils-notifications.git at 1.1.1 (2.28s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.50s)
Computing version for https://github.com/open-telemetry/opentelemetry-swift
Computed https://github.com/open-telemetry/opentelemetry-swift at 1.17.1 (0.66s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/undefinedlabs/opentracing-objc
Fetching https://github.com/undefinedlabs/Thrift-Swift
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-metrics.git from cache
[1/508] Fetching opentracing-objc
[484/1160] Fetching opentracing-objc, thrift-swift
Fetched https://github.com/undefinedlabs/Thrift-Swift from cache (0.84s)
Fetched https://github.com/undefinedlabs/opentracing-objc from cache (0.84s)
[1/51365] Fetching grpc-swift
Fetched https://github.com/apple/swift-atomics.git from cache (2.34s)
Fetched https://github.com/apple/swift-nio.git from cache (2.39s)
Fetched https://github.com/grpc/grpc-swift.git from cache (2.93s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.94s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.97s)
Computing version for https://github.com/undefinedlabs/opentracing-objc
Computed https://github.com/undefinedlabs/opentracing-objc at 0.5.2 (5.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.48s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (0.65s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.18s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.18s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.19s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.20s)
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.73s)
Computing version for https://github.com/undefinedlabs/Thrift-Swift
Computed https://github.com/undefinedlabs/Thrift-Swift at 1.1.2 (2.39s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (0.63s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.40s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.52s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2562] Fetching swift-service-lifecycle
[181/8243] Fetching swift-service-lifecycle, swift-async-algorithms
[654/15158] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.07s)
[3047/9477] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (1.10s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.49s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.50s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.53s)
Fetched https://github.com/apple/swift-http-types.git from cache (2.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.14s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.81s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.37s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.40s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.48s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.47s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (0.60s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.43s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (2.52s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Working copy of https://github.com/aws-amplify/amplify-swift-utils-notifications.git resolved at 1.1.1
Creating working copy for https://github.com/awslabs/aws-crt-swift
Working copy of https://github.com/awslabs/aws-crt-swift resolved at 0.52.1
Creating working copy for https://github.com/smithy-lang/smithy-swift
Working copy of https://github.com/smithy-lang/smithy-swift resolved at 0.152.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/awslabs/aws-sdk-swift
Working copy of https://github.com/awslabs/aws-sdk-swift resolved at 1.5.18
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/open-telemetry/opentelemetry-swift
Working copy of https://github.com/open-telemetry/opentelemetry-swift resolved at 1.17.1
Creating working copy for https://github.com/undefinedlabs/Thrift-Swift
Working copy of https://github.com/undefinedlabs/Thrift-Swift resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/aws-amplify/amplify-swift
Working copy of https://github.com/aws-amplify/amplify-swift resolved at 2.51.5
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.0
Creating working copy for https://github.com/undefinedlabs/opentracing-objc
Working copy of https://github.com/undefinedlabs/opentracing-objc resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.0
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
error: the library 'FaceLiveness' requires macos 10.13, but depends on the product 'AWSPluginsCore' which requires macos 12.0; consider changing the library 'FaceLiveness' to require macos 12.0 or later, or the product 'AWSPluginsCore' to require macos 10.13 or earlier.
error: the library 'FaceLiveness' requires macos 10.13, but depends on the product 'AWSCognitoAuthPlugin' which requires macos 12.0; consider changing the library 'FaceLiveness' to require macos 12.0 or later, or the product 'AWSCognitoAuthPlugin' to require macos 10.13 or earlier.
error: the library 'FaceLiveness' requires macos 10.13, but depends on the product 'AWSPredictionsPlugin' which requires macos 12.0; consider changing the library 'FaceLiveness' to require macos 12.0 or later, or the product 'AWSPredictionsPlugin' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'FaceLiveness' requires macos 10.13, but depends on the product 'AWSPluginsCore' which requires macos 12.0; consider changing the library 'FaceLiveness' to require macos 12.0 or later, or the product 'AWSPluginsCore' to require macos 10.13 or earlier.
error: the library 'FaceLiveness' requires macos 10.13, but depends on the product 'AWSCognitoAuthPlugin' which requires macos 12.0; consider changing the library 'FaceLiveness' to require macos 12.0 or later, or the product 'AWSCognitoAuthPlugin' to require macos 10.13 or earlier.
error: the library 'FaceLiveness' requires macos 10.13, but depends on the product 'AWSPredictionsPlugin' which requires macos 12.0; consider changing the library 'FaceLiveness' to require macos 12.0 or later, or the product 'AWSPredictionsPlugin' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm