The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftHttpServer with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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/2/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bjtj/swift-http-server.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/7] Compiling Socket SocketUtils.swift
[5/7] Compiling Socket SocketProtocols.swift
[6/7] Emitting module Socket
[7/7] Compiling Socket Socket.swift
[8/27] Compiling SwiftHttpServer Network.swift
[9/27] Compiling SwiftHttpServer Transfer.swift
[10/27] Compiling SwiftHttpServer TransferEncoding.swift
[11/27] Compiling SwiftHttpServer URLPathParser.swift
[12/27] Compiling SwiftHttpServer HttpServerError.swift
[13/27] Compiling SwiftHttpServer HttpServerRouter.swift
[14/27] Compiling SwiftHttpServer HttpSpecVersion.swift
[15/27] Compiling SwiftHttpServer HttpConnectionType.swift
[16/27] Compiling SwiftHttpServer HttpHeader.swift
[17/27] Compiling SwiftHttpServer HttpRequest.swift
[18/27] Compiling SwiftHttpServer HttpStatusCode.swift
[19/27] Compiling SwiftHttpServer HttpTransferEncoding.swift
[20/27] Compiling SwiftHttpServer InetAddress.swift
[21/27] Compiling SwiftHttpServer ChunkedTransfer.swift
[22/27] Compiling SwiftHttpServer FirstLine.swift
[23/27] Compiling SwiftHttpServer FixedTransfer.swift
[24/27] Emitting module SwiftHttpServer
[25/27] Compiling SwiftHttpServer HttpRequestHandler.swift
[26/27] Compiling SwiftHttpServer HttpResponse.swift
[27/27] Compiling SwiftHttpServer HttpServer.swift
[28/29] Compiling SwiftHttpServer KeyValuePair.swift
[29/29] Compiling SwiftHttpServer KeyValuesDict.swift
Build complete! (13.36s)
Fetching https://github.com/IBM-Swift/BlueSocket.git from cache
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (0.44s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (0.47s)
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
Build complete.
Done.