The Swift Package Index logo.Swift Package Index

Build Information

Successful build of APIRequest 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/NathanFallet/APIRequest.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/NathanFallet/APIRequest
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0f0e8e7 Fixing README
Cloned https://github.com/NathanFallet/APIRequest.git
Revision (git rev-parse @):
0f0e8e78d50be27444704022cc8740730f1efa54
SUCCESS checkout https://github.com/NathanFallet/APIRequest.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "apirequest",
      "name": "APIRequest",
      "url": "https://github.com/NathanFallet/APIRequest.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/APIRequest",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/NathanFallet/APIRequest.git
[3/275] Fetching apirequest
Fetched https://github.com/NathanFallet/APIRequest.git (0.37s)
Creating working copy for https://github.com/NathanFallet/APIRequest.git
Working copy of https://github.com/NathanFallet/APIRequest.git resolved at master
warning: '.resolve-product-dependencies': dependency 'apirequest' 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 APIRequest APIConfiguration.swift
[2/9] Compiling APIRequest EncodableExtension.swift
[3/9] Compiling APIRequest JSONAPIEncoder.swift
[4/9] Compiling APIRequest JSONAPIDecoder.swift
[5/9] Compiling APIRequest APIDecoder.swift
[6/9] Compiling APIRequest APIRequest.swift
[7/9] Compiling APIRequest APIEncoder.swift
[8/9] Emitting module APIRequest
[9/9] Compiling APIRequest APIResponseStatus.swift
Build complete! (8.54s)
Build complete.
Done.