The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AppAttest, reference main (f4fc1e), with Swift 6.1 for watchOS using Xcode 16.3 on 5 Jan 2026 11:14:52 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iansampson/AppAttest.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iansampson/AppAttest
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f4fc1ea Merge pull request #6 from ronaldmannak/main
Cloned https://github.com/iansampson/AppAttest.git
Revision (git rev-parse @):
f4fc1ea12c712d6833905d9c11c73c1601ae4001
SUCCESS checkout https://github.com/iansampson/AppAttest.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/iansampson/AppAttest.git
https://github.com/iansampson/AppAttest.git
{
  "dependencies" : [
    {
      "identity" : "swiftcbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/myfreeweb/SwiftCBOR"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "anchor",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iansampson/Anchor"
    }
  ],
  "manifest_display_name" : "AppAttest",
  "name" : "AppAttest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AppAttest",
      "targets" : [
        "AppAttest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppAttestTests",
      "module_type" : "SwiftTarget",
      "name" : "AppAttestTests",
      "path" : "Tests/AppAttestTests",
      "sources" : [
        "AppAttestTests.swift",
        "AssertionSample.swift",
        "AttestationSample.swift",
        "TestData.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AppAttest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppAttest",
      "module_type" : "SwiftTarget",
      "name" : "AppAttest",
      "path" : "Sources/AppAttest",
      "product_dependencies" : [
        "SwiftCBOR",
        "Crypto",
        "Anchor"
      ],
      "product_memberships" : [
        "AppAttest"
      ],
      "sources" : [
        "API.swift",
        "ASN1/ASN1.swift",
        "ASN1/Basic ASN1 Types/ASN1BitString.swift",
        "ASN1/Basic ASN1 Types/ASN1Identifier.swift",
        "ASN1/Basic ASN1 Types/ASN1Integer.swift",
        "ASN1/Basic ASN1 Types/ASN1OctetString.swift",
        "ASN1/Basic ASN1 Types/ArraySliceBigint.swift",
        "ASN1/Basic ASN1 Types/ObjectIdentifier.swift",
        "ASN1/CryptoKitErrors.swift",
        "ASN1/SubjectPublicKeyInfo.swift",
        "Assertion/Assertion.swift",
        "Attestation/Attestation.swift",
        "Attestation/AuthenticatorData.swift",
        "Attestation/Challenge.swift",
        "Attestation/Flatten.swift",
        "Attestation/Octet.swift",
        "Attestation/RootCertificate.swift",
        "Attestation/Validation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Command line invocation:
    /Applications/Xcode-16.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/iansampson/Anchor
Fetching from https://github.com/myfreeweb/SwiftCBOR
Fetching from https://github.com/apple/swift-crypto (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Creating working copy of package ‘swift-asn1’
Checking out 1.5.1 of package ‘swift-asn1’
Creating working copy of package ‘Anchor’
Checking out main (1b1d5a9) of package ‘Anchor’
Creating working copy of package ‘swift-crypto’
Checking out 3.15.1 of package ‘swift-crypto’
Creating working copy of package ‘SwiftCBOR’
Checking out 0.6.0 of package ‘SwiftCBOR’
Resolve Package Graph
Resolved source packages:
  Anchor: https://github.com/iansampson/Anchor @ main (1b1d5a9)
  swift-crypto: https://github.com/apple/swift-crypto @ 3.15.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  SwiftCBOR: https://github.com/myfreeweb/SwiftCBOR @ 0.6.0
  AppAttest: /Users/admin/builder/spi-builder-workspace
resolved source packages: Anchor, swift-crypto, swift-asn1, SwiftCBOR, AppAttest
{
  "dependencies" : [
    {
      "identity" : "swiftcbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/myfreeweb/SwiftCBOR"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "anchor",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iansampson/Anchor"
    }
  ],
  "manifest_display_name" : "AppAttest",
  "name" : "AppAttest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AppAttest",
      "targets" : [
        "AppAttest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppAttestTests",
      "module_type" : "SwiftTarget",
      "name" : "AppAttestTests",
      "path" : "Tests/AppAttestTests",
      "sources" : [
        "AppAttestTests.swift",
        "AssertionSample.swift",
        "AttestationSample.swift",
        "TestData.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AppAttest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppAttest",
      "module_type" : "SwiftTarget",
      "name" : "AppAttest",
      "path" : "Sources/AppAttest",
      "product_dependencies" : [
        "SwiftCBOR",
        "Crypto",
        "Anchor"
      ],
      "product_memberships" : [
        "AppAttest"
      ],
      "sources" : [
        "API.swift",
        "ASN1/ASN1.swift",
        "ASN1/Basic ASN1 Types/ASN1BitString.swift",
        "ASN1/Basic ASN1 Types/ASN1Identifier.swift",
        "ASN1/Basic ASN1 Types/ASN1Integer.swift",
        "ASN1/Basic ASN1 Types/ASN1OctetString.swift",
        "ASN1/Basic ASN1 Types/ArraySliceBigint.swift",
        "ASN1/Basic ASN1 Types/ObjectIdentifier.swift",
        "ASN1/CryptoKitErrors.swift",
        "ASN1/SubjectPublicKeyInfo.swift",
        "Assertion/Assertion.swift",
        "Attestation/Attestation.swift",
        "Attestation/AuthenticatorData.swift",
        "Attestation/Challenge.swift",
        "Attestation/Flatten.swift",
        "Attestation/Octet.swift",
        "Attestation/RootCertificate.swift",
        "Attestation/Validation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppAttest"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppAttest -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.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 AppAttest -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto @ 3.15.1
  AppAttest: /Users/admin/builder/spi-builder-workspace
  SwiftCBOR: https://github.com/myfreeweb/SwiftCBOR @ 0.6.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  Anchor: https://github.com/iansampson/Anchor @ main (1b1d5a9)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'AppAttest' in project 'AppAttest'
        ➜ Explicit dependency on target 'AppAttest' in project 'AppAttest'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Anchor' in project 'Anchor'
    Target 'AppAttest' in project 'AppAttest'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Anchor' in project 'Anchor'
    Target 'Anchor' in project 'Anchor'
        ➜ Explicit dependency on target 'Anchor' in project 'Anchor'
        ➜ Explicit dependency on target 'CAnchorBoringSSL' in project 'Anchor'
    Target 'Anchor' in project 'Anchor'
        ➜ Explicit dependency on target 'CAnchorBoringSSL' in project 'Anchor'
    Target 'CAnchorBoringSSL' in project 'Anchor' (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)
    Target 'SwiftCBOR' in project 'SwiftCBOR'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
    Target 'SwiftCBOR' in project 'SwiftCBOR' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: 3da36b6eebf8ec098e6d3966768a82ba
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3da36b6eebf8ec098e6d3966768a82ba.xcbuilddata
error: The package product 'SwiftCBOR' requires minimum platform version 8.0 for the watchOS platform, but this target supports 7.0 (in target 'AppAttest' from project 'AppAttest')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AppAttest
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto @ 3.15.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  SwiftCBOR: https://github.com/myfreeweb/SwiftCBOR @ 0.6.0
  AppAttest: /Users/admin/builder/spi-builder-workspace
  Anchor: https://github.com/iansampson/Anchor @ main (1b1d5a9)
resolved source packages: swift-crypto, swift-asn1, SwiftCBOR, AppAttest, Anchor
{
  "dependencies" : [
    {
      "identity" : "swiftcbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/myfreeweb/SwiftCBOR"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "anchor",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iansampson/Anchor"
    }
  ],
  "manifest_display_name" : "AppAttest",
  "name" : "AppAttest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AppAttest",
      "targets" : [
        "AppAttest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppAttestTests",
      "module_type" : "SwiftTarget",
      "name" : "AppAttestTests",
      "path" : "Tests/AppAttestTests",
      "sources" : [
        "AppAttestTests.swift",
        "AssertionSample.swift",
        "AttestationSample.swift",
        "TestData.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AppAttest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppAttest",
      "module_type" : "SwiftTarget",
      "name" : "AppAttest",
      "path" : "Sources/AppAttest",
      "product_dependencies" : [
        "SwiftCBOR",
        "Crypto",
        "Anchor"
      ],
      "product_memberships" : [
        "AppAttest"
      ],
      "sources" : [
        "API.swift",
        "ASN1/ASN1.swift",
        "ASN1/Basic ASN1 Types/ASN1BitString.swift",
        "ASN1/Basic ASN1 Types/ASN1Identifier.swift",
        "ASN1/Basic ASN1 Types/ASN1Integer.swift",
        "ASN1/Basic ASN1 Types/ASN1OctetString.swift",
        "ASN1/Basic ASN1 Types/ArraySliceBigint.swift",
        "ASN1/Basic ASN1 Types/ObjectIdentifier.swift",
        "ASN1/CryptoKitErrors.swift",
        "ASN1/SubjectPublicKeyInfo.swift",
        "Assertion/Assertion.swift",
        "Attestation/Attestation.swift",
        "Attestation/AuthenticatorData.swift",
        "Attestation/Challenge.swift",
        "Attestation/Flatten.swift",
        "Attestation/Octet.swift",
        "Attestation/RootCertificate.swift",
        "Attestation/Validation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppAttest"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AppAttest -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.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 AppAttest -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto @ 3.15.1
  SwiftCBOR: https://github.com/myfreeweb/SwiftCBOR @ 0.6.0
  Anchor: https://github.com/iansampson/Anchor @ main (1b1d5a9)
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.5.1
  AppAttest: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
    Target 'AppAttest' in project 'AppAttest'
        ➜ Explicit dependency on target 'AppAttest' in project 'AppAttest'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Anchor' in project 'Anchor'
    Target 'AppAttest' in project 'AppAttest'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Anchor' in project 'Anchor'
    Target 'Anchor' in project 'Anchor'
        ➜ Explicit dependency on target 'Anchor' in project 'Anchor'
        ➜ Explicit dependency on target 'CAnchorBoringSSL' in project 'Anchor'
    Target 'Anchor' in project 'Anchor'
        ➜ Explicit dependency on target 'CAnchorBoringSSL' in project 'Anchor'
    Target 'CAnchorBoringSSL' in project 'Anchor' (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)
    Target 'SwiftCBOR' in project 'SwiftCBOR'
        ➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
    Target 'SwiftCBOR' in project 'SwiftCBOR' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: e82297c829151ccda22f16479fe577d8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e82297c829151ccda22f16479fe577d8.xcbuilddata
error: The package product 'SwiftCBOR' requires minimum platform version 8.0 for the watchOS platform, but this target supports 7.0 (in target 'AppAttest' from project 'AppAttest')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme AppAttest
(1 failure)
BUILD FAILURE 6.1 watchOS