Build Information
Failed to build ProntoSDK, reference v4.0.5 (ed7540
), with Swift 6.1 for Linux on 27 Apr 2025 19:58:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Pronto-am/MobileCMS-iOS-SDK.git
Reference: v4.0.5
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/Pronto-am/MobileCMS-iOS-SDK
* tag v4.0.5 -> FETCH_HEAD
HEAD is now at ed75403 Version change
Cloned https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
Revision (git rev-parse @):
ed75403cea9e8a849285d39ae4dc7129cb829aac
SUCCESS checkout https://github.com/Pronto-am/MobileCMS-iOS-SDK.git at v4.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
},
{
"identity" : "cobalt",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.2",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/e-sites/Cobalt.git"
},
{
"identity" : "erbium",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/e-sites/Erbium.git"
},
{
"identity" : "einsteinium",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/e-sites/Einsteinium.git"
}
],
"manifest_display_name" : "ProntoSDK",
"name" : "ProntoSDK",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "ProntoSDK",
"targets" : [
"ProntoSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ProntoSDK",
"module_type" : "SwiftTarget",
"name" : "ProntoSDK",
"path" : "ProntoSDK",
"product_dependencies" : [
"SwiftyJSON",
"KeychainAccess",
"CryptoSwift",
"RxCocoa",
"RxSwift",
"Erbium",
"Einsteinium",
"Cobalt"
],
"product_memberships" : [
"ProntoSDK"
],
"sources" : [
"Classes/AppUpdateCheck/API/ProntoAPIClientAppUpdateCheck.swift",
"Classes/AppUpdateCheck/Extensions/ProntoAPIClient+appupdatechecker.swift",
"Classes/AppUpdateCheck/Models/AppVersion.swift",
"Classes/AppUpdateCheck/ProntoAppUpdateCheck.swift",
"Classes/Authentication/API/ProntoAPIClientUserModule.swift",
"Classes/Authentication/Extensions/ProntoAPIClient+authentication.swift",
"Classes/Authentication/Extensions/ProntoAuthentication+authentication.swift",
"Classes/Authentication/Models/User.swift",
"Classes/Authentication/ProntoAuthentication.swift",
"Classes/Collections/API/ProntoAPIClientCollectionsModule.swift",
"Classes/Collections/Errors/ProntoCollectionError.swift",
"Classes/Collections/Extensions/ProntoAPIClient+collections.swift",
"Classes/Collections/Mapping/ProntoCollectionMappable.swift",
"Classes/Collections/Mapping/ProntoCollectionMapper+Enum.swift",
"Classes/Collections/Mapping/ProntoCollectionMapper+JSON.swift",
"Classes/Collections/Mapping/ProntoCollectionMapper+Relation.swift",
"Classes/Collections/Mapping/ProntoCollectionMapper.swift",
"Classes/Collections/Models/Coordinate.swift",
"Classes/Collections/Models/TextURL.swift",
"Classes/Collections/PaginatedResult.swift",
"Classes/Collections/Pagination.swift",
"Classes/Collections/ProntoCollection.swift",
"Classes/Collections/ProntoFilterable.swift",
"Classes/Collections/SortOrder.swift",
"Classes/Core/API/Modules/FirebaseLogModule.swift",
"Classes/Core/API/ProntoAPIClient.swift",
"Classes/Core/Base/ProntoConfig.swift",
"Classes/Core/Base/ProntoError.swift",
"Classes/Core/Base/ProntoPlugin.swift",
"Classes/Core/Base/ProntoSDK.swift",
"Classes/Core/Extensions/Encodable.swift",
"Classes/Core/Extensions/JSON.swift",
"Classes/Core/Extensions/String.swift",
"Classes/Core/Helpers/ApplicationWatcher.swift",
"Classes/Core/Helpers/DateFormatting.swift",
"Classes/Core/Helpers/KeychainHelper.swift",
"Classes/Core/Helpers/Memoization.swift",
"Classes/Core/Models/Text.swift",
"Classes/Localization/API/ProntoAPIClientLocalizationModule.swift",
"Classes/Localization/Extensions/ProntoAPIClient+localization.swift",
"Classes/Localization/ProntoLocalization.swift",
"Classes/Notifications/API/ProntoAPIClientNotificationsModule.swift",
"Classes/Notifications/Extensions/ProntoAPIClient+notifications.swift",
"Classes/Notifications/Models/Device.swift",
"Classes/Notifications/Models/PushNotification.swift",
"Classes/Notifications/Models/Segment.swift",
"Classes/Notifications/ProntoNotifications.swift",
"Classes/Notifications/ProntoNotificationsDelegate.swift",
"Classes/Notifications/WebviewController.swift",
"Classes/RemoteConfig/API/ProntoAPIClientRemoteConfigModule.swift",
"Classes/RemoteConfig/Extensions/ProntoAPIClient+remoteconfig.swift",
"Classes/RemoteConfig/Models/RemoteConfigItem.swift",
"Classes/RemoteConfig/ProntoRemoteConfig.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/e-sites/Erbium.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/e-sites/Einsteinium.git
Fetching https://github.com/e-sites/Cobalt.git
[1/225] Fetching einsteinium
[143/13159] Fetching einsteinium, cryptoswift
[144/13357] Fetching einsteinium, cryptoswift, erbium
[471/17743] Fetching einsteinium, cryptoswift, erbium, keychainaccess
Fetched https://github.com/e-sites/Erbium.git from cache (0.23s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[2699/17545] Fetching einsteinium, cryptoswift, keychainaccess
[2963/19222] Fetching einsteinium, cryptoswift, keychainaccess, cobalt
[8147/25348] Fetching einsteinium, cryptoswift, keychainaccess, cobalt, swiftyjson
[8148/78031] Fetching einsteinium, cryptoswift, keychainaccess, cobalt, swiftyjson, rxswift
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.39s)
[20762/71905] Fetching einsteinium, cryptoswift, keychainaccess, cobalt, rxswift
Fetched https://github.com/e-sites/Einsteinium.git from cache (1.22s)
Fetched https://github.com/e-sites/Cobalt.git from cache (1.22s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.23s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.25s)
[51033/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.44s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (4.89s)
Computing version for https://github.com/e-sites/Einsteinium.git
Computed https://github.com/e-sites/Einsteinium.git at 1.3.0 (0.45s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.31s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.76s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.48s)
Computing version for https://github.com/e-sites/Erbium.git
Computed https://github.com/e-sites/Erbium.git at 4.7.0 (0.44s)
Computing version for https://github.com/e-sites/Cobalt.git
Computed https://github.com/e-sites/Cobalt.git at 7.1.3 (0.45s)
Fetching https://github.com/Alamofire/Alamofire.git
[1/30137] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.76s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.44s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.46s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/e-sites/Erbium.git
Working copy of https://github.com/e-sites/Erbium.git resolved at 4.7.0
Creating working copy for https://github.com/e-sites/Einsteinium.git
Working copy of https://github.com/e-sites/Einsteinium.git resolved at 1.3.0
Creating working copy for https://github.com/e-sites/Cobalt.git
Working copy of https://github.com/e-sites/Cobalt.git resolved at 7.1.3
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Building for debugging...
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[6/16] Write sources
[15/16] Write swift-version-24593BA9C3E375BF.txt
[17/305] Compiling Erbium ScreenSize.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[18/305] Compiling Logging MetadataProvider.swift
[19/305] Emitting module Logging
[20/305] Compiling Logging Locks.swift
[21/305] Compiling Logging LogHandler.swift
[22/305] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/306] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[25/306] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[26/306] Emitting module SwiftyJSON
[27/306] Compiling SwiftyJSON resource_bundle_accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/290] Emitting module Erbium
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[3/290] Compiling Erbium ScreenSize.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[4/290] Compiling SwiftyJSON resource_bundle_accessor.swift
[5/290] Compiling Erbium DeviceVersion.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[6/290] Compiling Erbium DeviceType.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[7/290] Compiling Logging MetadataProvider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/290] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[9/290] Emitting module Logging
[10/290] Compiling RxSwift BehaviorSubject.swift
[11/290] Compiling RxSwift BinaryDisposable.swift
[12/290] Compiling RxSwift BooleanDisposable.swift
[13/290] Compiling RxSwift Buffer.swift
[14/290] Compiling RxSwift Cancelable.swift
[15/295] Compiling Logging Locks.swift
[16/295] Compiling Erbium Bundle.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[17/295] Compiling Erbium Device.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[18/295] Compiling Logging LogHandler.swift
[19/295] Emitting module SwiftyJSON
BUILD FAILURE 6.1 linux