The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-figma-api, reference main (c266a8), with Swift 6.3 for watchOS using Xcode 26.4 on 19 Apr 2026 16:07:14 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DesignPipe/swift-figma-api.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DesignPipe/swift-figma-api
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/DesignPipe/swift-figma-api.git
Command line invocation:
    /Applications/Xcode-26.4.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
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-yyjson’
Checking out 0.5.0 of package ‘swift-yyjson’
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’
Resolve Package Graph
Resolved source packages:
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-figma-api: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-custom-dump, YYJSON, xctest-dynamic-overlay, swift-figma-api
2026-04-19 12:06:57.181 xcodebuild[529:3070] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-04-19 12:07:05.575 xcodebuild[744:4289] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-figma-api -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  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
  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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: eb1614d27c592fa13c5b1dbe859f1e07
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/eb1614d27c592fa13c5b1dbe859f1e07.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'FigmaAPI' from project 'swift-figma-api')
2026-04-19 12:07:08.821 xcodebuild[760:4388] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-figma-api
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  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
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  swift-figma-api: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-custom-dump, xctest-dynamic-overlay, YYJSON, swift-figma-api
2026-04-19 12:07:11.052 xcodebuild[824:4675] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
    ]
  }
}
2026-04-19 12:07:12.501 xcodebuild[843:4768] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-figma-api -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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=watchOS
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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: eb1614d27c592fa13c5b1dbe859f1e07
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/eb1614d27c592fa13c5b1dbe859f1e07.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'FigmaAPI' from project 'swift-figma-api')
2026-04-19 12:07:13.856 xcodebuild[856:4858] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-figma-api
(1 failure)
BUILD FAILURE 6.3 watchOS