The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SocketSwift with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BiAtoms/Socket.swift.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/BiAtoms/Socket.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 36911c1 Removed .swift_version file
Cloned https://github.com/BiAtoms/Socket.swift.git
Revision (git rev-parse @):
36911c13adfe12859ed43dcba878052b1897fcd3
SUCCESS checkout https://github.com/BiAtoms/Socket.swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/BiAtoms/Socket.swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Zewo/CLibreSSL.git
[1/39] Fetching clibressl
Fetched https://github.com/Zewo/CLibreSSL.git from cache (0.21s)
Computing version for https://github.com/Zewo/CLibreSSL.git
Computed https://github.com/Zewo/CLibreSSL.git at 3.1.0 (1.23s)
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: 'spi-builder-workspace': dependency 'clibressl' is not used by any target
warning: you may be able to install libtls using your system-packager:
    apt-get install libressl
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling SocketSwift OS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[4/11] Compiling SocketSwift Protocol.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/11] Compiling SocketSwift Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[6/11] Compiling SocketSwift Family.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[7/11] Emitting module SocketSwift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[8/11] Compiling SocketSwift Type.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[9/11] Compiling SocketSwift Option.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[10/11] Compiling SocketSwift TLS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[11/11] Compiling SocketSwift Socket.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
error: fatalError
warning: 'clibressl': ignoring declared target(s) 'CLibreSSL' in the system package
warning: 'spi-builder-workspace': dependency 'clibressl' is not used by any target
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
[2/9] Compiling SocketSwift Option.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[3/9] Compiling SocketSwift Protocol.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[4/10] Compiling SocketSwift Type.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/10] Emitting module SocketSwift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[6/10] Compiling SocketSwift Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[7/10] Compiling SocketSwift Family.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[8/10] Compiling SocketSwift OS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[9/10] Compiling SocketSwift TLS.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
[10/10] Compiling SocketSwift Socket.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "clibressl.h"
         ^
/host/spi-builder-workspace/.build/checkouts/CLibreSSL/clibressl.h:4:10: error: 'tls.h' file not found
#include <tls.h>
         ^
/host/spi-builder-workspace/Sources/TLS.swift:12:12: error: could not build C module 'CLibreSSL'
    import CLibreSSL
           ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2