The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BMO with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/BMO.git
Reference: main
Cloned https://github.com/happn-app/BMO.git into spi-builder-workspace
SUCCESS checkout https://github.com/happn-app/BMO.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/happn-app/AsyncOperationResult.git
Fetching https://github.com/happn-app/KVObserver.git
Fetching https://github.com/happn-app/CollectionLoader.git
[1/231] Fetching kvobserver
[226/400] Fetching kvobserver, asyncoperationresult
[316/962] Fetching kvobserver, asyncoperationresult, collectionloader
Fetched https://github.com/happn-app/KVObserver.git (0.21s)
Fetched https://github.com/happn-app/AsyncOperationResult.git (0.23s)
Fetched https://github.com/happn-app/CollectionLoader.git (0.23s)
Computing version for https://github.com/happn-app/CollectionLoader.git
Computed https://github.com/happn-app/CollectionLoader.git at 0.9.6 (0.31s)
Computing version for https://github.com/happn-app/AsyncOperationResult.git
Computed https://github.com/happn-app/AsyncOperationResult.git at 1.0.7 (0.36s)
Computing version for https://github.com/happn-app/KVObserver.git
Computed https://github.com/happn-app/KVObserver.git at 0.9.5 (0.49s)
Creating working copy for https://github.com/happn-app/CollectionLoader.git
Working copy of https://github.com/happn-app/CollectionLoader.git resolved at 0.9.6
Creating working copy for https://github.com/happn-app/KVObserver.git
Working copy of https://github.com/happn-app/KVObserver.git resolved at 0.9.5
Creating working copy for https://github.com/happn-app/AsyncOperationResult.git
Working copy of https://github.com/happn-app/AsyncOperationResult.git resolved at 1.0.7
Building for debugging...
[1/28] Compiling RESTUtils RESTMapperTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[2/28] Compiling RESTUtils RESTMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[3/28] Compiling RESTUtils RESTPropertyMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[4/28] Compiling RESTUtils BaseProtocols.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[5/28] Compiling RESTUtils RESTEntityMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[6/28] Compiling RESTUtils RESTMapper+ConvenienceInit.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[7/28] Compiling RESTUtils RESTMapper.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[8/31] Compiling RESTUtils RESTDateAndTimeTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[9/31] Compiling RESTUtils RESTEnumTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[10/31] Compiling RESTUtils RESTNumericTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[11/31] Compiling RESTUtils RESTBase64DataTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[12/31] Compiling RESTUtils RESTBoolTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[13/31] Compiling RESTUtils RESTColorTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/31] Emitting module KVObserver
/host/spi-builder-workspace/.build/checkouts/KVObserver/Sources/KVObserver/KVObserver.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[15/31] Compiling KVObserver KVObserver.swift
/host/spi-builder-workspace/.build/checkouts/KVObserver/Sources/KVObserver/KVObserver.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[16/31] Compiling RESTUtils RESTURLTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[17/31] Compiling RESTUtils RESTUUIDTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[18/31] Compiling RESTUtils StandardRESTParameterizedStringSetParser.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[19/31] Compiling RESTUtils RESTPath.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[20/31] Compiling RESTUtils RESTPathProtocols.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[21/31] Compiling RESTUtils RESTUtilsConfig.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[22/31] Compiling RESTUtils AnyEquatable.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[23/31] Compiling RESTUtils ParameterizedStringSet.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[24/31] Compiling RESTUtils ParameterizedStringSetParser.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/31] Emitting module RESTUtils
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[26/31] Compiling RESTUtils AdditionalRESTRequestInfo.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[27/31] Compiling RESTUtils RESTMaxIdPaginator.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[28/31] Compiling RESTUtils RESTOffsetLimitPaginator.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[29/31] Compiling RESTUtils RESTPaginator.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[30/31] Emitting module AsyncOperationResult
[31/31] Compiling AsyncOperationResult AsyncOperationResult.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2