The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-penpot-api, reference main (3f0ed7), with Swift 6.1 for tvOS using Xcode 16.3 on 23 Mar 2026 09:08:04 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-penpot-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-penpot-api.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DesignPipe/swift-penpot-api
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3f0ed76 Initial extraction from ExFig monorepo
Cloned https://github.com/DesignPipe/swift-penpot-api.git
Revision (git rev-parse @):
3f0ed762b6130d32e96ae0624b2ad084756847b5
SUCCESS checkout https://github.com/DesignPipe/swift-penpot-api.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DesignPipe/swift-penpot-api.git
https://github.com/DesignPipe/swift-penpot-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-penpot-api",
  "name" : "swift-penpot-api",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PenpotAPI",
      "targets" : [
        "PenpotAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PenpotAPITests",
      "module_type" : "SwiftTarget",
      "name" : "PenpotAPITests",
      "path" : "Tests/PenpotAPITests",
      "product_dependencies" : [
        "YYJSON",
        "CustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/PenpotAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PenpotAPIErrorTests.swift",
        "PenpotColorDecodingTests.swift",
        "PenpotComponentDecodingTests.swift",
        "PenpotEndpointTests.swift",
        "PenpotShapeRendererTests.swift",
        "PenpotTypographyDecodingTests.swift"
      ],
      "target_dependencies" : [
        "PenpotAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PenpotAPI",
      "module_type" : "SwiftTarget",
      "name" : "PenpotAPI",
      "path" : "Sources/PenpotAPI",
      "product_dependencies" : [
        "YYJSON"
      ],
      "product_memberships" : [
        "PenpotAPI"
      ],
      "sources" : [
        "Client/PenpotAPIError.swift",
        "Client/PenpotClient.swift",
        "Client/PenpotEndpoint.swift",
        "Endpoints/GetFileEndpoint.swift",
        "Endpoints/GetFileObjectThumbnailsEndpoint.swift",
        "Endpoints/GetProfileEndpoint.swift",
        "Models/PenpotColor.swift",
        "Models/PenpotComponent.swift",
        "Models/PenpotFileResponse.swift",
        "Models/PenpotProfile.swift",
        "Models/PenpotShape.swift",
        "Models/PenpotTypography.swift",
        "Renderer/PenpotShapeRenderer.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-yyjson’
Checking out 0.5.0 of package ‘swift-yyjson’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Resolve Package Graph
Resolved source packages:
  swift-penpot-api: /Users/admin/builder/spi-builder-workspace
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
resolved source packages: swift-penpot-api, xctest-dynamic-overlay, YYJSON, 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-penpot-api",
  "name" : "swift-penpot-api",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PenpotAPI",
      "targets" : [
        "PenpotAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PenpotAPITests",
      "module_type" : "SwiftTarget",
      "name" : "PenpotAPITests",
      "path" : "Tests/PenpotAPITests",
      "product_dependencies" : [
        "YYJSON",
        "CustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/PenpotAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PenpotAPIErrorTests.swift",
        "PenpotColorDecodingTests.swift",
        "PenpotComponentDecodingTests.swift",
        "PenpotEndpointTests.swift",
        "PenpotShapeRendererTests.swift",
        "PenpotTypographyDecodingTests.swift"
      ],
      "target_dependencies" : [
        "PenpotAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PenpotAPI",
      "module_type" : "SwiftTarget",
      "name" : "PenpotAPI",
      "path" : "Sources/PenpotAPI",
      "product_dependencies" : [
        "YYJSON"
      ],
      "product_memberships" : [
        "PenpotAPI"
      ],
      "sources" : [
        "Client/PenpotAPIError.swift",
        "Client/PenpotClient.swift",
        "Client/PenpotEndpoint.swift",
        "Endpoints/GetFileEndpoint.swift",
        "Endpoints/GetFileObjectThumbnailsEndpoint.swift",
        "Endpoints/GetProfileEndpoint.swift",
        "Models/PenpotColor.swift",
        "Models/PenpotComponent.swift",
        "Models/PenpotFileResponse.swift",
        "Models/PenpotProfile.swift",
        "Models/PenpotShape.swift",
        "Models/PenpotTypography.swift",
        "Renderer/PenpotShapeRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-penpot-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-penpot-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-penpot-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:
  swift-penpot-api: /Users/admin/builder/spi-builder-workspace
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'PenpotAPI' in project 'swift-penpot-api'
        ➜ Explicit dependency on target 'PenpotAPI' in project 'swift-penpot-api'
        ➜ Explicit dependency on target 'YYJSON' in project 'YYJSON'
    Target 'PenpotAPI' in project 'swift-penpot-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: 38322cf6aa21375996ae081933b3fc6b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/38322cf6aa21375996ae081933b3fc6b.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'PenpotAPI' from project 'swift-penpot-api')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-penpot-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:
  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-penpot-api: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-custom-dump, xctest-dynamic-overlay, YYJSON, swift-penpot-api
{
  "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-penpot-api",
  "name" : "swift-penpot-api",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PenpotAPI",
      "targets" : [
        "PenpotAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PenpotAPITests",
      "module_type" : "SwiftTarget",
      "name" : "PenpotAPITests",
      "path" : "Tests/PenpotAPITests",
      "product_dependencies" : [
        "YYJSON",
        "CustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/PenpotAPITests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PenpotAPIErrorTests.swift",
        "PenpotColorDecodingTests.swift",
        "PenpotComponentDecodingTests.swift",
        "PenpotEndpointTests.swift",
        "PenpotShapeRendererTests.swift",
        "PenpotTypographyDecodingTests.swift"
      ],
      "target_dependencies" : [
        "PenpotAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PenpotAPI",
      "module_type" : "SwiftTarget",
      "name" : "PenpotAPI",
      "path" : "Sources/PenpotAPI",
      "product_dependencies" : [
        "YYJSON"
      ],
      "product_memberships" : [
        "PenpotAPI"
      ],
      "sources" : [
        "Client/PenpotAPIError.swift",
        "Client/PenpotClient.swift",
        "Client/PenpotEndpoint.swift",
        "Endpoints/GetFileEndpoint.swift",
        "Endpoints/GetFileObjectThumbnailsEndpoint.swift",
        "Endpoints/GetProfileEndpoint.swift",
        "Models/PenpotColor.swift",
        "Models/PenpotComponent.swift",
        "Models/PenpotFileResponse.swift",
        "Models/PenpotProfile.swift",
        "Models/PenpotShape.swift",
        "Models/PenpotTypography.swift",
        "Renderer/PenpotShapeRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-penpot-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-penpot-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-penpot-api -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-penpot-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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'PenpotAPI' in project 'swift-penpot-api'
        ➜ Explicit dependency on target 'PenpotAPI' in project 'swift-penpot-api'
        ➜ Explicit dependency on target 'YYJSON' in project 'YYJSON'
    Target 'PenpotAPI' in project 'swift-penpot-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: f4ac532aca7df792ef112debee6d5c98
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f4ac532aca7df792ef112debee6d5c98.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'PenpotAPI' from project 'swift-penpot-api')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-penpot-api
(1 failure)
BUILD FAILURE 6.1 tvOS