The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FASnetSpoofDetection, reference 1.0.1 (4dd14c), with Swift 6.2 for macOS (SPM) on 7 Nov 2025 20:30:50 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 4dd14cc Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git
Revision (git rev-parse @):
4dd14ccfea173b0810ec33ea5dd0ed0a5c316fc7
SUCCESS checkout https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git at 1.0.1
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
[1/1229] Fetching ver-id-common-types-apple
[370/9129] Fetching ver-id-common-types-apple, ohhttpstubs
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (1.19s)
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (1.19s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (3.84s)
Computing version for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Computed https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git at 3.0.0 (0.51s)
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Working copy of https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git resolved at 3.0.0
========================================
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": "spoof-detection-fasnet-apple",
      "name": "FASnetSpoofDetection",
      "url": "https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spoof-Detection-Fasnet-Apple",
      "dependencies": [
        {
          "identity": "ver-id-common-types-apple",
          "name": "VerIDCommonTypes",
          "url": "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git",
          "version": "3.2.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ver-ID-Common-Types-Apple",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git
[1/31] Fetching spoof-detection-fasnet-apple
Fetched https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git from cache (1.10s)
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (0.43s)
Computing version for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Computed https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git at 3.2.2 (0.48s)
Creating working copy for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Working copy of https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git resolved at 3.2.2
Creating working copy for https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git
Working copy of https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git resolved at 1.0.1 (4dd14cc)
warning: '.resolve-product-dependencies': dependency 'spoof-detection-fasnet-apple' is not used by any target
Found 1 product dependencies
  - VerIDCommonTypes
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AppliedRecognition/Spoof-Detection-Fasnet-Apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: the library 'FASnetSpoofDetectionCore' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FASnetSpoofDetectionCore' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm