The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VercelAPI, reference main (6a84fd), with Swift 6.2 for macOS (SPM) on 5 May 2026 07:44:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/qiyangdev/VercelAPI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/qiyangdev/VercelAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6a84fd0 chore: update README with repository URLs and add LICENSE for v0.1 release
Cloned https://github.com/qiyangdev/VercelAPI.git
Revision (git rev-parse @):
6a84fd0176f0d42d7cc24009f108cef70aca122c
SUCCESS checkout https://github.com/qiyangdev/VercelAPI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/qiyangdev/VercelAPI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/16] Compiling VercelAPI VercelAPI.swift
[4/16] Compiling VercelAPI RateLimiter.swift
[5/17] Compiling VercelAPI Pagination.swift
[6/17] Compiling VercelAPI Team.swift
[7/17] Compiling VercelAPI Domain.swift
[8/17] Compiling VercelAPI EnvironmentVariable.swift
[9/17] Compiling VercelAPI HTTPClient.swift
[10/17] Compiling VercelAPI Deployment.swift
[11/17] Compiling VercelAPI DeploymentsAPI.swift
[12/17] Compiling VercelAPI DomainsAPI.swift
[13/17] Compiling VercelAPI ProjectsAPI.swift
[14/17] Compiling VercelAPI TeamsAPI.swift
[15/17] Emitting module VercelAPI
[16/17] Compiling VercelAPI Project.swift
[17/17] Compiling VercelAPI VercelError.swift
Build complete! (5.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VercelAPI",
  "name" : "VercelAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "VercelAPI",
      "targets" : [
        "VercelAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VercelAPITests",
      "module_type" : "SwiftTarget",
      "name" : "VercelAPITests",
      "path" : "Tests/VercelAPITests",
      "sources" : [
        "VercelAPITests.swift"
      ],
      "target_dependencies" : [
        "VercelAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VercelAPI",
      "module_type" : "SwiftTarget",
      "name" : "VercelAPI",
      "path" : "Sources/VercelAPI",
      "product_memberships" : [
        "VercelAPI"
      ],
      "sources" : [
        "APIs/DeploymentsAPI.swift",
        "APIs/DomainsAPI.swift",
        "APIs/ProjectsAPI.swift",
        "APIs/TeamsAPI.swift",
        "HTTPClient.swift",
        "Models/Deployment.swift",
        "Models/Domain.swift",
        "Models/EnvironmentVariable.swift",
        "Models/Project.swift",
        "Models/Team.swift",
        "Pagination.swift",
        "RateLimiter.swift",
        "VercelAPI.swift",
        "VercelError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.