The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-figma-api, reference 0.4.0 (c266a8), with Swift 6.1 for macOS (SPM) on 1 Apr 2026 20:52:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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:         macosSpm
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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling Cyyjson yyjson.c
[5/13] Compiling YYJSON Serialization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/13] Compiling YYJSON Helpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/13] Compiling YYJSON Error.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/13] Compiling YYJSON CodingKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/13] Compiling YYJSON Value.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/13] Emitting module YYJSON
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/13] Compiling YYJSON Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/13] Compiling YYJSON Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/13] Compiling YYJSON Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/91] Compiling FigmaAPI GetStyleUsagesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/91] Compiling FigmaAPI GetTeamComponentSetsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/91] Compiling FigmaAPI GetTeamComponentsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/91] Compiling FigmaAPI GetTeamProjectsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/91] Compiling FigmaAPI GetTeamStylesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/91] Compiling FigmaAPI GetTeamWebhooksEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/91] Compiling FigmaAPI GetVariableActionsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/91] Compiling FigmaAPI GetWebhookEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/91] Compiling FigmaAPI GetWebhookRequestsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/99] Emitting module FigmaAPI
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/99] Compiling FigmaAPI PutDevResourceEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/99] Compiling FigmaAPI PutWebhookEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/99] Compiling FigmaAPI StylesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/99] Compiling FigmaAPI UpdateVariablesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/99] Compiling FigmaAPI VariablesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/99] Compiling FigmaAPI Error+Description.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/99] Compiling FigmaAPI FigmaAPIError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/99] Compiling FigmaAPI FigmaClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/99] Compiling FigmaAPI GetWebhooksEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/99] Compiling FigmaAPI ImageEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/99] Compiling FigmaAPI LatestReleaseEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/99] Compiling FigmaAPI NodesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/99] Compiling FigmaAPI PaginationParams.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/99] Compiling FigmaAPI PostCommentEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/99] Compiling FigmaAPI PostDevResourceEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/99] Compiling FigmaAPI PostReactionEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/99] Compiling FigmaAPI PostWebhookEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/99] Compiling FigmaAPI Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/99] Compiling FigmaAPI BaseEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/99] Compiling FigmaAPI ComponentsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/99] Compiling FigmaAPI DeleteCommentEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/99] Compiling FigmaAPI DeleteDevResourceEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/99] Compiling FigmaAPI DeleteReactionEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/99] Compiling FigmaAPI DeleteWebhookEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/99] Compiling FigmaAPI Endpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/99] Compiling FigmaAPI FileMetadataEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/99] Compiling FigmaAPI PostReactionBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/99] Compiling FigmaAPI PostWebhookBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/99] Compiling FigmaAPI Project.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/99] Compiling FigmaAPI PutDevResourceBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/99] Compiling FigmaAPI PutWebhookBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/99] Compiling FigmaAPI Reaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/99] Compiling FigmaAPI Style.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/99] Compiling FigmaAPI User.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/99] Compiling FigmaAPI GetActivityLogsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/99] Compiling FigmaAPI GetCommentsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/99] Compiling FigmaAPI GetComponentActionsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/99] Compiling FigmaAPI GetComponentEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/99] Compiling FigmaAPI GetComponentSetEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/99] Compiling FigmaAPI GetComponentUsagesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/99] Compiling FigmaAPI GetDevResourcesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/99] Compiling FigmaAPI GetFileComponentSetsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/99] Compiling FigmaAPI GetFileMetaEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/99] Compiling FigmaAPI GitHubClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/99] Compiling FigmaAPI ActivityLog.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/99] Compiling FigmaAPI Comment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/99] Compiling FigmaAPI ComponentSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/99] Compiling FigmaAPI DevResource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/99] Compiling FigmaAPI EmptyResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/99] Compiling FigmaAPI FigmaClientError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/99] Compiling FigmaAPI FileMeta.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/99] Compiling FigmaAPI GetFileVersionsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/99] Compiling FigmaAPI GetImageFillsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/99] Compiling FigmaAPI GetMeEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/99] Compiling FigmaAPI GetPaymentsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/99] Compiling FigmaAPI GetProjectFilesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/99] Compiling FigmaAPI GetPublishedVariablesEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/99] Compiling FigmaAPI GetReactionsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/99] Compiling FigmaAPI GetStyleActionsEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/99] Compiling FigmaAPI GetStyleEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/99] Compiling FigmaAPI FileVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/99] Compiling FigmaAPI FloatNormalization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/99] Compiling FigmaAPI LibraryAnalytics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/99] Compiling FigmaAPI Node.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/99] Compiling FigmaAPI NodeHashableProperties.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/99] Compiling FigmaAPI PaymentInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/99] Compiling FigmaAPI PostCommentBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/99] Compiling FigmaAPI PostDevResourceBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/99] Compiling FigmaAPI VariableUpdate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/99] Compiling FigmaAPI Variables.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/99] Compiling FigmaAPI VectorPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/99] Compiling FigmaAPI Webhook.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/99] Compiling FigmaAPI WebhookRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/99] Compiling FigmaAPI RateLimitedClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/99] Compiling FigmaAPI RetryPolicy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/99] Compiling FigmaAPI SharedRateLimiter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (14.98s)
Fetching https://github.com/mattt/swift-yyjson
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
[1/384] Fetching swift-yyjson
Fetched https://github.com/mattt/swift-yyjson from cache (1.03s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.04s)
Computing version for https://github.com/mattt/swift-yyjson
Computed https://github.com/mattt/swift-yyjson at 0.5.0 (1.58s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.50s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.71s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.33s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/mattt/swift-yyjson
Working copy of https://github.com/mattt/swift-yyjson resolved at 0.5.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Build complete.
{
  "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"
}
Done.