Build Information
Failed to build DigiMeSDK, reference 5.1.2 (8f84c6), with Swift 6.1 for Android on 30 May 2025 22:04:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/worlddataexchange/digime-sdk-ios.git
Reference: 5.1.2
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/worlddataexchange/digime-sdk-ios
* tag 5.1.2 -> FETCH_HEAD
HEAD is now at 8f84c6b SDK-192 Migrate Cocoapods repo from DigiMe to WDX credentials (#229)
Cloned https://github.com/worlddataexchange/digime-sdk-ios.git
Revision (git rev-parse @):
8f84c6bfb35443f171baa831fd45bb155eea05a5
SUCCESS checkout https://github.com/worlddataexchange/digime-sdk-ios.git at 5.1.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/worlddataexchange/digime-sdk-ios.git
https://github.com/worlddataexchange/digime-sdk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "DigiMeSDK",
"name" : "DigiMeSDK",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DigiMeSDK",
"targets" : [
"DigiMeSDK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DigiMeSDKWithHealthKit",
"targets" : [
"DigiMeSDK",
"DigiMeHealthKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DigiMeSDK",
"module_type" : "SwiftTarget",
"name" : "DigiMeSDK",
"path" : "DigiMeSDK/Sources",
"product_memberships" : [
"DigiMeSDK",
"DigiMeSDKWithHealthKit"
],
"sources" : [
"DigiMeSDK/Authorization/ConsentManager.swift",
"DigiMeSDK/Authorization/ConsentResponse.swift",
"DigiMeSDK/Authorization/OAuthService.swift",
"DigiMeSDK/Cache/ContractsCache.swift",
"DigiMeSDK/Cache/LocalDataCache.swift",
"DigiMeSDK/Cache/SessionCache.swift",
"DigiMeSDK/CallbackService.swift",
"DigiMeSDK/Configuration+Private.swift",
"DigiMeSDK/CredentialCache.swift",
"DigiMeSDK/DigiMe.swift",
"DigiMeSDK/Files/AllFilesReader.swift",
"DigiMeSDK/Files/FileDownloadOperation.swift",
"DigiMeSDK/Files/FileDownloadService.swift",
"DigiMeSDK/Files/FileListCache.swift",
"DigiMeSDK/Files/FileUploadOperation.swift",
"DigiMeSDK/Files/FileUploadService.swift",
"DigiMeSDK/Files/FileUploadUnencryptedOperation.swift",
"DigiMeSDK/Files/LogEventsUploadOperation.swift",
"DigiMeSDK/Files/StorageDownloadOperation.swift",
"DigiMeSDK/Files/StorageDownloadService.swift",
"DigiMeSDK/Files/StorageUploadOperation.swift",
"DigiMeSDK/Files/StorageUploadService.swift",
"DigiMeSDK/Network/APIClient.swift",
"DigiMeSDK/Network/APIConfig.swift",
"DigiMeSDK/Network/JWT/JSONWebKey.swift",
"DigiMeSDK/Network/JWT/JSONWebKeySet.swift",
"DigiMeSDK/Network/JWT/JWT.swift",
"DigiMeSDK/Network/JWT/JWTClaims.swift",
"DigiMeSDK/Network/JWT/JWTError.swift",
"DigiMeSDK/Network/JWT/JWTHeader.swift",
"DigiMeSDK/Network/JWT/JWTUtility.swift",
"DigiMeSDK/Network/Requests/FileUploadBody.swift",
"DigiMeSDK/Network/Requests/JSONRequestBody.swift",
"DigiMeSDK/Network/Requests/MultipartFormData.swift",
"DigiMeSDK/Network/Requests/MultipartFormRequestBody.swift",
"DigiMeSDK/Network/Requests/ReadAccept.swift",
"DigiMeSDK/Network/Requests/RequestBody.swift",
"DigiMeSDK/Network/Requests/URLRequestConvertible.swift",
"DigiMeSDK/Network/Responses/APIErrorResponse.swift",
"DigiMeSDK/Network/Responses/AuthResponse.swift",
"DigiMeSDK/Network/Responses/CategoriesResponse.swift",
"DigiMeSDK/Network/Responses/ExportReport.swift",
"DigiMeSDK/Network/Responses/FileResponse.swift",
"DigiMeSDK/Network/Responses/LogEventsUploadResponse.swift",
"DigiMeSDK/Network/Responses/ReferenceResponse.swift",
"DigiMeSDK/Network/Responses/RevokeAccountPermissionResponse.swift",
"DigiMeSDK/Network/Responses/ServicesResponse.swift",
"DigiMeSDK/Network/Responses/SessionResponse.swift",
"DigiMeSDK/Network/Responses/SourceCountriesResponse.swift",
"DigiMeSDK/Network/Responses/SourcePlatformsResponse.swift",
"DigiMeSDK/Network/Responses/SourceTypesResponse.swift",
"DigiMeSDK/Network/Responses/StorageCreateResponse.swift",
"DigiMeSDK/Network/Responses/TokenSessionResponse.swift",
"DigiMeSDK/Network/Routes/AccountReferenceRoute.swift",
"DigiMeSDK/Network/Routes/AuthorizeRoute.swift",
"DigiMeSDK/Network/Routes/CategoriesRoute.swift",
"DigiMeSDK/Network/Routes/ConnectedAccountsRoute.swift",
"DigiMeSDK/Network/Routes/ContractRoute.swift",
"DigiMeSDK/Network/Routes/CountriesRoute.swift",
"DigiMeSDK/Network/Routes/DeleteAccountRoute.swift",
"DigiMeSDK/Network/Routes/DeleteUserRoute.swift",
"DigiMeSDK/Network/Routes/ExportReportDataRoute.swift",
"DigiMeSDK/Network/Routes/FileListRoute.swift",
"DigiMeSDK/Network/Routes/PlatformsRoute.swift",
"DigiMeSDK/Network/Routes/PushDataToProviderRoute.swift",
"DigiMeSDK/Network/Routes/ReadDataRoute.swift",
"DigiMeSDK/Network/Routes/ReadSampleDataSetsRoute.swift",
"DigiMeSDK/Network/Routes/RevokeAccountPermissionRoute.swift",
"DigiMeSDK/Network/Routes/Route.swift",
"DigiMeSDK/Network/Routes/ServicesRoute.swift",
"DigiMeSDK/Network/Routes/SourceTypesRoute.swift",
"DigiMeSDK/Network/Routes/SourcesRoute.swift",
"DigiMeSDK/Network/Routes/StorageCreateRoute.swift",
"DigiMeSDK/Network/Routes/StorageDeleteFileRoute.swift",
"DigiMeSDK/Network/Routes/StorageDeleteFolderRoute.swift",
"DigiMeSDK/Network/Routes/StorageFileRoute.swift",
"DigiMeSDK/Network/Routes/StorageListFilesRoute.swift",
"DigiMeSDK/Network/Routes/StorageReferenceRoute.swift",
"DigiMeSDK/Network/Routes/StorageRetrieveRoute.swift",
"DigiMeSDK/Network/Routes/StorageUploadFileRoute.swift",
"DigiMeSDK/Network/Routes/TokenExchangeRoute.swift",
"DigiMeSDK/Network/Routes/TokenReferenceRoute.swift",
"DigiMeSDK/Network/Routes/TriggerSyncRoute.swift",
"DigiMeSDK/Network/Routes/UploadDataDirectRoute.swift",
"DigiMeSDK/Network/Routes/UploadMixpanelEventsRoute.swift",
"DigiMeSDK/Network/Routes/WebKeySetRoute.swift",
"DigiMeSDK/Network/Routes/WriteDataRoute.swift",
"DigiMeSDK/Network/StorageClient.swift",
"DigiMeSDK/Network/StorageClientConfig.swift",
"DigiMeSDK/Session.swift",
"DigiMeSDK/Utilities/AsyncOperation.swift",
"DigiMeSDK/Utilities/Atomic.swift",
"DigiMeSDK/Utilities/ByteArray+Hex.swift",
"DigiMeSDK/Utilities/CertificateParser.swift",
"DigiMeSDK/Utilities/Data+Base64.swift",
"DigiMeSDK/Utilities/Data+Hex.swift",
"DigiMeSDK/Utilities/DataCompressor.swift",
"DigiMeSDK/Utilities/DataDecryptor.swift",
"DigiMeSDK/Utilities/RetryingOperation.swift",
"DigiMeSDK/Utilities/String+Base64.swift",
"DigiMeSDK/Utilities/UIViewController+TopMost.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/ASN1Decoder.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/ASN1DistinguishedNames.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/ASN1Encoder.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/ASN1Identifier.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/ASN1Object.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/OID.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/PKCS7.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/PKCS7_AppleReceipt.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/PKCS7_Signature.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/X509Certificate.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/X509Extension.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/X509ExtensionAltName.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/X509ExtensionClasses.swift",
"DigiMeSDK/libs/ASN1Decoder-1.9.0/X509PublicKey.swift",
"DigiMeSDK/libs/GZip-6.0.1/Data+Gzip.swift"
],
"target_dependencies" : [
"DigiMeCore"
],
"type" : "library"
},
{
"c99name" : "DigiMeHealthKit",
"module_type" : "SwiftTarget",
"name" : "DigiMeHealthKit",
"path" : "DigiMeHealthKit/Sources",
"product_memberships" : [
"DigiMeSDKWithHealthKit"
],
"sources" : [
"DigiMeHealthKit/Decorator/Extensions+Date.swift",
"DigiMeHealthKit/Decorator/Extensions+DateComponents.swift",
"DigiMeHealthKit/Decorator/Extensions+Dictionary.swift",
"DigiMeHealthKit/Decorator/Extensions+Double.swift",
"DigiMeHealthKit/Decorator/Extensions+HKActivityMoveMode.swift",
"DigiMeHealthKit/Decorator/Extensions+HKActivitySummary.swift",
"DigiMeHealthKit/Decorator/Extensions+HKBiologicalSex.swift",
"DigiMeHealthKit/Decorator/Extensions+HKBloodType.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategorySample.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryType.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValue.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueAppetiteChanges.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueAppleStandHour.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueAppleWalkingSteadinessEvent.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueCervicalMucusQuality.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueContraceptive.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueEnvironmentalAudioExposureEvent.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueHeadphoneAudioExposureEvent.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueLowCardioFitnessEvent.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueMenstrualFlow.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueOvulationTestResult.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValuePregnancyTestResult.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValuePresence.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueProgesteroneTestResult.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueSeverity.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCategoryValueSleepAnalysis.swift",
"DigiMeHealthKit/Decorator/Extensions+HKCorrelation.swift",
"DigiMeHealthKit/Decorator/Extensions+HKElectrocardiogram.swift",
"DigiMeHealthKit/Decorator/Extensions+HKFitzpatrickSkinType.swift",
"DigiMeHealthKit/Decorator/Extensions+HKHeartbeatSeriesSample.swift",
"DigiMeHealthKit/Decorator/Extensions+HKQuantitiySample.swift",
"DigiMeHealthKit/Decorator/Extensions+HKQuantityType.swift",
"DigiMeHealthKit/Decorator/Extensions+HKSample.swift",
"DigiMeHealthKit/Decorator/Extensions+HKSourceRevision.swift",
"DigiMeHealthKit/Decorator/Extensions+HKStatistics.swift",
"DigiMeHealthKit/Decorator/Extensions+HKVisionPrescription.swift",
"DigiMeHealthKit/Decorator/Extensions+HKVisionPrescriptionType.swift",
"DigiMeHealthKit/Decorator/Extensions+HKWheelchairUse.swift",
"DigiMeHealthKit/Decorator/Extensions+HKWorkout.swift",
"DigiMeHealthKit/Decorator/Extensions+HKWorkoutActivityType.swift",
"DigiMeHealthKit/Decorator/Extensions+HKWorkoutConfiguration.swift",
"DigiMeHealthKit/Decorator/Extensions+HKWorkoutEvent.swift",
"DigiMeHealthKit/Decorator/Extensions+HKWorkoutEventType.swift",
"DigiMeHealthKit/Decorator/Extensions+HKWorkoutRoute.swift",
"DigiMeHealthKit/Decorator/Extensions+NSPredicate.swift",
"DigiMeHealthKit/Decorator/Extensions+String.swift",
"DigiMeHealthKit/HealthKitAccountDataProvider.swift",
"DigiMeHealthKit/HealthKitConfiguration.swift",
"DigiMeHealthKit/HealthKitService.swift",
"DigiMeHealthKit/Model/Harmonizable.swift",
"DigiMeHealthKit/Model/Metadata.swift",
"DigiMeHealthKit/Model/Original.swift",
"DigiMeHealthKit/Model/Payload.swift",
"DigiMeHealthKit/Model/Payload/ActivitySummary.swift",
"DigiMeHealthKit/Model/Payload/Category.swift",
"DigiMeHealthKit/Model/Payload/Characteristic.swift",
"DigiMeHealthKit/Model/Payload/Correlation.swift",
"DigiMeHealthKit/Model/Payload/DeletedObject.swift",
"DigiMeHealthKit/Model/Payload/Device.swift",
"DigiMeHealthKit/Model/Payload/Electrocardiogram.swift",
"DigiMeHealthKit/Model/Payload/HeartbeatSeries.swift",
"DigiMeHealthKit/Model/Payload/PayloadIdentifiable.swift",
"DigiMeHealthKit/Model/Payload/Quantity.swift",
"DigiMeHealthKit/Model/Payload/Sample.swift",
"DigiMeHealthKit/Model/Payload/Source.swift",
"DigiMeHealthKit/Model/Payload/SourceRevision.swift",
"DigiMeHealthKit/Model/Payload/Statistics.swift",
"DigiMeHealthKit/Model/Payload/VisionPrescription.swift",
"DigiMeHealthKit/Model/Payload/Workout.swift",
"DigiMeHealthKit/Model/Payload/WorkoutConfiguration.swift",
"DigiMeHealthKit/Model/Payload/WorkoutEvent.swift",
"DigiMeHealthKit/Model/Payload/WorkoutRoute.swift",
"DigiMeHealthKit/Model/PreferredUnit.swift",
"DigiMeHealthKit/Model/Type/ActivitySummaryType.swift",
"DigiMeHealthKit/Model/Type/CharacteristicType.swift",
"DigiMeHealthKit/Model/Type/ObjectType.swift",
"DigiMeHealthKit/Model/Type/Sample/CategoryType.swift",
"DigiMeHealthKit/Model/Type/Sample/CorrelationType.swift",
"DigiMeHealthKit/Model/Type/Sample/DocumentType.swift",
"DigiMeHealthKit/Model/Type/Sample/ElectrocardiogramType.swift",
"DigiMeHealthKit/Model/Type/Sample/QuantityType.swift",
"DigiMeHealthKit/Model/Type/Sample/SampleType.swift",
"DigiMeHealthKit/Model/Type/Sample/SeriesType.swift",
"DigiMeHealthKit/Model/Type/Sample/VisionPrescriptionType.swift",
"DigiMeHealthKit/Model/Type/Sample/WorkoutType.swift",
"DigiMeHealthKit/Model/UnitConvertable.swift",
"DigiMeHealthKit/Model/UpdateFrequency.swift",
"DigiMeHealthKit/Private/AsyncOperation.swift",
"DigiMeHealthKit/Private/RetryingOperation.swift",
"DigiMeHealthKit/Service/Files/FitnessActivityProcessor.swift",
"DigiMeHealthKit/Service/Files/HealthKitDataQuantityOperation.swift",
"DigiMeHealthKit/Service/Files/HealthKitFilesDataService.swift",
"DigiMeHealthKit/Service/HealthKitManager.swift",
"DigiMeHealthKit/Service/HealthKitObserver.swift",
"DigiMeHealthKit/Service/HealthKitReader.swift",
"DigiMeHealthKit/Service/HealthKitWriter.swift",
"DigiMeHealthKit/Service/Retriever/ElectrocardiogramRetriever.swift",
"DigiMeHealthKit/Service/Retriever/SeriesSampleRetriever.swift"
],
"target_dependencies" : [
"DigiMeCore"
],
"type" : "library"
},
{
"c99name" : "DigiMeCore",
"module_type" : "SwiftTarget",
"name" : "DigiMeCore",
"path" : "DigiMeCore/Sources",
"product_memberships" : [
"DigiMeSDK",
"DigiMeSDKWithHealthKit"
],
"sources" : [
"DigiMeCore/Accounts/AccountDataProvider.swift",
"DigiMeCore/Accounts/AccountServiceDescriptor.swift",
"DigiMeCore/Accounts/AccountsInfo.swift",
"DigiMeCore/Accounts/SourceAccount.swift",
"DigiMeCore/Accounts/SourceAccountData.swift",
"DigiMeCore/Authorization/CallbackError.swift",
"DigiMeCore/Authorization/Configuration.swift",
"DigiMeCore/Authorization/ConsentError.swift",
"DigiMeCore/Authorization/Credentials.swift",
"DigiMeCore/Authorization/OAuthToken.swift",
"DigiMeCore/Authorization/WriteAccessInfo.swift",
"DigiMeCore/Contract/ContractVersion4.swift",
"DigiMeCore/Contract/ContractVersion5.swift",
"DigiMeCore/Data Sources/ConnectionSecurity.swift",
"DigiMeCore/Data Sources/FileInfo.swift",
"DigiMeCore/Data Sources/Requests/SourceCategoriesRequestCriteria.swift",
"DigiMeCore/Data Sources/Requests/SourceCountriesRequestCriteria.swift",
"DigiMeCore/Data Sources/Requests/SourcePlatformsRequestCriteria.swift",
"DigiMeCore/Data Sources/Requests/SourceRequestCriteria.swift",
"DigiMeCore/Data Sources/Requests/SourceRequestFilter.swift",
"DigiMeCore/Data Sources/Requests/SourceTypesRequestCriteria.swift",
"DigiMeCore/Data Sources/SampleDataset.swift",
"DigiMeCore/Data Sources/Service.swift",
"DigiMeCore/Data Sources/ServicesInfo.swift",
"DigiMeCore/Data Sources/Source.swift",
"DigiMeCore/Data Sources/SourceCountry.swift",
"DigiMeCore/Data Sources/SourcePlatform.swift",
"DigiMeCore/Data Sources/SourceResource.swift",
"DigiMeCore/Data Sources/SourceType.swift",
"DigiMeCore/Data Sources/SourcesInfo.swift",
"DigiMeCore/Error/APIError.swift",
"DigiMeCore/Error/SDKError.swift",
"DigiMeCore/Files/File.swift",
"DigiMeCore/Files/FileList.swift",
"DigiMeCore/Files/FileListItem.swift",
"DigiMeCore/Files/FileMetadata.swift",
"DigiMeCore/Files/FitnessActivitySummary.swift",
"DigiMeCore/Files/LogEventPayload.swift",
"DigiMeCore/Files/MappedFileMetadata.swift",
"DigiMeCore/Files/MimeType.swift",
"DigiMeCore/Files/RawFileMetadata.swift",
"DigiMeCore/Files/RawFileMetadataBuilder.swift",
"DigiMeCore/Files/SyncAccount.swift",
"DigiMeCore/Files/SyncError.swift",
"DigiMeCore/Files/SyncState.swift",
"DigiMeCore/Files/SyncStatus.swift",
"DigiMeCore/Health/HealthKitAccountDataProviderProtocol.swift",
"DigiMeCore/Health/HealthKitFilesDataServiceProtocol.swift",
"DigiMeCore/Health/HealthKitServiceProtocol.swift",
"DigiMeCore/Logging/CustomLogger.swift",
"DigiMeCore/Logging/DefaultLogger.swift",
"DigiMeCore/Logging/LogLevel.swift",
"DigiMeCore/Logging/Logger.swift",
"DigiMeCore/Logging/Logging.swift",
"DigiMeCore/Network/ApplicationResponse.swift",
"DigiMeCore/Network/ContractResponse.swift",
"DigiMeCore/Scoping/ConsentAccessTimeRange.swift",
"DigiMeCore/Scoping/ContractTimeRangeType.swift",
"DigiMeCore/Scoping/DeviceOnlyServices.swift",
"DigiMeCore/Scoping/Duration.swift",
"DigiMeCore/Scoping/Limits.swift",
"DigiMeCore/Scoping/ReadOptions.swift",
"DigiMeCore/Scoping/Scope.swift",
"DigiMeCore/Scoping/ServiceGroupType.swift",
"DigiMeCore/Scoping/ServiceObjectType.swift",
"DigiMeCore/Scoping/ServiceType.swift",
"DigiMeCore/Scoping/SourceFetchFilter.swift",
"DigiMeCore/Scoping/TimeRange.swift",
"DigiMeCore/Storage/StorageConfig.swift",
"DigiMeCore/Storage/StorageDeleteFileStatus.swift",
"DigiMeCore/Storage/StorageFileInfo.swift",
"DigiMeCore/Storage/StorageFileList.swift",
"DigiMeCore/Storage/StorageUploadFileInfo.swift",
"DigiMeCore/Utilities/AES256.swift",
"DigiMeCore/Utilities/Array+Helper.swift",
"DigiMeCore/Utilities/Calendar+Helper.swift",
"DigiMeCore/Utilities/Codable+Logging.swift",
"DigiMeCore/Utilities/CodableUserDefault.swift",
"DigiMeCore/Utilities/Crypto.swift",
"DigiMeCore/Utilities/Date+Helper.swift",
"DigiMeCore/Utilities/DynamicallyKeyedArray.swift",
"DigiMeCore/Utilities/Extensions+Encodable.swift",
"DigiMeCore/Utilities/FilePersistentStorage.swift",
"DigiMeCore/Utilities/String+Helper.swift",
"DigiMeCore/Utilities/UserDefault.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.93s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/DigiMeSDK/Sources/DigiMeSDK/libs/ASN1Decoder-1.9.0/README.md
/host/spi-builder-workspace/DigiMeSDK/Sources/DigiMeSDK/libs/GZip-6.0.1/README.md
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/82] Emitting module DigiMeCore
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[8/92] Compiling DigiMeCore AccountDataProvider.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[9/92] Compiling DigiMeCore AccountServiceDescriptor.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[10/92] Compiling DigiMeCore AccountsInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[11/92] Compiling DigiMeCore SourceAccount.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[12/92] Compiling DigiMeCore SourceAccountData.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[13/92] Compiling DigiMeCore CallbackError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[14/92] Compiling DigiMeCore Configuration.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[15/92] Compiling DigiMeCore ConsentError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[16/92] Compiling DigiMeCore Credentials.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[17/92] Compiling DigiMeCore OAuthToken.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[18/92] Compiling DigiMeCore WriteAccessInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[19/92] Compiling DigiMeCore FileList.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[20/92] Compiling DigiMeCore FileListItem.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[21/92] Compiling DigiMeCore FileMetadata.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[22/92] Compiling DigiMeCore FitnessActivitySummary.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[23/92] Compiling DigiMeCore LogEventPayload.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[24/92] Compiling DigiMeCore MappedFileMetadata.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[25/92] Compiling DigiMeCore MimeType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[26/92] Compiling DigiMeCore RawFileMetadata.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[27/92] Compiling DigiMeCore RawFileMetadataBuilder.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[28/92] Compiling DigiMeCore SyncAccount.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[29/92] Compiling DigiMeCore SyncError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[30/92] Compiling DigiMeCore ContractResponse.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[31/92] Compiling DigiMeCore ConsentAccessTimeRange.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[32/92] Compiling DigiMeCore ContractTimeRangeType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[33/92] Compiling DigiMeCore DeviceOnlyServices.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[34/92] Compiling DigiMeCore Duration.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[35/92] Compiling DigiMeCore Limits.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[36/92] Compiling DigiMeCore ReadOptions.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[37/92] Compiling DigiMeCore Scope.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[38/92] Compiling DigiMeCore ServiceGroupType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[39/92] Compiling DigiMeCore ServiceObjectType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[40/92] Compiling DigiMeCore ServiceType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[41/92] Compiling DigiMeCore SourceFetchFilter.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[42/92] Compiling DigiMeCore TimeRange.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[43/92] Compiling DigiMeCore StorageConfig.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[44/92] Compiling DigiMeCore StorageDeleteFileStatus.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[45/92] Compiling DigiMeCore StorageFileInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[46/92] Compiling DigiMeCore StorageFileList.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[47/92] Compiling DigiMeCore StorageUploadFileInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[48/92] Compiling DigiMeCore AES256.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[49/92] Compiling DigiMeCore Array+Helper.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[50/92] Compiling DigiMeCore Calendar+Helper.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[51/92] Compiling DigiMeCore Codable+Logging.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[52/92] Compiling DigiMeCore CodableUserDefault.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[53/92] Compiling DigiMeCore Crypto.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[54/92] Compiling DigiMeCore Date+Helper.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[55/92] Compiling DigiMeCore DynamicallyKeyedArray.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[56/92] Compiling DigiMeCore Extensions+Encodable.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[57/92] Compiling DigiMeCore FilePersistentStorage.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[58/92] Compiling DigiMeCore String+Helper.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[59/92] Compiling DigiMeCore UserDefault.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[60/92] Compiling DigiMeCore SyncState.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[61/92] Compiling DigiMeCore SyncStatus.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[62/92] Compiling DigiMeCore HealthKitAccountDataProviderProtocol.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[63/92] Compiling DigiMeCore HealthKitFilesDataServiceProtocol.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[64/92] Compiling DigiMeCore HealthKitServiceProtocol.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[65/92] Compiling DigiMeCore CustomLogger.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[66/92] Compiling DigiMeCore DefaultLogger.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[67/92] Compiling DigiMeCore LogLevel.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[68/92] Compiling DigiMeCore Logger.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[69/92] Compiling DigiMeCore Logging.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[70/92] Compiling DigiMeCore ApplicationResponse.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[71/92] Compiling DigiMeCore ContractVersion4.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[72/92] Compiling DigiMeCore ContractVersion5.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[73/92] Compiling DigiMeCore ConnectionSecurity.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[74/92] Compiling DigiMeCore FileInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[75/92] Compiling DigiMeCore SourceCategoriesRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[76/92] Compiling DigiMeCore SourceCountriesRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[77/92] Compiling DigiMeCore SourcePlatformsRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[78/92] Compiling DigiMeCore SourceRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[79/92] Compiling DigiMeCore SourceRequestFilter.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[80/92] Compiling DigiMeCore SourceTypesRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[81/92] Compiling DigiMeCore SampleDataset.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[82/92] Compiling DigiMeCore Service.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[83/92] Compiling DigiMeCore ServicesInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[84/92] Compiling DigiMeCore Source.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[85/92] Compiling DigiMeCore SourceCountry.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[86/92] Compiling DigiMeCore SourcePlatform.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[87/92] Compiling DigiMeCore SourceResource.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[88/92] Compiling DigiMeCore SourceType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[89/92] Compiling DigiMeCore SourcesInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[90/92] Compiling DigiMeCore APIError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[91/92] Compiling DigiMeCore SDKError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[92/92] Compiling DigiMeCore File.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/DigiMeSDK/Sources/DigiMeSDK/libs/ASN1Decoder-1.9.0/README.md
/host/spi-builder-workspace/DigiMeSDK/Sources/DigiMeSDK/libs/GZip-6.0.1/README.md
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/79] Compiling DigiMeCore ServiceType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[5/79] Compiling DigiMeCore SourceFetchFilter.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[6/79] Compiling DigiMeCore TimeRange.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[7/79] Compiling DigiMeCore StorageConfig.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[8/79] Compiling DigiMeCore StorageDeleteFileStatus.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[9/79] Compiling DigiMeCore StorageFileInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[10/79] Compiling DigiMeCore StorageFileList.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[11/79] Compiling DigiMeCore StorageUploadFileInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[12/79] Compiling DigiMeCore AES256.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[13/79] Compiling DigiMeCore Array+Helper.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[14/89] Compiling DigiMeCore ContractResponse.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[15/89] Compiling DigiMeCore ConsentAccessTimeRange.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[16/89] Compiling DigiMeCore ContractTimeRangeType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[17/89] Compiling DigiMeCore DeviceOnlyServices.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[18/89] Compiling DigiMeCore Duration.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[19/89] Compiling DigiMeCore Limits.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[20/89] Compiling DigiMeCore ReadOptions.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[21/89] Compiling DigiMeCore Scope.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[22/89] Compiling DigiMeCore ServiceGroupType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[23/89] Compiling DigiMeCore ServiceObjectType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[24/89] Compiling DigiMeCore AccountDataProvider.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[25/89] Compiling DigiMeCore AccountServiceDescriptor.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[26/89] Compiling DigiMeCore AccountsInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[27/89] Compiling DigiMeCore SourceAccount.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[28/89] Compiling DigiMeCore SourceAccountData.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[29/89] Compiling DigiMeCore CallbackError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[30/89] Compiling DigiMeCore Configuration.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[31/89] Compiling DigiMeCore ConsentError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[32/89] Compiling DigiMeCore Credentials.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[33/89] Compiling DigiMeCore OAuthToken.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[34/89] Compiling DigiMeCore WriteAccessInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[35/89] Compiling DigiMeCore Service.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[36/89] Compiling DigiMeCore ServicesInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[37/89] Compiling DigiMeCore Source.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[38/89] Compiling DigiMeCore SourceCountry.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[39/89] Compiling DigiMeCore SourcePlatform.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[40/89] Compiling DigiMeCore SourceResource.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[41/89] Compiling DigiMeCore SourceType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[42/89] Compiling DigiMeCore SourcesInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[43/89] Compiling DigiMeCore APIError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[44/89] Compiling DigiMeCore SDKError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[45/89] Compiling DigiMeCore File.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[46/89] Compiling DigiMeCore SyncState.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[47/89] Compiling DigiMeCore SyncStatus.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[48/89] Compiling DigiMeCore HealthKitAccountDataProviderProtocol.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[49/89] Compiling DigiMeCore HealthKitFilesDataServiceProtocol.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[50/89] Compiling DigiMeCore HealthKitServiceProtocol.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[51/89] Compiling DigiMeCore CustomLogger.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[52/89] Compiling DigiMeCore DefaultLogger.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[53/89] Compiling DigiMeCore LogLevel.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[54/89] Compiling DigiMeCore Logger.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[55/89] Compiling DigiMeCore Logging.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[56/89] Compiling DigiMeCore ApplicationResponse.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[57/89] Compiling DigiMeCore FileList.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[58/89] Compiling DigiMeCore FileListItem.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[59/89] Compiling DigiMeCore FileMetadata.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[60/89] Compiling DigiMeCore FitnessActivitySummary.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[61/89] Compiling DigiMeCore LogEventPayload.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[62/89] Compiling DigiMeCore MappedFileMetadata.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[63/89] Compiling DigiMeCore MimeType.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[64/89] Compiling DigiMeCore RawFileMetadata.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[65/89] Compiling DigiMeCore RawFileMetadataBuilder.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[66/89] Compiling DigiMeCore SyncAccount.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[67/89] Compiling DigiMeCore SyncError.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/89] Emitting module DigiMeCore
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[69/89] Compiling DigiMeCore ContractVersion4.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[70/89] Compiling DigiMeCore ContractVersion5.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[71/89] Compiling DigiMeCore ConnectionSecurity.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[72/89] Compiling DigiMeCore FileInfo.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[73/89] Compiling DigiMeCore SourceCategoriesRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[74/89] Compiling DigiMeCore SourceCountriesRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[75/89] Compiling DigiMeCore SourcePlatformsRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[76/89] Compiling DigiMeCore SourceRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[77/89] Compiling DigiMeCore SourceRequestFilter.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[78/89] Compiling DigiMeCore SourceTypesRequestCriteria.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[79/89] Compiling DigiMeCore SampleDataset.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[80/89] Compiling DigiMeCore Calendar+Helper.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[81/89] Compiling DigiMeCore Codable+Logging.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[82/89] Compiling DigiMeCore CodableUserDefault.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[83/89] Compiling DigiMeCore Crypto.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[84/89] Compiling DigiMeCore Date+Helper.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[85/89] Compiling DigiMeCore DynamicallyKeyedArray.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[86/89] Compiling DigiMeCore Extensions+Encodable.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[87/89] Compiling DigiMeCore FilePersistentStorage.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[88/89] Compiling DigiMeCore String+Helper.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
[89/89] Compiling DigiMeCore UserDefault.swift
/host/spi-builder-workspace/DigiMeCore/Sources/DigiMeCore/Utilities/AES256.swift:9:8: error: no such module 'CommonCrypto'
7 | //
8 |
9 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
10 | import Foundation
11 |
BUILD FAILURE 6.1 android