The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-penpot-api, reference 0.1.0 (3f0ed7), with Swift 6.3 for watchOS using Xcode 26.4 on 19 Apr 2026 07:50:20 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-penpot-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-penpot-api.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DesignPipe/swift-penpot-api
 * tag               0.1.0      -> FETCH_HEAD
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 0.1.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/DesignPipe/swift-penpot-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 ‘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
2026-04-19 03:50:05.214 xcodebuild[528:3056] [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-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"
    ]
  }
}
2026-04-19 03:50:12.821 xcodebuild[743:4280] [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-penpot-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-penpot-api -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  swift-penpot-api: /Users/admin/builder/spi-builder-workspace
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
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-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: 800307966e4b4b0e21003c13d8a49f77
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/800307966e4b4b0e21003c13d8a49f77.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'PenpotAPI' from project 'swift-penpot-api')
2026-04-19 03:50:15.623 xcodebuild[759:4373] [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-penpot-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:
  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
  swift-penpot-api: /Users/admin/builder/spi-builder-workspace
resolved source packages: YYJSON, xctest-dynamic-overlay, swift-custom-dump, swift-penpot-api
2026-04-19 03:50:17.702 xcodebuild[823:4672] [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-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"
    ]
  }
}
2026-04-19 03:50:18.969 xcodebuild[842:4763] [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-penpot-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-penpot-api -destination generic/platform=watchOS
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-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/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/swiftc --version
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: 800307966e4b4b0e21003c13d8a49f77
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/800307966e4b4b0e21003c13d8a49f77.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'PenpotAPI' from project 'swift-penpot-api')
2026-04-19 03:50:19.945 xcodebuild[854:4821] [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-penpot-api
(1 failure)
BUILD FAILURE 6.3 watchOS