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 MongoDB, reference 1.0.0 (0d5b90), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 09:56:14 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/MongoDB.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/MongoDB
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 0d5b903 Readme updates
Cloned https://github.com/swift-cloud/MongoDB.git
Revision (git rev-parse @):
0d5b903bcc7ee46252bb106f26915063029a75c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/MongoDB.git at 1.0.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-cloud/MongoDB.git
https://github.com/swift-cloud/MongoDB.git
{
  "dependencies" : [
    {
      "identity" : "compute",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cloud/Compute"
    }
  ],
  "manifest_display_name" : "MongoDB",
  "name" : "MongoDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "driverkit",
      "version" : "22.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MongoDB",
      "targets" : [
        "MongoDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MongoDBTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBTests",
      "path" : "Tests/MongoDBTests",
      "sources" : [
        "MongoDBTests.swift"
      ],
      "target_dependencies" : [
        "MongoDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoDB",
      "module_type" : "SwiftTarget",
      "name" : "MongoDB",
      "path" : "Sources/MongoDB",
      "product_dependencies" : [
        "Compute"
      ],
      "product_memberships" : [
        "MongoDB"
      ],
      "sources" : [
        "Actions.swift",
        "Actions/AggregateAction.swift",
        "Actions/DeleteManyAction.swift",
        "Actions/DeleteOneAction.swift",
        "Actions/FindAction.swift",
        "Actions/FindOneAction.swift",
        "Actions/InsertManyAction.swift",
        "Actions/InsertOneAction.swift",
        "Actions/ReplaceOneAction.swift",
        "Actions/UpdateManyAction.swift",
        "Actions/UpdateOneAction.swift",
        "AnyCodable/AnyCodable.swift",
        "AnyCodable/AnyDecodable.swift",
        "AnyCodable/AnyEncodable.swift",
        "Collection.swift",
        "MongoClient.swift",
        "Responses/DeleteResponse.swift",
        "Responses/DocumentResponse.swift",
        "Responses/DocumentsResponse.swift",
        "Responses/InsertManyResponse.swift",
        "Responses/InsertOneResponse.swift",
        "Responses/JSONResponse.swift",
        "Responses/UpdateResponse.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/swift-cloud/Compute
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.3.2 of package ‘swift-asn1’
Creating working copy of package ‘swift-crypto’
Checking out 3.12.3 of package ‘swift-crypto’
Creating working copy of package ‘Compute’
Checking out 2.19.0 of package ‘Compute’
Resolve Package Graph
Resolved source packages:
  Compute: https://github.com/swift-cloud/Compute @ 2.19.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  swift-crypto: https://github.com/apple/swift-crypto @ 3.12.3
  MongoDB: /Users/admin/builder/spi-builder-workspace
resolved source packages: Compute, swift-asn1, swift-crypto, MongoDB
{
  "dependencies" : [
    {
      "identity" : "compute",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cloud/Compute"
    }
  ],
  "manifest_display_name" : "MongoDB",
  "name" : "MongoDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "driverkit",
      "version" : "22.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MongoDB",
      "targets" : [
        "MongoDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MongoDBTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBTests",
      "path" : "Tests/MongoDBTests",
      "sources" : [
        "MongoDBTests.swift"
      ],
      "target_dependencies" : [
        "MongoDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoDB",
      "module_type" : "SwiftTarget",
      "name" : "MongoDB",
      "path" : "Sources/MongoDB",
      "product_dependencies" : [
        "Compute"
      ],
      "product_memberships" : [
        "MongoDB"
      ],
      "sources" : [
        "Actions.swift",
        "Actions/AggregateAction.swift",
        "Actions/DeleteManyAction.swift",
        "Actions/DeleteOneAction.swift",
        "Actions/FindAction.swift",
        "Actions/FindOneAction.swift",
        "Actions/InsertManyAction.swift",
        "Actions/InsertOneAction.swift",
        "Actions/ReplaceOneAction.swift",
        "Actions/UpdateManyAction.swift",
        "Actions/UpdateOneAction.swift",
        "AnyCodable/AnyCodable.swift",
        "AnyCodable/AnyDecodable.swift",
        "AnyCodable/AnyEncodable.swift",
        "Collection.swift",
        "MongoClient.swift",
        "Responses/DeleteResponse.swift",
        "Responses/DocumentResponse.swift",
        "Responses/DocumentsResponse.swift",
        "Responses/InsertManyResponse.swift",
        "Responses/InsertOneResponse.swift",
        "Responses/JSONResponse.swift",
        "Responses/UpdateResponse.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MongoDB"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MongoDB -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 MongoDB -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:
  swift-crypto: https://github.com/apple/swift-crypto @ 3.12.3
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  MongoDB: /Users/admin/builder/spi-builder-workspace
  Compute: https://github.com/swift-cloud/Compute @ 2.19.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'MongoDB' in project 'MongoDB'
        ➜ Explicit dependency on target 'MongoDB' in project 'MongoDB'
        ➜ Explicit dependency on target 'Compute' in project 'Compute'
    Target 'MongoDB' in project 'MongoDB'
        ➜ Explicit dependency on target 'Compute' in project 'Compute'
    Target 'Compute' in project 'Compute'
        ➜ Explicit dependency on target 'Compute' in project 'Compute'
        ➜ Explicit dependency on target 'ComputeRuntime' in project 'Compute'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'Compute' in project 'Compute'
        ➜ Explicit dependency on target 'ComputeRuntime' in project 'Compute'
        ➜ 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 '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 'ComputeRuntime' in project 'Compute' (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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: de0374a1f5388fb5ff4fc6ef3833a988
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/de0374a1f5388fb5ff4fc6ef3833a988.xcbuilddata
error: The package product 'Compute' requires minimum platform version 14.0 for the tvOS platform, but this target supports 13.0 (in target 'MongoDB' from project 'MongoDB')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme MongoDB
(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.12.3
  MongoDB: /Users/admin/builder/spi-builder-workspace
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
  Compute: https://github.com/swift-cloud/Compute @ 2.19.0
resolved source packages: swift-crypto, MongoDB, swift-asn1, Compute
{
  "dependencies" : [
    {
      "identity" : "compute",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cloud/Compute"
    }
  ],
  "manifest_display_name" : "MongoDB",
  "name" : "MongoDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "driverkit",
      "version" : "22.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MongoDB",
      "targets" : [
        "MongoDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MongoDBTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBTests",
      "path" : "Tests/MongoDBTests",
      "sources" : [
        "MongoDBTests.swift"
      ],
      "target_dependencies" : [
        "MongoDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoDB",
      "module_type" : "SwiftTarget",
      "name" : "MongoDB",
      "path" : "Sources/MongoDB",
      "product_dependencies" : [
        "Compute"
      ],
      "product_memberships" : [
        "MongoDB"
      ],
      "sources" : [
        "Actions.swift",
        "Actions/AggregateAction.swift",
        "Actions/DeleteManyAction.swift",
        "Actions/DeleteOneAction.swift",
        "Actions/FindAction.swift",
        "Actions/FindOneAction.swift",
        "Actions/InsertManyAction.swift",
        "Actions/InsertOneAction.swift",
        "Actions/ReplaceOneAction.swift",
        "Actions/UpdateManyAction.swift",
        "Actions/UpdateOneAction.swift",
        "AnyCodable/AnyCodable.swift",
        "AnyCodable/AnyDecodable.swift",
        "AnyCodable/AnyEncodable.swift",
        "Collection.swift",
        "MongoClient.swift",
        "Responses/DeleteResponse.swift",
        "Responses/DocumentResponse.swift",
        "Responses/DocumentsResponse.swift",
        "Responses/InsertManyResponse.swift",
        "Responses/InsertOneResponse.swift",
        "Responses/JSONResponse.swift",
        "Responses/UpdateResponse.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MongoDB"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MongoDB -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 MongoDB -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-crypto: https://github.com/apple/swift-crypto @ 3.12.3
  MongoDB: /Users/admin/builder/spi-builder-workspace
  Compute: https://github.com/swift-cloud/Compute @ 2.19.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.3.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'MongoDB' in project 'MongoDB'
        ➜ Explicit dependency on target 'MongoDB' in project 'MongoDB'
        ➜ Explicit dependency on target 'Compute' in project 'Compute'
    Target 'MongoDB' in project 'MongoDB'
        ➜ Explicit dependency on target 'Compute' in project 'Compute'
    Target 'Compute' in project 'Compute'
        ➜ Explicit dependency on target 'Compute' in project 'Compute'
        ➜ Explicit dependency on target 'ComputeRuntime' in project 'Compute'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'Compute' in project 'Compute'
        ➜ Explicit dependency on target 'ComputeRuntime' in project 'Compute'
        ➜ 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 '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 'ComputeRuntime' in project 'Compute' (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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4597beeb5aa75ffff0290465dafac040
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4597beeb5aa75ffff0290465dafac040.xcbuilddata
error: The package product 'Compute' requires minimum platform version 14.0 for the tvOS platform, but this target supports 13.0 (in target 'MongoDB' from project 'MongoDB')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme MongoDB
(1 failure)
BUILD FAILURE 6.1 tvOS