The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-penpot-api, reference main (3f0ed7), with Swift 6.3 for Android on 19 Apr 2026 07:42:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/DesignPipe/swift-penpot-api.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/mattt/swift-yyjson
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/384] Fetching swift-yyjson
[136/5848] Fetching swift-yyjson, swift-custom-dump
Fetched https://github.com/mattt/swift-yyjson from cache (1.45s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.46s)
Computing version for https://github.com/mattt/swift-yyjson
Computed https://github.com/mattt/swift-yyjson at 0.5.0 (2.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.41s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.99s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.50s)
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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.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
Building for debugging...
[0/4] Write sources
[2/4] Compiling Cyyjson yyjson.c
[3/4] Write swift-version--4F562202D5529B1.txt
[5/12] Compiling YYJSON Helpers.swift
[6/13] Compiling YYJSON Error.swift
[7/13] Compiling YYJSON Value.swift
[8/13] Compiling YYJSON Serialization.swift
[9/13] Compiling YYJSON Encoder.swift
[10/13] Compiling YYJSON Configuration.swift
[11/13] Compiling YYJSON CodingKeys.swift
[12/13] Emitting module YYJSON
[13/13] Compiling YYJSON Decoder.swift
[15/27] Compiling PenpotAPI PenpotTypography.swift
[16/28] Compiling PenpotAPI PenpotEndpoint.swift
[17/28] Compiling PenpotAPI GetFileEndpoint.swift
[18/28] Compiling PenpotAPI PenpotColor.swift
[19/28] Compiling PenpotAPI PenpotComponent.swift
[20/28] Compiling PenpotAPI PenpotShape.swift
[21/28] Compiling PenpotAPI PenpotFileResponse.swift
[22/28] Compiling PenpotAPI PenpotProfile.swift
[23/28] Compiling PenpotAPI GetFileObjectThumbnailsEndpoint.swift
[24/28] Compiling PenpotAPI GetProfileEndpoint.swift
[25/28] Emitting module PenpotAPI
[26/28] Compiling PenpotAPI PenpotAPIError.swift
[27/28] Compiling PenpotAPI PenpotClient.swift
[28/28] Compiling PenpotAPI PenpotShapeRenderer.swift
Build complete! (33.47s)
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-penpot-api",
  "name" : "swift-penpot-api",
  "path" : "/host/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" : "/host/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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.