Build Information
Failed to build Poly, reference 0.6.0 (ff93f7
), with Swift 6.1 for Linux on 26 Apr 2025 04:43:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/piemonte/Poly.git
Reference: 0.6.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/piemonte/Poly
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at ff93f73 update makefile update deployment target update version update Cache version
Cloned https://github.com/piemonte/Poly.git
Revision (git rev-parse @):
ff93f73a451dd6f4402bfccec30c884c17312cc4
SUCCESS checkout https://github.com/piemonte/Poly.git at 0.6.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/piemonte/Poly.git
https://github.com/piemonte/Poly.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "4.9.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "promisekit",
"requirement" : {
"range" : [
{
"lower_bound" : "6.13.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/PromiseKit"
},
{
"identity" : "cache",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hyperoslo/Cache"
},
{
"identity" : "disk",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/saoudrizwan/Disk"
},
{
"identity" : "objectmapper",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tristanhimmelman/ObjectMapper"
}
],
"manifest_display_name" : "Poly",
"name" : "Poly",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Poly",
"targets" : [
"Poly"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Poly",
"module_type" : "SwiftTarget",
"name" : "Poly",
"path" : "Sources",
"product_memberships" : [
"Poly"
],
"sources" : [
"Poly+Foundation.swift",
"Poly.swift",
"PolyAssetModel.swift",
"PolyCache.swift",
"PolyFileModel.swift",
"PolyFormatsModel.swift",
"PolyPresentationParamsModel.swift",
"PolyRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/Alamofire/Alamofire.git
Fetching https://github.com/mxcl/PromiseKit
Fetching https://github.com/saoudrizwan/Disk
Fetching https://github.com/hyperoslo/Cache
Fetching https://github.com/tristanhimmelman/ObjectMapper
[1/1395] Fetching disk
[294/18581] Fetching disk, promisekit
[941/24766] Fetching disk, promisekit, cache
[2490/31103] Fetching disk, promisekit, cache, objectmapper
[7332/61240] Fetching disk, promisekit, cache, objectmapper, alamofire
Fetched https://github.com/hyperoslo/Cache from cache (0.44s)
[16246/55055] Fetching disk, promisekit, objectmapper, alamofire
Fetched https://github.com/saoudrizwan/Disk from cache (0.46s)
[15153/53660] Fetching promisekit, objectmapper, alamofire
Fetched https://github.com/tristanhimmelman/ObjectMapper from cache (0.46s)
[8988/47323] Fetching promisekit, alamofire
Fetched https://github.com/mxcl/PromiseKit from cache (1.20s)
[13864/30137] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.87s)
Computing version for https://github.com/hyperoslo/Cache
Computed https://github.com/hyperoslo/Cache at 5.3.0 (3.41s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (0.55s)
Computing version for https://github.com/saoudrizwan/Disk
Computed https://github.com/saoudrizwan/Disk at 0.6.4 (0.56s)
Computing version for https://github.com/tristanhimmelman/ObjectMapper
Computed https://github.com/tristanhimmelman/ObjectMapper at 4.4.3 (0.57s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (0.55s)
Creating working copy for https://github.com/hyperoslo/Cache
Working copy of https://github.com/hyperoslo/Cache resolved at 5.3.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Creating working copy for https://github.com/saoudrizwan/Disk
Working copy of https://github.com/saoudrizwan/Disk resolved at 0.6.4
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.22.1
Creating working copy for https://github.com/tristanhimmelman/ObjectMapper
Working copy of https://github.com/tristanhimmelman/ObjectMapper resolved at 4.4.3
warning: 'spi-builder-workspace': dependency 'alamofire' is not used by any target
warning: 'spi-builder-workspace': dependency 'promisekit' is not used by any target
warning: 'spi-builder-workspace': dependency 'cache' is not used by any target
warning: 'spi-builder-workspace': dependency 'disk' is not used by any target
warning: 'spi-builder-workspace': dependency 'objectmapper' is not used by any target
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/10] Emitting module Poly
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[4/10] Compiling Poly Poly.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[5/10] Compiling Poly Poly+Foundation.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[6/11] Compiling Poly PolyFileModel.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[7/11] Compiling Poly PolyAssetModel.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[8/11] Compiling Poly PolyPresentationParamsModel.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[9/11] Compiling Poly PolyFormatsModel.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[10/11] Compiling Poly PolyCache.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[11/11] Compiling Poly PolyRequest.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 'spi-builder-workspace': dependency 'alamofire' is not used by any target
warning: 'spi-builder-workspace': dependency 'promisekit' is not used by any target
warning: 'spi-builder-workspace': dependency 'cache' is not used by any target
warning: 'spi-builder-workspace': dependency 'disk' is not used by any target
warning: 'spi-builder-workspace': dependency 'objectmapper' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling Poly PolyFormatsModel.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[3/9] Compiling Poly PolyPresentationParamsModel.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[4/10] Compiling Poly PolyAssetModel.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[5/10] Compiling Poly PolyCache.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[6/10] Compiling Poly PolyFileModel.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Compiling Poly Poly+Foundation.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[8/10] Emitting module Poly
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[9/10] Compiling Poly Poly.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
[10/10] Compiling Poly PolyRequest.swift
/host/spi-builder-workspace/Sources/Poly.swift:27:8: error: no such module 'Alamofire'
25 |
26 | import Foundation
27 | import Alamofire
| `- error: no such module 'Alamofire'
28 | import ObjectMapper
29 | import PromiseKit
BUILD FAILURE 6.1 linux