The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swifter, reference 1.5.0 (9483a5), with Swift 6.2 for Linux on 19 Jun 2025 06:00:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 1.5.0
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
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 9483a5d Version Bump to 1.5.0
Cloned https://github.com/httpswift/swifter.git
Revision (git rev-parse @):
9483a5d459b45c3ffd059f7b55f9638e268632fd
SUCCESS checkout https://github.com/httpswift/swifter.git at 1.5.0
========================================
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-4609320-2":/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
/host/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:11:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
  9 | import Dispatch
 10 |
 11 | public protocol HttpServerIODelegate: class {
    |                                       `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 12 |     func socketConnectionReceived(_ socket: Socket)
 13 | }
[5/28] Compiling Swifter String+File.swift
[6/28] Compiling Swifter String+Misc.swift
[7/28] Compiling Swifter Socket+File.swift
[8/28] Compiling Swifter Socket+Server.swift
[9/28] Compiling Swifter Socket.swift
[10/28] Compiling Swifter String+BASE64.swift
[11/28] Compiling Swifter HttpRouter.swift
/host/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:11:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
  9 | import Dispatch
 10 |
 11 | public protocol HttpServerIODelegate: class {
    |                                       `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 12 |     func socketConnectionReceived(_ socket: Socket)
 13 | }
[12/28] Compiling Swifter HttpServer.swift
/host/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:11:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
  9 | import Dispatch
 10 |
 11 | public protocol HttpServerIODelegate: class {
    |                                       `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 12 |     func socketConnectionReceived(_ socket: Socket)
 13 | }
[13/28] Compiling Swifter HttpServerIO.swift
/host/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:11:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
  9 | import Dispatch
 10 |
 11 | public protocol HttpServerIODelegate: class {
    |                                       `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 12 |     func socketConnectionReceived(_ socket: Socket)
 13 | }
[14/28] Compiling Swifter MimeTypes.swift
[15/28] Compiling Swifter Process.swift
[16/28] Compiling Swifter Scopes.swift
[17/28] Compiling Swifter String+SHA1.swift
[18/28] Compiling Swifter WebSockets.swift
[19/28] Compiling Swifter DemoServer.swift
[20/28] Compiling Swifter Errno.swift
[21/28] Compiling Swifter Files.swift
[22/28] Compiling Swifter HttpParser.swift
[23/28] Compiling Swifter HttpRequest.swift
[24/28] Compiling Swifter HttpResponse.swift
[25/29] Wrapping AST for Swifter for debugging
[27/31] Emitting module Example
[28/31] Compiling Example main.swift
[29/32] Wrapping AST for Example for debugging
[30/32] Write Objects.LinkFileList
[31/32] Linking Example
Build complete! (13.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swifter",
  "name" : "Swifter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Swifter",
      "targets" : [
        "Swifter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwifterTests",
      "module_type" : "SwiftTarget",
      "name" : "SwifterTests",
      "path" : "XCode/Tests",
      "sources" : [
        "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" : "Swifter",
      "module_type" : "SwiftTarget",
      "name" : "Swifter",
      "path" : "XCode/Sources",
      "product_memberships" : [
        "Swifter",
        "Example"
      ],
      "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"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Swifter"
      ],
      "type" : "executable"
    }
  ],
  "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.