Build Information
Failed to build ZeroMQSwift, reference main (3082ff
), with Swift 6.1 for Linux on 25 Apr 2025 07:37:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/evolution-app/zeromqswift.git
Reference: main
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/evolution-app/zeromqswift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3082ff8 Update Swift Version
Cloned https://github.com/evolution-app/zeromqswift.git
Revision (git rev-parse @):
3082ff85049ab53a9311f67e14b3ad407aa14dcf
SUCCESS checkout https://github.com/evolution-app/zeromqswift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/evolution-app/zeromqswift.git
https://github.com/evolution-app/zeromqswift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "zeromq",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/evolution-app/ZeroMQ.git"
}
],
"manifest_display_name" : "ZeroMQSwift",
"name" : "ZeroMQSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Main",
"targets" : [
"Main"
],
"type" : {
"executable" : null
}
},
{
"name" : "ZeroMQSwiftKit",
"targets" : [
"ZeroMQSwiftKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Server",
"targets" : [
"Server"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZeroMQSwiftKit",
"module_type" : "SwiftTarget",
"name" : "ZeroMQSwiftKit",
"path" : "Sources/ZeroMQSwiftKit",
"product_dependencies" : [
"ZeroMQKit"
],
"product_memberships" : [
"Main",
"ZeroMQSwiftKit",
"Client",
"Server"
],
"sources" : [
"Error/Error.swift",
"Extensions/Socket+Extension.swift",
"Protocols/SettingsProtocol.swift",
"Settings/Scheme.swift",
"Settings/Settings.swift"
],
"type" : "library"
},
{
"c99name" : "Server",
"module_type" : "SwiftTarget",
"name" : "Server",
"path" : "Sources/Server",
"product_dependencies" : [
"ZeroMQKit"
],
"product_memberships" : [
"Main",
"Server"
],
"sources" : [
"Server.swift"
],
"target_dependencies" : [
"ZeroMQSwiftKit"
],
"type" : "library"
},
{
"c99name" : "Main",
"module_type" : "SwiftTarget",
"name" : "Main",
"path" : "Sources/Main",
"product_dependencies" : [
"ZeroMQKit"
],
"product_memberships" : [
"Main"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Client",
"Server"
],
"type" : "executable"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_dependencies" : [
"ZeroMQKit"
],
"product_memberships" : [
"Main",
"Client"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"ZeroMQSwiftKit"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/evolution-app/ZeroMQ.git
[1/421] Fetching zeromq
Fetched https://github.com/evolution-app/ZeroMQ.git from cache (0.23s)
Creating working copy for https://github.com/evolution-app/ZeroMQ.git
Working copy of https://github.com/evolution-app/ZeroMQ.git resolved at master (5ac96be)
warning: you may be able to install libzmq using your system-packager:
apt-get install libzmq3-dev
warning: you may be able to install libzmq using your system-packager:
apt-get install libzmq3-dev
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/21] Compiling ZeroMQKit Message.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/22] Compiling ZeroMQKit CURVE.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[9/22] Emitting module ZeroMQKit
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[10/22] Compiling ZeroMQKit Context.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[11/22] Compiling ZeroMQKit Device.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[12/22] Compiling ZeroMQKit Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[13/22] Compiling ZeroMQKit Proxy.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[14/22] Compiling ZeroMQKit Poller.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[15/22] Compiling ZeroMQKit Socket.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: you may be able to install libzmq using your system-packager:
apt-get install libzmq3-dev
warning: you may be able to install libzmq using your system-packager:
apt-get install libzmq3-dev
[0/1] Planning build
Building for debugging...
[0/8] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling ZeroMQKit Proxy.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[3/16] Compiling ZeroMQKit Poller.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[4/17] Compiling ZeroMQKit Device.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/17] Emitting module ZeroMQKit
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[6/17] Compiling ZeroMQKit CURVE.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[7/17] Compiling ZeroMQKit Context.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[8/17] Compiling ZeroMQKit Message.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[9/17] Compiling ZeroMQKit Error.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
[10/17] Compiling ZeroMQKit Socket.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "./zmqinclude.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/CZeroMQ/./zmqinclude.h:1:9: error: 'zmq.h' file not found
1 | #import <zmq.h>
| `- error: 'zmq.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/ZeroMQ/Sources/ZeroMQKit/CURVE.swift:25:8: error: could not build C module 'CZeroMQ'
23 | // SOFTWARE.
24 |
25 | import CZeroMQ
| `- error: could not build C module 'CZeroMQ'
26 |
27 | public func CURVEKeyPair() throws -> (publicKey: String, secretKey: String) {
BUILD FAILURE 6.1 linux