Build Information
Failed to build APNS, reference 0.1.3 (bd1291
), with Swift 6.1 for Linux on 25 Apr 2025 10:43:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/mono0926/apns.git
Reference: 0.1.3
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/mono0926/apns
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at bd12913 Add Environment test
Cloned https://github.com/mono0926/apns.git
Revision (git rev-parse @):
bd12913d4514fabc72a750ce2f7aa2a0774e731e
SUCCESS checkout https://github.com/mono0926/apns.git at 0.1.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/mono0926/apns.git
https://github.com/mono0926/apns.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
},
{
"identity" : "clibressl",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/clibressl.git"
}
],
"manifest_display_name" : "APNS",
"name" : "APNS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "APNS",
"targets" : [
"APNS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "APNSTests",
"module_type" : "SwiftTarget",
"name" : "APNSTests",
"path" : "Tests/APNSTests",
"sources" : [
"APNSTests.swift",
"EnvironmentTests.swift"
],
"target_dependencies" : [
"APNS"
],
"type" : "test"
},
{
"c99name" : "APNS",
"module_type" : "SwiftTarget",
"name" : "APNS",
"path" : "Sources/APNS",
"product_dependencies" : [
"JWT",
"CLibreSSL"
],
"product_memberships" : [
"APNS"
],
"sources" : [
"APNS.swift",
"APNSError.swift",
"APNSHeader.swift",
"APNSRequest.swift",
"APNSResult.swift",
"APNSSession.swift",
"Alert.swift",
"Aps.swift",
"AuthenticationKey.swift",
"Data+APNS.swift",
"DeviceToken.swift",
"Environment.swift",
"JsonInitializable.swift",
"Payload.swift",
"Priority.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/vapor/clibressl.git
Fetching https://github.com/vapor/jwt.git
[1/2707] Fetching jwt
[2140/6072] Fetching jwt, clibressl
Fetched https://github.com/vapor/jwt.git from cache (1.49s)
Fetched https://github.com/vapor/clibressl.git from cache (1.50s)
Computing version for https://github.com/vapor/clibressl.git
Computed https://github.com/vapor/clibressl.git at 1.0.1 (2.12s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 2.3.0 (0.66s)
Fetching https://github.com/vapor/json.git
Fetching https://github.com/vapor/crypto.git
[1/2786] Fetching crypto
[2787/3784] Fetching crypto, json
Fetched https://github.com/vapor/crypto.git from cache (0.35s)
[619/998] Fetching json
Fetched https://github.com/vapor/json.git from cache (0.45s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (0.91s)
Fetching https://github.com/vapor/random.git
Fetching https://github.com/vapor/ctls.git
[1/71] Fetching ctls
[72/219] Fetching ctls, random
Fetched https://github.com/vapor/random.git from cache (0.22s)
Fetched https://github.com/vapor/ctls.git from cache (0.22s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.68s)
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (0.68s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (1.15s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.50s)
Fetching https://github.com/vapor/debugging.git
Fetching https://github.com/vapor/bits.git
[1/260] Fetching debugging
[261/618] Fetching debugging, bits
Fetched https://github.com/vapor/debugging.git from cache (0.22s)
Fetched https://github.com/vapor/bits.git from cache (0.22s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.68s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.47s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (1.48s)
Fetching https://github.com/vapor/node.git
[1/4211] Fetching node
Fetched https://github.com/vapor/node.git from cache (0.30s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (1.22s)
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/clibressl.git
Working copy of https://github.com/vapor/clibressl.git resolved at 1.0.1
Creating working copy for https://github.com/vapor/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.5
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 2.3.0
Creating working copy for https://github.com/vapor/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
Building for debugging...
[0/628] Compiling CLibreSSL aes_ofb.c
[1/628] Write sources
[10/628] Compiling CLibreSSL a_d2i_fp.c
[11/628] Compiling CLibreSSL a_bitstr.c
[12/628] Compiling CLibreSSL a_dup.c
[12/628] Compiling CLibreSSL a_bool.c
[14/628] Compiling CLibreSSL b_sock.c
[15/628] Compiling CLibreSSL xts128.c
[16/628] Compiling CLibreSSL x_x509a.c
[17/628] Compiling CLibreSSL xcbc_enc.c
[18/628] Compiling CLibreSSL x_x509.c
[19/628] Compiling CLibreSSL x_spki.c
[20/628] Write swift-version-24593BA9C3E375BF.txt
[21/628] Compiling CLibreSSL x_sig.c
[21/628] Compiling CLibreSSL a_bytes.c
[23/628] Compiling CLibreSSL x_val.c
[24/628] Compiling CLibreSSL x_req.c
[25/628] Compiling CLibreSSL x_pubkey.c
[26/628] Compiling CLibreSSL x_nx509.c
[27/628] Compiling CLibreSSL x_pkey.c
[28/628] Compiling CLibreSSL x_long.c
[29/630] Compiling CLibreSSL x_exten.c
[30/630] Compiling CLibreSSL x_name.c
[31/630] Compiling CLibreSSL x_info.c
[32/631] Compiling CLibreSSL x_bignum.c
[33/632] Compiling CLibreSSL x_attrib.c
[34/633] Compiling CLibreSSL x_crl.c
[35/633] Compiling CLibreSSL x_all.c
[36/633] Compiling CLibreSSL x509spki.c
[37/635] Compiling CLibreSSL x_algor.c
[37/635] Compiling CLibreSSL x509name.c
[40/635] Emitting module PathIndexable
[40/635] Compiling CLibreSSL x509rset.c
[41/635] Compiling CLibreSSL x509cset.c
[42/635] Compiling CLibreSSL x509type.c
[43/635] Compiling CLibreSSL x509_vpm.c
[44/635] Compiling CLibreSSL x509_v3.c
[45/635] Compiling CLibreSSL x509_vfy.c
[46/635] Compiling CLibreSSL x509_txt.c
[47/635] Compiling CLibreSSL x509_set.c
[48/635] Compiling CLibreSSL x509_trs.c
[49/635] Compiling CLibreSSL x509_r2x.c
[50/635] Compiling CLibreSSL x509_req.c
[51/635] Compiling CLibreSSL x509_lu.c
[52/635] Compiling CLibreSSL x509_obj.c
[53/635] Compiling CLibreSSL x509_ext.c
[54/635] Compiling CLibreSSL x509_d2.c
[55/635] Compiling CLibreSSL x509_err.c
[56/635] Compiling CLibreSSL x509_def.c
[56/635] Compiling CLibreSSL x509_cmp.c
[58/635] Compiling CLibreSSL wp_dgst.c
[59/635] Compiling CLibreSSL wp_block.c
[60/635] Compiling CLibreSSL x509_att.c
[61/635] Compiling CLibreSSL v3err.c
[62/635] Compiling CLibreSSL v3_skey.c
[63/635] Compiling CLibreSSL v3_utl.c
[64/635] Compiling CLibreSSL v3_sxnet.c
[65/635] Compiling CLibreSSL v3_prn.c
[66/635] Compiling CLibreSSL v3_pku.c
[66/635] Compiling CLibreSSL v3_purp.c
[68/635] Compiling CLibreSSL v3_pmaps.c
[69/635] Compiling CLibreSSL v3_pcons.c
[70/635] Compiling CLibreSSL v3_pcia.c
[71/635] Compiling CLibreSSL v3_ncons.c
[72/635] Compiling CLibreSSL v3_pci.c
[73/635] Compiling CLibreSSL v3_ocsp.c
[74/635] Compiling CLibreSSL v3_lib.c
[75/635] Compiling CLibreSSL v3_int.c
[76/635] Compiling CLibreSSL v3_info.c
[77/635] Compiling CLibreSSL v3_crld.c
[78/635] Compiling CLibreSSL v3_enum.c
[78/635] Compiling CLibreSSL v3_ia5.c
[80/635] Compiling CLibreSSL v3_genn.c
[81/635] Compiling CLibreSSL v3_extku.c
[83/635] Emitting module Debugging
[84/635] Compiling Debugging Debuggable.swift
[85/636] Compiling CLibreSSL v3_bitst.c
[86/636] Compiling CLibreSSL v3_conf.c
[87/636] Compiling CLibreSSL v3_alt.c
[88/636] Compiling CLibreSSL v3_bcons.c
[89/636] Compiling CLibreSSL v3_cpols.c
[90/636] Compiling CLibreSSL ui_openssl_win.c
[91/636] Compiling CLibreSSL ui_util.c
[92/636] Compiling CLibreSSL ui_err.c
[93/636] Compiling CLibreSSL v3_akey.c
[94/636] Compiling CLibreSSL v3_akeya.c
[96/636] Compiling PathIndexable PathIndexable+Subscripting.swift
[97/636] Compiling PathIndexable PathIndexable.swift
[97/636] Compiling CLibreSSL ui_lib.c
[98/637] Compiling CLibreSSL ui_openssl.c
[99/637] Compiling CLibreSSL txt_db.c
[100/637] Compiling CLibreSSL ts_verify_ctx.c
[102/637] Compiling CLibreSSL ts_rsp_verify.c
[103/637] Compiling CLibreSSL ts_rsp_print.c
[104/637] Compiling CLibreSSL ts_rsp_utils.c
[105/637] Compiling CLibreSSL ts_rsp_sign.c
[106/637] Compiling CLibreSSL ts_lib.c
[107/637] Compiling CLibreSSL ts_req_utils.c
[108/637] Compiling CLibreSSL ts_req_print.c
[109/637] Compiling CLibreSSL ts_err.c
[110/637] Compiling CLibreSSL ts_conf.c
[111/637] Compiling CLibreSSL ts_asn1.c
[112/637] Compiling CLibreSSL tls_util.c
[113/637] Compiling CLibreSSL tls_peer.c
[115/637] Emitting module libc
[116/637] Compiling libc libc.swift
[116/638] Compiling CLibreSSL tls_server.c
[117/638] Compiling CLibreSSL timingsafe_memcmp.c
/host/spi-builder-workspace/.build/checkouts/clibressl/Sources/CLibreSSL/tls_verify.c:161:36: error: call to undeclared function 'getprogname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
161 | "dNSName encoding (%d)\n", getprogname(),
| ^
/host/spi-builder-workspace/.build/checkouts/clibressl/Sources/CLibreSSL/tls_verify.c:161:36: note: did you mean 'getpeername'?
/usr/include/x86_64-linux-gnu/sys/socket.h:130:12: note: 'getpeername' declared here
130 | extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
| ^
1 error generated.
[118/638] Compiling CLibreSSL tls_verify.c
[118/638] Compiling CLibreSSL tls.c
[118/638] Compiling CLibreSSL timingsafe_bcmp.c
[118/638] Compiling CLibreSSL tls_client.c
[118/638] Compiling CLibreSSL tls_config.c
[118/638] Compiling CLibreSSL tls_conninfo.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
warning: you may be able to install ctls using your system-packager:
apt-get install libssl-dev
[0/1] Planning build
Building for debugging...
[0/519] Write sources
[2/520] Compiling CLibreSSL timingsafe_bcmp.c
[3/520] Compiling CLibreSSL timegm.c
[4/520] Compiling CLibreSSL tb_store.c
[5/520] Compiling CLibreSSL tls.c
[6/520] Compiling CLibreSSL tls_client.c
[7/520] Compiling CLibreSSL tls_conninfo.c
[8/520] Compiling CLibreSSL tls_config.c
/host/spi-builder-workspace/.build/checkouts/clibressl/Sources/CLibreSSL/tls_verify.c:161:36: error: call to undeclared function 'getprogname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
161 | "dNSName encoding (%d)\n", getprogname(),
| ^
/host/spi-builder-workspace/.build/checkouts/clibressl/Sources/CLibreSSL/tls_verify.c:161:36: note: did you mean 'getpeername'?
/usr/include/x86_64-linux-gnu/sys/socket.h:130:12: note: 'getpeername' declared here
130 | extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
| ^
1 error generated.
[9/520] Compiling CLibreSSL tls_verify.c
[9/520] Compiling CLibreSSL tb_dsa.c
[9/520] Compiling CLibreSSL tb_rand.c
[9/520] Compiling CLibreSSL tb_rsa.c
[9/520] Compiling CLibreSSL tb_pkmeth.c
[9/520] Compiling CLibreSSL tb_ecdsa.c
[9/520] Compiling CLibreSSL tb_ecdh.c
[9/520] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux