The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-figma-api, reference 0.4.0 (c266a8), with Swift 6.1 for tvOS using Xcode 16.3 on 1 Apr 2026 20:53:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DesignPipe/swift-figma-api.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DesignPipe/swift-figma-api
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at c266a84 feat: add geometry=paths support for fillGeometry/strokeGeometry
Cloned https://github.com/DesignPipe/swift-figma-api.git
Revision (git rev-parse @):
c266a84a0ed53de5ffd1701c8321ed9c10f34d4c
SUCCESS checkout https://github.com/DesignPipe/swift-figma-api.git at 0.4.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DesignPipe/swift-figma-api.git
https://github.com/DesignPipe/swift-figma-api.git
{
  "dependencies" : [
    {
      "identity" : "swift-yyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/swift-yyjson"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "swift-figma-api",
  "name" : "swift-figma-api",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FigmaAPI",
      "targets" : [
        "FigmaAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FigmaAPITests",
      "module_type" : "SwiftTarget",
      "name" : "FigmaAPITests",
      "path" : "Tests/FigmaAPITests",
      "product_dependencies" : [
        "YYJSON",
        "CustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FigmaAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ComponentsEndpointTests.swift",
        "DeleteCommentEndpointTests.swift",
        "DeleteDevResourceEndpointTests.swift",
        "DeleteReactionEndpointTests.swift",
        "DeleteWebhookEndpointTests.swift",
        "DocumentHashChildrenOrderTests.swift",
        "DocumentHashConversionTests.swift",
        "EndpointMakeRequestTests.swift",
        "FigmaAPIErrorTests.swift",
        "FigmaClientErrorTests.swift",
        "FileMetadataEndpointTests.swift",
        "GetActivityLogsEndpointTests.swift",
        "GetCommentsEndpointTests.swift",
        "GetComponentActionsEndpointTests.swift",
        "GetComponentEndpointTests.swift",
        "GetComponentSetEndpointTests.swift",
        "GetComponentUsagesEndpointTests.swift",
        "GetDevResourcesEndpointTests.swift",
        "GetFileComponentSetsEndpointTests.swift",
        "GetFileMetaEndpointTests.swift",
        "GetFileVersionsEndpointTests.swift",
        "GetImageFillsEndpointTests.swift",
        "GetMeEndpointTests.swift",
        "GetPaymentsEndpointTests.swift",
        "GetProjectFilesEndpointTests.swift",
        "GetPublishedVariablesEndpointTests.swift",
        "GetReactionsEndpointTests.swift",
        "GetStyleActionsEndpointTests.swift",
        "GetStyleEndpointTests.swift",
        "GetStyleUsagesEndpointTests.swift",
        "GetTeamComponentSetsEndpointTests.swift",
        "GetTeamComponentsEndpointTests.swift",
        "GetTeamProjectsEndpointTests.swift",
        "GetTeamStylesEndpointTests.swift",
        "GetTeamWebhooksEndpointTests.swift",
        "GetVariableActionsEndpointTests.swift",
        "GetWebhookEndpointTests.swift",
        "GetWebhookRequestsEndpointTests.swift",
        "GetWebhooksEndpointTests.swift",
        "Helpers/FixtureLoader.swift",
        "ImageEndpointTests.swift",
        "MockClientTests.swift",
        "Mocks/MockClient.swift",
        "NodeHashablePropertiesTests.swift",
        "NodeTests.swift",
        "NodesEndpointTests.swift",
        "PostCommentEndpointTests.swift",
        "PostDevResourceEndpointTests.swift",
        "PostReactionEndpointTests.swift",
        "PostWebhookEndpointTests.swift",
        "PutDevResourceEndpointTests.swift",
        "PutWebhookEndpointTests.swift",
        "RateLimitedClientTests.swift",
        "RedirectGuardDelegateTests.swift",
        "RetryPolicyTests.swift",
        "SharedRateLimiterTests.swift",
        "StylesEndpointTests.swift",
        "UpdateVariablesEndpointTests.swift",
        "VariableUpdateTests.swift",
        "VariablesEndpointTests.swift",
        "VariablesTests.swift"
      ],
      "target_dependencies" : [
        "FigmaAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FigmaAPI",
      "module_type" : "SwiftTarget",
      "name" : "FigmaAPI",
      "path" : "Sources/FigmaAPI",
      "product_dependencies" : [
        "YYJSON"
      ],
      "product_memberships" : [
        "FigmaAPI"
      ],
      "sources" : [
        "Client.swift",
        "Endpoint/BaseEndpoint.swift",
        "Endpoint/ComponentsEndpoint.swift",
        "Endpoint/DeleteCommentEndpoint.swift",
        "Endpoint/DeleteDevResourceEndpoint.swift",
        "Endpoint/DeleteReactionEndpoint.swift",
        "Endpoint/DeleteWebhookEndpoint.swift",
        "Endpoint/Endpoint.swift",
        "Endpoint/FileMetadataEndpoint.swift",
        "Endpoint/GetActivityLogsEndpoint.swift",
        "Endpoint/GetCommentsEndpoint.swift",
        "Endpoint/GetComponentActionsEndpoint.swift",
        "Endpoint/GetComponentEndpoint.swift",
        "Endpoint/GetComponentSetEndpoint.swift",
        "Endpoint/GetComponentUsagesEndpoint.swift",
        "Endpoint/GetDevResourcesEndpoint.swift",
        "Endpoint/GetFileComponentSetsEndpoint.swift",
        "Endpoint/GetFileMetaEndpoint.swift",
        "Endpoint/GetFileVersionsEndpoint.swift",
        "Endpoint/GetImageFillsEndpoint.swift",
        "Endpoint/GetMeEndpoint.swift",
        "Endpoint/GetPaymentsEndpoint.swift",
        "Endpoint/GetProjectFilesEndpoint.swift",
        "Endpoint/GetPublishedVariablesEndpoint.swift",
        "Endpoint/GetReactionsEndpoint.swift",
        "Endpoint/GetStyleActionsEndpoint.swift",
        "Endpoint/GetStyleEndpoint.swift",
        "Endpoint/GetStyleUsagesEndpoint.swift",
        "Endpoint/GetTeamComponentSetsEndpoint.swift",
        "Endpoint/GetTeamComponentsEndpoint.swift",
        "Endpoint/GetTeamProjectsEndpoint.swift",
        "Endpoint/GetTeamStylesEndpoint.swift",
        "Endpoint/GetTeamWebhooksEndpoint.swift",
        "Endpoint/GetVariableActionsEndpoint.swift",
        "Endpoint/GetWebhookEndpoint.swift",
        "Endpoint/GetWebhookRequestsEndpoint.swift",
        "Endpoint/GetWebhooksEndpoint.swift",
        "Endpoint/ImageEndpoint.swift",
        "Endpoint/LatestReleaseEndpoint.swift",
        "Endpoint/NodesEndpoint.swift",
        "Endpoint/PaginationParams.swift",
        "Endpoint/PostCommentEndpoint.swift",
        "Endpoint/PostDevResourceEndpoint.swift",
        "Endpoint/PostReactionEndpoint.swift",
        "Endpoint/PostWebhookEndpoint.swift",
        "Endpoint/PutDevResourceEndpoint.swift",
        "Endpoint/PutWebhookEndpoint.swift",
        "Endpoint/StylesEndpoint.swift",
        "Endpoint/UpdateVariablesEndpoint.swift",
        "Endpoint/VariablesEndpoint.swift",
        "Error+Description.swift",
        "FigmaAPIError.swift",
        "FigmaClient.swift",
        "GitHubClient.swift",
        "Model/ActivityLog.swift",
        "Model/Comment.swift",
        "Model/ComponentSet.swift",
        "Model/DevResource.swift",
        "Model/EmptyResponse.swift",
        "Model/FigmaClientError.swift",
        "Model/FileMeta.swift",
        "Model/FileVersion.swift",
        "Model/FloatNormalization.swift",
        "Model/LibraryAnalytics.swift",
        "Model/Node.swift",
        "Model/NodeHashableProperties.swift",
        "Model/PaymentInfo.swift",
        "Model/PostCommentBody.swift",
        "Model/PostDevResourceBody.swift",
        "Model/PostReactionBody.swift",
        "Model/PostWebhookBody.swift",
        "Model/Project.swift",
        "Model/PutDevResourceBody.swift",
        "Model/PutWebhookBody.swift",
        "Model/Reaction.swift",
        "Model/Style.swift",
        "Model/User.swift",
        "Model/VariableUpdate.swift",
        "Model/Variables.swift",
        "Model/VectorPath.swift",
        "Model/Webhook.swift",
        "Model/WebhookRequest.swift",
        "RateLimitedClient.swift",
        "RetryPolicy.swift",
        "SharedRateLimiter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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/mattt/swift-yyjson
Fetching from https://github.com/pointfreeco/swift-custom-dump (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-yyjson’
Checking out 0.5.0 of package ‘swift-yyjson’
Resolve Package Graph
Resolved source packages:
  swift-figma-api: /Users/admin/builder/spi-builder-workspace
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
resolved source packages: swift-figma-api, YYJSON, swift-custom-dump, xctest-dynamic-overlay
{
  "dependencies" : [
    {
      "identity" : "swift-yyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/swift-yyjson"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "swift-figma-api",
  "name" : "swift-figma-api",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FigmaAPI",
      "targets" : [
        "FigmaAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FigmaAPITests",
      "module_type" : "SwiftTarget",
      "name" : "FigmaAPITests",
      "path" : "Tests/FigmaAPITests",
      "product_dependencies" : [
        "YYJSON",
        "CustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FigmaAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ComponentsEndpointTests.swift",
        "DeleteCommentEndpointTests.swift",
        "DeleteDevResourceEndpointTests.swift",
        "DeleteReactionEndpointTests.swift",
        "DeleteWebhookEndpointTests.swift",
        "DocumentHashChildrenOrderTests.swift",
        "DocumentHashConversionTests.swift",
        "EndpointMakeRequestTests.swift",
        "FigmaAPIErrorTests.swift",
        "FigmaClientErrorTests.swift",
        "FileMetadataEndpointTests.swift",
        "GetActivityLogsEndpointTests.swift",
        "GetCommentsEndpointTests.swift",
        "GetComponentActionsEndpointTests.swift",
        "GetComponentEndpointTests.swift",
        "GetComponentSetEndpointTests.swift",
        "GetComponentUsagesEndpointTests.swift",
        "GetDevResourcesEndpointTests.swift",
        "GetFileComponentSetsEndpointTests.swift",
        "GetFileMetaEndpointTests.swift",
        "GetFileVersionsEndpointTests.swift",
        "GetImageFillsEndpointTests.swift",
        "GetMeEndpointTests.swift",
        "GetPaymentsEndpointTests.swift",
        "GetProjectFilesEndpointTests.swift",
        "GetPublishedVariablesEndpointTests.swift",
        "GetReactionsEndpointTests.swift",
        "GetStyleActionsEndpointTests.swift",
        "GetStyleEndpointTests.swift",
        "GetStyleUsagesEndpointTests.swift",
        "GetTeamComponentSetsEndpointTests.swift",
        "GetTeamComponentsEndpointTests.swift",
        "GetTeamProjectsEndpointTests.swift",
        "GetTeamStylesEndpointTests.swift",
        "GetTeamWebhooksEndpointTests.swift",
        "GetVariableActionsEndpointTests.swift",
        "GetWebhookEndpointTests.swift",
        "GetWebhookRequestsEndpointTests.swift",
        "GetWebhooksEndpointTests.swift",
        "Helpers/FixtureLoader.swift",
        "ImageEndpointTests.swift",
        "MockClientTests.swift",
        "Mocks/MockClient.swift",
        "NodeHashablePropertiesTests.swift",
        "NodeTests.swift",
        "NodesEndpointTests.swift",
        "PostCommentEndpointTests.swift",
        "PostDevResourceEndpointTests.swift",
        "PostReactionEndpointTests.swift",
        "PostWebhookEndpointTests.swift",
        "PutDevResourceEndpointTests.swift",
        "PutWebhookEndpointTests.swift",
        "RateLimitedClientTests.swift",
        "RedirectGuardDelegateTests.swift",
        "RetryPolicyTests.swift",
        "SharedRateLimiterTests.swift",
        "StylesEndpointTests.swift",
        "UpdateVariablesEndpointTests.swift",
        "VariableUpdateTests.swift",
        "VariablesEndpointTests.swift",
        "VariablesTests.swift"
      ],
      "target_dependencies" : [
        "FigmaAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FigmaAPI",
      "module_type" : "SwiftTarget",
      "name" : "FigmaAPI",
      "path" : "Sources/FigmaAPI",
      "product_dependencies" : [
        "YYJSON"
      ],
      "product_memberships" : [
        "FigmaAPI"
      ],
      "sources" : [
        "Client.swift",
        "Endpoint/BaseEndpoint.swift",
        "Endpoint/ComponentsEndpoint.swift",
        "Endpoint/DeleteCommentEndpoint.swift",
        "Endpoint/DeleteDevResourceEndpoint.swift",
        "Endpoint/DeleteReactionEndpoint.swift",
        "Endpoint/DeleteWebhookEndpoint.swift",
        "Endpoint/Endpoint.swift",
        "Endpoint/FileMetadataEndpoint.swift",
        "Endpoint/GetActivityLogsEndpoint.swift",
        "Endpoint/GetCommentsEndpoint.swift",
        "Endpoint/GetComponentActionsEndpoint.swift",
        "Endpoint/GetComponentEndpoint.swift",
        "Endpoint/GetComponentSetEndpoint.swift",
        "Endpoint/GetComponentUsagesEndpoint.swift",
        "Endpoint/GetDevResourcesEndpoint.swift",
        "Endpoint/GetFileComponentSetsEndpoint.swift",
        "Endpoint/GetFileMetaEndpoint.swift",
        "Endpoint/GetFileVersionsEndpoint.swift",
        "Endpoint/GetImageFillsEndpoint.swift",
        "Endpoint/GetMeEndpoint.swift",
        "Endpoint/GetPaymentsEndpoint.swift",
        "Endpoint/GetProjectFilesEndpoint.swift",
        "Endpoint/GetPublishedVariablesEndpoint.swift",
        "Endpoint/GetReactionsEndpoint.swift",
        "Endpoint/GetStyleActionsEndpoint.swift",
        "Endpoint/GetStyleEndpoint.swift",
        "Endpoint/GetStyleUsagesEndpoint.swift",
        "Endpoint/GetTeamComponentSetsEndpoint.swift",
        "Endpoint/GetTeamComponentsEndpoint.swift",
        "Endpoint/GetTeamProjectsEndpoint.swift",
        "Endpoint/GetTeamStylesEndpoint.swift",
        "Endpoint/GetTeamWebhooksEndpoint.swift",
        "Endpoint/GetVariableActionsEndpoint.swift",
        "Endpoint/GetWebhookEndpoint.swift",
        "Endpoint/GetWebhookRequestsEndpoint.swift",
        "Endpoint/GetWebhooksEndpoint.swift",
        "Endpoint/ImageEndpoint.swift",
        "Endpoint/LatestReleaseEndpoint.swift",
        "Endpoint/NodesEndpoint.swift",
        "Endpoint/PaginationParams.swift",
        "Endpoint/PostCommentEndpoint.swift",
        "Endpoint/PostDevResourceEndpoint.swift",
        "Endpoint/PostReactionEndpoint.swift",
        "Endpoint/PostWebhookEndpoint.swift",
        "Endpoint/PutDevResourceEndpoint.swift",
        "Endpoint/PutWebhookEndpoint.swift",
        "Endpoint/StylesEndpoint.swift",
        "Endpoint/UpdateVariablesEndpoint.swift",
        "Endpoint/VariablesEndpoint.swift",
        "Error+Description.swift",
        "FigmaAPIError.swift",
        "FigmaClient.swift",
        "GitHubClient.swift",
        "Model/ActivityLog.swift",
        "Model/Comment.swift",
        "Model/ComponentSet.swift",
        "Model/DevResource.swift",
        "Model/EmptyResponse.swift",
        "Model/FigmaClientError.swift",
        "Model/FileMeta.swift",
        "Model/FileVersion.swift",
        "Model/FloatNormalization.swift",
        "Model/LibraryAnalytics.swift",
        "Model/Node.swift",
        "Model/NodeHashableProperties.swift",
        "Model/PaymentInfo.swift",
        "Model/PostCommentBody.swift",
        "Model/PostDevResourceBody.swift",
        "Model/PostReactionBody.swift",
        "Model/PostWebhookBody.swift",
        "Model/Project.swift",
        "Model/PutDevResourceBody.swift",
        "Model/PutWebhookBody.swift",
        "Model/Reaction.swift",
        "Model/Style.swift",
        "Model/User.swift",
        "Model/VariableUpdate.swift",
        "Model/Variables.swift",
        "Model/VectorPath.swift",
        "Model/Webhook.swift",
        "Model/WebhookRequest.swift",
        "RateLimitedClient.swift",
        "RetryPolicy.swift",
        "SharedRateLimiter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-figma-api"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-figma-api -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 swift-figma-api -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:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  swift-figma-api: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'FigmaAPI' in project 'swift-figma-api'
        ➜ Explicit dependency on target 'FigmaAPI' in project 'swift-figma-api'
        ➜ Explicit dependency on target 'YYJSON' in project 'YYJSON'
    Target 'FigmaAPI' in project 'swift-figma-api'
        ➜ Explicit dependency on target 'YYJSON' in project 'YYJSON'
    Target 'YYJSON' in project 'YYJSON'
        ➜ Explicit dependency on target 'YYJSON' in project 'YYJSON'
        ➜ Explicit dependency on target 'Cyyjson' in project 'YYJSON'
    Target 'YYJSON' in project 'YYJSON'
        ➜ Explicit dependency on target 'Cyyjson' in project 'YYJSON'
    Target 'Cyyjson' in project 'YYJSON' (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
Build description signature: e79f0f93ce22f2029f7bd8fd6bddae0f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e79f0f93ce22f2029f7bd8fd6bddae0f.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'FigmaAPI' from project 'swift-figma-api')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-figma-api
(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:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  swift-figma-api: /Users/admin/builder/spi-builder-workspace
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
resolved source packages: xctest-dynamic-overlay, YYJSON, swift-figma-api, swift-custom-dump
{
  "dependencies" : [
    {
      "identity" : "swift-yyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/swift-yyjson"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "swift-figma-api",
  "name" : "swift-figma-api",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FigmaAPI",
      "targets" : [
        "FigmaAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FigmaAPITests",
      "module_type" : "SwiftTarget",
      "name" : "FigmaAPITests",
      "path" : "Tests/FigmaAPITests",
      "product_dependencies" : [
        "YYJSON",
        "CustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FigmaAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ComponentsEndpointTests.swift",
        "DeleteCommentEndpointTests.swift",
        "DeleteDevResourceEndpointTests.swift",
        "DeleteReactionEndpointTests.swift",
        "DeleteWebhookEndpointTests.swift",
        "DocumentHashChildrenOrderTests.swift",
        "DocumentHashConversionTests.swift",
        "EndpointMakeRequestTests.swift",
        "FigmaAPIErrorTests.swift",
        "FigmaClientErrorTests.swift",
        "FileMetadataEndpointTests.swift",
        "GetActivityLogsEndpointTests.swift",
        "GetCommentsEndpointTests.swift",
        "GetComponentActionsEndpointTests.swift",
        "GetComponentEndpointTests.swift",
        "GetComponentSetEndpointTests.swift",
        "GetComponentUsagesEndpointTests.swift",
        "GetDevResourcesEndpointTests.swift",
        "GetFileComponentSetsEndpointTests.swift",
        "GetFileMetaEndpointTests.swift",
        "GetFileVersionsEndpointTests.swift",
        "GetImageFillsEndpointTests.swift",
        "GetMeEndpointTests.swift",
        "GetPaymentsEndpointTests.swift",
        "GetProjectFilesEndpointTests.swift",
        "GetPublishedVariablesEndpointTests.swift",
        "GetReactionsEndpointTests.swift",
        "GetStyleActionsEndpointTests.swift",
        "GetStyleEndpointTests.swift",
        "GetStyleUsagesEndpointTests.swift",
        "GetTeamComponentSetsEndpointTests.swift",
        "GetTeamComponentsEndpointTests.swift",
        "GetTeamProjectsEndpointTests.swift",
        "GetTeamStylesEndpointTests.swift",
        "GetTeamWebhooksEndpointTests.swift",
        "GetVariableActionsEndpointTests.swift",
        "GetWebhookEndpointTests.swift",
        "GetWebhookRequestsEndpointTests.swift",
        "GetWebhooksEndpointTests.swift",
        "Helpers/FixtureLoader.swift",
        "ImageEndpointTests.swift",
        "MockClientTests.swift",
        "Mocks/MockClient.swift",
        "NodeHashablePropertiesTests.swift",
        "NodeTests.swift",
        "NodesEndpointTests.swift",
        "PostCommentEndpointTests.swift",
        "PostDevResourceEndpointTests.swift",
        "PostReactionEndpointTests.swift",
        "PostWebhookEndpointTests.swift",
        "PutDevResourceEndpointTests.swift",
        "PutWebhookEndpointTests.swift",
        "RateLimitedClientTests.swift",
        "RedirectGuardDelegateTests.swift",
        "RetryPolicyTests.swift",
        "SharedRateLimiterTests.swift",
        "StylesEndpointTests.swift",
        "UpdateVariablesEndpointTests.swift",
        "VariableUpdateTests.swift",
        "VariablesEndpointTests.swift",
        "VariablesTests.swift"
      ],
      "target_dependencies" : [
        "FigmaAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FigmaAPI",
      "module_type" : "SwiftTarget",
      "name" : "FigmaAPI",
      "path" : "Sources/FigmaAPI",
      "product_dependencies" : [
        "YYJSON"
      ],
      "product_memberships" : [
        "FigmaAPI"
      ],
      "sources" : [
        "Client.swift",
        "Endpoint/BaseEndpoint.swift",
        "Endpoint/ComponentsEndpoint.swift",
        "Endpoint/DeleteCommentEndpoint.swift",
        "Endpoint/DeleteDevResourceEndpoint.swift",
        "Endpoint/DeleteReactionEndpoint.swift",
        "Endpoint/DeleteWebhookEndpoint.swift",
        "Endpoint/Endpoint.swift",
        "Endpoint/FileMetadataEndpoint.swift",
        "Endpoint/GetActivityLogsEndpoint.swift",
        "Endpoint/GetCommentsEndpoint.swift",
        "Endpoint/GetComponentActionsEndpoint.swift",
        "Endpoint/GetComponentEndpoint.swift",
        "Endpoint/GetComponentSetEndpoint.swift",
        "Endpoint/GetComponentUsagesEndpoint.swift",
        "Endpoint/GetDevResourcesEndpoint.swift",
        "Endpoint/GetFileComponentSetsEndpoint.swift",
        "Endpoint/GetFileMetaEndpoint.swift",
        "Endpoint/GetFileVersionsEndpoint.swift",
        "Endpoint/GetImageFillsEndpoint.swift",
        "Endpoint/GetMeEndpoint.swift",
        "Endpoint/GetPaymentsEndpoint.swift",
        "Endpoint/GetProjectFilesEndpoint.swift",
        "Endpoint/GetPublishedVariablesEndpoint.swift",
        "Endpoint/GetReactionsEndpoint.swift",
        "Endpoint/GetStyleActionsEndpoint.swift",
        "Endpoint/GetStyleEndpoint.swift",
        "Endpoint/GetStyleUsagesEndpoint.swift",
        "Endpoint/GetTeamComponentSetsEndpoint.swift",
        "Endpoint/GetTeamComponentsEndpoint.swift",
        "Endpoint/GetTeamProjectsEndpoint.swift",
        "Endpoint/GetTeamStylesEndpoint.swift",
        "Endpoint/GetTeamWebhooksEndpoint.swift",
        "Endpoint/GetVariableActionsEndpoint.swift",
        "Endpoint/GetWebhookEndpoint.swift",
        "Endpoint/GetWebhookRequestsEndpoint.swift",
        "Endpoint/GetWebhooksEndpoint.swift",
        "Endpoint/ImageEndpoint.swift",
        "Endpoint/LatestReleaseEndpoint.swift",
        "Endpoint/NodesEndpoint.swift",
        "Endpoint/PaginationParams.swift",
        "Endpoint/PostCommentEndpoint.swift",
        "Endpoint/PostDevResourceEndpoint.swift",
        "Endpoint/PostReactionEndpoint.swift",
        "Endpoint/PostWebhookEndpoint.swift",
        "Endpoint/PutDevResourceEndpoint.swift",
        "Endpoint/PutWebhookEndpoint.swift",
        "Endpoint/StylesEndpoint.swift",
        "Endpoint/UpdateVariablesEndpoint.swift",
        "Endpoint/VariablesEndpoint.swift",
        "Error+Description.swift",
        "FigmaAPIError.swift",
        "FigmaClient.swift",
        "GitHubClient.swift",
        "Model/ActivityLog.swift",
        "Model/Comment.swift",
        "Model/ComponentSet.swift",
        "Model/DevResource.swift",
        "Model/EmptyResponse.swift",
        "Model/FigmaClientError.swift",
        "Model/FileMeta.swift",
        "Model/FileVersion.swift",
        "Model/FloatNormalization.swift",
        "Model/LibraryAnalytics.swift",
        "Model/Node.swift",
        "Model/NodeHashableProperties.swift",
        "Model/PaymentInfo.swift",
        "Model/PostCommentBody.swift",
        "Model/PostDevResourceBody.swift",
        "Model/PostReactionBody.swift",
        "Model/PostWebhookBody.swift",
        "Model/Project.swift",
        "Model/PutDevResourceBody.swift",
        "Model/PutWebhookBody.swift",
        "Model/Reaction.swift",
        "Model/Style.swift",
        "Model/User.swift",
        "Model/VariableUpdate.swift",
        "Model/Variables.swift",
        "Model/VectorPath.swift",
        "Model/Webhook.swift",
        "Model/WebhookRequest.swift",
        "RateLimitedClient.swift",
        "RetryPolicy.swift",
        "SharedRateLimiter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-figma-api"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-figma-api -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 swift-figma-api -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-figma-api: /Users/admin/builder/spi-builder-workspace
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'FigmaAPI' in project 'swift-figma-api'
        ➜ Explicit dependency on target 'FigmaAPI' in project 'swift-figma-api'
        ➜ Explicit dependency on target 'YYJSON' in project 'YYJSON'
    Target 'FigmaAPI' in project 'swift-figma-api'
        ➜ Explicit dependency on target 'YYJSON' in project 'YYJSON'
    Target 'YYJSON' in project 'YYJSON'
        ➜ Explicit dependency on target 'YYJSON' in project 'YYJSON'
        ➜ Explicit dependency on target 'Cyyjson' in project 'YYJSON'
    Target 'YYJSON' in project 'YYJSON'
        ➜ Explicit dependency on target 'Cyyjson' in project 'YYJSON'
    Target 'Cyyjson' in project 'YYJSON' (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
Build description signature: b656acf2cc77cefffcb777b204ca8a42
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b656acf2cc77cefffcb777b204ca8a42.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'FigmaAPI' from project 'swift-figma-api')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-figma-api
(1 failure)
BUILD FAILURE 6.1 tvOS