The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCEAPIClient, reference 6.0.0 (22c92e), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 14:02:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/XCEssentials/APIClient.git
Reference: 6.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XCEssentials/APIClient
 * tag               6.0.0      -> FETCH_HEAD
HEAD is now at 22c92e1 Merge branch 'release/6.0.0'
Cloned https://github.com/XCEssentials/APIClient.git
Revision (git rev-parse @):
22c92e1cacf738d1ac32c90389212abadcdf27fa
SUCCESS checkout https://github.com/XCEssentials/APIClient.git at 6.0.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "apiclient",
      "name": "XCEAPIClient",
      "url": "https://github.com/XCEssentials/APIClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/APIClient",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/XCEssentials/APIClient.git
[1/800] Fetching apiclient
Fetched https://github.com/XCEssentials/APIClient.git from cache (0.88s)
Creating working copy for https://github.com/XCEssentials/APIClient.git
Working copy of https://github.com/XCEssentials/APIClient.git resolved at 6.0.0 (22c92e1)
warning: '.resolve-product-dependencies': dependency 'apiclient' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/XCEssentials/APIClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling XCEAPIClient URLRequestFacilitator.swift
[4/9] Compiling XCEAPIClient BasicURLRequestFacilitator.swift
[5/9] Compiling XCEAPIClient Errors.swift
[6/9] Compiling XCEAPIClient RequestDefinition.swift
[7/9] Compiling XCEAPIClient Helpers.swift
[8/9] Compiling XCEAPIClient ParameterEncoding.swift
[9/9] Emitting module XCEAPIClient
Build complete! (5.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCEAPIClient",
  "name" : "XCEAPIClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XCEAPIClient",
      "targets" : [
        "XCEAPIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCEAPIClientAllTests",
      "module_type" : "SwiftTarget",
      "name" : "XCEAPIClientAllTests",
      "path" : "Tests/XCEAPIClientAllTests",
      "sources" : [
        "RequestDefinitionTests.swift",
        "URLRequestFacilitatorTests.swift"
      ],
      "target_dependencies" : [
        "XCEAPIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCEAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "XCEAPIClient",
      "path" : "Sources/XCEAPIClient",
      "product_memberships" : [
        "XCEAPIClient"
      ],
      "sources" : [
        "3rdParty/Alamofire/ParameterEncoding.swift",
        "BasicURLRequestFacilitator.swift",
        "Errors.swift",
        "Helpers.swift",
        "RequestDefinition.swift",
        "URLRequestFacilitator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.