The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Kitura-net, reference master (645f09), with Swift 6.1 for Linux on 26 Apr 2025 15:09:59 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-net.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/Kitura/Kitura-net
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 645f09e Update package dependencies (#323)
Cloned https://github.com/Kitura/Kitura-net.git
Revision (git rev-parse @):
645f09e6c6ca7f399a9625e25686e8152e21bee4
SUCCESS checkout https://github.com/Kitura/Kitura-net.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kitura/Kitura-net.git
https://github.com/Kitura/Kitura-net.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "loggerapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/LoggerAPI.git"
    },
    {
      "identity" : "bluesocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/BlueSocket.git"
    },
    {
      "identity" : "bluesslservice",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/BlueSSLService.git"
    },
    {
      "identity" : "bluesignals",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/BlueSignals.git"
    }
  ],
  "manifest_display_name" : "Kitura-net",
  "name" : "Kitura-net",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KituraNet",
      "targets" : [
        "KituraNet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KituraNetTests",
      "module_type" : "SwiftTarget",
      "name" : "KituraNetTests",
      "path" : "Tests/KituraNetTests",
      "sources" : [
        "BufferListTests.swift",
        "ClientE2ETests.swift",
        "ClientRequestTests.swift",
        "FastCGIProtocolTests.swift",
        "FastCGIRequestTests.swift",
        "HTTPResponseTests.swift",
        "HTTPStatusCodeTests.swift",
        "KituraNetTest.swift",
        "LargePayloadTests.swift",
        "LifecycleListenerTests.swift",
        "MiscellaneousTests.swift",
        "MonitoringTests.swift",
        "ParserTests.swift",
        "PrintLogger.swift",
        "RegressionTests.swift",
        "SocketManagerTests.swift",
        "TestIncomingSocketProcessor.swift",
        "UnixSocketTests.swift",
        "UpgradeTests.swift",
        "VerifyLinuxTestCount.swift",
        "types.swift"
      ],
      "target_dependencies" : [
        "KituraNet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KituraNet",
      "module_type" : "SwiftTarget",
      "name" : "KituraNet",
      "path" : "Sources/KituraNet",
      "product_dependencies" : [
        "LoggerAPI",
        "Socket",
        "SSLService",
        "Signals"
      ],
      "product_memberships" : [
        "KituraNet"
      ],
      "sources" : [
        "BufferList.swift",
        "ClientRequest.swift",
        "ClientResponse.swift",
        "ConnectionUpgradeFactory.swift",
        "ConnectionUpgrader.swift",
        "Error.swift",
        "FastCGI/FastCGI.swift",
        "FastCGI/FastCGIRecordCreate.swift",
        "FastCGI/FastCGIRecordParser.swift",
        "FastCGI/FastCGIServer.swift",
        "FastCGI/FastCGIServerRequest.swift",
        "FastCGI/FastCGIServerResponse.swift",
        "HTTP/HTTP.swift",
        "HTTP/HTTPServer.swift",
        "HTTP/HTTPServerRequest.swift",
        "HTTP/HTTPServerResponse.swift",
        "HTTP/IncomingHTTPSocketProcessor.swift",
        "HTTP/KeepAliveState.swift",
        "HTTPParser/HTTPParser.swift",
        "HTTPParser/HTTPParserStatus.swift",
        "HTTPParser/ParseResults.swift",
        "HTTPParser/URLParser.swift",
        "HeadersContainer.swift",
        "IncomingSocketHandler.swift",
        "IncomingSocketManager.swift",
        "IncomingSocketProcessor.swift",
        "IncomingSocketProcessorCreator.swift",
        "ListenerGroup.swift",
        "SPIUtils.swift",
        "Server/Server.swift",
        "Server/ServerDelegate.swift",
        "Server/ServerLifecycleListener.swift",
        "Server/ServerMonitor.swift",
        "Server/ServerState.swift",
        "ServerOptions.swift",
        "ServerRequest.swift",
        "ServerResponse.swift"
      ],
      "target_dependencies" : [
        "CHTTPParser",
        "CCurl",
        "CEpoll"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CHTTPParser",
      "module_type" : "ClangTarget",
      "name" : "CHTTPParser",
      "path" : "Sources/CHTTPParser",
      "product_memberships" : [
        "KituraNet"
      ],
      "sources" : [
        "http_parser.c",
        "utils.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CEpoll",
      "module_type" : "SystemLibraryTarget",
      "name" : "CEpoll",
      "path" : "Sources/CEpoll",
      "product_memberships" : [
        "KituraNet"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CCurl",
      "module_type" : "SystemLibraryTarget",
      "name" : "CCurl",
      "path" : "Sources/CCurl",
      "product_memberships" : [
        "KituraNet"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Kitura/BlueSocket.git
Fetching https://github.com/Kitura/BlueSSLService.git
Fetching https://github.com/Kitura/LoggerAPI.git
Fetching https://github.com/Kitura/BlueSignals.git
[1/2077] Fetching bluesslservice
[313/2731] Fetching bluesslservice, bluesignals
[2608/3502] Fetching bluesslservice, bluesignals, loggerapi
[2747/6444] Fetching bluesslservice, bluesignals, loggerapi, bluesocket
Fetched https://github.com/Kitura/BlueSSLService.git from cache (0.41s)
Fetched https://github.com/Kitura/BlueSignals.git from cache (0.41s)
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.41s)
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.52s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (2.18s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
Computing version for https://github.com/Kitura/BlueSSLService.git
Computed https://github.com/Kitura/BlueSSLService.git at 2.0.2 (1.96s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.22s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (2.85s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 2.0.4 (0.63s)
Computing version for https://github.com/Kitura/BlueSignals.git
Computed https://github.com/Kitura/BlueSignals.git at 2.1.1 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Creating working copy for https://github.com/Kitura/BlueSSLService.git
Working copy of https://github.com/Kitura/BlueSSLService.git resolved at 2.0.2
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 2.0.4
Creating working copy for https://github.com/Kitura/BlueSignals.git
Working copy of https://github.com/Kitura/BlueSignals.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Building for debugging...
[0/9] Write sources
[6/9] Compiling CHTTPParser utils.c
[7/9] Write swift-version-24593BA9C3E375BF.txt
[7/9] Compiling CHTTPParser http_parser.c
[10/24] Emitting module Signals
[11/24] Emitting module Logging
[12/24] Compiling Logging MetadataProvider.swift
[13/24] Compiling Logging LogHandler.swift
[14/24] Compiling Logging Locks.swift
[15/24] Compiling Logging Logging.swift
[17/27] Emitting module Socket
[18/27] Compiling Socket Socket+Hashable.swift
[19/27] Emitting module LoggerAPI
[20/27] Compiling LoggerAPI Logger.swift
[21/28] Compiling Signals Signals.swift
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:94:30: error: cannot find 'SIGINFO' in scope
 92 |                 return Int32(SIGWINCH)
 93 |             case .info:
 94 |                 return Int32(SIGINFO)
    |                              `- error: cannot find 'SIGINFO' in scope
 95 | 			case .user(let sig):
 96 | 				return Int32(sig)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:120:22: error: cannot find 'SIGINFO' in scope
118 |             case Int(SIGPROF): self = .prof
119 |             case Int(SIGWINCH): self = .winch
120 |             case Int(SIGINFO): self = .info
    |                      `- error: cannot find 'SIGINFO' in scope
121 |
122 |             default:
[22/28] Compiling Socket SocketProtocols.swift
[23/28] Compiling Socket SocketUtils.swift
[24/28] Compiling Signals SignalWatchHandler.swift
[25/28] Compiling Signals SignalWatch.swift
[27/28] Compiling Socket Socket.swift
[28/28] Compiling Socket Socket+Equatable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling Signals Signals.swift
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:94:30: error: cannot find 'SIGINFO' in scope
 92 |                 return Int32(SIGWINCH)
 93 |             case .info:
 94 |                 return Int32(SIGINFO)
    |                              `- error: cannot find 'SIGINFO' in scope
 95 | 			case .user(let sig):
 96 | 				return Int32(sig)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:120:22: error: cannot find 'SIGINFO' in scope
118 |             case Int(SIGPROF): self = .prof
119 |             case Int(SIGWINCH): self = .winch
120 |             case Int(SIGINFO): self = .info
    |                      `- error: cannot find 'SIGINFO' in scope
121 |
122 |             default:
[3/16] Compiling Signals SignalWatchHandler.swift
[4/16] Emitting module Signals
[5/16] Compiling Signals SignalWatch.swift
[6/16] Emitting module Logging
[7/16] Compiling Logging Locks.swift
[8/16] Compiling Socket Socket+Equatable.swift
[9/16] Compiling Logging MetadataProvider.swift
[10/16] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 linux