The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftHttpServer 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/bjtj/swift-http-server.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bjtj/swift-http-server
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ac426af fixed: router - minimum length match of prefix and suffix compare
Cloned https://github.com/bjtj/swift-http-server.git
Revision (git rev-parse @):
ac426affcb7b4eb4ee76726729d430babe6f3658
SUCCESS checkout https://github.com/bjtj/swift-http-server.git at master
Fetching https://github.com/IBM-Swift/BlueSocket.git from cache
Fetched https://github.com/IBM-Swift/BlueSocket.git (0.22s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (0.03s)
Creating working copy for https://github.com/IBM-Swift/BlueSocket.git
Working copy of https://github.com/IBM-Swift/BlueSocket.git resolved at 1.0.200
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-http-server",
      "name": "SwiftHttpServer",
      "url": "https://github.com/bjtj/swift-http-server.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-server",
      "dependencies": [
        {
          "identity": "bluesocket",
          "name": "Socket",
          "url": "https://github.com/IBM-Swift/BlueSocket.git",
          "version": "1.0.200",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueSocket",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bjtj/swift-http-server.git from cache
Fetched https://github.com/bjtj/swift-http-server.git (0.18s)
Fetching https://github.com/IBM-Swift/BlueSocket.git from cache
Fetched https://github.com/IBM-Swift/BlueSocket.git (0.21s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (0.02s)
Creating working copy for https://github.com/IBM-Swift/BlueSocket.git
Working copy of https://github.com/IBM-Swift/BlueSocket.git resolved at 1.0.200
Creating working copy for https://github.com/bjtj/swift-http-server.git
Working copy of https://github.com/bjtj/swift-http-server.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-http-server' is not used by any target
Found 1 product dependencies
  - Socket
========================================
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/4] Emitting module Socket
[2/4] Compiling Socket SocketProtocols.swift
[3/4] Compiling Socket Socket.swift
[4/4] Compiling Socket SocketUtils.swift
[5/24] Compiling SwiftHttpServer HttpServerError.swift
[6/24] Compiling SwiftHttpServer HttpServerRouter.swift
[7/24] Compiling SwiftHttpServer HttpSpecVersion.swift
[8/24] Compiling SwiftHttpServer HttpConnectionType.swift
[9/24] Compiling SwiftHttpServer HttpHeader.swift
[10/24] Compiling SwiftHttpServer HttpRequest.swift
[11/24] Compiling SwiftHttpServer Network.swift
[12/24] Compiling SwiftHttpServer Transfer.swift
[13/26] Compiling SwiftHttpServer HttpStatusCode.swift
[14/26] Compiling SwiftHttpServer HttpTransferEncoding.swift
[15/26] Compiling SwiftHttpServer InetAddress.swift
[16/26] Compiling SwiftHttpServer TransferEncoding.swift
[17/26] Compiling SwiftHttpServer URLPathParser.swift
[18/26] Emitting module SwiftHttpServer
[19/26] Compiling SwiftHttpServer ChunkedTransfer.swift
[20/26] Compiling SwiftHttpServer FirstLine.swift
[21/26] Compiling SwiftHttpServer FixedTransfer.swift
[22/26] Compiling SwiftHttpServer HttpRequestHandler.swift
[23/26] Compiling SwiftHttpServer HttpResponse.swift
[24/26] Compiling SwiftHttpServer HttpServer.swift
[25/26] Compiling SwiftHttpServer KeyValuePair.swift
[26/26] Compiling SwiftHttpServer KeyValuesDict.swift
Build complete! (9.68s)
Build complete.
Done.