The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swifter, reference stable (1e4f51), with Swift 6.2 for Linux on 19 Jun 2025 06:00:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/httpswift/swifter.git
Reference: stable
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/httpswift/swifter
 * branch            stable     -> FETCH_HEAD
 * [new branch]      stable     -> origin/stable
HEAD is now at 1e4f51c Merge pull request #487 from till0xff/speedup-large-file-upload
Cloned https://github.com/httpswift/swifter.git
Revision (git rev-parse @):
1e4f51c92d7ca486242d8bf0722b99de2c3531aa
SUCCESS checkout https://github.com/httpswift/swifter.git at stable
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/httpswift/swifter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/26] Emitting module Swifter
[5/28] Compiling Swifter String+SHA1.swift
[6/28] Compiling Swifter WebSockets.swift
[7/28] Compiling Swifter Socket+File.swift
[8/28] Compiling Swifter Socket+Server.swift
[9/28] Compiling Swifter MimeTypes.swift
[10/28] Compiling Swifter Process.swift
[11/28] Compiling Swifter Scopes.swift
[12/28] Compiling Swifter String+File.swift
[13/28] Compiling Swifter String+Misc.swift
[14/28] Compiling Swifter HttpRouter.swift
[15/28] Compiling Swifter HttpServer.swift
[16/28] Compiling Swifter HttpServerIO.swift
[17/28] Compiling Swifter HttpParser.swift
[18/28] Compiling Swifter HttpRequest.swift
[19/28] Compiling Swifter HttpResponse.swift
[20/28] Compiling Swifter Socket.swift
[21/28] Compiling Swifter String+BASE64.swift
[22/28] Compiling Swifter DemoServer.swift
[23/28] Compiling Swifter Errno.swift
[24/28] Compiling Swifter Files.swift
[25/29] Wrapping AST for Swifter for debugging
[27/31] Compiling SwifterExample main.swift
[28/31] Emitting module SwifterExample
[29/32] Wrapping AST for SwifterExample for debugging
[30/32] Write Objects.LinkFileList
[31/32] Linking SwifterExample
Build complete! (14.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swifter",
  "name" : "Swifter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Swifter",
      "targets" : [
        "Swifter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwifterExample",
      "targets" : [
        "SwifterExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwifterTests",
      "module_type" : "SwiftTarget",
      "name" : "SwifterTests",
      "path" : "Xcode/Tests",
      "sources" : [
        "FilesTests.swift",
        "IOSafetyTests.swift",
        "MimeTypesTests.swift",
        "PingServer.swift",
        "ServerThreadingTests.swift",
        "SwifterTestsHttpParser.swift",
        "SwifterTestsHttpResponseBody.swift",
        "SwifterTestsHttpRouter.swift",
        "SwifterTestsStringExtensions.swift",
        "SwifterTestsWebSocketSession.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Swifter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwifterExample",
      "module_type" : "SwiftTarget",
      "name" : "SwifterExample",
      "path" : "SwifterExample",
      "product_memberships" : [
        "SwifterExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Swifter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Swifter",
      "module_type" : "SwiftTarget",
      "name" : "Swifter",
      "path" : "Xcode/Sources",
      "product_memberships" : [
        "Swifter",
        "SwifterExample"
      ],
      "sources" : [
        "DemoServer.swift",
        "Errno.swift",
        "Files.swift",
        "HttpParser.swift",
        "HttpRequest.swift",
        "HttpResponse.swift",
        "HttpRouter.swift",
        "HttpServer.swift",
        "HttpServerIO.swift",
        "MimeTypes.swift",
        "Process.swift",
        "Scopes.swift",
        "Socket+File.swift",
        "Socket+Server.swift",
        "Socket.swift",
        "String+BASE64.swift",
        "String+File.swift",
        "String+Misc.swift",
        "String+SHA1.swift",
        "WebSockets.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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.