The Swift Package Index logo.Swift Package Index

Build Information

Successful build of APIClient, reference main (d75108), with Swift 6.1 for macOS (SPM) on 20 Jul 2025 23:16:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Archichil/swift-api-client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Archichil/swift-api-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d751086 Merge pull request #4 from Archichil/dev
Cloned https://github.com/Archichil/swift-api-client.git
Revision (git rev-parse @):
d7510864afeb323550de7aff31a61fae782d5ae3
SUCCESS checkout https://github.com/Archichil/swift-api-client.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-api-client",
      "name": "APIClient",
      "url": "https://github.com/Archichil/swift-api-client.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-api-client",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Archichil/swift-api-client.git
[2/77] Fetching swift-api-client
Fetched https://github.com/Archichil/swift-api-client.git from cache (0.64s)
Creating working copy for https://github.com/Archichil/swift-api-client.git
Working copy of https://github.com/Archichil/swift-api-client.git resolved at main (d751086)
warning: '.resolve-product-dependencies': dependency 'swift-api-client' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Archichil/swift-api-client.git
https://github.com/Archichil/swift-api-client.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "APIClient",
  "name" : "APIClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "APIClient",
      "targets" : [
        "APIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "APIClientTests",
      "module_type" : "SwiftTarget",
      "name" : "APIClientTests",
      "path" : "Tests",
      "sources" : [
        "APIClientTests.swift"
      ],
      "target_dependencies" : [
        "APIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APIClient",
      "module_type" : "SwiftTarget",
      "name" : "APIClient",
      "path" : "Source",
      "product_memberships" : [
        "APIClient"
      ],
      "sources" : [
        "Core/APIClient.swift",
        "Core/NetworkError.swift",
        "Extensions/APIClient+HTTPMethods.swift",
        "Extensions/APIClient+Specification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling APIClient APIClient+Specification.swift
[4/7] Compiling APIClient APIClient+HTTPMethods.swift
[5/7] Emitting module APIClient
[6/7] Compiling APIClient NetworkError.swift
[7/7] Compiling APIClient APIClient.swift
Build complete! (4.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "APIClient",
  "name" : "APIClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "APIClient",
      "targets" : [
        "APIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "APIClientTests",
      "module_type" : "SwiftTarget",
      "name" : "APIClientTests",
      "path" : "Tests",
      "sources" : [
        "APIClientTests.swift"
      ],
      "target_dependencies" : [
        "APIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APIClient",
      "module_type" : "SwiftTarget",
      "name" : "APIClient",
      "path" : "Source",
      "product_memberships" : [
        "APIClient"
      ],
      "sources" : [
        "Core/APIClient.swift",
        "Core/NetworkError.swift",
        "Extensions/APIClient+HTTPMethods.swift",
        "Extensions/APIClient+Specification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.