The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build HttpSwift, reference 2.2.1 (2e0cd4), with Swift 6.1 for Linux on 25 Apr 2025 08:50:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/BiAtoms/Http.swift.git
Reference: 2.2.1
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/BiAtoms/Http.swift
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at 2e0cd4c Bump version
Submodule path 'Sources/Frameworks/RequestSwift': checked out '47cea3de9cb961f77c659a27894d32454b42e25f'
Submodule path 'Sources/Frameworks/RequestSwift/Sources/Frameworks/SocketSwift': checked out '36911c13adfe12859ed43dcba878052b1897fcd3'
Submodule path 'Sources/Frameworks/SocketSwift': checked out '36911c13adfe12859ed43dcba878052b1897fcd3'
Submodule 'Sources/Frameworks/RequestSwift' (https://github.com/BiAtoms/Request.swift) registered for path 'Sources/Frameworks/RequestSwift'
Submodule 'Sources/Frameworks/SocketSwift' (https://github.com/BiAtoms/Socket.swift) registered for path 'Sources/Frameworks/SocketSwift'
Cloning into '/host/spi-builder-workspace/Sources/Frameworks/RequestSwift'...
Cloning into '/host/spi-builder-workspace/Sources/Frameworks/SocketSwift'...
Submodule 'Sources/Frameworks/SocketSwift' (https://github.com/BiAtoms/Socket.swift) registered for path 'Sources/Frameworks/RequestSwift/Sources/Frameworks/SocketSwift'
Cloning into '/host/spi-builder-workspace/Sources/Frameworks/RequestSwift/Sources/Frameworks/SocketSwift'...
Cloned https://github.com/BiAtoms/Http.swift.git
Revision (git rev-parse @):
2e0cd4c94ffc1aec04dc355feca92b32b827dd74
SUCCESS checkout https://github.com/BiAtoms/Http.swift.git at 2.2.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BiAtoms/Http.swift.git
https://github.com/BiAtoms/Http.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "socket.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "2.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/BiAtoms/Socket.swift.git"
    },
    {
      "identity" : "request.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "2.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/BiAtoms/Request.swift.git"
    }
  ],
  "manifest_display_name" : "HttpSwift",
  "name" : "HttpSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HttpSwift",
      "targets" : [
        "HttpSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HttpSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "HttpSwiftTests",
      "path" : "Tests/HttpSwiftTests",
      "product_dependencies" : [
        "RequestSwift"
      ],
      "sources" : [
        "HttpSwiftTests.swift"
      ],
      "target_dependencies" : [
        "HttpSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HttpSwift",
      "module_type" : "SwiftTarget",
      "name" : "HttpSwift",
      "path" : "Sources",
      "product_dependencies" : [
        "SocketSwift"
      ],
      "product_memberships" : [
        "HttpSwift"
      ],
      "sources" : [
        "ErrorHandler.swift",
        "File.swift",
        "Helper.swift",
        "Regex.swift",
        "Request.swift",
        "RequestParser.swift",
        "Response.swift",
        "ResponseWriter.swift",
        "Route.swift",
        "Router.swift",
        "Server+Methods.swift",
        "Server.swift",
        "ServerError.swift",
        "StaticServer.swift",
        "Url.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/BiAtoms/Socket.swift.git
Fetching https://github.com/BiAtoms/Request.swift.git
[1/299] Fetching request.swift
[300/723] Fetching request.swift, socket.swift
Fetched https://github.com/BiAtoms/Request.swift.git from cache (0.30s)
Fetched https://github.com/BiAtoms/Socket.swift.git from cache (0.31s)
Computing version for https://github.com/BiAtoms/Request.swift.git
Computed https://github.com/BiAtoms/Request.swift.git at 2.3.0 (2.18s)
Computing version for https://github.com/BiAtoms/Socket.swift.git
Computed https://github.com/BiAtoms/Socket.swift.git at 2.4.0 (1.58s)
Fetching https://github.com/Zewo/CLibreSSL.git
[1/39] Fetching clibressl
Fetched https://github.com/Zewo/CLibreSSL.git from cache (0.23s)
Computing version for https://github.com/Zewo/CLibreSSL.git
Computed https://github.com/Zewo/CLibreSSL.git at 3.1.0 (0.94s)
Creating working copy for https://github.com/BiAtoms/Request.swift.git
Working copy of https://github.com/BiAtoms/Request.swift.git resolved at 2.3.0
Creating working copy for https://github.com/BiAtoms/Socket.swift.git
Working copy of https://github.com/BiAtoms/Socket.swift.git resolved at 2.4.0
Creating working copy for https://github.com/Zewo/CLibreSSL.git
Working copy of https://github.com/Zewo/CLibreSSL.git resolved at 3.1.0
warning: 'clibressl': ignoring declared target(s) 'CLibreSSL' in the system package
warning: you may be able to install libtls using your system-packager:
    apt-get install libressl
warning: you may be able to install libtls using your system-packager:
    apt-get install libressl
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling SocketSwift Protocol.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[5/12] Compiling SocketSwift Type.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[6/12] Compiling SocketSwift Option.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[7/12] Compiling SocketSwift OS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[8/12] Compiling SocketSwift Family.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[9/12] Compiling SocketSwift Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/12] Emitting module SocketSwift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[11/12] Compiling SocketSwift Socket.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[12/12] Compiling SocketSwift TLS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
warning: 'clibressl': ignoring declared target(s) 'CLibreSSL' in the system package
warning: you may be able to install libtls using your system-packager:
    apt-get install libressl
warning: you may be able to install libtls using your system-packager:
    apt-get install libressl
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/9] Emitting module SocketSwift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[3/9] Compiling SocketSwift Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[4/10] Compiling SocketSwift Type.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[5/10] Compiling SocketSwift Option.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[6/10] Compiling SocketSwift Protocol.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[7/10] Compiling SocketSwift OS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[8/10] Compiling SocketSwift Family.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[9/10] Compiling SocketSwift Socket.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
[10/10] Compiling SocketSwift TLS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "clibressl.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
 2 | #define __CLIBRESSL_H__
 3 |
 4 | #include <tls.h>
   |          `- error: 'tls.h' file not found
 5 | #include <openssl/ssl.h>
 6 | #include <openssl/crypto.h>
/host/spi-builder-workspace/.build/checkouts/Socket.swift/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
 10 |
 11 | #if os(Linux)
 12 |     import CLibreSSL
    |            `- error: could not build C module 'CLibreSSL'
 13 |     internal typealias SSLContext = OpaquePointer
 14 |     public typealias Certificate = (cert: Data, key: Data)
BUILD FAILURE 6.1 linux