The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FusionSpoofDetection, reference main (24cc9c), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 7 Nov 2025 20:16:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FusionSpoofDetection -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Spoof-Detection-Fusion-Apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Spoof-Detection-Fusion-Apple
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 24cc9cb Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Spoof-Detection-Fusion-Apple.git
Revision (git rev-parse @):
24cc9cb7286ceb620753cef6aa372557db281798
SUCCESS checkout https://github.com/AppliedRecognition/Spoof-Detection-Fusion-Apple.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AppliedRecognition/Spoof-Detection-Fusion-Apple.git
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git
Fetching from https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git
Fetching from https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Creating working copy of package ‘Spoof-Detection-Fasnet-Apple’
Checking out 1.0.1 of package ‘Spoof-Detection-Fasnet-Apple’
Creating working copy of package ‘Spoof-Device-Detection-Ver-ID-3-Apple’
Checking out 1.0.2 of package ‘Spoof-Device-Detection-Ver-ID-3-Apple’
Creating working copy of package ‘Ver-ID-Common-Types-Apple’
Checking out 3.2.2 of package ‘Ver-ID-Common-Types-Apple’
Resolve Package Graph
Resolved source packages:
  VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.2.2
  FusionSpoofDetection: /Users/admin/builder/spi-builder-workspace
  SpoofDeviceDetection: https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git @ 1.0.2
  FASnetSpoofDetection: https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git @ 1.0.1
resolved source packages: VerIDCommonTypes, FusionSpoofDetection, SpoofDeviceDetection, FASnetSpoofDetection
{
  "dependencies" : [
    {
      "identity" : "spoof-device-detection-ver-id-3-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git"
    },
    {
      "identity" : "spoof-detection-fasnet-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git"
    }
  ],
  "manifest_display_name" : "FusionSpoofDetection",
  "name" : "FusionSpoofDetection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FusionSpoofDetection",
      "targets" : [
        "FusionSpoofDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FusionSpoofDetectionTests",
      "module_type" : "SwiftTarget",
      "name" : "FusionSpoofDetectionTests",
      "path" : "Tests/FusionSpoofDetectionTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FusionSpoofDetectionTests/Resources/config.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FusionSpoofDetectionTests/Resources/face_on_iPad_001.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FusionSpoofDetectionTests.swift"
      ],
      "target_dependencies" : [
        "FusionSpoofDetection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FusionSpoofDetection",
      "module_type" : "SwiftTarget",
      "name" : "FusionSpoofDetection",
      "path" : "Sources/FusionSpoofDetection",
      "product_dependencies" : [
        "SpoofDeviceDetectionCore",
        "FASnetSpoofDetectionCore"
      ],
      "product_memberships" : [
        "FusionSpoofDetection"
      ],
      "sources" : [
        "Errors.swift",
        "FusionSpoofDetection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FusionSpoofDetection"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FusionSpoofDetection -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FusionSpoofDetection -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SpoofDeviceDetection: https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git @ 1.0.2
  FASnetSpoofDetection: https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git @ 1.0.1
  FusionSpoofDetection: /Users/admin/builder/spi-builder-workspace
  VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.2.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'FusionSpoofDetection' in project 'FusionSpoofDetection'
        ➜ Explicit dependency on target 'FusionSpoofDetection' in project 'FusionSpoofDetection'
        ➜ Explicit dependency on target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
    Target 'FusionSpoofDetection' in project 'FusionSpoofDetection'
        ➜ Explicit dependency on target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
    Target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
        ➜ Explicit dependency on target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'VerIDCommonTypes' in project 'VerIDCommonTypes' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9ad014d762bd617840b64d63c8f93dd5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9ad014d762bd617840b64d63c8f93dd5.xcbuilddata
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'FASnetSpoofDetectionCore' from project 'FASnetSpoofDetection')
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'SpoofDeviceDetectionCore' from project 'SpoofDeviceDetection')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e65852c34fe0762f28962d0901ef1dd2a3f05950, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e65852c34fe0762f28962d0901ef1dd2a3f05950, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e65852c34fe0762f28962d0901ef1dd2a3f05950, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e65852c34fe0762f28962d0901ef1dd2a3f05950, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme FusionSpoofDetection
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  FusionSpoofDetection: /Users/admin/builder/spi-builder-workspace
  SpoofDeviceDetection: https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git @ 1.0.2
  FASnetSpoofDetection: https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git @ 1.0.1
  VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.2.2
resolved source packages: FusionSpoofDetection, SpoofDeviceDetection, FASnetSpoofDetection, VerIDCommonTypes
{
  "dependencies" : [
    {
      "identity" : "spoof-device-detection-ver-id-3-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git"
    },
    {
      "identity" : "spoof-detection-fasnet-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git"
    }
  ],
  "manifest_display_name" : "FusionSpoofDetection",
  "name" : "FusionSpoofDetection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FusionSpoofDetection",
      "targets" : [
        "FusionSpoofDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FusionSpoofDetectionTests",
      "module_type" : "SwiftTarget",
      "name" : "FusionSpoofDetectionTests",
      "path" : "Tests/FusionSpoofDetectionTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FusionSpoofDetectionTests/Resources/config.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FusionSpoofDetectionTests/Resources/face_on_iPad_001.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FusionSpoofDetectionTests.swift"
      ],
      "target_dependencies" : [
        "FusionSpoofDetection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FusionSpoofDetection",
      "module_type" : "SwiftTarget",
      "name" : "FusionSpoofDetection",
      "path" : "Sources/FusionSpoofDetection",
      "product_dependencies" : [
        "SpoofDeviceDetectionCore",
        "FASnetSpoofDetectionCore"
      ],
      "product_memberships" : [
        "FusionSpoofDetection"
      ],
      "sources" : [
        "Errors.swift",
        "FusionSpoofDetection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FusionSpoofDetection"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FusionSpoofDetection -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FusionSpoofDetection -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  FASnetSpoofDetection: https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git @ 1.0.1
  SpoofDeviceDetection: https://github.com/AppliedRecognition/Spoof-Device-Detection-Ver-ID-3-Apple.git @ 1.0.2
  FusionSpoofDetection: /Users/admin/builder/spi-builder-workspace
  VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.2.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'FusionSpoofDetection' in project 'FusionSpoofDetection'
        ➜ Explicit dependency on target 'FusionSpoofDetection' in project 'FusionSpoofDetection'
        ➜ Explicit dependency on target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
    Target 'FusionSpoofDetection' in project 'FusionSpoofDetection'
        ➜ Explicit dependency on target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
    Target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
        ➜ Explicit dependency on target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'FASnetSpoofDetectionCore' in project 'FASnetSpoofDetection'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'SpoofDeviceDetectionCore' in project 'SpoofDeviceDetection'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
        ➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
    Target 'VerIDCommonTypes' in project 'VerIDCommonTypes' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9ad014d762bd617840b64d63c8f93dd5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9ad014d762bd617840b64d63c8f93dd5.xcbuilddata
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'SpoofDeviceDetectionCore' from project 'SpoofDeviceDetection')
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'FASnetSpoofDetectionCore' from project 'FASnetSpoofDetection')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e65852c34fe0762f28962d0901ef1dd2a3f05950, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e65852c34fe0762f28962d0901ef1dd2a3f05950, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e65852c34fe0762f28962d0901ef1dd2a3f05950, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e65852c34fe0762f28962d0901ef1dd2a3f05950, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme FusionSpoofDetection
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild