The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AmoreKit, reference main (ab2663), with Swift 6.2 for iOS using Xcode 26.3 on 20 Apr 2026 04:52:54 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AmoreKit -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AmoreComputer/AmoreKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AmoreComputer/AmoreKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ab26636 add LicenseServerTests
Cloned https://github.com/AmoreComputer/AmoreKit.git
Revision (git rev-parse @):
ab266362895adacd02981a093fee0007d565e295
SUCCESS checkout https://github.com/AmoreComputer/AmoreKit.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AmoreComputer/AmoreKit.git
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/vapor/jwt-kit.git
Fetching from https://github.com/apple/swift-crypto.git
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/apple/swift-asn1.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘jwt-kit’
Checking out 5.4.0 of package ‘jwt-kit’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-certificates’
Checking out 1.19.0 of package ‘swift-certificates’
Creating working copy of package ‘swift-crypto’
Checking out 4.4.0 of package ‘swift-crypto’
Creating working copy of package ‘swift-asn1’
Checking out 1.7.0 of package ‘swift-asn1’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.4.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  jwt-kit: https://github.com/vapor/jwt-kit.git @ 5.4.0
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
  AmoreKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-log, swift-crypto, swift-asn1, SymbolKit, jwt-kit, swift-certificates, SwiftDocCPlugin, AmoreKit
2026-04-20 00:51:47.802 xcodebuild[530:3098] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AmoreKit",
  "name" : "AmoreKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AmoreLicensing",
      "targets" : [
        "AmoreLicensing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AmoreLicensingTests",
      "module_type" : "SwiftTarget",
      "name" : "AmoreLicensingTests",
      "path" : "Tests/AmoreLicensingTests",
      "product_dependencies" : [
        "JWTKit"
      ],
      "sources" : [
        "AmoreClientTests.swift",
        "EntitlementTests.swift",
        "HardwareIdentifier/MockHardwareIdentifier.swift",
        "LicenseClient/LicenseServerTests.swift",
        "LicenseClient/MockLicenseClient.swift",
        "TokenStore/FileTokenStoreTests.swift",
        "TokenStore/MockTokenStore.swift",
        "ValidationFrequencyTests.swift"
      ],
      "target_dependencies" : [
        "AmoreLicensing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmoreLicensing",
      "module_type" : "SwiftTarget",
      "name" : "AmoreLicensing",
      "path" : "Sources/AmoreLicensing",
      "product_dependencies" : [
        "JWTKit"
      ],
      "product_memberships" : [
        "AmoreLicensing"
      ],
      "sources" : [
        "AmoreLicensing.swift",
        "Errors/AmoreError.swift",
        "Errors/ClientError.swift",
        "Errors/NetworkError.swift",
        "Errors/TokenStoreError.swift",
        "Extensions/URL+AmoreServer.swift",
        "HardwareIdentifier/HardwareIdentifier.swift",
        "HardwareIdentifier/MacHardwareIdentifier.swift",
        "LicenseClient/HTTPLicenseClient.swift",
        "LicenseClient/LicenseClient.swift",
        "LicenseClient/LicenseServer.swift",
        "Licensing.swift",
        "Models/GracePeriod.swift",
        "Models/License+Entitlement.swift",
        "Models/License.swift",
        "Models/LicensingConfiguration.swift",
        "Models/ValidationFrequency.swift",
        "Models/ValidationStatus.swift",
        "Payload/LicensePayload.swift",
        "TokenStore/FileTokenStore.swift",
        "TokenStore/TokenStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AmoreKit"
    ]
  }
}
2026-04-20 00:52:16.502 xcodebuild[1030:5967] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AmoreKit -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.3.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 AmoreKit -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  AmoreKit: /Users/admin/builder/spi-builder-workspace
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
  jwt-kit: https://github.com/vapor/jwt-kit.git @ 5.4.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.4.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 targets)
    Target 'AmoreLicensing' in project 'AmoreKit'
        ➜ Explicit dependency on target 'AmoreLicensing' in project 'AmoreKit'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
    Target 'AmoreLicensing' in project 'AmoreKit'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
    Target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
    Target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
    Target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target '_CertificateInternals' in project 'swift-certificates' (no dependencies)
    Target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'SwiftASN1' in project 'swift-asn1' (no dependencies)
    Target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto' (no dependencies)
    Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
    Target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto' (no dependencies)
    Target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto'
    Target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
    Target 'swift-crypto_CryptoExtras' in project 'swift-crypto' (no dependencies)
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x assembler-with-cpp -c /dev/null
Build description signature: f90b1383d2f917764f377aa3e01f4ef9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f90b1383d2f917764f377aa3e01f4ef9.xcbuilddata
error: The package product 'JWTKit' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'AmoreLicensing' from project 'AmoreKit')
2026-04-20 00:52:26.425 xcodebuild[1103:6404] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AmoreKit
(1 failure)
Command line invocation:
    /Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.4.0
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  jwt-kit: https://github.com/vapor/jwt-kit.git @ 5.4.0
  AmoreKit: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
resolved source packages: swift-certificates, swift-asn1, swift-crypto, swift-log, jwt-kit, AmoreKit, SymbolKit, SwiftDocCPlugin
2026-04-20 00:52:40.510 xcodebuild[1324:7605] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AmoreKit",
  "name" : "AmoreKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AmoreLicensing",
      "targets" : [
        "AmoreLicensing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AmoreLicensingTests",
      "module_type" : "SwiftTarget",
      "name" : "AmoreLicensingTests",
      "path" : "Tests/AmoreLicensingTests",
      "product_dependencies" : [
        "JWTKit"
      ],
      "sources" : [
        "AmoreClientTests.swift",
        "EntitlementTests.swift",
        "HardwareIdentifier/MockHardwareIdentifier.swift",
        "LicenseClient/LicenseServerTests.swift",
        "LicenseClient/MockLicenseClient.swift",
        "TokenStore/FileTokenStoreTests.swift",
        "TokenStore/MockTokenStore.swift",
        "ValidationFrequencyTests.swift"
      ],
      "target_dependencies" : [
        "AmoreLicensing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AmoreLicensing",
      "module_type" : "SwiftTarget",
      "name" : "AmoreLicensing",
      "path" : "Sources/AmoreLicensing",
      "product_dependencies" : [
        "JWTKit"
      ],
      "product_memberships" : [
        "AmoreLicensing"
      ],
      "sources" : [
        "AmoreLicensing.swift",
        "Errors/AmoreError.swift",
        "Errors/ClientError.swift",
        "Errors/NetworkError.swift",
        "Errors/TokenStoreError.swift",
        "Extensions/URL+AmoreServer.swift",
        "HardwareIdentifier/HardwareIdentifier.swift",
        "HardwareIdentifier/MacHardwareIdentifier.swift",
        "LicenseClient/HTTPLicenseClient.swift",
        "LicenseClient/LicenseClient.swift",
        "LicenseClient/LicenseServer.swift",
        "Licensing.swift",
        "Models/GracePeriod.swift",
        "Models/License+Entitlement.swift",
        "Models/License.swift",
        "Models/LicensingConfiguration.swift",
        "Models/ValidationFrequency.swift",
        "Models/ValidationStatus.swift",
        "Payload/LicensePayload.swift",
        "TokenStore/FileTokenStore.swift",
        "TokenStore/TokenStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AmoreKit"
    ]
  }
}
2026-04-20 00:52:47.263 xcodebuild[1403:8066] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AmoreKit -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.3.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 AmoreKit -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  AmoreKit: /Users/admin/builder/spi-builder-workspace
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.0
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
  jwt-kit: https://github.com/vapor/jwt-kit.git @ 5.4.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.4.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 targets)
    Target 'AmoreLicensing' in project 'AmoreKit'
        ➜ Explicit dependency on target 'AmoreLicensing' in project 'AmoreKit'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
    Target 'AmoreLicensing' in project 'AmoreKit'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
    Target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'JWTKit' in project 'jwt-kit'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
    Target 'X509' in project 'swift-certificates'
        ➜ Explicit dependency on target '_CertificateInternals' in project 'swift-certificates'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
    Target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target '_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target '_CertificateInternals' in project 'swift-certificates' (no dependencies)
    Target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CryptoExtras' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'SwiftASN1' in project 'swift-asn1'
        ➜ Explicit dependency on target 'SwiftASN1' in project 'swift-asn1'
    Target 'SwiftASN1' in project 'swift-asn1' (no dependencies)
    Target 'CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'swift-crypto_CryptoBoringWrapper' in project 'swift-crypto' (no dependencies)
    Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
    Target 'swift-crypto_CCryptoBoringSSLShims' in project 'swift-crypto' (no dependencies)
    Target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto'
    Target 'swift-crypto_CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
    Target 'swift-crypto_CryptoExtras' in project 'swift-crypto' (no dependencies)
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
    Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk -x assembler-with-cpp -c /dev/null
Build description signature: f90b1383d2f917764f377aa3e01f4ef9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f90b1383d2f917764f377aa3e01f4ef9.xcbuilddata
error: The package product 'JWTKit' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'AmoreLicensing' from project 'AmoreKit')
2026-04-20 00:52:53.544 xcodebuild[1476:8494] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AmoreKit
(1 failure)
BUILD FAILURE 6.2 iOS