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 TalkToCloud, reference main (0cb97d), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 02:31:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coodly/talktocloud.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coodly/talktocloud
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0cb97de Copy assets
Cloned https://github.com/coodly/talktocloud.git
Revision (git rev-parse @):
0cb97def1ced985caad3f612a34df0f810044981
SUCCESS checkout https://github.com/coodly/talktocloud.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coodly/talktocloud.git
https://github.com/coodly/talktocloud.git
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "TalkToCloud",
  "name" : "TalkToCloud",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TalkToCloud",
      "targets" : [
        "TalkToCloud"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TalkToCloudTests",
      "module_type" : "SwiftTarget",
      "name" : "TalkToCloudTests",
      "path" : "Tests/TalkToCloudTests",
      "sources" : [
        "FilterSerializationTests.swift",
        "TalkToCloudTests.swift"
      ],
      "target_dependencies" : [
        "TalkToCloud"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TalkToCloud",
      "module_type" : "SwiftTarget",
      "name" : "TalkToCloud",
      "path" : "Sources/TalkToCloud",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "TalkToCloud"
      ],
      "sources" : [
        "APIKeyConsumer.swift",
        "AssetAttached.swift",
        "AssetUpload.swift",
        "Assets.swift",
        "Authenticator.swift",
        "CURLRequest.swift",
        "CloudContainer+Copy.swift",
        "CloudContainer+Zones.swift",
        "CloudContainer.swift",
        "CloudRecord.swift",
        "CloudReference.swift",
        "CloudRequest.swift",
        "CloudZone.swift",
        "Command.swift",
        "CommandLineFetch.swift",
        "Commander.swift",
        "Configuration.swift",
        "ContainerConsumer.swift",
        "ContainerRecordsCopy.swift",
        "CreateZoneRequest.swift",
        "Cursor.swift",
        "DatabaseChangesRequest.swift",
        "DevelopmentConsumer.swift",
        "FileManager+Cleanup.swift",
        "ListZonesRequest.swift",
        "Logging.swift",
        "LookupRequest.swift",
        "ModifyRequest.swift",
        "NetworkFetch.swift",
        "NetworkRequest.swift",
        "OpenSSLSign.swift",
        "PrivateKeyAuthenticator.swift",
        "ProductionConsumer.swift",
        "QueryRequest.swift",
        "Raw.Body.swift",
        "Raw.Error.swift",
        "Raw.Field.swift",
        "Raw.LookupName.swift",
        "Raw.LookupRequest.swift",
        "Raw.Operation.swift",
        "Raw.Record.swift",
        "Raw.RecordError.swift",
        "Raw.RecordID.swift",
        "Raw.RecordOrError.swift",
        "Raw.Request.swift",
        "Raw.Response.swift",
        "Raw.SavedRecord.swift",
        "Raw.Timestamp.swift",
        "Raw.Zone.swift",
        "Raw.ZoneChanges.swift",
        "Raw.ZoneChangesList.swift",
        "Raw.ZoneID.swift",
        "Raw.ZonesList.swift",
        "Raw.swift",
        "RawFieldsCopy.swift",
        "RecordDecoder.swift",
        "RecordZoneChangesRequest.swift",
        "RecordsCursor.swift",
        "RemoteRecord.swift",
        "RemoteReference.swift",
        "Request.swift",
        "Response.swift",
        "Shell.swift",
        "SignData.swift",
        "String+Extensions.swift",
        "SynchronousSystemFetch.swift",
        "SystemSign.swift",
        "Timestamped.swift",
        "TokenAuthenticator.swift",
        "URL+Extensions.swift",
        "User.swift",
        "UserRequest.swift",
        "WebTokenStore.swift",
        "ZoneTokenStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/apple/swift-crypto.git (cached)
Creating working copy of package ‘swift-crypto’
Checking out 1.1.7 of package ‘swift-crypto’
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto.git @ 1.1.7
  TalkToCloud: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-crypto, TalkToCloud
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "TalkToCloud",
  "name" : "TalkToCloud",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TalkToCloud",
      "targets" : [
        "TalkToCloud"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TalkToCloudTests",
      "module_type" : "SwiftTarget",
      "name" : "TalkToCloudTests",
      "path" : "Tests/TalkToCloudTests",
      "sources" : [
        "FilterSerializationTests.swift",
        "TalkToCloudTests.swift"
      ],
      "target_dependencies" : [
        "TalkToCloud"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TalkToCloud",
      "module_type" : "SwiftTarget",
      "name" : "TalkToCloud",
      "path" : "Sources/TalkToCloud",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "TalkToCloud"
      ],
      "sources" : [
        "APIKeyConsumer.swift",
        "AssetAttached.swift",
        "AssetUpload.swift",
        "Assets.swift",
        "Authenticator.swift",
        "CURLRequest.swift",
        "CloudContainer+Copy.swift",
        "CloudContainer+Zones.swift",
        "CloudContainer.swift",
        "CloudRecord.swift",
        "CloudReference.swift",
        "CloudRequest.swift",
        "CloudZone.swift",
        "Command.swift",
        "CommandLineFetch.swift",
        "Commander.swift",
        "Configuration.swift",
        "ContainerConsumer.swift",
        "ContainerRecordsCopy.swift",
        "CreateZoneRequest.swift",
        "Cursor.swift",
        "DatabaseChangesRequest.swift",
        "DevelopmentConsumer.swift",
        "FileManager+Cleanup.swift",
        "ListZonesRequest.swift",
        "Logging.swift",
        "LookupRequest.swift",
        "ModifyRequest.swift",
        "NetworkFetch.swift",
        "NetworkRequest.swift",
        "OpenSSLSign.swift",
        "PrivateKeyAuthenticator.swift",
        "ProductionConsumer.swift",
        "QueryRequest.swift",
        "Raw.Body.swift",
        "Raw.Error.swift",
        "Raw.Field.swift",
        "Raw.LookupName.swift",
        "Raw.LookupRequest.swift",
        "Raw.Operation.swift",
        "Raw.Record.swift",
        "Raw.RecordError.swift",
        "Raw.RecordID.swift",
        "Raw.RecordOrError.swift",
        "Raw.Request.swift",
        "Raw.Response.swift",
        "Raw.SavedRecord.swift",
        "Raw.Timestamp.swift",
        "Raw.Zone.swift",
        "Raw.ZoneChanges.swift",
        "Raw.ZoneChangesList.swift",
        "Raw.ZoneID.swift",
        "Raw.ZonesList.swift",
        "Raw.swift",
        "RawFieldsCopy.swift",
        "RecordDecoder.swift",
        "RecordZoneChangesRequest.swift",
        "RecordsCursor.swift",
        "RemoteRecord.swift",
        "RemoteReference.swift",
        "Request.swift",
        "Response.swift",
        "Shell.swift",
        "SignData.swift",
        "String+Extensions.swift",
        "SynchronousSystemFetch.swift",
        "SystemSign.swift",
        "Timestamped.swift",
        "TokenAuthenticator.swift",
        "URL+Extensions.swift",
        "User.swift",
        "UserRequest.swift",
        "WebTokenStore.swift",
        "ZoneTokenStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "TalkToCloud"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TalkToCloud -destination generic/platform=tvOS 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 TalkToCloud -destination generic/platform=tvOS "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:
  TalkToCloud: /Users/admin/builder/spi-builder-workspace
  swift-crypto: https://github.com/apple/swift-crypto.git @ 1.1.7
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'TalkToCloud' in project 'TalkToCloud'
        ➜ Explicit dependency on target 'TalkToCloud' in project 'TalkToCloud'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'TalkToCloud' in project 'TalkToCloud'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
    Target 'CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: 1ebba24633f06550df54eb745902d615
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1ebba24633f06550df54eb745902d615.xcbuilddata
error: The package product 'Crypto' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'TalkToCloud' from project 'TalkToCloud')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme TalkToCloud
(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:
  TalkToCloud: /Users/admin/builder/spi-builder-workspace
  swift-crypto: https://github.com/apple/swift-crypto.git @ 1.1.7
resolved source packages: TalkToCloud, swift-crypto
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "TalkToCloud",
  "name" : "TalkToCloud",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TalkToCloud",
      "targets" : [
        "TalkToCloud"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TalkToCloudTests",
      "module_type" : "SwiftTarget",
      "name" : "TalkToCloudTests",
      "path" : "Tests/TalkToCloudTests",
      "sources" : [
        "FilterSerializationTests.swift",
        "TalkToCloudTests.swift"
      ],
      "target_dependencies" : [
        "TalkToCloud"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TalkToCloud",
      "module_type" : "SwiftTarget",
      "name" : "TalkToCloud",
      "path" : "Sources/TalkToCloud",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "TalkToCloud"
      ],
      "sources" : [
        "APIKeyConsumer.swift",
        "AssetAttached.swift",
        "AssetUpload.swift",
        "Assets.swift",
        "Authenticator.swift",
        "CURLRequest.swift",
        "CloudContainer+Copy.swift",
        "CloudContainer+Zones.swift",
        "CloudContainer.swift",
        "CloudRecord.swift",
        "CloudReference.swift",
        "CloudRequest.swift",
        "CloudZone.swift",
        "Command.swift",
        "CommandLineFetch.swift",
        "Commander.swift",
        "Configuration.swift",
        "ContainerConsumer.swift",
        "ContainerRecordsCopy.swift",
        "CreateZoneRequest.swift",
        "Cursor.swift",
        "DatabaseChangesRequest.swift",
        "DevelopmentConsumer.swift",
        "FileManager+Cleanup.swift",
        "ListZonesRequest.swift",
        "Logging.swift",
        "LookupRequest.swift",
        "ModifyRequest.swift",
        "NetworkFetch.swift",
        "NetworkRequest.swift",
        "OpenSSLSign.swift",
        "PrivateKeyAuthenticator.swift",
        "ProductionConsumer.swift",
        "QueryRequest.swift",
        "Raw.Body.swift",
        "Raw.Error.swift",
        "Raw.Field.swift",
        "Raw.LookupName.swift",
        "Raw.LookupRequest.swift",
        "Raw.Operation.swift",
        "Raw.Record.swift",
        "Raw.RecordError.swift",
        "Raw.RecordID.swift",
        "Raw.RecordOrError.swift",
        "Raw.Request.swift",
        "Raw.Response.swift",
        "Raw.SavedRecord.swift",
        "Raw.Timestamp.swift",
        "Raw.Zone.swift",
        "Raw.ZoneChanges.swift",
        "Raw.ZoneChangesList.swift",
        "Raw.ZoneID.swift",
        "Raw.ZonesList.swift",
        "Raw.swift",
        "RawFieldsCopy.swift",
        "RecordDecoder.swift",
        "RecordZoneChangesRequest.swift",
        "RecordsCursor.swift",
        "RemoteRecord.swift",
        "RemoteReference.swift",
        "Request.swift",
        "Response.swift",
        "Shell.swift",
        "SignData.swift",
        "String+Extensions.swift",
        "SynchronousSystemFetch.swift",
        "SystemSign.swift",
        "Timestamped.swift",
        "TokenAuthenticator.swift",
        "URL+Extensions.swift",
        "User.swift",
        "UserRequest.swift",
        "WebTokenStore.swift",
        "ZoneTokenStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "TalkToCloud"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TalkToCloud -destination generic/platform=tvOS
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 TalkToCloud -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto.git @ 1.1.7
  TalkToCloud: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'TalkToCloud' in project 'TalkToCloud'
        ➜ Explicit dependency on target 'TalkToCloud' in project 'TalkToCloud'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'TalkToCloud' in project 'TalkToCloud'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
    Target 'CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
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/ld -version_details
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: 33323f700d3292c898ca63ff5de2eacd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/33323f700d3292c898ca63ff5de2eacd.xcbuilddata
error: The package product 'Crypto' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'TalkToCloud' from project 'TalkToCloud')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme TalkToCloud
(1 failure)
BUILD FAILURE 6.1 tvOS