Build Information
Failed to build Cryptex, reference 0.0.6 (b37b47
), with Swift 6.1 for Linux on 26 Apr 2025 13:41:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/trsathya/cryptex.git
Reference: 0.0.6
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/trsathya/cryptex
* tag 0.0.6 -> FETCH_HEAD
HEAD is now at b37b478 Upgrade tto Swift 4.2
Cloned https://github.com/trsathya/cryptex.git
Revision (git rev-parse @):
b37b47870bc9f064d0420506ed7621d52e94eb75
SUCCESS checkout https://github.com/trsathya/cryptex.git at 0.0.6
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/trsathya/cryptex.git
https://github.com/trsathya/cryptex.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
}
],
"manifest_display_name" : "Cryptex",
"name" : "Cryptex",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Cryptex",
"targets" : [
"Cryptex"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "CryptexTests",
"module_type" : "SwiftTarget",
"name" : "CryptexTests",
"path" : "Tests/CryptexTests",
"sources" : [
"CryptexTests.swift"
],
"target_dependencies" : [
"Cryptex"
],
"type" : "test"
},
{
"c99name" : "Cryptex",
"module_type" : "SwiftTarget",
"name" : "Cryptex",
"path" : ".",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"Cryptex"
],
"sources" : [
"Sources/Binance.swift",
"Sources/BitGrail.swift",
"Sources/Bitfinex.swift",
"Sources/CoinExchange.swift",
"Sources/CoinMarketCap.swift",
"Sources/Common/API.swift",
"Sources/Common/Balance.swift",
"Sources/Common/Currency.swift",
"Sources/Common/CurrencyPair.swift",
"Sources/Common/Enums.swift",
"Sources/Common/ExchangeDataStore.swift",
"Sources/Common/Extensions.swift",
"Sources/Common/MockURLSession.swift",
"Sources/Common/Network.swift",
"Sources/Common/Protocols.swift",
"Sources/Common/Ticker.swift",
"Sources/Common/UserPreference.swift",
"Sources/Cryptopia.swift",
"Sources/GDAX.swift",
"Sources/Gemini.swift",
"Sources/Koinex.swift",
"Sources/Kraken.swift",
"Sources/Poloniex.swift",
"UI/CryptEx/API/API.swift",
"UI/CryptEx/API/Services.swift",
"UI/CryptEx/AppDelegate.swift",
"UI/CryptEx/BackgroundServices/BackgroundService.swift",
"UI/CryptEx/TickerCell.swift",
"UI/CryptEx/ViewController/All/AllBalancesVC.swift",
"UI/CryptEx/ViewController/BalancesVC.swift",
"UI/CryptEx/ViewController/ExchangeVC.swift",
"UI/CryptEx/ViewController/Gemini/GeminiPastTradesVC.swift",
"UI/CryptEx/ViewController/Poloniex/PoloniexDepositsWithdrawalsVC.swift",
"UI/CryptEx/ViewController/Poloniex/PoloniexTradeHistoryVC.swift",
"UI/CryptEx/ViewController/RefreshableTableVC.swift",
"UI/CryptEx/ViewController/Settings/NotificationSettingsVC.swift",
"UI/CryptEx/ViewController/TickersVC.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/krzyzanowskim/CryptoSwift.git
[1/12934] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.01s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 0.15.0 (4.59s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 0.15.0
Building for debugging...
error: couldn't build /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Cryptex.build/API.swift.o because of multiple producers: Compiling Swift Module 'Cryptex' (37 sources), Compiling Swift Module 'Cryptex' (37 sources)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
[0/1] Planning build
Building for debugging...
error: couldn't build /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Cryptex.build/API.swift.o because of multiple producers: Compiling Swift Module 'Cryptex' (37 sources), Compiling Swift Module 'Cryptex' (37 sources)
BUILD FAILURE 6.1 linux