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 RequestSwift, reference 2.3.0 (47cea3), with Swift 6.0 for Linux on 31 Oct 2024 08:09:47 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/Request.swift.git
Reference: 2.3.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/Request.swift
 * tag               2.3.0      -> FETCH_HEAD
HEAD is now at 47cea3d Update for swift 5
Submodule path 'Sources/Frameworks/SocketSwift': checked out '36911c13adfe12859ed43dcba878052b1897fcd3'
Submodule 'Sources/Frameworks/SocketSwift' (https://github.com/BiAtoms/Socket.swift) registered for path 'Sources/Frameworks/SocketSwift'
Cloning into '/host/spi-builder-workspace/Sources/Frameworks/SocketSwift'...
Cloned https://github.com/BiAtoms/Request.swift.git
Revision (git rev-parse @):
47cea3de9cb961f77c659a27894d32454b42e25f
SUCCESS checkout https://github.com/BiAtoms/Request.swift.git at 2.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/BiAtoms/Request.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/BiAtoms/Socket.swift.git
[1/424] Fetching socket.swift
Fetched https://github.com/BiAtoms/Socket.swift.git from cache (0.22s)
Computing version for https://github.com/BiAtoms/Socket.swift.git
Computed https://github.com/BiAtoms/Socket.swift.git at 2.4.0 (0.42s)
Fetching https://github.com/Zewo/CLibreSSL.git
[1/39] Fetching clibressl
Fetched https://github.com/Zewo/CLibreSSL.git from cache (0.19s)
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/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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/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/.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)
[5/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)
[6/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)
[7/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)
[8/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)
[9/12] 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)
[10/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)
[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)
BUILD FAILURE 6.0 linux