The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-penpot-api, reference main (3f0ed7), with Swift 6.3 for iOS using Xcode 26.4 on 19 Apr 2026 07:50:26 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=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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:         iOS
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/pointfreeco/swift-custom-dump
Fetching from https://github.com/mattt/swift-yyjson
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-yyjson’
Checking out 0.5.0 of package ‘swift-yyjson’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Resolve Package Graph
Resolved source packages:
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-penpot-api: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-custom-dump, YYJSON, xctest-dynamic-overlay, swift-penpot-api
2026-04-19 03:50:11.119 xcodebuild[528:3084] [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.767 xcodebuild[743:4295] [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=iOS
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=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  YYJSON: https://github.com/mattt/swift-yyjson @ 0.5.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-penpot-api: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target '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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7fa1590fae66766c24f832e58d4ffe3a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7fa1590fae66766c24f832e58d4ffe3a.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'PenpotAPI' from project 'swift-penpot-api')
2026-04-19 03:50:21.729 xcodebuild[759:4385] [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:
  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
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
resolved source packages: swift-penpot-api, YYJSON, swift-custom-dump, xctest-dynamic-overlay
2026-04-19 03:50:23.759 xcodebuild[819:4678] [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:25.047 xcodebuild[838:4769] [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=iOS
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=iOS
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-penpot-api: /Users/admin/builder/spi-builder-workspace
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target '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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7fa1590fae66766c24f832e58d4ffe3a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7fa1590fae66766c24f832e58d4ffe3a.xcbuilddata
error: The package product 'YYJSON' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'PenpotAPI' from project 'swift-penpot-api')
2026-04-19 03:50:26.056 xcodebuild[850:4830] [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 iOS