The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftHttpServer, reference master (ac426a), with Swift 6.2 for Linux on 19 Jun 2025 06:42:26 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bjtj/swift-http-server.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bjtj/swift-http-server.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/IBM-Swift/BlueSocket.git
[1/2942] Fetching bluesocket
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (0.70s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (5.32s)
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling Socket SocketUtils.swift
[5/7] Compiling Socket SocketProtocols.swift
[6/7] Emitting module Socket
[7/7] Compiling Socket Socket.swift
[9/28] Compiling SwiftHttpServer Network.swift
[10/28] Compiling SwiftHttpServer Transfer.swift
[11/30] Compiling SwiftHttpServer TransferEncoding.swift
[12/30] Compiling SwiftHttpServer URLPathParser.swift
[13/30] Compiling SwiftHttpServer HttpConnectionType.swift
[14/30] Compiling SwiftHttpServer HttpHeader.swift
[15/30] Compiling SwiftHttpServer HttpRequest.swift
[16/30] Compiling SwiftHttpServer KeyValuePair.swift
[17/30] Compiling SwiftHttpServer KeyValuesDict.swift
[18/30] Compiling SwiftHttpServer HttpServerError.swift
[19/30] Compiling SwiftHttpServer HttpServerRouter.swift
[20/30] Compiling SwiftHttpServer HttpSpecVersion.swift
[21/30] Compiling SwiftHttpServer HttpStatusCode.swift
[22/30] Compiling SwiftHttpServer HttpTransferEncoding.swift
[23/30] Compiling SwiftHttpServer InetAddress.swift
[24/30] Compiling SwiftHttpServer ChunkedTransfer.swift
[25/30] Compiling SwiftHttpServer FirstLine.swift
[26/30] Compiling SwiftHttpServer FixedTransfer.swift
[27/30] Emitting module SwiftHttpServer
[28/30] Compiling SwiftHttpServer HttpRequestHandler.swift
[29/30] Compiling SwiftHttpServer HttpResponse.swift
[30/30] Compiling SwiftHttpServer HttpServer.swift
Build complete! (29.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluesocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.200",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueSocket.git"
    }
  ],
  "manifest_display_name" : "SwiftHttpServer",
  "name" : "SwiftHttpServer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftHttpServer",
      "targets" : [
        "SwiftHttpServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_http_serverTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-http-serverTests",
      "path" : "Tests/swift-http-serverTests",
      "sources" : [
        "HttpHeaderTests.swift",
        "RouterTests.swift",
        "URLParsePathTests.swift",
        "XCTestManifests.swift",
        "swift_http_serverTests.swift"
      ],
      "target_dependencies" : [
        "SwiftHttpServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftHttpServer",
      "module_type" : "SwiftTarget",
      "name" : "SwiftHttpServer",
      "path" : "Sources/swift-http-server",
      "product_dependencies" : [
        "Socket"
      ],
      "product_memberships" : [
        "SwiftHttpServer"
      ],
      "sources" : [
        "ChunkedTransfer.swift",
        "FirstLine.swift",
        "FixedTransfer.swift",
        "HttpConnectionType.swift",
        "HttpHeader.swift",
        "HttpRequest.swift",
        "HttpRequestHandler.swift",
        "HttpResponse.swift",
        "HttpServer.swift",
        "HttpServerError.swift",
        "HttpServerRouter.swift",
        "HttpSpecVersion.swift",
        "HttpStatusCode.swift",
        "HttpTransferEncoding.swift",
        "InetAddress.swift",
        "Network.swift",
        "Transfer.swift",
        "TransferEncoding.swift",
        "URLPathParser.swift",
        "helper/KeyValuePair.swift",
        "helper/KeyValuesDict.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.