The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HTTPKit 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/Chandlerdea/HTTPKit.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Chandlerdea/HTTPKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 99a50c6 Adding convenince methods to URLRequest
Cloned https://github.com/Chandlerdea/HTTPKit.git
Revision (git rev-parse @):
99a50c6d6792b4cb1615e3d1a8658a1c88d257d6
SUCCESS checkout https://github.com/Chandlerdea/HTTPKit.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": "httpkit",
      "name": "HTTPKit",
      "url": "https://github.com/Chandlerdea/HTTPKit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HTTPKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Chandlerdea/HTTPKit.git
[4/394] Fetching httpkit
Fetched https://github.com/Chandlerdea/HTTPKit.git (0.26s)
Creating working copy for https://github.com/Chandlerdea/HTTPKit.git
Working copy of https://github.com/Chandlerdea/HTTPKit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'httpkit' 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/10] Compiling HTTPKit HTTPNetworkController.swift
[2/10] Compiling HTTPKit HTTPModelController.swift
[3/10] Compiling HTTPKit HTTPResponseStatus.swift
[4/10] Emitting module HTTPKit
[5/10] Compiling HTTPKit HTTPRequestBuilder.swift
[6/10] Compiling HTTPKit HTTPMethod.swift
[7/10] Compiling HTTPKit HTTPContentType.swift
[8/10] Compiling HTTPKit HTTPHeader.swift
[9/10] Compiling HTTPKit HTTP.swift
[10/10] Compiling HTTPKit HTTPCacheControl.swift
[11/11] Compiling HTTPKit URLRequest+additions.swift
Build complete! (8.85s)
Build complete.
Done.