Build Information
Failed to build ProntoSDK, reference master (f3653a
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 20:05:00 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProntoSDK -destination generic/platform=iOS
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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Pronto-am/MobileCMS-iOS-SDK
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f3653a7 Updated cobalt
Cloned https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
Revision (git rev-parse @):
f3653a71b3d4921e1d19a7f746e0dd8bc39749cd
SUCCESS checkout https://github.com/Pronto-am/MobileCMS-iOS-SDK.git at master
========================================
Build
========================================
Selected platform: iOS
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
{
"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" : "10.0.0",
"upper_bound" : "999.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" : "/Users/admin/builder/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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/e-sites/Mockingjay.git
Fetching from https://github.com/Quick/Nimble.git
Fetching from https://github.com/e-sites/URITemplate.swift.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Fetching from https://github.com/e-sites/Erbium.git
Fetching from https://github.com/e-sites/Cobalt.git
Fetching from https://github.com/UnlockAgency/DebugMasking.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching from https://github.com/e-sites/Einsteinium.git
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching from https://github.com/Alamofire/Alamofire.git
Fetching from https://github.com/ReactiveX/RxSwift.git
Fetching from https://github.com/kylef/Spectre.git
Creating working copy of package ‘DebugMasking’
Checking out 1.0.1 of package ‘DebugMasking’
Creating working copy of package ‘Mockingjay’
Checking out master (fc9da02) of package ‘Mockingjay’
Creating working copy of package ‘swift-log’
Checking out 1.4.0 of package ‘swift-log’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.0.0 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘Einsteinium’
Checking out 1.2.4 of package ‘Einsteinium’
Creating working copy of package ‘CwlCatchException’
Checking out 2.0.0 of package ‘CwlCatchException’
Creating working copy of package ‘SwiftyJSON’
Checking out 5.0.0 of package ‘SwiftyJSON’
Creating working copy of package ‘PathKit’
Checking out 1.0.0 of package ‘PathKit’
Creating working copy of package ‘Spectre’
Checking out 0.9.0 of package ‘Spectre’
Creating working copy of package ‘RxSwift’
Checking out 5.1.1 of package ‘RxSwift’
Creating working copy of package ‘URITemplate.swift’
Checking out master (f9357db) of package ‘URITemplate.swift’
Creating working copy of package ‘Alamofire’
Checking out 5.2.1 of package ‘Alamofire’
Creating working copy of package ‘Cobalt’
Checking out 10.0.1 of package ‘Cobalt’
Creating working copy of package ‘KeychainAccess’
Checking out 4.2.0 of package ‘KeychainAccess’
Creating working copy of package ‘Erbium’
Checking out 4.4.2 of package ‘Erbium’
Creating working copy of package ‘Nimble’
Checking out master (4ae694f) of package ‘Nimble’
Creating working copy of package ‘CryptoSwift’
Checking out 1.3.1 of package ‘CryptoSwift’
Resolved source packages:
swift-log: https://github.com/apple/swift-log.git @ 1.4.0
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.0.0
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.0
Cobalt: https://github.com/e-sites/Cobalt.git @ 10.0.1
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.0
Erbium: https://github.com/e-sites/Erbium.git @ 4.4.2
DebugMasking: https://github.com/UnlockAgency/DebugMasking.git @ 1.0.1
Nimble: https://github.com/Quick/Nimble.git @ master (4ae694f)
Mockingjay: https://github.com/e-sites/Mockingjay.git @ master (fc9da02)
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.0.0
Spectre: https://github.com/kylef/Spectre.git @ 0.9.0
URITemplate: https://github.com/e-sites/URITemplate.swift.git @ master (f9357db)
Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.2.1
RxSwift: https://github.com/ReactiveX/RxSwift.git @ 5.1.1
Einsteinium: https://github.com/e-sites/Einsteinium.git @ 1.2.4
PathKit: https://github.com/kylef/PathKit.git @ 1.0.0
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.3.1
resolved source packages: swift-log, CwlPreconditionTesting, KeychainAccess, Cobalt, SwiftyJSON, Erbium, DebugMasking, Nimble, Mockingjay, CwlCatchException, Spectre, URITemplate, Alamofire, RxSwift, Einsteinium, PathKit, CryptoSwift
{
"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" : "10.0.0",
"upper_bound" : "999.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" : "/Users/admin/builder/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"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ProntoSDK",
"schemes" : [
"ProntoSDK",
"ProntoSDKTests"
],
"targets" : [
"ProntoSDK",
"ProntoSDKTests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ProntoSDK"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProntoSDK -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ProntoSDK -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.0
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.0
Einsteinium: https://github.com/e-sites/Einsteinium.git @ 1.2.4
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.3.1
ProntoSDK: /Users/admin/builder/spi-builder-workspace
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
RxSwift: https://github.com/ReactiveX/RxSwift.git @ 5.1.1
swift-log: https://github.com/apple/swift-log.git @ 1.4.0
Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.2.1
DebugMasking: https://github.com/UnlockAgency/DebugMasking.git @ 1.0.1
Erbium: https://github.com/e-sites/Erbium.git @ 4.4.2
Cobalt: https://github.com/e-sites/Cobalt.git @ 10.0.1
Nimble: https://github.com/Quick/Nimble.git @ 11.2.2
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (26 targets)
Target 'ProntoSDK' in project 'ProntoSDK'
➜ Explicit dependency on target 'ProntoSDK' in project 'ProntoSDK'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'Erbium' in project 'Erbium'
➜ Explicit dependency on target 'Einsteinium' in project 'Einsteinium'
➜ Explicit dependency on target 'Cobalt' in project 'Cobalt'
Target 'ProntoSDK' in project 'ProntoSDK'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'Erbium' in project 'Erbium'
➜ Explicit dependency on target 'Einsteinium' in project 'Einsteinium'
➜ Explicit dependency on target 'Cobalt' in project 'Cobalt'
Target 'Cobalt' in project 'Cobalt'
➜ Explicit dependency on target 'Cobalt' in project 'Cobalt'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'DebugMasking' in project 'DebugMasking'
Target 'Cobalt' in project 'Cobalt'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'DebugMasking' in project 'DebugMasking'
Target 'DebugMasking' in project 'DebugMasking'
➜ Explicit dependency on target 'DebugMasking' in project 'DebugMasking'
Target 'DebugMasking' in project 'DebugMasking' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
Target 'Alamofire' in project 'Alamofire' (no dependencies)
Target 'Einsteinium' in project 'Einsteinium'
➜ Explicit dependency on target 'Einsteinium' in project 'Einsteinium'
Target 'Einsteinium' in project 'Einsteinium' (no dependencies)
Target 'Erbium' in project 'Erbium'
➜ Explicit dependency on target 'Erbium' in project 'Erbium'
Target 'Erbium' in project 'Erbium' (no dependencies)
Target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'RxRelay' in project 'RxSwift'
➜ Explicit dependency on target 'RxCocoaRuntime' in project 'RxSwift'
Target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'RxRelay' in project 'RxSwift'
➜ Explicit dependency on target 'RxCocoaRuntime' in project 'RxSwift'
Target 'RxCocoaRuntime' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxRelay' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxSwift' in project 'RxSwift' (no dependencies)
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
Target 'CryptoSwift' in project 'CryptoSwift' (no dependencies)
Target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
Target 'SwiftyJSON' in project 'SwiftyJSON'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
Target 'SwiftyJSON' in project 'SwiftyJSON' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
Build description signature: 5bd2a1541df5753fece10986dfdcce8c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5bd2a1541df5753fece10986dfdcce8c.xcbuilddata
error: The package product 'Cobalt' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ProntoSDK' from project 'ProntoSDK')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme ProntoSDK
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
swift-log: https://github.com/apple/swift-log.git @ 1.4.0
Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.2.1
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.0
DebugMasking: https://github.com/UnlockAgency/DebugMasking.git @ 1.0.1
Cobalt: https://github.com/e-sites/Cobalt.git @ 10.0.1
Einsteinium: https://github.com/e-sites/Einsteinium.git @ 1.2.4
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.3.1
RxSwift: https://github.com/ReactiveX/RxSwift.git @ 5.1.1
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
Erbium: https://github.com/e-sites/Erbium.git @ 4.4.2
Nimble: https://github.com/Quick/Nimble.git @ 11.2.2
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
ProntoSDK: /Users/admin/builder/spi-builder-workspace
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.0
resolved source packages: swift-log, Alamofire, SwiftyJSON, DebugMasking, Cobalt, Einsteinium, CryptoSwift, RxSwift, CwlPreconditionTesting, Erbium, Nimble, CwlCatchException, ProntoSDK, KeychainAccess
{
"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" : "10.0.0",
"upper_bound" : "999.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" : "/Users/admin/builder/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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ProntoSDK"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProntoSDK -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ProntoSDK -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.3.1
Erbium: https://github.com/e-sites/Erbium.git @ 4.4.2
DebugMasking: https://github.com/UnlockAgency/DebugMasking.git @ 1.0.1
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.0
Cobalt: https://github.com/e-sites/Cobalt.git @ 10.0.1
RxSwift: https://github.com/ReactiveX/RxSwift.git @ 5.1.1
Einsteinium: https://github.com/e-sites/Einsteinium.git @ 1.2.4
swift-log: https://github.com/apple/swift-log.git @ 1.4.0
Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.2.1
ProntoSDK: /Users/admin/builder/spi-builder-workspace
Nimble: https://github.com/Quick/Nimble.git @ 11.2.2
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON.git @ 5.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (26 targets)
Target 'ProntoSDK' in project 'ProntoSDK'
➜ Explicit dependency on target 'ProntoSDK' in project 'ProntoSDK'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'Erbium' in project 'Erbium'
➜ Explicit dependency on target 'Einsteinium' in project 'Einsteinium'
➜ Explicit dependency on target 'Cobalt' in project 'Cobalt'
Target 'ProntoSDK' in project 'ProntoSDK'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'Erbium' in project 'Erbium'
➜ Explicit dependency on target 'Einsteinium' in project 'Einsteinium'
➜ Explicit dependency on target 'Cobalt' in project 'Cobalt'
Target 'Cobalt' in project 'Cobalt'
➜ Explicit dependency on target 'Cobalt' in project 'Cobalt'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'DebugMasking' in project 'DebugMasking'
Target 'Cobalt' in project 'Cobalt'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'DebugMasking' in project 'DebugMasking'
Target 'DebugMasking' in project 'DebugMasking'
➜ Explicit dependency on target 'DebugMasking' in project 'DebugMasking'
Target 'DebugMasking' in project 'DebugMasking' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
Target 'Alamofire' in project 'Alamofire'
➜ Explicit dependency on target 'Alamofire' in project 'Alamofire'
Target 'Alamofire' in project 'Alamofire' (no dependencies)
Target 'Einsteinium' in project 'Einsteinium'
➜ Explicit dependency on target 'Einsteinium' in project 'Einsteinium'
Target 'Einsteinium' in project 'Einsteinium' (no dependencies)
Target 'Erbium' in project 'Erbium'
➜ Explicit dependency on target 'Erbium' in project 'Erbium'
Target 'Erbium' in project 'Erbium' (no dependencies)
Target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'RxRelay' in project 'RxSwift'
➜ Explicit dependency on target 'RxCocoaRuntime' in project 'RxSwift'
Target 'RxCocoa' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
➜ Explicit dependency on target 'RxRelay' in project 'RxSwift'
➜ Explicit dependency on target 'RxCocoaRuntime' in project 'RxSwift'
Target 'RxCocoaRuntime' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxRelay' in project 'RxSwift'
➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
Target 'RxSwift' in project 'RxSwift' (no dependencies)
Target 'CryptoSwift' in project 'CryptoSwift'
➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
Target 'CryptoSwift' in project 'CryptoSwift' (no dependencies)
Target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
Target 'SwiftyJSON' in project 'SwiftyJSON'
➜ Explicit dependency on target 'SwiftyJSON' in project 'SwiftyJSON'
Target 'SwiftyJSON' in project 'SwiftyJSON' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
Build description signature: c65be501b549a770ffcd91731fb683a4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c65be501b549a770ffcd91731fb683a4.xcbuilddata
error: The package product 'Cobalt' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ProntoSDK' from project 'ProntoSDK')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme ProntoSDK
(1 failure)
BUILD FAILURE 6.1 iOS