The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Http 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/Balancingrock/Http.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Balancingrock/Http
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9b48591 Added swift version, platforms and a LICENSE file
Cloned https://github.com/Balancingrock/Http.git
Revision (git rev-parse @):
9b48591b4fe9b7841ee427c29f8df8611107b2c2
SUCCESS checkout https://github.com/Balancingrock/Http.git at master
Fetching https://github.com/Balancingrock/Ascii from cache
Fetched https://github.com/Balancingrock/Ascii (0.18s)
Computing version for https://github.com/Balancingrock/Ascii
Computed https://github.com/Balancingrock/Ascii at 1.5.2 (0.02s)
Creating working copy for https://github.com/Balancingrock/Ascii
Working copy of https://github.com/Balancingrock/Ascii resolved at 1.5.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "http",
      "name": "Http",
      "url": "https://github.com/Balancingrock/Http.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Http",
      "dependencies": [
        {
          "identity": "ascii",
          "name": "Ascii",
          "url": "https://github.com/Balancingrock/Ascii",
          "version": "1.5.2",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ascii",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Balancingrock/Http.git
[1/146] Fetching http
Fetched https://github.com/Balancingrock/Http.git (0.50s)
Fetching https://github.com/Balancingrock/Ascii from cache
Fetched https://github.com/Balancingrock/Ascii (0.51s)
Computing version for https://github.com/Balancingrock/Ascii
Computed https://github.com/Balancingrock/Ascii at 1.5.2 (0.03s)
Creating working copy for https://github.com/Balancingrock/Http.git
Working copy of https://github.com/Balancingrock/Http.git resolved at master
Creating working copy for https://github.com/Balancingrock/Ascii
Working copy of https://github.com/Balancingrock/Ascii resolved at 1.5.2
warning: '.resolve-product-dependencies': dependency 'http' is not used by any target
Found 1 product dependencies
  - Ascii
========================================
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/2] Emitting module Ascii
[2/2] Compiling Ascii Ascii.swift
[3/9] Compiling Http Version.swift
[4/9] Compiling Http Http.swift
[5/9] Compiling Http Response.swift
[6/9] Emitting module Http
[7/9] Compiling Http Request.swift
[8/9] Compiling Http Cookie.swift
[9/9] Compiling Http Host.swift
Build complete! (8.90s)
Build complete.
Done.