Build Information
Failed to build SocketSwift, reference 2.4.0 (36911c
), with Swift 6.0 for Linux on 31 Oct 2024 04:57:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BiAtoms/Socket.swift.git
Reference: 2.4.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/BiAtoms/Socket.swift
* tag 2.4.0 -> FETCH_HEAD
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 2.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/BiAtoms/Socket.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Zewo/CLibreSSL.git
[1/39] Fetching clibressl
Fetched https://github.com/Zewo/CLibreSSL.git from cache (0.16s)
Computing version for https://github.com/Zewo/CLibreSSL.git
Computed https://github.com/Zewo/CLibreSSL.git at 3.1.0 (0.41s)
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:
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/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)
[4/11] 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/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/11] 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/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/11] 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/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/11] 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/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/11] 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/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/11] 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/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/11] 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/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/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/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.0 linux