The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftRestClient with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/n4226/swiftrestclient.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/n4226/swiftrestclient
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3eb1198 fix versions
Cloned https://github.com/n4226/swiftrestclient.git
Revision (git rev-parse @):
3eb11987dc8ca095d72404709fba79a3c5162e79
SUCCESS checkout https://github.com/n4226/swiftrestclient.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftrestclient",
      "name": "SwiftRestClient",
      "url": "https://github.com/n4226/swiftrestclient.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftrestclient",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/n4226/swiftrestclient.git
[1/134] Fetching swiftrestclient
Fetched https://github.com/n4226/swiftrestclient.git (0.33s)
Creating working copy for https://github.com/n4226/swiftrestclient.git
Working copy of https://github.com/n4226/swiftrestclient.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftrestclient' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling SwiftRestClient URLParameterEncoder.swift
[2/8] Compiling SwiftRestClient Errors.swift
[3/8] Compiling SwiftRestClient Endpoint.swift
[4/8] Compiling SwiftRestClient HttpMethiod.swift
[5/8] Compiling SwiftRestClient HTTPTask.swift
[6/8] Compiling SwiftRestClient Client.swift
[7/8] Emitting module SwiftRestClient
[8/8] Compiling SwiftRestClient JSONParameterEncoding.swift
Build complete! (10.09s)
Build complete.
Done.