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 0.10.1 (625651), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 02:31:54 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: 0.10.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coodly/talktocloud
 * tag               0.10.1     -> FETCH_HEAD
HEAD is now at 6256511 Change fetch interface
Cloned https://github.com/coodly/talktocloud.git
Revision (git rev-parse @):
6256511b8e724eda4136533bc43a3b773b42bb63
SUCCESS checkout https://github.com/coodly/talktocloud.git at 0.10.1
========================================
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.swift",
        "CloudRequest.swift",
        "Command.swift",
        "CommandLineFetch.swift",
        "Commander.swift",
        "Configuration.swift",
        "ContainerConsumer.swift",
        "Cursor.swift",
        "DevelopmentConsumer.swift",
        "FileManager+Cleanup.swift",
        "Logging.swift",
        "NetworkFetch.swift",
        "NetworkRequest.swift",
        "OpenSSLSign.swift",
        "PrivateKeyAuthenticator.swift",
        "ProductionConsumer.swift",
        "RawFieldsCopy.swift",
        "RemoteRecord.swift",
        "RemoteReference.swift",
        "Response.swift",
        "Shell.swift",
        "SignData.swift",
        "SynchronousSystemFetch.swift",
        "SystemSign.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:
  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.swift",
        "CloudRequest.swift",
        "Command.swift",
        "CommandLineFetch.swift",
        "Commander.swift",
        "Configuration.swift",
        "ContainerConsumer.swift",
        "Cursor.swift",
        "DevelopmentConsumer.swift",
        "FileManager+Cleanup.swift",
        "Logging.swift",
        "NetworkFetch.swift",
        "NetworkRequest.swift",
        "OpenSSLSign.swift",
        "PrivateKeyAuthenticator.swift",
        "ProductionConsumer.swift",
        "RawFieldsCopy.swift",
        "RemoteRecord.swift",
        "RemoteReference.swift",
        "Response.swift",
        "Shell.swift",
        "SignData.swift",
        "SynchronousSystemFetch.swift",
        "SystemSign.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: 68859d835079309cdaa896ffe38b5bf2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/68859d835079309cdaa896ffe38b5bf2.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:
  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.swift",
        "CloudRequest.swift",
        "Command.swift",
        "CommandLineFetch.swift",
        "Commander.swift",
        "Configuration.swift",
        "ContainerConsumer.swift",
        "Cursor.swift",
        "DevelopmentConsumer.swift",
        "FileManager+Cleanup.swift",
        "Logging.swift",
        "NetworkFetch.swift",
        "NetworkRequest.swift",
        "OpenSSLSign.swift",
        "PrivateKeyAuthenticator.swift",
        "ProductionConsumer.swift",
        "RawFieldsCopy.swift",
        "RemoteRecord.swift",
        "RemoteReference.swift",
        "Response.swift",
        "Shell.swift",
        "SignData.swift",
        "SynchronousSystemFetch.swift",
        "SystemSign.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/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: 803deefdbf1c0a1734ee9dc3d66630c8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/803deefdbf1c0a1734ee9dc3d66630c8.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