Build Information
Failed to build EasyAPNS, reference master (83ea7c
), with Swift 6.1 for Linux on 25 Apr 2025 09:07:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/dmcyk/easyapns.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/dmcyk/easyapns
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 83ea7c3 Update Swift 5.1
Cloned https://github.com/dmcyk/easyapns.git
Revision (git rev-parse @):
83ea7c37b276e1cfee669b62dc8064288721e1c2
SUCCESS checkout https://github.com/dmcyk/easyapns.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/dmcyk/easyapns.git
https://github.com/dmcyk/easyapns.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "open-crypto",
"requirement" : {
"revision" : [
"90c49bc68ee6d992fa13cf84ca8fc54b97eaf4cc"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/open-crypto.git"
},
{
"identity" : "swiftycurl",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dmcyk/SwiftyCurl.git"
}
],
"manifest_display_name" : "EasyAPNS",
"name" : "EasyAPNS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "EasyAPNS",
"targets" : [
"EasyAPNS"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "EasyAPNSExample",
"targets" : [
"EasyAPNSExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "libc",
"module_type" : "SwiftTarget",
"name" : "libc",
"path" : "Sources/libc",
"product_memberships" : [
"EasyAPNS",
"EasyAPNSExample"
],
"sources" : [
"libc.swift"
],
"type" : "library"
},
{
"c99name" : "EasyAPNSExample",
"module_type" : "SwiftTarget",
"name" : "EasyAPNSExample",
"path" : "Sources/EasyAPNSExample",
"product_memberships" : [
"EasyAPNSExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"EasyAPNS"
],
"type" : "executable"
},
{
"c99name" : "EasyAPNS",
"module_type" : "SwiftTarget",
"name" : "EasyAPNS",
"path" : "Sources/EasyAPNS",
"product_dependencies" : [
"OpenCrypto",
"SwiftyCurl"
],
"product_memberships" : [
"EasyAPNS",
"EasyAPNSExample"
],
"sources" : [
"APNS/Message.swift",
"APNS/MessageData.swift",
"APNS/MessageEnvelope.swift",
"EasyAPNS.swift",
"Logger.swift",
"Utils/Base64Encoding.swift",
"Utils/ECDSA.swift",
"Utils/Queue+Collection.swift",
"Utils/Queue.swift",
"Utils/String+tokenString.swift",
"Utils/Utils.swift"
],
"target_dependencies" : [
"libc",
"COpenSSLBridge"
],
"type" : "library"
},
{
"c99name" : "COpenSSLBridge",
"module_type" : "SystemLibraryTarget",
"name" : "COpenSSLBridge",
"path" : "Sources/COpenSSLBridge",
"product_memberships" : [
"EasyAPNS",
"EasyAPNSExample"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/open-crypto.git
[1/2786] Fetching open-crypto
Fetched https://github.com/vapor/open-crypto.git from cache (0.24s)
Fetching https://github.com/dmcyk/SwiftyCurl.git
[1/125] Fetching swiftycurl
Fetched https://github.com/dmcyk/SwiftyCurl.git from cache (0.21s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 1.0.0 (3.15s)
Fetching https://github.com/dmcyk/CCurl.git
[1/13] Fetching ccurl
Fetched https://github.com/dmcyk/CCurl.git from cache (0.21s)
Computing version for https://github.com/dmcyk/CCurl.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Updating https://github.com/vapor/open-crypto.git
Updated https://github.com/vapor/open-crypto.git (0.18s)
Updating https://github.com/dmcyk/SwiftyCurl.git
Updated https://github.com/dmcyk/SwiftyCurl.git (0.14s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 1.0.0 (2.39s)
Updating https://github.com/dmcyk/CCurl.git
Updated https://github.com/dmcyk/CCurl.git (0.13s)
Computing version for https://github.com/dmcyk/CCurl.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
BUILD FAILURE 6.1 linux